@charset "UTF-8";

/* node_modules/ngx-toastr/toastr.css */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.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: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.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-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-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-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.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: -0.2em;
    top: -0.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: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* app/shared/ui-lib/src/lib/shared/ui-styles.scss */
.line-loader {
  z-index: 2;
  height: 4px;
  width: var(--line-loader-width, 100%);
  position: relative;
  overflow: hidden;
  background-color: var(--line-loader-bg);
  flex-shrink: 0;
  border-radius: var(--line-loader-radius, 1px);
}
.line-loader:before {
  display: block;
  position: absolute;
  content: "";
  left: -100%;
  width: 100%;
  height: 4px;
  background: linear-gradient(to left, var(--color-secondary-dark));
  animation: loading 0.5s linear infinite;
  border-radius: 1px;
}
.line-loader.fast-animation:before {
  animation: loading 0.5s linear infinite;
}
@keyframes loading {
  from {
    left: -50%;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
.hard-form-control {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 10px;
}
.hard-form-control.row {
  flex-direction: row;
}
.hard-form-control.last {
  margin-bottom: 0;
}
:root {
  --color-hover-row: #ebebeb;
  --hf-background: var(--color-white);
  --hf-hover-background: var(--hover-background);
  --hf-color: var(--text-color);
  --hf-hover-color: var(--hover-color);
  --hf-second-color: rgba(0, 0, 0, 0.55);
  --hf-placeholder-color: rgba(0, 0, 0, 0.4);
  --hf-border-width: 1px;
  --hf-border-color: var(--input-border-color);
  --hf-border-radius: var(--border-radius);
  --hf-fort-size: 14px;
  --hf-padding-left: 0.5rem;
  --hf-padding-right: 0.5rem;
  --hf-padding-top: 0.25rem;
  --hf-padding-bottom: 0.25rem;
  --hf-outline-width: 1px;
  --hf-font-family: Roboto;
  --hf-trigger-background: var(--color-white);
  --hf-trigger-second-background: var(--page-background);
  --hf-trigger-hover-background: var(--hover-background);
  --hf-trigger-offset: 4px;
  --hf-option-font-size: 12px;
  --hf-option-padding: 8px 8px;
  --hf-options-max-height: 326px;
  --hf-min-height: 38px;
  --transition: 150ms ease-in;
  --hf-green: #008643;
  --hf-red: #a70000;
  --hf-icon-select-size: 70px;
  --hf-icon-select-font-size: 32px;
  --hf-row-background: var(--color-white);
  --hf-row-odd-background: var(--color-white);
  --hf-row-hover-background: var(--hover-background);
  --hf-icon-color: rgba(0, 0, 0, 0.4);
  --hf-input-icon-padding-left: 35px;
  --hf-icon-width: 20px;
  --hf-icon-left: 10px;
  --hf-icon-font-size: 16px;
}
html mat-checkbox {
  --mdc-checkbox-state-layer-size: 20px;
}
html mat-checkbox .mdc-checkbox__background {
  border-color: rgba(0, 0, 0, 0.54) !important;
}
html mat-checkbox.mat-mdc-checkbox-checked .mdc-checkbox__background {
  border-color: var(--color-primary-main) !important;
  background-color: var(--color-primary-main) !important;
}
html mat-checkbox .mdc-checkbox__ripple {
  display: none;
}
html mat-checkbox .mat-ripple {
  border-radius: var(--hf-border-radius);
}
html hard-form-checkbox .mdc-form-field {
  display: flex;
  align-items: center;
}
html hard-form-checkbox .mdc-form-field > label {
  padding-left: 8px;
  margin: 0;
  display: flex;
  align-items: center;
}
html hard-form-checkbox .hard-form-label {
  margin-left: 0;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.pointer-events-none {
  pointer-events: none;
}
.hard-form-label {
  display: flex;
  color: rgb(0, 102, 178);
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 2px;
}
.hard-form-sub-label {
  display: flex;
  color: var(--hf-second-color);
  font-size: 12px;
}
.hard-form-label-indicator {
  color: var(--hf-red);
  margin-right: 2px;
}
.hard-form-input-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.hard-form-input-wrapper.has-icon .hard-form-input-icon {
  position: absolute;
  left: 12px;
  color: #7a7a7a;
  font-size: 16px;
  pointer-events: none;
  z-index: 2;
}
.hard-form-input-wrapper.has-icon .hard-form-input {
  padding-left: 36px !important;
}
.hard-form-input {
  font-family: var(--hf-font-family), sans-serif;
  border: var(--hf-border-width) solid var(--hf-border-color);
  transition: var(--transition);
  color: var(--hf-color);
  outline: var(--hf-outline-width) solid transparent;
  font-size: var(--hf-fort-size);
  border-radius: var(--hf-border-radius);
  min-height: var(--hf-min-height);
  line-height: 14px;
  display: flex;
  flex: 1;
  padding: var(--hf-padding-top) var(--hf-padding-right) var(--hf-padding-bottom) var(--hf-padding-left);
  box-sizing: border-box;
  background: var(--hf-background);
}
.hard-form-input--textarea {
  padding: var(--hf-padding-left);
  transition:
    background var(--transition),
    color var(--transition),
    outline-color var(--transition);
}
.hard-form-input--multiple {
  min-height: var(--hf-min-height);
  padding: 4px 4px 0 4px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hard-form-input--multiple .tag {
  background: #ebebeb;
  color: var(--text-color);
  padding: 3px 10px;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  border-radius: 100px;
  margin-right: 6px;
  margin-bottom: 6px;
}
.hard-form-input--multiple .tag:hover {
  background: #dbdbdb;
}
.hard-form-input::placeholder {
  color: var(--hf-placeholder-color);
}
.hard-form-input .hard-form-input-placeholder,
.hard-form-input .hard-form-input-text {
  display: inline;
  max-width: calc(100% - 36px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hard-form-input .hard-form-input-placeholder {
  color: var(--hf-placeholder-color);
}
.hard-form-input:hover {
  background: var(--hf-background);
  color: var(--hf-color);
  border-color: var(--color-primary-main);
}
.hard-form-input:focus {
  outline-color: transparent;
  color: var(--hf-color);
  background: var(--hf-background);
  border-color: var(--color-primary-main);
}
.hard-form-error .hard-form-input {
  --hf-border-color: var(--hf-red);
}
.hard-select {
  position: relative;
  display: flex;
  flex-direction: column;
}
.hard-select .hard-select-count {
  display: flex;
  align-items: center;
  height: 30px;
  top: var(--hf-trigger-offset);
  cursor: pointer;
  color: var(--hf-icon-color);
  border: none;
  padding: 0 8px;
  border-radius: 2px;
  outline: none;
  background: transparent;
  transition: var(--transition);
  box-shadow: none;
}
.hard-select .hard-select--modal {
  display: flex;
  align-items: center;
  position: absolute;
  top: var(--hf-trigger-offset);
  right: var(--hf-trigger-offset);
  bottom: var(--hf-trigger-offset);
  cursor: pointer;
  color: rgba(0, 0, 0, 0.87);
  border: none;
  padding: 0 6px;
  border-radius: 2px;
  outline: none;
  background: transparent;
  transition: var(--transition);
  box-shadow: none;
}
.hard-select .hard-select--modal .trigger {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hard-select .hard-select--modal .trigger-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hard-select .hard-select--modal svg {
  width: 16px;
  height: 16px;
}
.hard-select .hard-form-input {
  cursor: pointer;
  transition: background var(--transition), color var(--transition);
}
.hard-select .hard-form-input.hard-form-input--clear {
  padding-right: 24px;
}
.hard-select .hard-form-input:focus + .hard-select--modal {
  box-shadow: none;
  background: transparent;
}
.hard-select .hard-form-input:disabled {
  padding: var(--hf-padding-left);
}
.hard-select .hard-form-control-icon {
  position: absolute;
  display: flex;
  left: var(--hf-icon-left);
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
  color: var(--hf-icon-color);
  width: var(--hf-icon-width);
  font-size: var(--hf-icon-font-size);
}
.hard-select.hard-form-control-is-icon .hard-form-input {
  padding-left: var(--hf-input-icon-padding-left);
}
.hard-select--password .hard-form-input {
  cursor: text;
}
.hard-select:hover .hard-form-input {
  background: var(--hf-background);
  color: var(--hf-color);
  border-color: var(--color-primary-main);
}
.hard-select:hover .hard-select--modal {
  box-shadow: none;
  background: transparent;
}
.hard-select:hover .hard-select-count {
  box-shadow: none;
  background: transparent;
}
.hard-group-item {
  color: #808080;
  font-size: var(--hf-option-font-size);
  padding: var(--hf-option-padding);
  font-weight: 500;
  line-height: 12px;
}
.hard-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background: var(--color-white);
  transition: var(--transition);
  color: rgba(0, 0, 0, 0.87);
  padding: 6px 16px;
  border: none;
}
.hard-option .hard-option-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}
.hard-option .hard-option-content mat-checkbox {
  margin-right: 12px;
  --mdc-checkbox-state-layer-size: 20px;
}
.hard-option .hard-option-content mat-checkbox .mdc-checkbox__ripple {
  display: none;
}
.hard-option .hard-option-content mat-checkbox .mat-ripple {
  border-radius: var(--hf-border-radius);
}
.hard-option .hard-option-text-secondary {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 1.3;
}
.hard-option.hard-option-group {
  padding: 8px 24px;
}
.hard-option:last-child {
  border-bottom: none;
}
.hard-option.first {
  border-top: var(--hf-border-width) solid var(--hf-border-color);
}
.hard-option .flex {
  display: flex;
  align-items: center;
  line-height: 14px;
}
.hard-option .flex-1 {
  flex: 1;
}
.hard-option:hover {
  background: var(--color-hover-row);
  color: rgba(0, 0, 0, 0.87);
}
.hard-option .hard-select-field-icon {
  display: flex;
  flex: 0 0 20px;
  align-items: center;
  justify-content: center;
  color: var(--hf-icon-color);
  margin-left: var(--hf-trigger-offset);
  font-size: var(--hf-icon-font-size);
  margin-right: var(--hf-icon-left);
}
.hard-option .hard-select-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  font-size: var(--hf-option-font-size);
  margin-left: var(--hf-trigger-offset);
}
.hard-option .hard-select-icon svg {
  width: 18px;
  height: 18px;
}
.hard-option.select {
  background: var(--color-hover-row);
  color: rgba(0, 0, 0, 0.87);
}
.hard-option.select .hard-select-icon {
  color: var(--hf-green);
}
.hard-option:last-child {
  margin-bottom: 0;
}
.hard-autocomplete-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1001;
}
.hard-autocomplete {
  display: flex;
  z-index: 1001;
  max-height: var(--hf-options-max-height);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: var(--hf-border-radius);
  box-sizing: border-box;
  color: var(--hf-color);
}
.hard-autocomplete.bs-popover-bottom-start .popover-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid var(--hf-border-color);
  top: -5px;
  left: 14px !important;
  transform: none !important;
}
.hard-autocomplete.bs-popover-bottom-end .popover-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid var(--hf-border-color);
  top: -5px;
  left: inherit !important;
  right: 14px !important;
  transform: none !important;
}
.hard-autocomplete.bs-popover-top-start .popover-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--hf-border-color);
  bottom: -5px;
  left: 14px !important;
  transform: none !important;
}
.hard-autocomplete.bs-popover-top-end .popover-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--hf-border-color);
  bottom: -5px;
  left: inherit !important;
  right: 14px !important;
  transform: none !important;
}
.hard-autocomplete-select .popover-arrow {
  display: none;
}
.hard-autocomplete ::-webkit-scrollbar-track {
  border-left: var(--hf-border-width) solid var(--hf-border-color);
  border-radius: 0;
}
.hard-autocomplete--filter {
  max-height: 50%;
}
.hard-autocomplete .popover-body {
  display: flex;
  overflow: hidden;
  flex: 1;
}
.hard-autocomplete-content {
  padding: 2px;
  overflow-y: auto;
  background: var(--hf-trigger-background);
  border: var(--hf-border-width) solid var(--hf-border-color);
  font-size: var(--hf-fort-size);
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: var(--hf-border-radius);
}
.hard-autocomplete-content .popover-text {
  padding: 2px 5px;
  color: var(--hf-hover-color);
}
.hard-autocomplete-menu-content {
  padding: 2px;
  overflow-y: auto;
  min-width: 200px;
  background: var(--hf-trigger-background);
  border: var(--hf-border-width) solid var(--hf-border-color);
  font-size: var(--hf-fort-size);
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: var(--hf-border-radius);
  background: var(--hf-trigger-second-background);
}
.hard-autocomplete-menu-content .popover-text {
  padding: 2px 5px;
  color: var(--hf-hover-color);
}
.hard-autocomplete-select-content {
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
  background: var(--color-grey-300);
  background: var(--hf-trigger-background);
  border: var(--hf-border-width) solid var(--hf-border-color);
  font-size: var(--hf-fort-size);
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: var(--hf-border-radius);
}
.hard-autocomplete-select-content .hard-options {
  overflow: auto;
}
.hard-autocomplete .hard-form-input {
  flex: 1;
  border: var(--hf-border-width) solid var(--hf-border-color);
  outline: none;
  border-radius: 4px;
  background: var(--color-white);
}
.hard-no-data {
  display: flex;
  justify-content: center;
  color: var(--hf-color);
  font-size: var(--hf-option-font-size);
  padding: var(--hf-option-padding);
}
hard-form-dictionary-options,
hard-form-select-options {
  display: flex;
  flex: 1;
  overflow: hidden;
}
.hard_table {
  display: grid;
  background: var(--hf-row-background);
  transition: background var(--transition);
  font-size: var(--hf-fort-size);
  color: var(--hf-color);
  margin-bottom: 0.25rem;
}
.hard_table:nth-child(odd) {
  background: var(--hf-row-odd-background);
}
.hard_table-parent {
  background: var(--hf-hover-background) !important;
  cursor: pointer;
}
.hard_table-head {
  background: var(--color-white) !important;
  position: sticky;
  top: 0;
  z-index: 2;
  color: var(--text-color);
  font-size: 12px;
  line-height: 12px;
  box-shadow: 0 10px 15px -8px #000000;
  font-weight: 500;
}
.hard_table:last-child {
  margin-bottom: 0;
}
.hard_table:hover {
  background: var(--hf-hover-background);
}
.hard-icon-select {
  position: relative;
  width: var(--hf-icon-select-size);
}
.hard-icon-select:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 20px;
}
.hard-icon-select .delete-icon {
  position: absolute;
  right: -9px;
  top: -9px;
  font-size: 8px;
  z-index: 2;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: #a70000;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  line-height: 14px;
  padding: 1px 0 0 0;
}
.hard-icon-select .delete-icon svg {
  width: 16px;
  height: 16px;
}
.hard-icon-select .control {
  width: var(--hf-icon-select-size);
  height: var(--hf-icon-select-size);
  border: 1px solid var(--hf-border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--hf-icon-select-font-size);
  cursor: pointer;
  background: var(--hf-background);
  transition: var(--transition);
  color: var(--hf-color);
  border-radius: var(--hf-border-radius);
  overflow: hidden;
}
.hard-icon-select .control:hover {
  background: var(--hf-background);
  border-color: var(--color-primary-main);
}
.hard-icons {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0.375rem;
  overflow: auto;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-bottom: 0.375rem;
}
.hard-icons .i-block {
  height: 50px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  border: var(--hf-border-width) solid var(--hf-border-color);
  border-radius: 2px;
  color: var(--hf-color);
  cursor: pointer;
  transition: var(--transition);
}
.hard-icons .i-block .icon {
  transition: var(--transition);
  font-weight: 100;
}
.hard-icons .i-block:hover {
  background-color: var(--hf-hover-background);
}
.hard-icons .i-block:hover .icon {
  color: var(--hf-hover-color);
}
.hard-icons .i-block.active {
  border-color: var(--hf-green);
  background: var(--hf-green);
  cursor: default;
}
.hard-icons .i-block.active .icon {
  color: var(--hf-hover-color);
}
.hard-toggle {
  position: relative;
  width: 34px;
  height: 14px;
  background: #b0b0b0;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  transition: background 200ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0;
  display: inline-block;
}
.hard-toggle--active {
  background: color-mix(in srgb, var(--color-primary-main, #0066b2) 40%, transparent);
}
.hard-toggle__thumb {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  transition:
    transform 200ms cubic-bezier(0.4, 0, 0.2, 1),
    background-color 200ms,
    box-shadow 200ms;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
}
.hard-toggle--active .hard-toggle__thumb {
  background: var(--color-primary-main, #0066b2);
  transform: translateX(20px);
  box-shadow: 0 1px 3px 0 rgba(0, 102, 178, 0.4);
}
.hard-toggle:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* app/shared/styles/fonts.scss */
@font-face {
  font-family: "Tahoma";
  src: url(/assets/fonts/Tahoma.woff2);
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/fonts/roboto/Roboto-Black.woff2);
  font-weight: 900;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/fonts/roboto/Roboto-BlackItalic.woff2);
  font-style: italic;
  font-weight: 900;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/fonts/roboto/Roboto-Bold.woff2);
  font-weight: 700;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/fonts/roboto/Roboto-BoldItalic.woff2);
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/fonts/roboto/Roboto-Medium.woff2);
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/fonts/roboto/Roboto-MediumItalic.woff2);
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/fonts/roboto/Roboto-Italic.woff2);
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/fonts/roboto/Roboto-Regular.woff2);
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/fonts/roboto/Roboto-LightItalic.woff2);
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/fonts/roboto/Roboto-Light.woff2);
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/fonts/roboto/Roboto-ThinItalic.woff2);
  font-style: italic;
  font-weight: 100;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/fonts/roboto/Roboto-Thin.woff2);
  font-weight: 100;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/mat-icons.woff2) format("woff2");
}

/* styles.scss */
@font-face {
  font-family: "icons";
  src:
    url(/assets/custom-icons/icons.eot?a92a54456230d57f122f124a1a4b3bcd#iefix) format("embedded-opentype"),
    url(/assets/custom-icons/icons.woff2?a92a54456230d57f122f124a1a4b3bcd) format("woff2"),
    url(/assets/custom-icons/icons.woff?a92a54456230d57f122f124a1a4b3bcd) format("woff"),
    url(/assets/custom-icons/icons.ttf?a92a54456230d57f122f124a1a4b3bcd) format("truetype"),
    url(/assets/custom-icons/icons.svg?a92a54456230d57f122f124a1a4b3bcd#icons) format("svg");
}
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-account-box-line:before {
  content: "\f101";
}
.icon-action-settings:before {
  content: "\f102";
}
.icon-action:before {
  content: "\f103";
}
.icon-action2:before {
  content: "\f104";
}
.icon-add-equipment:before {
  content: "\f105";
}
.icon-arrow:before {
  content: "\f106";
}
.icon-aspect-ratio:before {
  content: "\f107";
}
.icon-attach:before {
  content: "\f108";
}
.icon-book-2-line:before {
  content: "\f109";
}
.icon-booking-end:before {
  content: "\f10a";
}
.icon-booking-list:before {
  content: "\f10b";
}
.icon-booking-schedule:before {
  content: "\f10c";
}
.icon-booking-start:before {
  content: "\f10d";
}
.icon-box-in:before {
  content: "\f10e";
}
.icon-bus-line:before {
  content: "\f10f";
}
.icon-busket-restore:before {
  content: "\f110";
}
.icon-busket:before {
  content: "\f111";
}
.icon-calendar-2-line:before {
  content: "\f112";
}
.icon-calendar-todo-line:before {
  content: "\f113";
}
.icon-calendar2:before {
  content: "\f114";
}
.icon-cancel:before {
  content: "\f115";
}
.icon-check-line:before {
  content: "\f116";
}
.icon-checked:before {
  content: "\f117";
}
.icon-clear:before {
  content: "\f118";
}
.icon-closed-cancelled:before {
  content: "\f119";
}
.icon-closed-completed:before {
  content: "\f11a";
}
.icon-closed:before {
  content: "\f11b";
}
.icon-delay:before {
  content: "\f11c";
}
.icon-delete-bin-line:before {
  content: "\f11d";
}
.icon-delete-outline:before {
  content: "\f11e";
}
.icon-device-dvr:before {
  content: "\f11f";
}
.icon-done:before {
  content: "\f120";
}
.icon-dots:before {
  content: "\f121";
}
.icon-dotted-line:before {
  content: "\f122";
}
.icon-double-arrow:before {
  content: "\f123";
}
.icon-double-checked:before {
  content: "\f124";
}
.icon-download-line:before {
  content: "\f125";
}
.icon-download:before {
  content: "\f126";
}
.icon-draft-line:before {
  content: "\f127";
}
.icon-draft:before {
  content: "\f128";
}
.icon-edit:before {
  content: "\f129";
}
.icon-equipment-directions-bus:before {
  content: "\f12a";
}
.icon-equipment-feedback:before {
  content: "\f12b";
}
.icon-equipment-feedback2:before {
  content: "\f12c";
}
.icon-equipment-frozen:before {
  content: "\f12d";
}
.icon-equipment-outlined-flag:before {
  content: "\f12e";
}
.icon-equipment-repair:before {
  content: "\f12f";
}
.icon-equipment-repair2:before {
  content: "\f130";
}
.icon-equipment-write-off:before {
  content: "\f131";
}
.icon-equipment2:before {
  content: "\f132";
}
.icon-equipment3:before {
  content: "\f133";
}
.icon-equipment4:before {
  content: "\f134";
}
.icon-error-outline:before {
  content: "\f135";
}
.icon-event-available:before {
  content: "\f136";
}
.icon-file-copy:before {
  content: "\f137";
}
.icon-file-download-line-1:before {
  content: "\f138";
}
.icon-file-download-line:before {
  content: "\f139";
}
.icon-file-list-2-line-1:before {
  content: "\f13a";
}
.icon-file-list-2-line-2:before {
  content: "\f13b";
}
.icon-file-list-2-line-3:before {
  content: "\f13c";
}
.icon-file-list-2-line:before {
  content: "\f13d";
}
.icon-file-shield-2-line:before {
  content: "\f13e";
}
.icon-filter:before {
  content: "\f13f";
}
.icon-filter2:before {
  content: "\f140";
}
.icon-folders-line:before {
  content: "\f141";
}
.icon-hardware-memory:before {
  content: "\f142";
}
.icon-highlight:before {
  content: "\f143";
}
.icon-home:before {
  content: "\f144";
}
.icon-in-progress:before {
  content: "\f145";
}
.icon-jde:before {
  content: "\f146";
}
.icon-keyboard-arrow-down:before {
  content: "\f147";
}
.icon-keyboard-backspace:before {
  content: "\f148";
}
.icon-landscape:before {
  content: "\f149";
}
.icon-list-alt:before {
  content: "\f14a";
}
.icon-list:before {
  content: "\f14b";
}
.icon-map-2-line:before {
  content: "\f14c";
}
.icon-map-arrow:before {
  content: "\f14d";
}
.icon-map-down:before {
  content: "\f14e";
}
.icon-map-pin-2-line:before {
  content: "\f14f";
}
.icon-minus:before {
  content: "\f150";
}
.icon-notification-event-note:before {
  content: "\f151";
}
.icon-notifications-none:before {
  content: "\f152";
}
.icon-pencil-solid:before {
  content: "\f153";
}
.icon-pencil:before {
  content: "\f154";
}
.icon-percent:before {
  content: "\f155";
}
.icon-plus:before {
  content: "\f156";
}
.icon-property1:before {
  content: "\f157";
}
.icon-property2:before {
  content: "\f158";
}
.icon-property3:before {
  content: "\f159";
}
.icon-property4:before {
  content: "\f15a";
}
.icon-property5:before {
  content: "\f15b";
}
.icon-repair-history:before {
  content: "\f15c";
}
.icon-report-problem:before {
  content: "\f15d";
}
.icon-request-list:before {
  content: "\f15e";
}
.icon-save:before {
  content: "\f15f";
}
.icon-schedule:before {
  content: "\f160";
}
.icon-search-line:before {
  content: "\f161";
}
.icon-send:before {
  content: "\f162";
}
.icon-settings-3-line:before {
  content: "\f163";
}
.icon-social-domain:before {
  content: "\f164";
}
.icon-speed:before {
  content: "\f165";
}
.icon-statement:before {
  content: "\f166";
}
.icon-submitted:before {
  content: "\f167";
}
.icon-timer:before {
  content: "\f168";
}
.icon-to-contracts:before {
  content: "\f169";
}
.icon-todo-line-1:before {
  content: "\f16a";
}
.icon-todo-line:before {
  content: "\f16b";
}
.icon-transfer:before {
  content: "\f16c";
}
.icon-translate:before {
  content: "\f16d";
}
.icon-trending-flat:before {
  content: "\f16e";
}
.icon-uodate:before {
  content: "\f16f";
}
.icon-update:before {
  content: "\f170";
}
.icon-upload:before {
  content: "\f171";
}
.icon-user:before {
  content: "\f172";
}
.icon-users:before {
  content: "\f173";
}
.icon-vector:before {
  content: "\f174";
}
.icon-wo-arrow:before {
  content: "\f175";
}
.icon-wo-count:before {
  content: "\f176";
}
.icon-wo-steps:before {
  content: "\f177";
}
.icon-wo-zone:before {
  content: "\f178";
}
.icon-work-order:before {
  content: "\f179";
}
*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
::before,
::after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role=button] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden=until-found])) {
  display: none;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .\!container {
    max-width: 640px !important;
  }
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
  }
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .\!container {
    max-width: 1024px !important;
  }
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .\!container {
    max-width: 1280px !important;
  }
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1580px) {
  .\!container {
    max-width: 1580px !important;
  }
  .container {
    max-width: 1580px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.bottom-\[2px\] {
  bottom: 2px;
}
.left-3 {
  left: 0.75rem;
}
.left-\[10px\] {
  left: 10px;
}
.top-2 {
  top: 0.5rem;
}
.z-50 {
  z-index: 50;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.m-1 {
  margin: 0.25rem;
}
.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!mb-\[2px\] {
  margin-bottom: 2px !important;
}
.\!mb-\[4px\] {
  margin-bottom: 4px !important;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-3\.5 {
  margin-bottom: 0.875rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[2px\] {
  margin-bottom: 2px;
}
.me-3 {
  margin-inline-end: 0.75rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-auto {
  margin-top: auto;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.table-column {
  display: table-column;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.\!h-\[38px\] {
  height: 38px !important;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-24 {
  height: 6rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[2\.5rem\] {
  height: 2.5rem;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[48px\] {
  height: 48px;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-\[450px\] {
  max-height: 450px;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[150px\] {
  min-height: 150px;
}
.min-h-\[250px\] {
  min-height: 250px;
}
.min-h-\[40px\] {
  min-height: 40px;
}
.min-h-\[50px\] {
  min-height: 50px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1 {
  width: 0.25rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-24 {
  width: 6rem;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[170px\] {
  width: 170px;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[380px\] {
  min-width: 380px;
}
.min-w-\[450px\] {
  min-width: 450px;
}
.min-w-\[500px\] {
  min-width: 500px;
}
.min-w-\[780px\] {
  min-width: 780px;
}
.min-w-\[90px\] {
  min-width: 90px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.\!gap-\[5px\] {
  gap: 5px !important;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-2 {
  column-gap: 0.5rem;
}
.gap-x-4 {
  column-gap: 1rem;
}
.gap-x-8 {
  column-gap: 2rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-\[3px\] {
  row-gap: 3px;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-\[\#e0e0e0\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-divide-opacity, 1));
}
.self-start {
  align-self: flex-start;
}
.\!overflow-auto {
  overflow: auto !important;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.break-words {
  overflow-wrap: break-word;
}
.\!rounded-2xl {
  border-radius: 1rem !important;
}
.\!rounded-xl {
  border-radius: 0.75rem !important;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-\[\#e0e0e0\] {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
}
.border-\[var\(--border-color\)\] {
  border-color: var(--border-color);
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.bg-\[var\(--border-color\)\] {
  background-color: var(--border-color);
}
.bg-\[var\(--color-grey-100\)\] {
  background-color: var(--color-grey-100);
}
.bg-\[var\(--hover-background\)\] {
  background-color: var(--hover-background);
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-1\.5 {
  padding-bottom: 0.375rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-1\.5 {
  padding-top: 0.375rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.font-mono {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
}
.\!text-\[20px\] {
  font-size: 20px !important;
}
.\!text-\[30px\] {
  font-size: 30px !important;
}
.text-2xl {
  font-size: 1.5rem;
}
.text-3xl {
  font-size: 1.875rem;
}
.text-4xl {
  font-size: 2rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-base {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.125rem;
}
.text-s {
  font-size: 0.75rem;
}
.text-sm {
  font-size: 0.875rem;
}
.text-xl {
  font-size: 1.25rem;
}
.text-xs {
  font-size: 0.625rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#0066b2\] {
  --tw-text-opacity: 1;
  color: rgb(0 102 178 / var(--tw-text-opacity, 1));
}
.text-\[\#99A0B0\] {
  --tw-text-opacity: 1;
  color: rgb(153 160 176 / var(--tw-text-opacity, 1));
}
.text-\[\#f23c3c\] {
  --tw-text-opacity: 1;
  color: rgb(242 60 60 / var(--tw-text-opacity, 1));
}
.text-\[var\(--color-info-light\)\] {
  color: var(--color-info-light);
}
.text-\[var\(--dt-primary\)\] {
  color: var(--dt-primary);
}
.text-\[var\(--text-color\)\] {
  color: var(--text-color);
}
.text-\[var\(--text-secondary\)\] {
  color: var(--text-secondary);
}
.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.\!opacity-100 {
  opacity: 1 !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-60 {
  opacity: 0.6;
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-\[1px\] {
  --tw-backdrop-blur: blur(1px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-primary-main: #0066b2;
  --color-primary-hover: #00508c;
  --color-primary-dark: #0b2d71;
  --color-primary-light: #009dd9;
  --color-secondary-main: #03a9f4;
  --color-secondary-dark: #0288d1;
  --color-error-main: #f44336;
  --color-error-dark: #e31b0c;
  --color-error-light: #f88078;
  --color-warning-main: #ffc000;
  --color-warning-dark: #b28600;
  --color-warning-light: #ffcc33;
  --color-success-main: #4caf50;
  --color-success-dark: #3b873e;
  --color-success-light: #7bc67e;
  --color-info-main: #42454a;
  --color-info-dark: #2e3136;
  --color-info-light: #6c6e72;
  --color-grey-50: #fafafa;
  --color-grey-300: #e0e0e0;
  --color-grey-900: #212121;
  --color-icons: #09121f;
  --color-snackbar: #323232;
  --color-active-rating: #ffb400;
  --color-brand-secondary-bg: #e6e6e6;
  --page-background: rgba(244, 244, 244, 1);
  --page-header-bg: rgba(255, 255, 255, 0.95);
  --border-color: rgba(0, 0, 0, 0.1);
  --input-border-color: rgba(0, 0, 0, 0.23);
  --border-radius: 4px;
  --hover-background: #f0f0f0;
  --hover-color: #1a1a1a;
  --header-item-active-bg: rgba(0, 117, 204, 1);
  --header-item-hover-bg: rgba(255, 255, 255, 0.1);
  --header-text-muted: rgba(214, 214, 214, 1);
  --header-submenu-bg: rgba(166, 166, 166, 1);
  --header-submenu-hover-bg: rgba(140, 140, 140, 1);
  --header-submenu-text: rgba(245, 245, 245, 1);
  --header-submenu-divider: rgba(255, 255, 255, 0.2);
  --wrapper-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.06);
  --page-height: calc(100vh - 57px);
  --title-color: #1a1a1a;
  --text-color: rgba(0, 0, 0, 0.87);
  --text-secondary: rgba(0, 0, 0, 0.6);
  --placeholder-color: rgba(0, 0, 0, 0.38);
  --transition: 150ms ease-in;
  --btn-border-radius: 2px;
  --font-size: 14px;
  --red-fill: #a70000;
  --line-loader-width: 100%;
  --line-loader-bg: var(--page-background);
  --line-loader-radius: var(--border-radius);
  --hf-label-background: var(--color-white);
  --hf-field-margin-bottom: 16px;
}
:root hard-loading {
  --loading: url(/assets/images/brutal-loader.gif);
}
html,
body {
  height: 100%;
  --hp-btn-width: 32px;
  --hp-btn-height: 32px;
  --hp-btn-margin: 0 0 0 0.25rem;
  --hp-font-size: 13px;
  --hp-svg-size: 16px;
  --hp-btn-border-radius: 4px;
}
@media only screen and (min-width: 1900px) {
  html,
  body {
    --ht-row-font-size: 14px;
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  overflow: hidden;
  font-family:
    "Roboto",
    "Tahoma",
    sans-serif;
  font-size: var(--font-size);
  color: var(--text-color);
}
input.base-input {
  background: var(--dark-fill);
  width: 100%;
  height: 34px;
  outline: none;
  padding: 10px 16px;
  transition: var(--transition);
}
input.base-input:hover {
  background: var(--hover-background);
}
input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #222222 !important;
  -webkit-text-fill-color: #ffffff !important;
  color: #ffffff !important;
}
input::placeholder {
  color: var(--placeholder-color);
}
img,
video {
  width: 100%;
  height: 100%;
}
.preview-img {
  width: 40%;
  height: 40%;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  cursor: pointer;
  border-radius: 2px;
}
::-webkit-scrollbar-thumb {
  background-color: #707070;
  border-radius: 2px;
}
::-webkit-scrollbar-corner {
  display: none;
}
::-webkit-scrollbar-track {
  background-color: transparent !important;
  border-radius: 2px;
}
.material-icons {
  font-family: "Material Icons", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
hard-button .line-loader {
  width: calc(100% - 20px) !important;
}
.dmms-page {
  height: var(--page-height);
}
.wrapper-shadow {
  box-shadow: var(--wrapper-box-shadow);
}
.page-shell-layout {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
}
.page-shell-body {
  margin: 10px;
  display: flex;
  flex: 1 1 0%;
  flex-direction: row;
  gap: 10px;
  overflow: hidden;
}
.hp-menu {
  background: rgb(255, 255, 255) !important;
}
.hp-menu .mat-mdc-menu-content .mat-mdc-menu-item {
  color: rgba(0, 0, 0, 0.7) !important;
}
.hp-menu .mat-mdc-menu-content .mat-mdc-menu-item:hover {
  background: rgba(0, 0, 0, 0.06) !important;
}
.hp-menu .mat-mdc-menu-content .mat-mdc-menu-item.active {
  background: rgba(0, 102, 178, 0.1) !important;
  color: rgb(0, 102, 178) !important;
}
.ngx-toastr {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5) !important;
}
.ngx-toastr.enlarged-toastr {
  width: 500px;
  background-size: 26px;
}
.ngx-toastr.enlarged-toastr .enlarged-toastr-message {
  font-size: 18px;
}
.popover {
  z-index: 2000 !important;
}
.cdk-overlay-container {
  z-index: 1001 !important;
}
hard-form-grid:has(.hard-form-label) {
  padding-top: 10px;
  display: block;
}
.hard-form-control {
  position: relative;
  margin-bottom: var(--hf-field-margin-bottom);
}
.hard-form-control hard-form-control-label {
  position: absolute;
  top: -9px;
  left: 8px;
  z-index: 2;
  line-height: 1;
}
.hard-form-control .hard-form-label {
  background: var(--hf-label-background);
  padding: 0 4px;
  margin-bottom: 0;
  line-height: 1.2;
}
.hard-form-control {
}
.hard-form-control:hover .hard-form-input,
.hard-form-control:focus-within .hard-form-input {
  border-color: rgba(0, 102, 178, 0.5);
}
.hard-form-control:focus-within .hard-form-input {
  border-color: rgb(0, 102, 178);
}
.hard-form-control--disabled {
  pointer-events: none;
}
.hard-form-control--disabled .hard-form-label {
  color: var(--text-secondary) !important;
}
.hard-form-control--disabled .hard-form-label-indicator {
  color: var(--text-secondary) !important;
}
.hard-form-control--disabled .hard-form-input {
  background-color: var(--color-white) !important;
  color: var(--text-secondary) !important;
  border-color: var(--border-color) !important;
}
.hard-form-control--disabled:hover .hard-form-input,
.hard-form-control--disabled:focus-within .hard-form-input {
  border-color: var(--border-color) !important;
}
.cdk-overlay-pane,
mat-dialog-container,
.mat-mdc-dialog-surface {
  --hf-label-background: var(--color-white);
}
.dictionary-crud-dialog {
  max-width: 600px !important;
  width: 100%;
}
.red-color-blinking {
  animation: red-color-blinking 0.6s linear infinite;
}
@keyframes red-color-blinking {
  0% {
    color: white;
  }
  50% {
    color: var(--red-fill);
  }
  100% {
    color: white;
  }
}
.red-background-blinking {
  animation: red-background-blinking 1.2s linear infinite;
}
@keyframes red-background-blinking {
  0% {
    background-color: #222222;
  }
  50% {
    background-color: var(--red-fill2);
  }
  100% {
    background-color: #222222;
  }
}
.no-data {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
  color: #666666;
  font-size: 100%;
}
.header-dialog {
  height: 100%;
  align-items: center;
}
.d-flex {
  display: flex;
}
.blinking {
  fill: transparent;
}
.blinkingOn {
  fill: var(--red-fill2);
}
.font-size-none {
  font-size: 0 !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.hard-form-input:disabled {
  background-color: var(--color-white) !important;
  color: var(--text-secondary) !important;
  border-color: var(--border-color) !important;
  cursor: not-allowed;
  opacity: 0.8;
}
.hard-form-control--disabled {
  opacity: 0.55 !important;
  pointer-events: none !important;
  cursor: not-allowed !important;
}
.hard-form-control--disabled * {
  cursor: not-allowed !important;
}
mat-checkbox,
.mat-mdc-checkbox {
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54) !important;
  --mdc-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.54) !important;
  --mdc-checkbox-selected-icon-color: var(--color-primary-main) !important;
  --mdc-checkbox-selected-hover-icon-color: var( --color-primary-hover ) !important;
  --mdc-checkbox-selected-focus-icon-color: var( --color-primary-main ) !important;
}
mat-checkbox .mdc-checkbox__background,
.mat-mdc-checkbox .mdc-checkbox__background {
  border-color: rgba(0, 0, 0, 0.54) !important;
}
mat-checkbox.mat-mdc-checkbox-checked .mdc-checkbox__background,
.mat-mdc-checkbox.mat-mdc-checkbox-checked .mdc-checkbox__background {
  border-color: var(--color-primary-main) !important;
  background-color: var(--color-primary-main) !important;
}
hard-modal.booking-details-modal-host .header {
  min-width: 0 !important;
}
hard-modal.booking-details-modal-host .header .title {
  min-width: 0 !important;
}
hard-modal.booking-details-modal-host .header .title .text {
  display: none !important;
}
.sep-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 12px;
  white-space: nowrap;
  box-sizing: border-box;
}
.sep-tag--requires-transport {
  background: var(--color-grey-300);
  color: var(--color-grey-900);
}
.sep-tag--long-term-rented {
  background: var(--color-error-main);
  color: var(--color-white);
}
.sep-tag--assigned {
  background: rgba(244, 67, 54, 0.15);
  color: var(--color-grey-900);
}
.sep-tag--under-repair {
  background: var(--color-warning-main);
  color: var(--color-black);
}
.sep-tag--under-repair .sep-tag-icon {
  font-size: 12px;
  margin-right: 2px;
}
.sep-tag--share-type {
  background: color-mix(in srgb, var(--color-primary-main) 10%, var(--color-white));
  color: var(--color-primary-main);
}
.sep-tag--ownership-type {
  background: var(--color-grey-50);
  color: var(--color-info-light);
  border: 1px solid var(--color-grey-300);
}
.sep-tag--no-self-propelled {
  background-color: #ffedd5;
  color: #d97706;
}
.sep-tag--frozen {
  background: var(--color-info-light);
  color: var(--color-white);
}
.sep-tag--frozen .sep-tag-icon {
  font-size: 12px;
  margin-right: 2px;
}
.sep-booking-modal-table .sep-req-wo-col,
.sep-booking-modal-table .sep-req-wo-col * {
  white-space: pre-line !important;
  word-break: break-word !important;
}
.sep-booking-modal-table .g_table-head {
  height: auto !important;
  min-height: 40px !important;
}
.sep-booking-modal-panel {
  max-height: 85vh !important;
}
.sep-booking-modal-panel .mat-mdc-dialog-container,
.sep-booking-modal-panel .mdc-dialog__surface,
.sep-booking-modal-panel hard-modal,
.sep-booking-modal-panel .hard-modal,
.sep-booking-modal-panel .bg,
.sep-booking-modal-panel .content {
  max-height: 100% !important;
  height: 100% !important;
}
.btn-decline-action:disabled,
.btn-confirm-action:disabled,
.btn-mobilize-action:disabled,
.btn-close-booking-action:disabled,
.confirm-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
  pointer-events: none;
}
.state-period {
  background: var(--color-info-light);
  color: var(--color-white);
}
.last\:border-0:last-child {
  border-width: 0px;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.last\:pb-0:last-child {
  padding-bottom: 0px;
}
.hover\:bg-\[var\(--color-grey-50\)\]:hover {
  background-color: var(--color-grey-50);
}
.hover\:bg-\[var\(--hover-background\)\]:hover {
  background-color: var(--hover-background);
}
.hover\:text-\[\#00508c\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 80 140 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

/* app/shared/styles/mat-theme.scss */
html {
  --mat-app-background-color: #303030;
  --mat-app-text-color: white;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-ripple-color: color-mix(in srgb, white 12%, transparent);
}
html {
  --mat-option-selected-state-label-text-color: #ef6c00;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);
}
.mat-accent {
  --mat-option-selected-state-label-text-color: #78909c;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);
}
.mat-warn {
  --mat-option-selected-state-label-text-color: #b71c1c;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);
}
html {
  --mat-optgroup-label-text-color: white;
}
html {
  --mat-pseudo-checkbox-full-selected-icon-color: #78909c;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #78909c;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
}
.mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #ef6c00;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ef6c00;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
}
.mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #78909c;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #78909c;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
}
.mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #b71c1c;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #b71c1c;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
}
html {
  --mat-card-elevated-container-shape: 4px;
  --mat-card-outlined-container-shape: 4px;
  --mat-card-filled-container-shape: 4px;
  --mat-card-outlined-outline-width: 1px;
}
html {
  --mat-card-elevated-container-color: #424242;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: #424242;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-card-subtitle-text-color: rgba(255, 255, 255, 0.7);
  --mat-card-filled-container-color: #424242;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-progress-bar-active-indicator-height: 4px;
  --mat-progress-bar-track-height: 4px;
  --mat-progress-bar-track-shape: 0;
}
.mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #ef6c00;
  --mat-progress-bar-track-color: rgba(239, 108, 0, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #78909c;
  --mat-progress-bar-track-color: rgba(120, 144, 156, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #b71c1c;
  --mat-progress-bar-track-color: rgba(183, 28, 28, 0.25);
}
html {
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-supporting-text-line-height: 16px;
}
html {
  --mat-tooltip-container-color: white;
  --mat-tooltip-supporting-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-form-field-filled-active-indicator-height: 1px;
  --mat-form-field-filled-focus-active-indicator-height: 2px;
  --mat-form-field-filled-container-shape: 4px;
  --mat-form-field-outlined-outline-width: 1px;
  --mat-form-field-outlined-focus-outline-width: 2px;
  --mat-form-field-outlined-container-shape: 4px;
}
html {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #ef6c00 87%, transparent);
  --mat-form-field-filled-caret-color: #ef6c00;
  --mat-form-field-filled-focus-active-indicator-color: #ef6c00;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #ef6c00 87%, transparent);
  --mat-form-field-outlined-caret-color: #ef6c00;
  --mat-form-field-outlined-focus-outline-color: #ef6c00;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #ef6c00 87%, transparent);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-state-layer-color: white;
  --mat-form-field-error-text-color: #b71c1c;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-form-field-filled-container-color: #4a4a4a;
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, white 4%, transparent);
  --mat-form-field-filled-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-filled-input-text-color: white;
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-filled-input-text-placeholder-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-error-hover-label-text-color: #b71c1c;
  --mat-form-field-filled-error-focus-label-text-color: #b71c1c;
  --mat-form-field-filled-error-label-text-color: #b71c1c;
  --mat-form-field-filled-error-caret-color: #b71c1c;
  --mat-form-field-filled-active-indicator-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, white 12%, transparent);
  --mat-form-field-filled-hover-active-indicator-color: white;
  --mat-form-field-filled-error-active-indicator-color: #b71c1c;
  --mat-form-field-filled-error-focus-active-indicator-color: #b71c1c;
  --mat-form-field-filled-error-hover-active-indicator-color: #b71c1c;
  --mat-form-field-outlined-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-outlined-hover-label-text-color: white;
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-outlined-input-text-color: white;
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-outlined-error-caret-color: #b71c1c;
  --mat-form-field-outlined-error-focus-label-text-color: #b71c1c;
  --mat-form-field-outlined-error-label-text-color: #b71c1c;
  --mat-form-field-outlined-error-hover-label-text-color: #b71c1c;
  --mat-form-field-outlined-outline-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, white 12%, transparent);
  --mat-form-field-outlined-hover-outline-color: white;
  --mat-form-field-outlined-error-focus-outline-color: #b71c1c;
  --mat-form-field-outlined-error-hover-outline-color: #b71c1c;
  --mat-form-field-outlined-error-outline-color: #b71c1c;
}
.mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #78909c 87%, transparent);
  --mat-form-field-filled-caret-color: #78909c;
  --mat-form-field-filled-focus-active-indicator-color: #78909c;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #78909c 87%, transparent);
  --mat-form-field-outlined-caret-color: #78909c;
  --mat-form-field-outlined-focus-outline-color: #78909c;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #78909c 87%, transparent);
}
.mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #b71c1c 87%, transparent);
  --mat-form-field-filled-caret-color: #b71c1c;
  --mat-form-field-filled-focus-active-indicator-color: #b71c1c;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #b71c1c 87%, transparent);
  --mat-form-field-outlined-caret-color: #b71c1c;
  --mat-form-field-outlined-focus-outline-color: #b71c1c;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #b71c1c 87%, transparent);
}
html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}
html {
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: white;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.7);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-focused-arrow-color: #ef6c00;
  --mat-select-invalid-arrow-color: #b71c1c;
}
.mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: white;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.7);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-focused-arrow-color: #78909c;
  --mat-select-invalid-arrow-color: #b71c1c;
}
.mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: white;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.7);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-focused-arrow-color: #b71c1c;
  --mat-select-invalid-arrow-color: #b71c1c;
}
html {
  --mat-select-arrow-transform: translateY(-8px);
}
html {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color: #424242;
}
html {
  --mat-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}
html {
  --mat-dialog-container-color: #424242;
  --mat-dialog-subhead-color: white;
  --mat-dialog-supporting-text-color: rgba(255, 255, 255, 0.7);
}
.mat-mdc-standard-chip {
  --mat-chip-container-shape-radius: 16px;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-disabled-outline-color: transparent;
  --mat-chip-flat-selected-outline-width: 0;
  --mat-chip-focus-outline-color: transparent;
  --mat-chip-hover-state-layer-opacity: 0.04;
  --mat-chip-outline-color: transparent;
  --mat-chip-outline-width: 0;
  --mat-chip-selected-hover-state-layer-opacity: 0.04;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-with-avatar-avatar-shape-radius: 14px;
  --mat-chip-with-avatar-avatar-size: 28px;
  --mat-chip-with-avatar-disabled-avatar-opacity: 1;
  --mat-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-with-icon-icon-size: 18px;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
}
.mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-elevated-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-elevated-selected-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #ef6c00;
  --mat-chip-elevated-disabled-container-color: #ef6c00;
  --mat-chip-elevated-selected-container-color: #ef6c00;
  --mat-chip-flat-disabled-selected-container-color: #ef6c00;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #78909c;
  --mat-chip-elevated-disabled-container-color: #78909c;
  --mat-chip-elevated-selected-container-color: #78909c;
  --mat-chip-flat-disabled-selected-container-color: #78909c;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #b71c1c;
  --mat-chip-elevated-disabled-container-color: #b71c1c;
  --mat-chip-elevated-selected-container-color: #b71c1c;
  --mat-chip-flat-disabled-selected-container-color: #b71c1c;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mat-chip-container-height: 32px;
}
html {
  --mat-slide-toggle-disabled-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-color: transparent;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 1px;
  --mat-slide-toggle-handle-height: 20px;
  --mat-slide-toggle-handle-shape: 10px;
  --mat-slide-toggle-handle-width: 20px;
  --mat-slide-toggle-hidden-track-opacity: 1;
  --mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-slide-toggle-pressed-handle-size: 20px;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-handle-size: 20px;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-selected-icon-size: 18px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 1px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-track-height: 14px;
  --mat-slide-toggle-track-outline-color: transparent;
  --mat-slide-toggle-track-outline-width: 1px;
  --mat-slide-toggle-track-shape: 7px;
  --mat-slide-toggle-track-width: 36px;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-handle-size: 20px;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-icon-size: 18px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-slide-toggle-with-icon-handle-size: 20px;
  --mat-slide-toggle-touch-target-size: 48px;
}
html {
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #ef6c00;
  --mat-slide-toggle-selected-handle-color: #ef6c00;
  --mat-slide-toggle-selected-hover-state-layer-color: #ef6c00;
  --mat-slide-toggle-selected-pressed-state-layer-color: #ef6c00;
  --mat-slide-toggle-selected-focus-handle-color: #ef6c00;
  --mat-slide-toggle-selected-hover-handle-color: #ef6c00;
  --mat-slide-toggle-selected-pressed-handle-color: #ef6c00;
  --mat-slide-toggle-selected-focus-track-color: #fb8c00;
  --mat-slide-toggle-selected-hover-track-color: #fb8c00;
  --mat-slide-toggle-selected-pressed-track-color: #fb8c00;
  --mat-slide-toggle-selected-track-color: #fb8c00;
  --mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-disabled-selected-handle-color: white;
  --mat-slide-toggle-disabled-selected-track-color: white;
  --mat-slide-toggle-disabled-unselected-handle-color: white;
  --mat-slide-toggle-disabled-unselected-icon-color: #4a4a4a;
  --mat-slide-toggle-disabled-unselected-track-color: white;
  --mat-slide-toggle-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-handle-surface-color: #424242;
  --mat-slide-toggle-label-text-color: white;
  --mat-slide-toggle-unselected-hover-handle-color: white;
  --mat-slide-toggle-unselected-focus-handle-color: white;
  --mat-slide-toggle-unselected-focus-state-layer-color: white;
  --mat-slide-toggle-unselected-focus-track-color: rgba(255, 255, 255, 0.12);
  --mat-slide-toggle-unselected-icon-color: #4a4a4a;
  --mat-slide-toggle-unselected-handle-color: rgba(255, 255, 255, 0.7);
  --mat-slide-toggle-unselected-hover-state-layer-color: white;
  --mat-slide-toggle-unselected-hover-track-color: rgba(255, 255, 255, 0.12);
  --mat-slide-toggle-unselected-pressed-handle-color: white;
  --mat-slide-toggle-unselected-pressed-track-color: rgba(255, 255, 255, 0.12);
  --mat-slide-toggle-unselected-pressed-state-layer-color: white;
  --mat-slide-toggle-unselected-track-color: rgba(255, 255, 255, 0.12);
}
.mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #78909c;
  --mat-slide-toggle-selected-handle-color: #78909c;
  --mat-slide-toggle-selected-hover-state-layer-color: #78909c;
  --mat-slide-toggle-selected-pressed-state-layer-color: #78909c;
  --mat-slide-toggle-selected-focus-handle-color: #78909c;
  --mat-slide-toggle-selected-hover-handle-color: #78909c;
  --mat-slide-toggle-selected-pressed-handle-color: #78909c;
  --mat-slide-toggle-selected-focus-track-color: #546e7a;
  --mat-slide-toggle-selected-hover-track-color: #546e7a;
  --mat-slide-toggle-selected-pressed-track-color: #546e7a;
  --mat-slide-toggle-selected-track-color: #546e7a;
}
.mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #b71c1c;
  --mat-slide-toggle-selected-handle-color: #b71c1c;
  --mat-slide-toggle-selected-hover-state-layer-color: #b71c1c;
  --mat-slide-toggle-selected-pressed-state-layer-color: #b71c1c;
  --mat-slide-toggle-selected-focus-handle-color: #b71c1c;
  --mat-slide-toggle-selected-hover-handle-color: #b71c1c;
  --mat-slide-toggle-selected-pressed-handle-color: #b71c1c;
  --mat-slide-toggle-selected-focus-track-color: #e53935;
  --mat-slide-toggle-selected-hover-track-color: #e53935;
  --mat-slide-toggle-selected-pressed-track-color: #e53935;
  --mat-slide-toggle-selected-track-color: #e53935;
}
html {
  --mat-slide-toggle-state-layer-size: 40px;
  --mat-slide-toggle-touch-target-display: block;
}
html {
  --mat-radio-disabled-selected-icon-opacity: 0.38;
  --mat-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-size: 48px;
}
.mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #ef6c00;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #ef6c00;
  --mat-radio-selected-hover-icon-color: #ef6c00;
  --mat-radio-selected-icon-color: #ef6c00;
  --mat-radio-selected-pressed-icon-color: #ef6c00;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #78909c;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #78909c;
  --mat-radio-selected-hover-icon-color: #78909c;
  --mat-radio-selected-icon-color: #78909c;
  --mat-radio-selected-pressed-icon-color: #78909c;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #b71c1c;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #b71c1c;
  --mat-radio-selected-hover-icon-color: #b71c1c;
  --mat-radio-selected-icon-color: #b71c1c;
  --mat-radio-selected-pressed-icon-color: #b71c1c;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
html {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
html {
  --mat-slider-active-track-height: 6px;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-handle-height: 20px;
  --mat-slider-handle-shape: 50%;
  --mat-slider-handle-width: 20px;
  --mat-slider-inactive-track-height: 4px;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-with-overlap-handle-outline-width: 1px;
  --mat-slider-with-tick-marks-active-container-opacity: 0.6;
  --mat-slider-with-tick-marks-container-shape: 50%;
  --mat-slider-with-tick-marks-container-size: 2px;
  --mat-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mat-slider-value-indicator-transform-origin: bottom;
}
html {
  --mat-slider-active-track-color: #ef6c00;
  --mat-slider-focus-handle-color: #ef6c00;
  --mat-slider-handle-color: #ef6c00;
  --mat-slider-hover-handle-color: #ef6c00;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #ef6c00 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #ef6c00 4%, transparent);
  --mat-slider-inactive-track-color: #ef6c00;
  --mat-slider-ripple-color: #ef6c00;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #ef6c00;
  --mat-slider-disabled-active-track-color: white;
  --mat-slider-disabled-handle-color: white;
  --mat-slider-disabled-inactive-track-color: white;
  --mat-slider-label-container-color: white;
  --mat-slider-label-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-with-overlap-handle-outline-color: white;
  --mat-slider-with-tick-marks-disabled-container-color: white;
}
.mat-accent {
  --mat-slider-active-track-color: #78909c;
  --mat-slider-focus-handle-color: #78909c;
  --mat-slider-handle-color: #78909c;
  --mat-slider-hover-handle-color: #78909c;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #78909c 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #78909c 4%, transparent);
  --mat-slider-inactive-track-color: #78909c;
  --mat-slider-ripple-color: #78909c;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #78909c;
}
.mat-warn {
  --mat-slider-active-track-color: #b71c1c;
  --mat-slider-focus-handle-color: #b71c1c;
  --mat-slider-handle-color: #b71c1c;
  --mat-slider-hover-handle-color: #b71c1c;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #b71c1c 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #b71c1c 4%, transparent);
  --mat-slider-inactive-track-color: #b71c1c;
  --mat-slider-ripple-color: #b71c1c;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #b71c1c;
}
html {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-menu-container-color: #424242;
  --mat-menu-divider-color: rgba(255, 255, 255, 0.12);
}
html {
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mat-list-list-item-container-shape: 0;
  --mat-list-list-item-leading-avatar-shape: 50%;
  --mat-list-list-item-container-color: transparent;
  --mat-list-list-item-selected-container-color: transparent;
  --mat-list-list-item-leading-avatar-color: transparent;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-disabled-state-layer-color: transparent;
  --mat-list-list-item-disabled-state-layer-opacity: 0;
  --mat-list-list-item-disabled-label-text-opacity: 0.38;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
}
html {
  --mat-list-list-item-label-text-color: white;
  --mat-list-list-item-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-disabled-label-text-color: white;
  --mat-list-list-item-disabled-leading-icon-color: white;
  --mat-list-list-item-disabled-trailing-icon-color: white;
  --mat-list-list-item-hover-label-text-color: white;
  --mat-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-hover-state-layer-color: white;
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-focus-label-text-color: white;
  --mat-list-list-item-focus-state-layer-color: white;
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-checked-ripple-color: #ef6c00;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #ef6c00;
  --mat-radio-selected-hover-icon-color: #ef6c00;
  --mat-radio-selected-icon-color: #ef6c00;
  --mat-radio-selected-pressed-icon-color: #ef6c00;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #78909c;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #78909c;
  --mat-radio-selected-hover-icon-color: #78909c;
  --mat-radio-selected-icon-color: #78909c;
  --mat-radio-selected-pressed-icon-color: #78909c;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #b71c1c;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #b71c1c;
  --mat-radio-selected-hover-icon-color: #b71c1c;
  --mat-radio-selected-icon-color: #b71c1c;
  --mat-radio-selected-pressed-icon-color: #b71c1c;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #ef6c00;
  --mat-checkbox-selected-hover-icon-color: #ef6c00;
  --mat-checkbox-selected-icon-color: #ef6c00;
  --mat-checkbox-selected-pressed-icon-color: #ef6c00;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #ef6c00;
  --mat-checkbox-selected-hover-state-layer-color: #ef6c00;
  --mat-checkbox-selected-pressed-state-layer-color: #ef6c00;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #78909c;
  --mat-checkbox-selected-hover-icon-color: #78909c;
  --mat-checkbox-selected-icon-color: #78909c;
  --mat-checkbox-selected-pressed-icon-color: #78909c;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #78909c;
  --mat-checkbox-selected-hover-state-layer-color: #78909c;
  --mat-checkbox-selected-pressed-state-layer-color: #78909c;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #b71c1c;
  --mat-checkbox-selected-hover-icon-color: #b71c1c;
  --mat-checkbox-selected-icon-color: #b71c1c;
  --mat-checkbox-selected-pressed-icon-color: #b71c1c;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #b71c1c;
  --mat-checkbox-selected-hover-state-layer-color: #b71c1c;
  --mat-checkbox-selected-pressed-state-layer-color: #b71c1c;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #ef6c00;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-list-list-item-one-line-container-height: 48px;
  --mat-list-list-item-two-line-container-height: 64px;
  --mat-list-list-item-three-line-container-height: 88px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mat-paginator-page-size-select-width: 84px;
  --mat-paginator-page-size-select-touch-target-height: 48px;
}
html {
  --mat-paginator-container-text-color: white;
  --mat-paginator-container-background-color: #424242;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.7);
  --mat-paginator-disabled-icon-color: color-mix(in srgb, white 38%, transparent);
}
html {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}
html {
  --mat-tab-container-height: 48px;
  --mat-tab-divider-color: transparent;
  --mat-tab-divider-height: 0;
  --mat-tab-active-indicator-height: 2px;
  --mat-tab-active-indicator-shape: 0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.7);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-label-text-color: #ef6c00;
  --mat-tab-active-ripple-color: #ef6c00;
  --mat-tab-inactive-ripple-color: #ef6c00;
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-focus-label-text-color: #ef6c00;
  --mat-tab-active-hover-label-text-color: #ef6c00;
  --mat-tab-active-focus-indicator-color: #ef6c00;
  --mat-tab-active-hover-indicator-color: #ef6c00;
  --mat-tab-active-indicator-color: #ef6c00;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.7);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-label-text-color: #78909c;
  --mat-tab-active-ripple-color: #78909c;
  --mat-tab-inactive-ripple-color: #78909c;
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-focus-label-text-color: #78909c;
  --mat-tab-active-hover-label-text-color: #78909c;
  --mat-tab-active-focus-indicator-color: #78909c;
  --mat-tab-active-hover-indicator-color: #78909c;
  --mat-tab-active-indicator-color: #78909c;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.7);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-label-text-color: #b71c1c;
  --mat-tab-active-ripple-color: #b71c1c;
  --mat-tab-inactive-ripple-color: #b71c1c;
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-focus-label-text-color: #b71c1c;
  --mat-tab-active-hover-label-text-color: #b71c1c;
  --mat-tab-active-focus-indicator-color: #b71c1c;
  --mat-tab-active-hover-indicator-color: #b71c1c;
  --mat-tab-active-indicator-color: #b71c1c;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-background-color: #ef6c00;
  --mat-tab-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-background-color: #78909c;
  --mat-tab-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-background-color: #b71c1c;
  --mat-tab-foreground-color: white;
}
.mat-mdc-tab-header {
  --mat-tab-container-height: 48px;
}
html {
  --mat-checkbox-disabled-selected-checkmark-color: #424242;
  --mat-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-touch-target-size: 48px;
}
html {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #78909c;
  --mat-checkbox-selected-hover-icon-color: #78909c;
  --mat-checkbox-selected-icon-color: #78909c;
  --mat-checkbox-selected-pressed-icon-color: #78909c;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #78909c;
  --mat-checkbox-selected-hover-state-layer-color: #78909c;
  --mat-checkbox-selected-pressed-state-layer-color: #78909c;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #ef6c00;
  --mat-checkbox-selected-hover-icon-color: #ef6c00;
  --mat-checkbox-selected-icon-color: #ef6c00;
  --mat-checkbox-selected-pressed-icon-color: #ef6c00;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #ef6c00;
  --mat-checkbox-selected-hover-state-layer-color: #ef6c00;
  --mat-checkbox-selected-pressed-state-layer-color: #ef6c00;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #b71c1c;
  --mat-checkbox-selected-hover-icon-color: #b71c1c;
  --mat-checkbox-selected-icon-color: #b71c1c;
  --mat-checkbox-selected-pressed-icon-color: #b71c1c;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #b71c1c;
  --mat-checkbox-selected-hover-state-layer-color: #b71c1c;
  --mat-checkbox-selected-pressed-state-layer-color: #b71c1c;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
html {
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 40px;
}
html {
  --mat-button-filled-container-shape: 4px;
  --mat-button-filled-horizontal-padding: 16px;
  --mat-button-filled-icon-offset: -4px;
  --mat-button-filled-icon-spacing: 8px;
  --mat-button-filled-touch-target-size: 48px;
  --mat-button-outlined-container-shape: 4px;
  --mat-button-outlined-horizontal-padding: 15px;
  --mat-button-outlined-icon-offset: -4px;
  --mat-button-outlined-icon-spacing: 8px;
  --mat-button-outlined-keep-touch-target: false;
  --mat-button-outlined-outline-width: 1px;
  --mat-button-outlined-touch-target-size: 48px;
  --mat-button-protected-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-container-shape: 4px;
  --mat-button-protected-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-horizontal-padding: 16px;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-icon-offset: -4px;
  --mat-button-protected-icon-spacing: 8px;
  --mat-button-protected-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-button-protected-touch-target-size: 48px;
  --mat-button-text-container-shape: 4px;
  --mat-button-text-horizontal-padding: 8px;
  --mat-button-text-icon-offset: 0;
  --mat-button-text-icon-spacing: 8px;
  --mat-button-text-with-icon-horizontal-padding: 8px;
  --mat-button-text-touch-target-size: 48px;
  --mat-button-tonal-container-shape: 4px;
  --mat-button-tonal-horizontal-padding: 16px;
  --mat-button-tonal-icon-offset: -4px;
  --mat-button-tonal-icon-spacing: 8px;
  --mat-button-tonal-touch-target-size: 48px;
}
html {
  --mat-button-filled-container-color: #424242;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-outlined-disabled-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: white;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-outlined-state-layer-color: white;
  --mat-button-protected-container-color: #424242;
  --mat-button-protected-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-text-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: white;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-text-state-layer-color: white;
  --mat-button-tonal-container-color: #424242;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
.mat-mdc-button.mat-primary,
.mat-mdc-unelevated-button.mat-primary,
.mat-mdc-raised-button.mat-primary,
.mat-mdc-outlined-button.mat-primary,
.mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #ef6c00;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #ef6c00;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #ef6c00 12%, transparent);
  --mat-button-outlined-state-layer-color: #ef6c00;
  --mat-button-protected-container-color: #ef6c00;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #ef6c00;
  --mat-button-text-ripple-color: color-mix(in srgb, #ef6c00 12%, transparent);
  --mat-button-text-state-layer-color: #ef6c00;
  --mat-button-tonal-container-color: #ef6c00;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
.mat-mdc-button.mat-accent,
.mat-mdc-unelevated-button.mat-accent,
.mat-mdc-raised-button.mat-accent,
.mat-mdc-outlined-button.mat-accent,
.mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #78909c;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #78909c;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #78909c 12%, transparent);
  --mat-button-outlined-state-layer-color: #78909c;
  --mat-button-protected-container-color: #78909c;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #78909c;
  --mat-button-text-ripple-color: color-mix(in srgb, #78909c 12%, transparent);
  --mat-button-text-state-layer-color: #78909c;
  --mat-button-tonal-container-color: #78909c;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
.mat-mdc-button.mat-warn,
.mat-mdc-unelevated-button.mat-warn,
.mat-mdc-raised-button.mat-warn,
.mat-mdc-outlined-button.mat-warn,
.mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #b71c1c;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #b71c1c;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #b71c1c 12%, transparent);
  --mat-button-outlined-state-layer-color: #b71c1c;
  --mat-button-protected-container-color: #b71c1c;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #b71c1c;
  --mat-button-text-ripple-color: color-mix(in srgb, #b71c1c 12%, transparent);
  --mat-button-text-state-layer-color: #b71c1c;
  --mat-button-tonal-container-color: #b71c1c;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
html {
  --mat-button-filled-container-height: 36px;
  --mat-button-filled-touch-target-display: block;
  --mat-button-outlined-container-height: 36px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-container-height: 36px;
  --mat-button-protected-touch-target-display: block;
  --mat-button-text-container-height: 36px;
  --mat-button-text-touch-target-display: block;
  --mat-button-tonal-container-height: 36px;
  --mat-button-tonal-touch-target-display: block;
}
html {
  --mat-icon-button-icon-size: 24px;
  --mat-icon-button-container-shape: 50%;
  --mat-icon-button-touch-target-size: 48px;
}
html {
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-icon-button-state-layer-color: white;
}
.mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #ef6c00;
  --mat-icon-button-state-layer-color: #ef6c00;
  --mat-icon-button-ripple-color: color-mix(in srgb, #ef6c00 12%, transparent);
}
.mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #78909c;
  --mat-icon-button-state-layer-color: #78909c;
  --mat-icon-button-ripple-color: color-mix(in srgb, #78909c 12%, transparent);
}
.mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #b71c1c;
  --mat-icon-button-state-layer-color: #b71c1c;
  --mat-icon-button-ripple-color: color-mix(in srgb, #b71c1c 12%, transparent);
}
html {
  --mat-icon-button-touch-target-display: block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  --mat-icon-button-state-layer-size: 48px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mat-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-container-shape: 50%;
  --mat-fab-touch-target-size: 48px;
  --mat-fab-extended-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-container-height: 48px;
  --mat-fab-extended-container-shape: 24px;
  --mat-fab-extended-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-container-shape: 50%;
  --mat-fab-small-touch-target-size: 48px;
  --mat-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mat-fab-container-color: #424242;
  --mat-fab-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);
  --mat-fab-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: white;
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-container-color: #424242;
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);
  --mat-fab-small-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
.mat-mdc-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #ef6c00;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #ef6c00 12%, transparent);
  --mat-fab-small-container-color: #ef6c00;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
.mat-mdc-fab.mat-accent,
.mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #78909c;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #78909c 12%, transparent);
  --mat-fab-small-container-color: #78909c;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
.mat-mdc-fab.mat-warn,
.mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #b71c1c;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #b71c1c 12%, transparent);
  --mat-fab-small-container-color: #b71c1c;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
html {
  --mat-fab-small-touch-target-display: block;
  --mat-fab-touch-target-display: block;
}
html {
  --mat-snack-bar-container-shape: 4px;
}
html {
  --mat-snack-bar-container-color: white;
  --mat-snack-bar-supporting-text-color: rgba(0, 0, 0, 0.87);
  --mat-snack-bar-button-color: #fb8c00;
}
html {
  --mat-table-row-item-outline-width: 1px;
}
html {
  --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, 0.12);
}
html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}
html {
  --mat-progress-spinner-active-indicator-width: 4px;
  --mat-progress-spinner-size: 48px;
}
html {
  --mat-progress-spinner-active-indicator-color: #ef6c00;
}
.mat-accent {
  --mat-progress-spinner-active-indicator-color: #78909c;
}
.mat-warn {
  --mat-progress-spinner-active-indicator-color: #b71c1c;
}
html {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
}
html {
  --mat-badge-background-color: #ef6c00;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-badge-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
}
.mat-badge-accent {
  --mat-badge-background-color: #78909c;
  --mat-badge-text-color: white;
}
.mat-badge-warn {
  --mat-badge-background-color: #b71c1c;
  --mat-badge-text-color: white;
}
html {
  --mat-bottom-sheet-container-shape: 4px;
}
html {
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #424242;
}
html {
  --mat-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-button-toggle-legacy-focus-state-layer-opacity: 1;
  --mat-button-toggle-legacy-height: 36px;
  --mat-button-toggle-legacy-shape: 2px;
  --mat-button-toggle-shape: 4px;
}
html {
  --mat-button-toggle-background-color: #424242;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: #424242;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-toggle-divider-color: rgba(255, 255, 255, 0.12);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-legacy-disabled-state-background-color: #424242;
  --mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-legacy-selected-state-text-color: white;
  --mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-legacy-text-color: white;
  --mat-button-toggle-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-selected-state-text-color: white;
  --mat-button-toggle-state-layer-color: white;
  --mat-button-toggle-text-color: white;
}
html {
  --mat-button-toggle-height: 48px;
}
html {
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #ef6c00 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #78909c 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef6c00;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #ef6c00 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #ef6c00 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #ef6c00 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #ef6c00;
  --mat-datepicker-toggle-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
}
.mat-datepicker-content.mat-accent,
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #78909c 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #78909c 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #78909c;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #78909c 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #78909c 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #78909c 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #78909c;
  --mat-datepicker-toggle-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
}
.mat-datepicker-content.mat-warn,
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #b71c1c 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #78909c 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #b71c1c;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #b71c1c 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #b71c1c 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #b71c1c 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #b71c1c;
  --mat-datepicker-toggle-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  --mat-icon-button-state-layer-size: 40px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-divider-width: 1px;
}
html {
  --mat-divider-color: rgba(255, 255, 255, 0.12);
}
html {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}
html {
  --mat-expansion-container-background-color: #424242;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: rgba(255, 255, 255, 0.7);
  --mat-expansion-header-indicator-color: rgba(255, 255, 255, 0.7);
}
html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}
html {
  --mat-icon-color: inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color: #ef6c00;
}
.mat-icon.mat-accent {
  --mat-icon-color: #78909c;
}
.mat-icon.mat-warn {
  --mat-icon-color: #b71c1c;
}
html {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
}
html {
  --mat-sidenav-container-divider-color: rgba(255, 255, 255, 0.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(255, 255, 255, 0.6);
}
html {
  --mat-stepper-header-focus-state-layer-shape: 0;
  --mat-stepper-header-hover-state-layer-shape: 0;
}
html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef6c00;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef6c00;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef6c00;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: #424242;
  --mat-stepper-line-color: rgba(255, 255, 255, 0.12);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-stepper-header-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #b71c1c;
  --mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-error-state-icon-foreground-color: #b71c1c;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
.mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #78909c;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #78909c;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #78909c;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #b71c1c;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #b71c1c;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #b71c1c;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html {
  --mat-stepper-header-height: 72px;
}
html {
  --mat-sort-arrow-color: white;
}
html {
  --mat-toolbar-container-background-color: #424242;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #ef6c00;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #78909c;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #b71c1c;
  --mat-toolbar-container-text-color: white;
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
html {
  --mat-tree-container-background-color: #424242;
  --mat-tree-node-text-color: white;
}
html {
  --mat-tree-node-min-height: 48px;
}
html {
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-timepicker-container-background-color: #424242;
}
.light {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-label-text-color: #e65100;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.light .mat-accent {
  --mat-option-selected-state-label-text-color: #78909c;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.light .mat-warn {
  --mat-option-selected-state-label-text-color: #b71c1c;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.light {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-pseudo-checkbox-full-selected-icon-color: #78909c;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #78909c;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.light .mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #e65100;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #e65100;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.light .mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #78909c;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #78909c;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.light .mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #b71c1c;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #b71c1c;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.light {
  --mat-card-elevated-container-color: white;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: white;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mat-card-filled-container-color: white;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.light .mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #e65100;
  --mat-progress-bar-track-color: rgba(230, 81, 0, 0.25);
}
.light .mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #78909c;
  --mat-progress-bar-track-color: rgba(120, 144, 156, 0.25);
}
.light .mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #b71c1c;
  --mat-progress-bar-track-color: rgba(183, 28, 28, 0.25);
}
.light {
  --mat-tooltip-container-color: #424242;
  --mat-tooltip-supporting-text-color: white;
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #e65100 87%, transparent);
  --mat-form-field-filled-caret-color: #e65100;
  --mat-form-field-filled-focus-active-indicator-color: #e65100;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #e65100 87%, transparent);
  --mat-form-field-outlined-caret-color: #e65100;
  --mat-form-field-outlined-focus-outline-color: #e65100;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #e65100 87%, transparent);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #b71c1c;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-form-field-filled-container-color: #f6f6f6;
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-form-field-filled-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-error-hover-label-text-color: #b71c1c;
  --mat-form-field-filled-error-focus-label-text-color: #b71c1c;
  --mat-form-field-filled-error-label-text-color: #b71c1c;
  --mat-form-field-filled-error-caret-color: #b71c1c;
  --mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-error-active-indicator-color: #b71c1c;
  --mat-form-field-filled-error-focus-active-indicator-color: #b71c1c;
  --mat-form-field-filled-error-hover-active-indicator-color: #b71c1c;
  --mat-form-field-outlined-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-error-caret-color: #b71c1c;
  --mat-form-field-outlined-error-focus-label-text-color: #b71c1c;
  --mat-form-field-outlined-error-label-text-color: #b71c1c;
  --mat-form-field-outlined-error-hover-label-text-color: #b71c1c;
  --mat-form-field-outlined-outline-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-error-focus-outline-color: #b71c1c;
  --mat-form-field-outlined-error-hover-outline-color: #b71c1c;
  --mat-form-field-outlined-error-outline-color: #b71c1c;
}
.light .mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #78909c 87%, transparent);
  --mat-form-field-filled-caret-color: #78909c;
  --mat-form-field-filled-focus-active-indicator-color: #78909c;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #78909c 87%, transparent);
  --mat-form-field-outlined-caret-color: #78909c;
  --mat-form-field-outlined-focus-outline-color: #78909c;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #78909c 87%, transparent);
}
.light .mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #b71c1c 87%, transparent);
  --mat-form-field-filled-caret-color: #b71c1c;
  --mat-form-field-filled-focus-active-indicator-color: #b71c1c;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #b71c1c 87%, transparent);
  --mat-form-field-outlined-caret-color: #b71c1c;
  --mat-form-field-outlined-focus-outline-color: #b71c1c;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #b71c1c 87%, transparent);
}
.light {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #e65100;
  --mat-select-invalid-arrow-color: #b71c1c;
}
.light .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #78909c;
  --mat-select-invalid-arrow-color: #b71c1c;
}
.light .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #b71c1c;
  --mat-select-invalid-arrow-color: #b71c1c;
}
.light {
  --mat-autocomplete-background-color: white;
  --mat-dialog-container-color: white;
  --mat-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mat-dialog-supporting-text-color: rgba(0, 0, 0, 0.54);
}
.light .mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #e65100;
  --mat-chip-elevated-disabled-container-color: #e65100;
  --mat-chip-elevated-selected-container-color: #e65100;
  --mat-chip-flat-disabled-selected-container-color: #e65100;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #78909c;
  --mat-chip-elevated-disabled-container-color: #78909c;
  --mat-chip-elevated-selected-container-color: #78909c;
  --mat-chip-flat-disabled-selected-container-color: #78909c;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #b71c1c;
  --mat-chip-elevated-disabled-container-color: #b71c1c;
  --mat-chip-elevated-selected-container-color: #b71c1c;
  --mat-chip-flat-disabled-selected-container-color: #b71c1c;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.light {
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #e65100;
  --mat-slide-toggle-selected-handle-color: #e65100;
  --mat-slide-toggle-selected-hover-state-layer-color: #e65100;
  --mat-slide-toggle-selected-pressed-state-layer-color: #e65100;
  --mat-slide-toggle-selected-focus-handle-color: #e65100;
  --mat-slide-toggle-selected-hover-handle-color: #e65100;
  --mat-slide-toggle-selected-pressed-handle-color: #e65100;
  --mat-slide-toggle-selected-focus-track-color: #ffb74d;
  --mat-slide-toggle-selected-hover-track-color: #ffb74d;
  --mat-slide-toggle-selected-pressed-track-color: #ffb74d;
  --mat-slide-toggle-selected-track-color: #ffb74d;
  --mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-handle-surface-color: white;
  --mat-slide-toggle-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, 0.54);
  --mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-handle-color: #424242;
  --mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, 0.12);
}
.light .mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #78909c;
  --mat-slide-toggle-selected-handle-color: #78909c;
  --mat-slide-toggle-selected-hover-state-layer-color: #78909c;
  --mat-slide-toggle-selected-pressed-state-layer-color: #78909c;
  --mat-slide-toggle-selected-focus-handle-color: #78909c;
  --mat-slide-toggle-selected-hover-handle-color: #78909c;
  --mat-slide-toggle-selected-pressed-handle-color: #78909c;
  --mat-slide-toggle-selected-focus-track-color: #90a4ae;
  --mat-slide-toggle-selected-hover-track-color: #90a4ae;
  --mat-slide-toggle-selected-pressed-track-color: #90a4ae;
  --mat-slide-toggle-selected-track-color: #90a4ae;
}
.light .mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #b71c1c;
  --mat-slide-toggle-selected-handle-color: #b71c1c;
  --mat-slide-toggle-selected-hover-state-layer-color: #b71c1c;
  --mat-slide-toggle-selected-pressed-state-layer-color: #b71c1c;
  --mat-slide-toggle-selected-focus-handle-color: #b71c1c;
  --mat-slide-toggle-selected-hover-handle-color: #b71c1c;
  --mat-slide-toggle-selected-pressed-handle-color: #b71c1c;
  --mat-slide-toggle-selected-focus-track-color: #e57373;
  --mat-slide-toggle-selected-hover-track-color: #e57373;
  --mat-slide-toggle-selected-pressed-track-color: #e57373;
  --mat-slide-toggle-selected-track-color: #e57373;
}
.light .mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #e65100;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #e65100;
  --mat-radio-selected-hover-icon-color: #e65100;
  --mat-radio-selected-icon-color: #e65100;
  --mat-radio-selected-pressed-icon-color: #e65100;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.light .mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #78909c;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #78909c;
  --mat-radio-selected-hover-icon-color: #78909c;
  --mat-radio-selected-icon-color: #78909c;
  --mat-radio-selected-pressed-icon-color: #78909c;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.light .mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #b71c1c;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #b71c1c;
  --mat-radio-selected-hover-icon-color: #b71c1c;
  --mat-radio-selected-icon-color: #b71c1c;
  --mat-radio-selected-pressed-icon-color: #b71c1c;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.light {
  --mat-slider-active-track-color: #e65100;
  --mat-slider-focus-handle-color: #e65100;
  --mat-slider-handle-color: #e65100;
  --mat-slider-hover-handle-color: #e65100;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #e65100 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #e65100 4%, transparent);
  --mat-slider-inactive-track-color: #e65100;
  --mat-slider-ripple-color: #e65100;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #e65100;
  --mat-slider-disabled-active-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-label-container-color: #424242;
  --mat-slider-label-label-text-color: white;
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, 0.87);
  --mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, 0.87);
}
.light .mat-accent {
  --mat-slider-active-track-color: #78909c;
  --mat-slider-focus-handle-color: #78909c;
  --mat-slider-handle-color: #78909c;
  --mat-slider-hover-handle-color: #78909c;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #78909c 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #78909c 4%, transparent);
  --mat-slider-inactive-track-color: #78909c;
  --mat-slider-ripple-color: #78909c;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #78909c;
}
.light .mat-warn {
  --mat-slider-active-track-color: #b71c1c;
  --mat-slider-focus-handle-color: #b71c1c;
  --mat-slider-handle-color: #b71c1c;
  --mat-slider-hover-handle-color: #b71c1c;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #b71c1c 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #b71c1c 4%, transparent);
  --mat-slider-inactive-track-color: #b71c1c;
  --mat-slider-ripple-color: #b71c1c;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #b71c1c;
}
.light {
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
  --mat-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
}
.light .mdc-list-item__start,
.light .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #e65100;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #e65100;
  --mat-radio-selected-hover-icon-color: #e65100;
  --mat-radio-selected-icon-color: #e65100;
  --mat-radio-selected-pressed-icon-color: #e65100;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.light .mat-accent .mdc-list-item__start,
.light .mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #78909c;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #78909c;
  --mat-radio-selected-hover-icon-color: #78909c;
  --mat-radio-selected-icon-color: #78909c;
  --mat-radio-selected-pressed-icon-color: #78909c;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.light .mat-warn .mdc-list-item__start,
.light .mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #b71c1c;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #b71c1c;
  --mat-radio-selected-hover-icon-color: #b71c1c;
  --mat-radio-selected-icon-color: #b71c1c;
  --mat-radio-selected-pressed-icon-color: #b71c1c;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.light .mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #e65100;
  --mat-checkbox-selected-hover-icon-color: #e65100;
  --mat-checkbox-selected-icon-color: #e65100;
  --mat-checkbox-selected-pressed-icon-color: #e65100;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #e65100;
  --mat-checkbox-selected-hover-state-layer-color: #e65100;
  --mat-checkbox-selected-pressed-state-layer-color: #e65100;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.light .mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #78909c;
  --mat-checkbox-selected-hover-icon-color: #78909c;
  --mat-checkbox-selected-icon-color: #78909c;
  --mat-checkbox-selected-pressed-icon-color: #78909c;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #78909c;
  --mat-checkbox-selected-hover-state-layer-color: #78909c;
  --mat-checkbox-selected-pressed-state-layer-color: #78909c;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.light .mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #b71c1c;
  --mat-checkbox-selected-hover-icon-color: #b71c1c;
  --mat-checkbox-selected-icon-color: #b71c1c;
  --mat-checkbox-selected-pressed-icon-color: #b71c1c;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #b71c1c;
  --mat-checkbox-selected-hover-state-layer-color: #b71c1c;
  --mat-checkbox-selected-pressed-state-layer-color: #b71c1c;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #e65100;
}
.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.light {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.light .mat-mdc-tab-group,
.light .mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #e65100;
  --mat-tab-active-ripple-color: #e65100;
  --mat-tab-inactive-ripple-color: #e65100;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #e65100;
  --mat-tab-active-hover-label-text-color: #e65100;
  --mat-tab-active-focus-indicator-color: #e65100;
  --mat-tab-active-hover-indicator-color: #e65100;
  --mat-tab-active-indicator-color: #e65100;
}
.light .mat-mdc-tab-group.mat-accent,
.light .mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #78909c;
  --mat-tab-active-ripple-color: #78909c;
  --mat-tab-inactive-ripple-color: #78909c;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #78909c;
  --mat-tab-active-hover-label-text-color: #78909c;
  --mat-tab-active-focus-indicator-color: #78909c;
  --mat-tab-active-hover-indicator-color: #78909c;
  --mat-tab-active-indicator-color: #78909c;
}
.light .mat-mdc-tab-group.mat-warn,
.light .mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #b71c1c;
  --mat-tab-active-ripple-color: #b71c1c;
  --mat-tab-inactive-ripple-color: #b71c1c;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #b71c1c;
  --mat-tab-active-hover-label-text-color: #b71c1c;
  --mat-tab-active-focus-indicator-color: #b71c1c;
  --mat-tab-active-hover-indicator-color: #b71c1c;
  --mat-tab-active-indicator-color: #b71c1c;
}
.light .mat-mdc-tab-group.mat-background-primary,
.light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-background-color: #e65100;
  --mat-tab-foreground-color: white;
}
.light .mat-mdc-tab-group.mat-background-accent,
.light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-background-color: #78909c;
  --mat-tab-foreground-color: white;
}
.light .mat-mdc-tab-group.mat-background-warn,
.light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-background-color: #b71c1c;
  --mat-tab-foreground-color: white;
}
.light {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #78909c;
  --mat-checkbox-selected-hover-icon-color: #78909c;
  --mat-checkbox-selected-icon-color: #78909c;
  --mat-checkbox-selected-pressed-icon-color: #78909c;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #78909c;
  --mat-checkbox-selected-hover-state-layer-color: #78909c;
  --mat-checkbox-selected-pressed-state-layer-color: #78909c;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.light .mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #e65100;
  --mat-checkbox-selected-hover-icon-color: #e65100;
  --mat-checkbox-selected-icon-color: #e65100;
  --mat-checkbox-selected-pressed-icon-color: #e65100;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #e65100;
  --mat-checkbox-selected-hover-state-layer-color: #e65100;
  --mat-checkbox-selected-pressed-state-layer-color: #e65100;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.light .mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #b71c1c;
  --mat-checkbox-selected-hover-icon-color: #b71c1c;
  --mat-checkbox-selected-icon-color: #b71c1c;
  --mat-checkbox-selected-pressed-icon-color: #b71c1c;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #b71c1c;
  --mat-checkbox-selected-hover-state-layer-color: #b71c1c;
  --mat-checkbox-selected-pressed-state-layer-color: #b71c1c;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.light {
  --mat-button-filled-container-color: white;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-outlined-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-container-color: white;
  --mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-text-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-container-color: white;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-state-layer-color: rgba(0, 0, 0, 0.87);
}
.light .mat-mdc-button.mat-primary,
.light .mat-mdc-unelevated-button.mat-primary,
.light .mat-mdc-raised-button.mat-primary,
.light .mat-mdc-outlined-button.mat-primary,
.light .mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #e65100;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #e65100;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #e65100 12%, transparent);
  --mat-button-outlined-state-layer-color: #e65100;
  --mat-button-protected-container-color: #e65100;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #e65100;
  --mat-button-text-ripple-color: color-mix(in srgb, #e65100 12%, transparent);
  --mat-button-text-state-layer-color: #e65100;
  --mat-button-tonal-container-color: #e65100;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
.light .mat-mdc-button.mat-accent,
.light .mat-mdc-unelevated-button.mat-accent,
.light .mat-mdc-raised-button.mat-accent,
.light .mat-mdc-outlined-button.mat-accent,
.light .mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #78909c;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #78909c;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #78909c 12%, transparent);
  --mat-button-outlined-state-layer-color: #78909c;
  --mat-button-protected-container-color: #78909c;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #78909c;
  --mat-button-text-ripple-color: color-mix(in srgb, #78909c 12%, transparent);
  --mat-button-text-state-layer-color: #78909c;
  --mat-button-tonal-container-color: #78909c;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
.light .mat-mdc-button.mat-warn,
.light .mat-mdc-unelevated-button.mat-warn,
.light .mat-mdc-raised-button.mat-warn,
.light .mat-mdc-outlined-button.mat-warn,
.light .mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #b71c1c;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #b71c1c;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #b71c1c 12%, transparent);
  --mat-button-outlined-state-layer-color: #b71c1c;
  --mat-button-protected-container-color: #b71c1c;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #b71c1c;
  --mat-button-text-ripple-color: color-mix(in srgb, #b71c1c 12%, transparent);
  --mat-button-text-state-layer-color: #b71c1c;
  --mat-button-tonal-container-color: #b71c1c;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
.light {
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-icon-button-state-layer-color: rgba(0, 0, 0, 0.87);
}
.light .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #e65100;
  --mat-icon-button-state-layer-color: #e65100;
  --mat-icon-button-ripple-color: color-mix(in srgb, #e65100 12%, transparent);
}
.light .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #78909c;
  --mat-icon-button-state-layer-color: #78909c;
  --mat-icon-button-ripple-color: color-mix(in srgb, #78909c 12%, transparent);
}
.light .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #b71c1c;
  --mat-icon-button-state-layer-color: #b71c1c;
  --mat-icon-button-ripple-color: color-mix(in srgb, #b71c1c 12%, transparent);
}
.light {
  --mat-fab-container-color: white;
  --mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-container-color: white;
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-fab-state-layer-color: rgba(0, 0, 0, 0.87);
}
.light .mat-mdc-fab.mat-primary,
.light .mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #e65100;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #e65100 12%, transparent);
  --mat-fab-small-container-color: #e65100;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
.light .mat-mdc-fab.mat-accent,
.light .mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #78909c;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #78909c 12%, transparent);
  --mat-fab-small-container-color: #78909c;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
.light .mat-mdc-fab.mat-warn,
.light .mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #b71c1c;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #b71c1c 12%, transparent);
  --mat-fab-small-container-color: #b71c1c;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
.light {
  --mat-snack-bar-container-color: #424242;
  --mat-snack-bar-supporting-text-color: white;
  --mat-snack-bar-button-color: #ffb74d;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
  --mat-progress-spinner-active-indicator-color: #e65100;
}
.light .mat-accent {
  --mat-progress-spinner-active-indicator-color: #78909c;
}
.light .mat-warn {
  --mat-progress-spinner-active-indicator-color: #b71c1c;
}
.light {
  --mat-badge-background-color: #e65100;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-badge-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.light .mat-badge-accent {
  --mat-badge-background-color: #78909c;
  --mat-badge-text-color: white;
}
.light .mat-badge-warn {
  --mat-badge-background-color: #b71c1c;
  --mat-badge-text-color: white;
}
.light {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
  --mat-button-toggle-background-color: white;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: white;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-divider-color: rgba(0, 0, 0, 0.12);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-disabled-state-background-color: white;
  --mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #e65100 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #78909c 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #e65100;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #e65100 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #e65100 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #e65100 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #e65100;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.light .mat-datepicker-content.mat-accent,
.light .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #78909c 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #78909c 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #78909c;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #78909c 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #78909c 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #78909c 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #78909c;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.light .mat-datepicker-content.mat-warn,
.light .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #b71c1c 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #78909c 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #b71c1c;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #b71c1c 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #b71c1c 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #b71c1c 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #b71c1c;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.light {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-icon-color: inherit;
}
.light .mat-icon.mat-primary {
  --mat-icon-color: #e65100;
}
.light .mat-icon.mat-accent {
  --mat-icon-color: #78909c;
}
.light .mat-icon.mat-warn {
  --mat-icon-color: #b71c1c;
}
.light {
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #e65100;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #e65100;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #e65100;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #b71c1c;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #b71c1c;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
.light .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #78909c;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #78909c;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #78909c;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.light .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #b71c1c;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #b71c1c;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #b71c1c;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.light {
  --mat-sort-arrow-color: rgba(0, 0, 0, 0.87);
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.light .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #e65100;
  --mat-toolbar-container-text-color: white;
}
.light .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #78909c;
  --mat-toolbar-container-text-color: white;
}
.light .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #b71c1c;
  --mat-toolbar-container-text-color: white;
}
.light {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
  --mat-timepicker-container-background-color: white;
}

/* app/shared/styles/mat.scss */
.mat-mdc-dialog-surface {
  border-radius: 0 !important;
  background: none !important;
}
.mat-mdc-checkbox .mdc-checkbox__ripple {
  display: none !important;
}
.mat-mdc-checkbox .mdc-label {
  white-space: normal;
  color: var(--light-gray);
  font-size: 12px;
  font-weight: 500;
}
.mat-mdc-checkbox .mdc-form-field .mdc-checkbox {
  padding: 0;
  margin: 0;
}
.mat-mdc-checkbox .mdc-form-field .mdc-checkbox .mdc-checkbox__background {
  left: 0;
  top: 0;
}
.mat-mdc-checkbox .mdc-form-field .mdc-checkbox .mat-mdc-checkbox-touch-target,
.mat-mdc-checkbox .mdc-form-field .mdc-checkbox .mdc-checkbox__native-control {
  width: 100%;
  height: 100%;
}
.mat-mdc-checkbox .mdc-form-field > label {
  padding-left: 10px;
}
.mat-mdc-radio-button .mat-radio-ripple {
  display: none !important;
}
.mat-mdc-radio-button {
  --mdc-radio-state-layer-size: 18px;
}
.mat-mdc-radio-button .mdc-form-field .mdc-radio {
  width: 20px;
  height: 20px;
  margin-top: -2px;
}
.mat-mdc-radio-button .mdc-form-field label {
  color: var(--page-header-color);
  font-weight: 400;
  padding: 5px 0;
}
.mat-mdc-tab-group {
  width: 100%;
  height: 100%;
}
.mat-mdc-tab-group.mat-mdc-tab-group-stretch-tabs .mat-mdc-tab-header .mat-mdc-tab-list .mat-mdc-tab {
  flex-grow: 0;
  background: var(--dark-fill);
  border-radius: 10px 10px 0 0;
  margin-right: 5px;
  height: 35px;
  min-width: 50px;
  overflow: hidden;
}
.mat-mdc-tab-group.mat-mdc-tab-group-stretch-tabs .mat-mdc-tab-header .mat-mdc-tab-list .mat-mdc-tab.mdc-ive {
  height: 40px;
}
.mat-mdc-tab-group.mat-mdc-tab-group-stretch-tabs .mat-mdc-tab-header .mat-mdc-tab-list .mat-mdc-tab.visibility-tab {
  background-color: red;
  display: none;
}
.mat-mdc-tab-group .mat-mdc-tab-body-wrapper {
  height: 100%;
  width: 100%;
}
.mat-mdc-tab-group .mat-mdc-tab-body-wrapper .tab-content {
  height: 100%;
}
.mat-mdc-tab-group .mdc-tab {
  padding: 0 15px;
}
.mat-mdc-tab-group .mdc-tab__text-label {
  font-size: 12px;
  color: var(--text-color);
}
.mat-mdc-tab-group .mdc-tab__text-label .tab {
  display: flex;
  align-items: center;
}
.mat-mdc-tab-group .mdc-tab__text-label .icon,
.mat-mdc-tab-group .mdc-tab__text-label .mr-5 {
  margin-right: 5px;
  font-size: 18px;
}
.mat-mdc-tab-group .mdc-tab--active {
  background: var(--mat-tab-border-color) !important;
}
.mat-mdc-tab-group .mdc-tab--active .mdc-tab__text-label {
  color: var(--title-color) !important;
}
.mat-mdc-tab-group .mdc-tab--active .tab__icon,
.mat-mdc-tab-group .mdc-tab--active .tab__text {
  color: var(--dark-fill);
}
.mat-mdc-tab-group .mdc-tab .mdc-tab-indicator {
  display: none;
}
.mat-mdc-tab-group .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--title-color);
}
.mat-mdc-tab-group .mat-tab-header-pagination-disabled .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--title-color);
}
.mat-mdc-tab-group .mat-mdc-tab-body {
  border-top: 2px solid var(--mat-tab-border-color);
}
.mat-mdc-tab-group.bordered .mat-mdc-tab-body {
  border: 2px solid var(--mat-tab-border-color);
}
.mat-mdc-tab-group.right .mat-mdc-tab-labels {
  justify-content: flex-end;
}
mat-label {
  font-size: 12px;
}
mat-form-field {
  display: flex !important;
  align-items: center;
  width: 100%;
  position: relative;
  transition: var(--transition);
  background: var(--dark-fill);
  font-size: var(--font-size);
}
mat-form-field.border {
  border: var(--border-width) solid var(--border-color) !important;
}
mat-form-field input::placeholder {
  color: var(--placeholder-color) !important;
}
mat-form-field:hover {
  background: var(--hover-background);
}
mat-form-field .mat-mdc-text-field-wrapper {
  height: 100%;
}
mat-form-field .mat-mdc-text-field-wrapper input::placeholder,
mat-form-field .mat-mdc-text-field-wrapper textarea::placeholder {
  color: var(--placeholder-color);
}
mat-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix {
  padding: 0 !important;
  min-height: 34px;
  display: flex;
  align-items: center;
}
mat-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex {
  align-items: center;
  height: 100%;
}
mat-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex textarea {
  padding: 10px;
  width: calc(100% + 32px);
  margin-left: -16px;
  margin-right: -16px;
}
mat-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-input-element {
  color: var(--page-header-color);
}
mat-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix > .mat-icon {
  padding: 0 10px;
}
mat-form-field .mat-mdc-form-field-subscript-wrapper {
  position: absolute;
  bottom: -19px;
}
mat-form-field .mdc-notched-outline__leading,
mat-form-field .mdc-notched-outline__trailing {
  border: none;
}
mat-form-field.ng-invalid {
  border-color: var(--red-fill) !important;
}
mat-form-field textarea {
  color: currentColor;
}
mat-form-field.mat-form-field-disabled {
  background: var(--mine-shaft);
  border-color: transparent;
}
mat-form-field .mat-mdc-select-arrow-wrapper {
  transition: var(--transition);
}
mat-form-field .mat-mdc-select-disabled .mat-mdc-select-arrow-wrapper {
  opacity: 0;
}
mat-select .mat-mdc-select-placeholder {
  color: var(--placeholder-color);
}
mat-select .mat-mdc-select-arrow-wrapper {
  height: 15px;
}
mat-select .mat-mdc-select-value-text {
  color: var(--text-color);
  overflow: hidden;
  text-overflow: ellipsis;
}
.mat-mdc-select-panel {
  background: var(--dark-gray) !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  margin-top: 5px !important;
  border-radius: 0 !important;
}
.mat-mdc-select-panel .mat-mdc-option {
  color: var(--title-color);
  font-size: var(--font-size);
  margin: 0 5px 2px;
  transition: var(--transition);
  min-height: 40px;
  border-radius: 2px;
  padding-left: 8px;
  padding-right: 8px;
  background: var(--dark-gray);
}
.mat-mdc-select-panel .mat-mdc-option:hover {
  background: var(--hover-background);
}
.mat-mdc-select-panel .mat-mdc-option:first-child {
  margin: 5px 5px 2px;
}
.mat-mdc-select-panel .mat-mdc-option:last-child {
  margin: 0 5px 5px;
}
.mat-mdc-select-panel .mat-mdc-option.contains-mat-select-search {
  top: 0 !important;
  overflow: visible;
  background-color: var(--dark-fill) !important;
  margin-bottom: 5px;
  margin-top: 0 !important;
  pointer-events: initial !important;
}
.mat-mdc-select-panel .mat-mdc-option.contains-mat-select-search .mat-select-search-inner {
  top: 5px;
}
.mat-mdc-select-panel .mat-mdc-option.contains-mat-select-search .mat-select-search-inner .mat-select-search-clear {
  width: 29px !important;
  height: 29px !important;
  padding: 0 !important;
  top: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mat-mdc-select-panel .mat-mdc-option.contains-mat-select-search .mat-select-search-inner .mat-select-search-clear .mat-icon {
  width: 16px !important;
  height: 16px !important;
  font-size: 16px;
}
.mat-mdc-select-panel .mat-mdc-option.contains-mat-select-search .mat-select-search-no-entries-found {
  padding: 20px 0 10px !important;
}
.mat-mdc-select-panel .mat-mdc-option.contains-mat-select-search .mdc-list-item__primary-text {
  opacity: 1;
}
.mat-mdc-select-panel .mat-mdc-option .mat-select-search-input {
  background: var(--widget-second-bg);
  border: 1px solid var(--border-color);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  font-size: 12px;
}
.mat-mdc-select-panel .mat-mdc-option .mat-divider {
  display: none;
}
.mat-mdc-select-panel .mat-mdc-option.mdc-list-item--selected {
  color: var(--primary-color);
}
.mat-mdc-select-panel .mat-mdc-option .mdc-list-item__primary-text {
  flex-grow: 1;
  color: var(--page-header-color);
}
.mat-mdc-select-panel .mat-mdc-option .mat-pseudo-checkbox {
  display: none;
}
.mat-mdc-select-panel .mat-mdc-option .mat-pseudo-checkbox:first-child {
  display: inline-block;
}
.o_popover {
  z-index: 1000;
}
.mat-mdc-slider .mdc-slider__track--inactive {
  background-color: var(--light-gray) !important;
  border: solid 1px var(--light-gray) !important;
}
.mat-mdc-slider .mdc-slider__track--active_fill {
  background-color: var(--light-gray) !important;
  border-color: var(--light-gray) !important;
}
.mat-mdc-slider .mdc-slider__thumb-knob {
  background-color: var(--hover-color) !important;
  border-color: var(--hover-color) !important;
}
.bs-popover-end-top .hard-autocomplete-menu-content {
  transform-origin: top left;
}
.bs-popover-end-top .popover-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid var(--hf-border-color);
  border-bottom: 6px solid transparent;
  top: 10px !important;
  left: -5px !important;
  transform: none !important;
}

/* app/shared/styles/admin-styles.scss */
.admin-load {
  background-image: var(--loading);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.admin-load.small {
  background-size: 20px;
}

/* app/styles/components.scss */
app-toolbar-menu {
  display: flex;
  height: 100%;
  flex: 1 1 0%;
}
app-map-page {
  position: relative;
  z-index: 1;
}
app-toolbar {
  position: relative;
  z-index: 550;
}
app-admin-main-page,
ui-endless-list,
ui-page-table,
ui-page-table-template,
app-dictionary-form,
app-setting-items-form {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  overflow: hidden;
}
ui-icons-page {
  display: flex;
  height: var(--page-height);
}
ui-icons-page iframe {
  flex: 1;
}
ui-filter hard-form-field {
  padding-right: 0 !important;
}
ui-filter .hard-form-control {
  margin-bottom: 0 !important;
}
app-admin-main-page ui-page-table ui-filter hard-form-field:first-child {
  padding-left: 0 !important;
}
app-equipment-utilization-report-page .hc-calendar.row {
  min-width: 110px !important;
}
app-equipment-utilization-report-page {
}
app-equipment-utilization-report-page .utilization-sidebar hard-form-field {
  padding: 0 !important;
}
app-equipment-utilization-report-page .hard-calendar-popover,
app-equipment-utilization-report-page .hard-select-dropdown {
  z-index: 1100 !important;
}
app-equipment-utilization-report-page .utilization-top-grid--search .grid-content {
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}
app-equipment-utilization-report-page .utilization-top-grid--right .grid-content {
  width: max-content;
  align-items: center;
  justify-content: flex-end;
}
app-equipment-utilization-report-page .utilization-top-grid .hard-form-control {
  margin-bottom: 0;
}
app-equipment-utilization-report-page .utilization-header-filters .hard-form-control-label {
  display: none;
}
app-equipment-utilization-report-page .filter-sidebar-grid .hard-form-control {
  --hf-field-margin-bottom: 20px;
}
app-equipment-utilization-report-page .filter-sidebar-grid .hard-form-control-label {
  margin-bottom: 4px;
  color: #2f7ab8;
  font-size: 16px;
  font-weight: 700;
}
app-equipment-utilization-report-page .filter-sidebar-grid .hard-form-input {
  min-height: var(--hf-min-height);
}
app-my-booking-requests-page,
app-fleet-owner-requests-page,
app-booking-requests-list {
  --hf-min-height: 36px;
  --hc-min-height: 36px;
}
app-my-booking-requests-page .hard-form-control,
app-fleet-owner-requests-page .hard-form-control,
app-booking-requests-list .hard-form-control {
  margin-bottom: 0 !important;
}
app-my-booking-requests-page .toolbar-search-field,
app-my-booking-requests-page .toolbar-search-grid,
app-fleet-owner-requests-page .toolbar-search-field,
app-fleet-owner-requests-page .toolbar-search-grid,
app-booking-requests-list .toolbar-search-field,
app-booking-requests-list .toolbar-search-grid {
  --hf-background: #f5f5f5;
  --hf-border-color: transparent;
  --hf-border-radius: 8px;
}
app-my-booking-requests-page .toolbar-search-field .hard-form-input,
app-my-booking-requests-page .toolbar-search-grid .hard-form-input,
app-fleet-owner-requests-page .toolbar-search-field .hard-form-input,
app-fleet-owner-requests-page .toolbar-search-grid .hard-form-input,
app-booking-requests-list .toolbar-search-field .hard-form-input,
app-booking-requests-list .toolbar-search-grid .hard-form-input {
  background: #f5f5f5 !important;
  border-color: transparent !important;
  border-radius: 8px !important;
}
app-my-booking-requests-page .toolbar-right-grid,
app-fleet-owner-requests-page .toolbar-right-grid,
app-booking-requests-list .toolbar-right-grid {
  --hf-border-radius: 6px;
  --hc-border-radius: 6px;
  --hf-border-color: #d0d5dd;
  --hc-border-color: #d0d5dd;
}
app-my-booking-requests-page .toolbar-right-grid .hard-form-input,
app-fleet-owner-requests-page .toolbar-right-grid .hard-form-input,
app-booking-requests-list .toolbar-right-grid .hard-form-input {
  border-radius: 6px !important;
  border-color: #d0d5dd !important;
}
app-my-booking-requests-page .toolbar-right-grid .hc-calendar,
app-fleet-owner-requests-page .toolbar-right-grid .hc-calendar,
app-booking-requests-list .toolbar-right-grid .hc-calendar {
  border-radius: 6px !important;
  border-color: #d0d5dd !important;
  background: #ffffff !important;
}
app-my-booking-requests-page .toolbar-right-grid hard-form-field,
app-fleet-owner-requests-page .toolbar-right-grid hard-form-field,
app-booking-requests-list .toolbar-right-grid hard-form-field {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}
app-my-booking-requests-page .toolbar-right-grid hard-form-field > *,
app-fleet-owner-requests-page .toolbar-right-grid hard-form-field > *,
app-booking-requests-list .toolbar-right-grid hard-form-field > * {
  display: block !important;
  width: 100% !important;
}
app-my-booking-requests-page .toolbar-search-field .grid-content,
app-my-booking-requests-page .toolbar-search-grid .grid-content,
app-fleet-owner-requests-page .toolbar-search-field .grid-content,
app-fleet-owner-requests-page .toolbar-search-grid .grid-content,
app-booking-requests-list .toolbar-search-field .grid-content,
app-booking-requests-list .toolbar-search-grid .grid-content {
  width: 100%;
}
app-my-booking-requests-page .toolbar-search-field .grid-content,
app-my-booking-requests-page .toolbar-search-grid .grid-content,
app-my-booking-requests-page .toolbar-right-grid .grid-content,
app-fleet-owner-requests-page .toolbar-search-field .grid-content,
app-fleet-owner-requests-page .toolbar-search-grid .grid-content,
app-fleet-owner-requests-page .toolbar-right-grid .grid-content,
app-booking-requests-list .toolbar-search-field .grid-content,
app-booking-requests-list .toolbar-search-grid .grid-content,
app-booking-requests-list .toolbar-right-grid .grid-content {
  width: max-content;
  column-gap: 10px;
  align-items: center;
  overflow: visible;
}
app-my-booking-requests-page .toolbar-right-grid .hard-form-control,
app-fleet-owner-requests-page .toolbar-right-grid .hard-form-control,
app-booking-requests-list .toolbar-right-grid .hard-form-control {
  margin-bottom: 0;
}
app-my-booking-requests-page .toolbar-right-grid hard-form-field:has(hard-form-calendar),
app-fleet-owner-requests-page .toolbar-right-grid hard-form-field:has(hard-form-calendar),
app-booking-requests-list .toolbar-right-grid hard-form-field:has(hard-form-calendar) {
  min-width: 320px;
}
app-my-booking-requests-page .toolbar-right-grid hard-calendar,
app-my-booking-requests-page .toolbar-right-grid .hc-calendar,
app-my-booking-requests-page .toolbar-right-grid .hc-calendar.row,
app-fleet-owner-requests-page .toolbar-right-grid hard-calendar,
app-fleet-owner-requests-page .toolbar-right-grid .hc-calendar,
app-fleet-owner-requests-page .toolbar-right-grid .hc-calendar.row,
app-booking-requests-list .toolbar-right-grid hard-calendar,
app-booking-requests-list .toolbar-right-grid .hc-calendar,
app-booking-requests-list .toolbar-right-grid .hc-calendar.row {
  min-width: 320px !important;
  width: 320px;
}
app-my-booking-requests-page .toolbar-right-grid .hc-calendar .dates .date,
app-fleet-owner-requests-page .toolbar-right-grid .hc-calendar .dates .date,
app-booking-requests-list .toolbar-right-grid .hc-calendar .dates .date {
  font-size: 12px !important;
}
app-my-booking-requests-page .toolbar-right-grid .hard-calendar-content,
app-my-booking-requests-page .toolbar-right-grid .hard-calendar-popover,
app-fleet-owner-requests-page .toolbar-right-grid .hard-calendar-content,
app-fleet-owner-requests-page .toolbar-right-grid .hard-calendar-popover,
app-booking-requests-list .toolbar-right-grid .hard-calendar-content,
app-booking-requests-list .toolbar-right-grid .hard-calendar-popover {
  z-index: 1100 !important;
}
app-my-booking-requests-page .toolbar-right-grid .hard-form-control-label,
app-my-booking-requests-page .toolbar-search-field .hard-form-control-label,
app-my-booking-requests-page .toolbar-search-grid .hard-form-control-label,
app-fleet-owner-requests-page .toolbar-right-grid .hard-form-control-label,
app-fleet-owner-requests-page .toolbar-search-field .hard-form-control-label,
app-fleet-owner-requests-page .toolbar-search-grid .hard-form-control-label,
app-booking-requests-list .toolbar-right-grid .hard-form-control-label,
app-booking-requests-list .toolbar-search-field .hard-form-control-label,
app-booking-requests-list .toolbar-search-grid .hard-form-control-label {
  display: none;
}
app-my-booking-requests-page .hard-calendar-popover,
app-fleet-owner-requests-page .hard-calendar-popover,
app-booking-requests-list .hard-calendar-popover {
  z-index: 50;
}
@media (max-width: 1400px) {
  app-my-booking-requests-page .toolbar-right-grid hard-form-field:has(hard-form-calendar),
  app-my-booking-requests-page .toolbar-right-grid hard-calendar,
  app-my-booking-requests-page .toolbar-right-grid .hc-calendar,
  app-my-booking-requests-page .toolbar-right-grid .hc-calendar.row,
  app-fleet-owner-requests-page .toolbar-right-grid hard-form-field:has(hard-form-calendar),
  app-fleet-owner-requests-page .toolbar-right-grid hard-calendar,
  app-fleet-owner-requests-page .toolbar-right-grid .hc-calendar,
  app-fleet-owner-requests-page .toolbar-right-grid .hc-calendar.row,
  app-booking-requests-list .toolbar-right-grid hard-form-field:has(hard-form-calendar),
  app-booking-requests-list .toolbar-right-grid hard-calendar,
  app-booking-requests-list .toolbar-right-grid .hc-calendar,
  app-booking-requests-list .toolbar-right-grid .hc-calendar.row {
    min-width: 100% !important;
  }
}
app-my-booking-requests-page .status-draft,
app-fleet-owner-requests-page .status-draft,
app-booking-requests-list .status-draft {
  background: var(--hover-background);
  color: var(--text-secondary);
}
app-my-booking-requests-page .status-submitted,
app-fleet-owner-requests-page .status-submitted,
app-booking-requests-list .status-submitted {
  background: var(--color-warning-light);
  color: var(--color-warning-dark);
}
app-my-booking-requests-page .status-approved,
app-my-booking-requests-page .status-completed,
app-fleet-owner-requests-page .status-approved,
app-fleet-owner-requests-page .status-completed,
app-booking-requests-list .status-approved,
app-booking-requests-list .status-completed {
  background: color-mix(in srgb, var(--color-success-main) 10%, var(--color-white));
  color: var(--color-success-dark);
}
app-my-booking-requests-page .status-rejected,
app-fleet-owner-requests-page .status-rejected,
app-booking-requests-list .status-rejected {
  background: color-mix(in srgb, var(--color-error-main) 10%, var(--color-white));
  color: var(--color-error-dark);
}
app-my-booking-requests-page .status-in-progress,
app-fleet-owner-requests-page .status-in-progress,
app-booking-requests-list .status-in-progress {
  background: color-mix(in srgb, var(--color-primary-main) 10%, var(--color-white));
  color: var(--color-primary-main);
}
app-create-booking-request-page .cbr-comment-wrap .hard-form-control {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
app-create-booking-request-page .cbr-comment-wrap textarea.hard-form-input {
  resize: none;
}
app-create-booking-request-page .cbr-description-wrap textarea.hard-form-input {
  resize: none;
}
app-select-equipment-page .sep-table-body {
  flex: 1;
  overflow-y: auto;
  background: var(--color-white);
  padding: 16px;
  display: flex;
  flex-direction: column;
}
app-select-equipment-page .sep-table-body .hard-table-wrap,
app-select-equipment-page .sep-table-body .hard-table,
app-select-equipment-page .sep-table-body .g_table {
  width: 100%;
}
app-select-equipment-page .sep-table-body .g_table {
  background: var(--color-white);
  overflow: hidden;
}
app-select-equipment-page .sep-table-body .g_table-head {
  background: var(--color-white) !important;
  color: var(--text-color);
  font-size: 12px !important;
  padding: 10px 5px !important;
  height: 40px;
  display: flex;
  align-items: center;
  border-bottom: 1.5px solid var(--border-color) !important;
  box-sizing: border-box;
}
app-select-equipment-page .sep-table-body .g_table-head.last {
  justify-content: center !important;
}
app-select-equipment-page .sep-table-body .g_table-col {
  background: var(--color-white) !important;
  border-bottom: 1px solid var(--border-color) !important;
  padding: 8px 5px !important;
  min-height: 56px !important;
  display: flex;
  align-items: center;
  font-size: 11px !important;
  font-weight: 400 !important;
  color: var(--text-color);
  box-sizing: border-box;
}
app-select-equipment-page .sep-table-body .g_table-col.first {
  border-bottom-left-radius: 0;
}
app-select-equipment-page .sep-table-body .g_table-col.last {
  border-bottom-right-radius: 0;
}
app-select-equipment-page .sep-table-body .g_table-col.hover {
  background: var(--color-grey-50) !important;
}
app-select-equipment-page .sep-table-body .g_table-col.selected {
  background: color-mix(in srgb, var(--color-primary-main) 8%, var(--color-white)) !important;
}
app-select-equipment-page .sep-table-body .sep-booking-head,
app-select-equipment-page .sep-table-body .sep-booking-col,
app-select-equipment-page .sep-table-body .sep-action-head,
app-select-equipment-page .sep-table-body .sep-action-col,
app-equipment-bp-showcase-page .sep-table-body .sep-booking-head,
app-equipment-bp-showcase-page .sep-table-body .sep-booking-col,
app-equipment-bp-showcase-page .sep-table-body .sep-action-head,
app-equipment-bp-showcase-page .sep-table-body .sep-action-col {
  justify-content: center !important;
  text-align: center !important;
}
app-select-equipment-page .sep-table-body .sep-table-eq-cell,
app-equipment-bp-showcase-page .sep-table-body .sep-table-eq-cell {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-width: 0;
}
app-select-equipment-page .sep-table-body .sep-table-eq-img,
app-equipment-bp-showcase-page .sep-table-body .sep-table-eq-img {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid var(--border-color);
}
app-select-equipment-page .sep-table-body .sep-table-eq-placeholder,
app-equipment-bp-showcase-page .sep-table-body .sep-table-eq-placeholder {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: var(--color-grey-50);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--color-info-light);
  font-size: 18px;
  border: 1px solid var(--border-color);
}
app-select-equipment-page .sep-table-body .sep-table-eq-placeholder span,
app-equipment-bp-showcase-page .sep-table-body .sep-table-eq-placeholder span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
app-select-equipment-page .sep-table-body .sep-table-eq-info,
app-equipment-bp-showcase-page .sep-table-body .sep-table-eq-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  flex-shrink: 0;
}
app-select-equipment-page .sep-table-body .sep-table-eq-type,
app-equipment-bp-showcase-page .sep-table-body .sep-table-eq-type {
  font-size: 10px;
  color: var(--color-info-light);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
app-select-equipment-page .sep-table-body .sep-table-eq-model,
app-equipment-bp-showcase-page .sep-table-body .sep-table-eq-model {
  font-size: 12px;
  color: var(--text-color);
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
app-select-equipment-page .sep-table-body .sep-table-eq-tags,
app-equipment-bp-showcase-page .sep-table-body .sep-table-eq-tags {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  flex-wrap: wrap;
  min-width: 0;
  justify-content: flex-end;
}
app-select-equipment-page .sep-table-body .sep-booking-cell,
app-equipment-bp-showcase-page .sep-table-body .sep-booking-cell {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
app-select-equipment-page .sep-table-body .sep-booking-icon,
app-equipment-bp-showcase-page .sep-table-body .sep-booking-icon {
  font-size: 24px;
  color: var(--color-info-light);
  cursor: pointer;
  transition: color var(--transition);
}
app-select-equipment-page .sep-table-body .sep-booking-icon:hover,
app-equipment-bp-showcase-page .sep-table-body .sep-booking-icon:hover {
  color: var(--color-primary-main);
}
app-select-equipment-page .sep-table-body .sep-booking-dot,
app-equipment-bp-showcase-page .sep-table-body .sep-booking-dot {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 6px;
  height: 6px;
  background-color: var(--color-error-main);
  border-radius: 50%;
  border: 1px solid var(--color-white);
}
app-select-equipment-page .sep-table-body hard-form-checkbox,
app-equipment-bp-showcase-page .sep-table-body hard-form-checkbox {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
}
app-select-equipment-page .sep-table-body hard-form-checkbox .hard-form-control,
app-equipment-bp-showcase-page .sep-table-body hard-form-checkbox .hard-form-control {
  padding: 0 !important;
  margin: 0 !important;
  min-height: unset !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
app-select-equipment-page .sep-table-body hard-form-checkbox .mdc-checkbox,
app-equipment-bp-showcase-page .sep-table-body hard-form-checkbox .mdc-checkbox {
  padding: 0 !important;
  margin: 0 !important;
}
app-select-equipment-page .sep-top-filters-grid .grid-content,
app-equipment-bp-showcase-page .sep-top-filters-grid .grid-content {
  width: 100%;
  row-gap: 0;
  align-items: end;
  grid-template-columns: 1.2fr 2fr 1.2fr 1.2fr 1.2fr !important;
}
app-select-equipment-page .sep-top-filters-grid .hard-form-control,
app-equipment-bp-showcase-page .sep-top-filters-grid .hard-form-control {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 0;
}
app-select-equipment-page .sep-top-filters-grid hard-form-control-label,
app-select-equipment-page .sep-top-filters-grid .hard-form-label,
app-equipment-bp-showcase-page .sep-top-filters-grid hard-form-control-label,
app-equipment-bp-showcase-page .sep-top-filters-grid .hard-form-label {
  position: static !important;
  transform: none !important;
  top: auto !important;
  left: auto !important;
  background: transparent !important;
  padding: 0 !important;
  display: block !important;
  color: var(--color-white) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 12px !important;
  letter-spacing: 0.15px !important;
  margin-bottom: 4px !important;
}
app-select-equipment-page .sep-top-filters-grid .hard-form-input,
app-select-equipment-page .sep-top-filters-grid input.hard-form-input,
app-select-equipment-page .sep-top-filters-grid .hc-calendar,
app-select-equipment-page .sep-top-filters-grid button.hc-calendar,
app-select-equipment-page .sep-top-filters-grid .hard-select input,
app-equipment-bp-showcase-page .sep-top-filters-grid .hard-form-input,
app-equipment-bp-showcase-page .sep-top-filters-grid input.hard-form-input,
app-equipment-bp-showcase-page .sep-top-filters-grid .hc-calendar,
app-equipment-bp-showcase-page .sep-top-filters-grid button.hc-calendar,
app-equipment-bp-showcase-page .sep-top-filters-grid .hard-select input {
  height: 40px !important;
  min-height: 40px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  background: var(--color-white) !important;
  background-color: var(--color-white) !important;
  border: 1px solid rgba(var(--color-black), 0.15) !important;
  border-radius: 6px !important;
  box-sizing: border-box !important;
  color: var(--color-black) !important;
}
app-select-equipment-page .sep-top-filters-grid .hard-select--modal,
app-equipment-bp-showcase-page .sep-top-filters-grid .hard-select--modal {
  height: 32px !important;
  top: 4px !important;
  right: 4px !important;
  bottom: 4px !important;
  color: rgba(var(--color-black), 0.54) !important;
}
app-select-equipment-page .sep-top-filters-grid .hc-calendar-clear,
app-equipment-bp-showcase-page .sep-top-filters-grid .hc-calendar-clear {
  height: 32px !important;
  top: 4px !important;
  right: 4px !important;
  bottom: 4px !important;
  color: rgba(var(--color-black), 0.54) !important;
  background: transparent !important;
  box-shadow: none !important;
}
app-select-equipment-page .sep-top-filters-grid .hard-form-input input,
app-select-equipment-page .sep-top-filters-grid .hard-form-select input,
app-select-equipment-page .sep-top-filters-grid .hard-form-select .selected-value,
app-select-equipment-page .sep-top-filters-grid .dates .date,
app-equipment-bp-showcase-page .sep-top-filters-grid .hard-form-input input,
app-equipment-bp-showcase-page .sep-top-filters-grid .hard-form-select input,
app-equipment-bp-showcase-page .sep-top-filters-grid .hard-form-select .selected-value,
app-equipment-bp-showcase-page .sep-top-filters-grid .dates .date {
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0.15px !important;
  color: var(--color-black) !important;
}
app-select-equipment-page .sep-top-filters-grid .hc-calendar,
app-equipment-bp-showcase-page .sep-top-filters-grid .hc-calendar {
  padding: 0 12px !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
}
app-select-equipment-page .sep-top-filters-grid .hc-calendar .icon,
app-equipment-bp-showcase-page .sep-top-filters-grid .hc-calendar .icon {
  color: rgba(var(--color-black), 0.54) !important;
  margin-right: 8px !important;
}
app-select-equipment-page .sep-top-filters-grid .hard-select .hard-form-control-icon,
app-equipment-bp-showcase-page .sep-top-filters-grid .hard-select .hard-form-control-icon {
  color: rgba(var(--color-black), 0.54) !important;
}
app-select-equipment-page .sep-left-grid .hard-form-control,
app-equipment-bp-showcase-page .sep-left-grid .hard-form-control {
  margin-bottom: 10px;
}
app-select-equipment-page .sep-left-grid .hard-form-control-label,
app-equipment-bp-showcase-page .sep-left-grid .hard-form-control-label {
  font-size: 12px;
  line-height: 12px;
  color: var(--color-primary-main);
}
app-select-equipment-page .sep-left-grid .hard-form-input,
app-select-equipment-page .sep-left-grid .hard-form-select,
app-equipment-bp-showcase-page .sep-left-grid .hard-form-input,
app-equipment-bp-showcase-page .sep-left-grid .hard-form-select {
  height: 40px;
  min-height: 40px;
  font-size: 16px;
}
app-select-equipment-page .sep-left-grid .hard-checkbox,
app-select-equipment-page .sep-left-grid .hard-form-checkbox,
app-equipment-bp-showcase-page .sep-left-grid .hard-checkbox,
app-equipment-bp-showcase-page .sep-left-grid .hard-form-checkbox {
  margin-top: 4px;
}
app-equipment-bp-showcase-page .sep-top-filters-grid .grid-content {
  grid-template-columns: repeat(4, 1fr) !important;
}
app-booking-list-modal ui-page-table-template,
app-booking-list-modal hard-table,
app-booking-list-modal .hard-table,
app-booking-list-modal .g_table {
  display: block;
  width: 100%;
}
app-booking-list-modal .table-wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
app-booking-list-modal .g_table {
  display: grid !important;
  width: 100%;
  background: var(--color-white);
}
app-booking-list-modal .g_table-head {
  background: var(--color-white) !important;
  color: var(--text-color) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  padding: 10px 10px !important;
  border-bottom: 1.5px solid var(--border-color) !important;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 40px;
}
app-booking-list-modal .g_table-col:not(.g_table-head) {
  background: var(--color-white) !important;
  color: var(--text-color);
  font-size: 12px !important;
  font-weight: 400 !important;
  padding: 14px 10px !important;
  border-bottom: 1px solid var(--border-color) !important;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  min-height: 56px !important;
}
app-booking-list-modal .g_table-col:not(.g_table-head).hover {
  background: var(--color-grey-50) !important;
}
app-booking-list-modal .sep-date-col-val {
  display: flex;
  align-items: center;
  gap: 8px;
}
app-booking-list-modal .sep-date-col-icon {
  font-size: 16px;
  color: var(--color-info-light);
  flex-shrink: 0;
}
app-booking-list-modal .sep-date-text {
  font-size: 12px;
  color: var(--text-color);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
app-booking-list-modal .sep-date-text strong {
  font-weight: 700;
}
app-booking-list-modal .sep-status-val,
app-booking-list-modal .sep-desc-val {
  font-size: 12px;
  color: var(--text-color);
}
.request-menu-panel {
  background: var(--color-white) !important;
  border: 1px solid var(--border-color) !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.06), 0 4px 6px -2px rgba(0, 0, 0, 0.03) !important;
  min-width: 180px !important;
  padding: 4px !important;
}
.request-menu-panel .mat-mdc-menu-content,
.request-menu-panel .mat-menu-content {
  padding: 0 !important;
  background: transparent !important;
}
.request-menu-panel .mat-mdc-menu-item,
.request-menu-panel .mat-menu-item {
  display: flex !important;
  align-items: center !important;
  height: 36px !important;
  min-height: 36px !important;
  padding: 0 12px !important;
  color: var(--text-color) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  background: transparent !important;
  border-radius: 4px !important;
  margin-bottom: 2px !important;
  transition: background 0.15s ease !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
.request-menu-panel .mat-mdc-menu-item:last-child,
.request-menu-panel .mat-menu-item:last-child {
  margin-bottom: 0 !important;
}
.request-menu-panel .mat-mdc-menu-item:hover,
.request-menu-panel .mat-menu-item:hover {
  background: var(--color-grey-50) !important;
}
.request-menu-panel .mat-mdc-menu-item .mat-mdc-menu-item-text,
.request-menu-panel .mat-mdc-menu-item .mat-menu-item-text,
.request-menu-panel .mat-menu-item .mat-mdc-menu-item-text,
.request-menu-panel .mat-menu-item .mat-menu-item-text {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100%;
}
.request-menu-panel .mat-mdc-menu-item .menu-item-icon,
.request-menu-panel .mat-menu-item .menu-item-icon {
  width: 16px !important;
  height: 16px !important;
  font-size: 13px !important;
  color: var(--text-secondary) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  line-height: 1 !important;
  overflow: hidden !important;
}
.request-menu-panel .mat-mdc-menu-item .menu-item-icon::before,
.request-menu-panel .mat-menu-item .menu-item-icon::before {
  display: inline-block !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
}
.request-menu-panel .mat-mdc-menu-item .menu-item-text,
.request-menu-panel .mat-menu-item .menu-item-text {
  color: var(--text-color) !important;
}
app-reports .grid-content.grid {
  gap: 12px;
}
@media (max-width: 1440px) {
  app-reports .grid-content.grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 1024px) {
  app-reports .grid-content.grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 768px) {
  app-reports .grid-content.grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 480px) {
  app-reports .grid-content.grid {
    grid-template-columns: 1fr !important;
  }
}
app-equipment-bulk-state-modal hard-form-field {
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}
app-equipment-bulk-state-modal hard-form-field .hard-form-field-wrapper {
  margin-bottom: 0 !important;
}
app-equipment-bulk-state-modal hard-form-field .hard-form-label {
  display: none !important;
}
app-create-booking-request-page hard-button,
app-booking-requests-history-page hard-button,
app-fleet-owner-requests-page hard-button,
app-my-booking-requests-page hard-button,
app-select-equipment-page hard-button {
  --hb-font-size: 13px;
  --hb-font-weight: 500;
  --hb-line-height: 32px;
}

/* app/shared/styles/form.scss */
.color-red {
  color: rgba(255, 0, 0, 0.5) !important;
}
.color-green {
  color: #008643 !important;
}
.color-yellow {
  color: #ffc800 !important;
}
.color-gray {
  color: #4d4d4d !important;
}
.form-label {
  color: var(--light-gray);
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.o_input {
  border: 1px solid var(--border-color);
  background: var(--dark-fill);
  transition: var(--transition);
  color: var(--text-color);
  outline: 1px solid transparent;
  font-size: var(--font-size);
  border-radius: var(--border-radius);
  min-height: 38px;
  line-height: 14px;
  flex: 1 1 0%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.o_input--textarea {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.o_input--multiple {
  min-height: 38px;
  padding: 4px 4px 0 4px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.o_input--multiple .tag {
  background: #121212;
  padding: 3px 8px;
  transition: var(--transition);
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  border-radius: 0.125rem;
  font-size: 0.75rem;
}
.o_input--multiple .tag:hover {
  background: rgba(18, 18, 18, 0.7);
}
.o_input:hover {
  background: var(--hover-background);
  color: var(--hover-color);
}
.o_input:focus {
  outline-color: var(--border-color);
}
.o_input:hover .o_select--modal .item {
  background: var(--placeholder-color);
}
.o_select {
  position: relative;
  display: flex;
  flex-direction: column;
}
.o_select .o_input {
  cursor: pointer;
  padding-left: 0.5rem;
}
.o_select .o_input.o_input--clear {
  padding-right: 42px;
}
.o_select .o_input:disabled {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.o_select--modal {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  display: flex;
}
.o_select--modal .item {
  outline: none;
  color: var(--text-color);
  background: var(--dark-gray);
  transition: var(--transition);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.o_select--modal .item:hover {
  color: var(--hover-color);
}
.o_select:hover .o_input {
  background: var(--hover-background);
  color: var(--hover-color);
}
.o_select:hover .o_select--modal .item {
  background: var(--placeholder-color);
}
.o_checkbox {
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
}
.o_checkbox:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(100 116 139 / var(--tw-ring-opacity, 1));
}
.option {
  background: var(--row-background);
  transition: var(--transition);
  color: var(--text-color);
  font-size: 12px;
  margin-bottom: 0.25rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.option:nth-child(odd) {
  background: var(--row-odd-background);
}
.option:hover {
  background: var(--hover-background);
  color: var(--hover-color);
}
.option .select-icon {
  color: transparent;
  font-size: 12px;
  margin-left: 0.25rem;
}
.option.select {
  background: var(--hover-background);
  color: var(--hover-color);
}
.option.select .select-icon {
  color: var(--green);
}
.option:last-child {
  margin-bottom: 0px;
}
.o_autocomplete-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
}
.o_autocomplete {
  z-index: 1001;
  max-height: 326px;
  overflow: hidden;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
  border-radius: var(--border-radius);
}
.o_autocomplete--filter {
  max-height: 100%;
}
.o_autocomplete .popover-body {
  display: flex;
  overflow: hidden;
  flex: 1;
}
.o_autocomplete {
  display: flex;
}
.o_autocomplete-content {
  background: var(--second-dark-color);
  border: 1px solid var(--border-color);
  font-size: var(--font-size);
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 0.375rem;
  overflow-y: auto;
  padding: 0.125rem;
}
.o_autocomplete-select-content {
  padding: 5px;
  overflow: hidden;
  background: var(--second-dark-color);
  border: 1px solid var(--border-color);
  font-size: var(--font-size);
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 0.375rem;
}
.o_autocomplete-select-content .scroll-content {
  padding-right: 5px;
}
.o_autocomplete-tooltip {
  background: var(--white, var(--color-white));
  border: 1px solid var(--border-color);
}
.o_autocomplete-tooltip.with-padding {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.o_autocomplete .search-block {
  margin-bottom: 5px;
  position: sticky;
  top: 0px;
  z-index: 10;
  display: flex;
}
.o_autocomplete .option {
  margin-bottom: 0.125rem;
  padding: 0.5rem;
}
.o_autocomplete .option:last-child {
  margin-bottom: 0px;
}
.form-error .hc-calendar,
.hard-form-error .hc-calendar {
  --hc-border-color: var(--red-fill);
  --hc-outline-focus-color: var(--red-fill);
}
.form-error .o_input,
.hard-form-error .o_input {
  --border-color: var(--red-fill);
}
ui-filter .mat-badge-content {
  font-size: 12px !important;
  width: 18px !important;
  height: 18px !important;
  line-height: 18px !important;
}

/* app/shared/styles/table.scss */
.filter-wrapper {
  background: var(--widget-bg);
  border-radius: var(--border-radius);
  padding-top: 0.5rem;
}
.filter-wrapper .ui-filter-button {
  padding-bottom: 0.5rem;
}
.table-wrapper {
  background: var(--widget-bg);
  border-radius: var(--border-radius);
  position: relative;
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  overflow: hidden;
  padding: 0.5rem;
}
.table-wrapper-content {
  flex: 1;
  overflow: auto;
}
.table-wrapper-content.is-scroll {
  padding-right: 0.25rem;
}
.table-wrapper-content.hide {
  opacity: 0;
}
.table-wrapper.modal {
  margin-top: 0px;
}
.table-wrapper .mat-mdc-table {
  background: none;
}
.table-wrapper .mat-mdc-table .mat-mdc-header-cell {
  color: var(--text-color);
  font-size: 14px;
  background: var(--background-image);
  text-align: center;
}
.table-wrapper .mat-mdc-table .mat-mdc-row td {
  padding: 0 8px;
  text-align: center;
  color: var(--text-color);
  border: solid 3px var(--border-dark-color);
}
.table-wrapper .mat-mdc-table .mat-mdc-row td.text-left {
  text-align: left;
}
.table-wrapper .mat-mdc-table .mat-mdc-row:nth-child(odd) td {
  background-color: var(--base-bg-color);
}
.table-wrapper .mat-mdc-table .mat-mdc-row:nth-child(even) td {
  background-color: var(--widget-bg);
}
.mat-paginator .mat-mdc-paginator {
  background-color: rgba(var(--widget-bg), 0.1);
  font-size: 14px;
}
.mat-paginator .mat-mdc-paginator .mat-mdc-form-field {
  border: none !important;
  background: var(--dark-fill);
}
.g_table {
  font-size: 14px;
  line-height: 14px;
  display: grid;
}
.g_table .g_table-col {
  background: var(--row-background);
  transition: background var(--transition);
}
.g_table .g_table-col.first {
  border-bottom-left-radius: 0.25rem;
}
.g_table .g_table-col.last {
  border-bottom-right-radius: 0.25rem;
}
.g_table .g_table-col.odd {
  background: var(--row-odd-background);
}
.g_table .g_table-col.hover {
  background: var(--hover-background);
}
.g_table-parent {
  background: var(--widget-second-bg) !important;
  cursor: pointer;
}
.g_table .g_table-head {
  background: var(--color-white) !important;
  position: sticky;
  top: 0;
  z-index: 2;
  color: var(--text-color);
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  margin-right: -2px;
}
.g_table .g_table-head svg {
  width: 16px;
  height: 16px;
}
.g_table .g_table-head.first {
  border-top-left-radius: 0.25rem;
}
.g_table .g_table-head.last {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
}
.g_table .g_table-head-sort {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  justify-content: flex-start;
  gap: 4px;
}
.g_table .g_table-head-sort:hover svg {
  opacity: 0.4;
}
.g_table .g_table-head-sort-active svg {
  opacity: 1;
}
.g_table .g_table-head-sort-active:hover svg {
  opacity: 1;
}
.g_table-col-padding {
  padding: var(--ht-body-cell-padding);
}
.o_table {
  width: 100%;
}
.o_table tr th {
  background: var(--color-white);
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 5px;
  color: var(--text-color);
  font-size: 14px;
  line-height: 14px;
}
.o_table tr th.th-small {
  width: 40px;
}
.o_table tr th.th-sort {
  cursor: pointer;
}
.o_table tr th.th-sort mat-icon {
  transition: var(--transition);
  width: var(--font-size);
  height: var(--font-size);
  font-size: var(--font-size);
}
.o_table tr td,
.o_table tr .td {
  color: var(--text-color);
  background: var(--row-background);
  padding: 8px;
  transition: var(--transition);
  font-size: var(--font-size);
}
.o_table tr td.warning,
.o_table tr .td.warning {
  color: var(--warning);
}
.o_table tr td.red,
.o_table tr .td.red {
  color: rgba(255, 0, 0, 0.5);
}
.o_table tr td.center,
.o_table tr .td.center {
  text-align: center;
}
.o_table tr td.right,
.o_table tr .td.right {
  text-align: right;
}
.o_table tr td.td-small,
.o_table tr .td.td-small {
  width: 40px;
}
.o_table tr td.td-no-data,
.o_table tr .td.td-no-data {
  padding: 20px !important;
  background: transparent !important;
  font-size: 14px;
  text-align: center;
}
.o_table tr td.td-divider,
.o_table tr .td.td-divider {
  padding: 0;
  background: transparent !important;
  border: none;
  z-index: 0;
}
.o_table tr td.td-divider .arrow,
.o_table tr .td.td-divider .arrow {
  position: relative;
  height: 1px;
}
.o_table tr td.td-divider .arrow.top:before,
.o_table tr .td.td-divider .arrow.top:before {
  content: "";
  position: absolute;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 20px;
  top: -22px;
}
.o_table tr td.td-divider .arrow.bottom:before,
.o_table tr .td.td-divider .arrow.bottom:before {
  content: "";
  position: absolute;
  box-shadow: 0 -20px 20px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 20px;
  top: 3px;
}
.o_table tr td.td-actions,
.o_table tr .td.td-actions {
  padding: 2px 2px;
}
.o_table tr td .small-table,
.o_table tr .td .small-table {
  width: 100%;
}
.o_table tr td .small-table.collapse,
.o_table tr .td .small-table.collapse {
  border-spacing: 2px;
}
.o_table tr td .small-table.collapse tr td,
.o_table tr .td .small-table.collapse tr td {
  background: rgba(0, 0, 0, 0.3);
}
.o_table tr td .small-table tr,
.o_table tr td .small-table .tr,
.o_table tr .td .small-table tr,
.o_table tr .td .small-table .tr {
  box-shadow: none !important;
  z-index: 0;
}
.o_table tr td .small-table tr th,
.o_table tr td .small-table .tr th,
.o_table tr .td .small-table tr th,
.o_table tr .td .small-table .tr th {
  font-size: 14px;
  color: var(--text-color);
  font-weight: 500;
  text-align: center;
  background: transparent;
  box-shadow: none;
  padding: 3px;
}
.o_table tr td .small-table tr td,
.o_table tr td .small-table tr .td,
.o_table tr td .small-table .tr td,
.o_table tr td .small-table .tr .td,
.o_table tr .td .small-table tr td,
.o_table tr .td .small-table tr .td,
.o_table tr .td .small-table .tr td,
.o_table tr .td .small-table .tr .td {
  font-size: 14px;
}
.o_table tr td .small-table tr td.last,
.o_table tr td .small-table tr .td.last,
.o_table tr td .small-table .tr td.last,
.o_table tr td .small-table .tr .td.last,
.o_table tr .td .small-table tr td.last,
.o_table tr .td .small-table tr .td.last,
.o_table tr .td .small-table .tr td.last,
.o_table tr .td .small-table .tr .td.last {
  text-align: right;
}
.o_table tr.odd td,
.o_table tr.odd .td {
  background: var(--row-odd-background);
}
.o_table tr.summary td,
.o_table tr.summary .td {
  background: #333;
  color: #b3b3b3;
  position: sticky;
}
.o_table tr .mat-checkbox-ripple.mat-ripple {
  display: none !important;
}
.o_table--hovered tr:not(.summary):hover td {
  background: rgb(51, 51, 51);
}
.o_table--pointer tr td {
  cursor: pointer;
}
.o_table--rounded tr:first-child th:first-child,
.o_table--rounded tr:first-child td:first-child,
.o_table--rounded tr:first-child .td:first-child,
.o_table--rounded .tr:first-child th:first-child,
.o_table--rounded .tr:first-child td:first-child,
.o_table--rounded .tr:first-child .td:first-child {
  border-radius: 3px 0 0 0;
}
.o_table--rounded tr:first-child th:last-child,
.o_table--rounded tr:first-child td:last-child,
.o_table--rounded tr:first-child .td:last-child,
.o_table--rounded .tr:first-child th:last-child,
.o_table--rounded .tr:first-child td:last-child,
.o_table--rounded .tr:first-child .td:last-child {
  border-radius: 0 3px 0 0;
}
.o_table--rounded tr:last-child th:first-child,
.o_table--rounded tr:last-child td:first-child,
.o_table--rounded tr:last-child .td:first-child,
.o_table--rounded .tr:last-child th:first-child,
.o_table--rounded .tr:last-child td:first-child,
.o_table--rounded .tr:last-child .td:first-child {
  border-radius: 0 0 0 3px;
}
.o_table--rounded tr:last-child th:last-child,
.o_table--rounded tr:last-child td:last-child,
.o_table--rounded tr:last-child .td:last-child,
.o_table--rounded .tr:last-child th:last-child,
.o_table--rounded .tr:last-child td:last-child,
.o_table--rounded .tr:last-child .td:last-child {
  border-radius: 0 0 3px 0;
}
.o_table--rounded tr.last th:first-child,
.o_table--rounded tr.last td:first-child,
.o_table--rounded tr.last .td:first-child,
.o_table--rounded .tr.last th:first-child,
.o_table--rounded .tr.last td:first-child,
.o_table--rounded .tr.last .td:first-child {
  border-radius: 0 0 0 3px;
}
.o_table--rounded tr.last th:last-child,
.o_table--rounded tr.last td:last-child,
.o_table--rounded tr.last .td:last-child,
.o_table--rounded .tr.last th:last-child,
.o_table--rounded .tr.last td:last-child,
.o_table--rounded .tr.last .td:last-child {
  border-radius: 0 0 3px 0;
}
.o_table--collapse {
  border-collapse: collapse;
  border-spacing: 0 2px;
}
.o_table--collapse tr:first-child {
  box-shadow: 0 10px 15px -8px rgba(0, 0, 0, 0.5);
  position: sticky;
  top: 0;
  z-index: 2;
}
.o_table--collapse tr:first-child.no-shadow {
  box-shadow: none;
  position: relative;
  top: initial;
}
.o_table--collapse tr th {
  padding: 8px;
  text-align: left;
}
.o_table--collapse tr th.th-index {
  text-align: center;
}
.o_table--collapse tr td.td-divider {
  padding: 1px;
}
.o_table.small-table tr td,
.o_table.small-table tr .td,
.o_table.small-table .tr td,
.o_table.small-table .tr .td {
  font-size: 14px;
}
.o_table.small-table tr td.last,
.o_table.small-table tr .td.last,
.o_table.small-table .tr td.last,
.o_table.small-table .tr .td.last {
  text-align: right;
}
.o_table.day tr th {
  background: #eaeaea;
  box-shadow: 0 10px 15px -8px rgba(0, 0, 0, 0.4);
}
.o_table.day tr td,
.o_table.day tr .td {
  color: #000000;
  background: #eaeaea;
}
.o_table.day tr td.td-input input,
.o_table.day tr .td.td-input input {
  color: #000000;
}
.o_table.day tr.odd td,
.o_table.day tr.odd .td {
  background: rgba(0, 0, 0, 0.12);
}
.o_table.day tr.summary td,
.o_table.day tr.summary .td {
  background: rgba(0, 0, 0, 0.15);
  color: var(--mine-shaft);
}
.o_table.day.o_table--hovered tr:not(.summary):hover td {
  background: rgba(0, 0, 0, 0.15);
}

/* app/shared/styles/shared.scss */
body hard-button button {
  transition: none !important;
}
body hard-form-input .hard-form-control .hard-form-input {
  width: 100%;
}
body a {
  outline: 1px solid transparent;
  outline-offset: 0;
}
body a:focus {
  outline-color: var(--primary-color);
  z-index: 1;
}
.header-divider {
  width: 2px;
  background: var(--dark-fill);
  border-radius: 2px;
}
.o_radius {
  border-radius: var(--border-radius);
}
.ui-table-filter {
  z-index: 1200;
  display: flex;
  flex-direction: column;
  width: 400px;
  border-radius: var(--border-radius);
  border: 1px solid var(--border-color);
  background: var(--background-image);
}
.ui-table-filter-content {
  background: var(--color-white);
  border-radius: var(--border-radius);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.ui-table-filter hard-button button {
  transition: none;
}
.ui-filter-backdrop {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.menu-item {
  background: var(--page-background);
  border-radius: var(--border-radius);
  display: flex;
  flex-direction: column;
}
.menu-item.first {
  margin-top: 0.5rem;
}
.menu-item:last-child {
  margin-bottom: 0px;
}
.menu-item .group {
  border-radius: var(--border-radius);
  background: var(--page-background);
  color: var(--text-color);
  transition: var(--transition);
  display: flex;
  cursor: pointer;
  padding: 0.5rem;
}
.menu-item .group:hover {
  background: var(--hover-background);
  color: var(--hover-color);
}
.menu-item .group.active {
  cursor: default;
  background: var(--hover-background);
  color: var(--active-color);
}
.menu-item .children {
  display: flex;
  flex-direction: column;
  padding: 0.25rem;
}
.menu-item .child {
  transition: var(--transition);
  border-radius: var(--border-radius);
  display: flex;
  cursor: pointer;
  padding: 0.5rem;
}
.menu-item .child:hover {
  background: var(--page-background);
  color: var(--active-color);
}
.menu-item .child.active {
  cursor: default;
  background: var(--page-background);
  color: var(--active-color);
}
.hard-modal .bg .header .title .icon {
  --hm-content-padding: 10px;
}
.hard-modal .bg .header .title .modal-title {
  line-height: 16px;
}
.o_modal {
  width: 100%;
  height: 100%;
  background: var(--page-background);
  display: flex;
  flex-direction: column;
}
.o_modal .modal-header {
  display: flex;
  background: var(--widget-second-bg);
  justify-content: flex-end;
  margin-bottom: 0.25rem;
}
.o_modal .modal-header .modal-close {
  border: none;
  outline: none;
  cursor: pointer;
  background: transparent;
  color: var(--text-color);
  padding: 5px 7px;
  transition: var(--transition);
}
.o_modal .modal-header .modal-close:hover {
  color: var(--hover-color);
}
.o_modal .modal-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: auto;
  padding: 0.25rem;
}
.wrapper-search {
  background: var(--almost-black);
  box-shadow: 5px 4px 13px 2px var(--transparent-dark);
  border: solid 1px var(--mat-tab-border-color);
  max-height: 100%;
  width: 409px;
  height: calc(100% - 50px);
  border-radius: var(--border-radius);
  left: 1px;
  top: 46px;
  position: absolute;
  z-index: 10;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.wrapper-search .search-header {
  color: var(--text-color);
  background: var(--widget-second-bg);
  box-shadow: 5px 4px 13px 2px var(--transparent-dark);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.375rem;
  font-size: 0.75rem;
}
.wrapper-search .search-header .icon-close {
  cursor: pointer;
  transition: var(--transition);
}
.wrapper-search .search-header .icon-close:hover {
  color: var(--hover-color);
}
.wrapper-search .search-item {
  color: var(--active-color);
  background: var(--widget-second-bg);
  border-radius: var(--border-radius);
  line-height: 16px;
  margin-top: 0.25rem;
  display: flex;
  cursor: pointer;
  padding: 0.25rem;
}
.wrapper-search .search-item:first-child {
  margin-top: 0.5rem;
}
.wrapper-search .search-item .item-icon {
  width: 60px;
  border: solid 2px var(--border-color);
  border-radius: var(--border-radius);
  color: var(--text-color);
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.25rem;
}
.wrapper-search .search-item .second-text {
  color: var(--text-color);
  font-size: 0.75rem;
}
.wrapper-search .search-item .search-item-map {
  color: var(--active-color);
  transition: var(--transition);
  border-radius: var(--border-radius);
  border: 1px solid var(--border-color);
}
.wrapper-search .search-item .search-item-map:hover {
  background: var(--row-background);
  color: var(--hover-color);
}
.wrapper-search .search-item .search-item-map.tracking {
  color: var(--orange);
  background: var(--row-background);
}
.wrapper-search .search-item .search-item-map {
  margin-left: 0.25rem;
  margin-bottom: 0.25rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  padding: 0.25rem;
}
.wrapper-search .search-item .search-item-map:last-child {
  margin-bottom: 0px;
}
.wrapper-search .search-item .search-item-pin {
  color: var(--active-color);
  transition: var(--transition);
}
.wrapper-search .search-item .search-item-pin:hover {
  color: var(--light-orange);
}
.wrapper-search .search-item .search-item-pin {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.wrapper-search .search-item .search-item-pin.clicked {
  color: var(--light-orange);
}
.event-dialog .mat-mdc-dialog-surface {
  box-shadow: none;
}
.tape-items-item {
  display: flex;
  padding: 8px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.tape-items-item .group-icon {
  position: relative;
  width: 70px;
  height: 70px;
  margin-right: 10px;
  display: flex;
  flex-shrink: 0;
  border-radius: 3px;
}
.tape-items-item .group-icon .first {
  width: 58px;
  height: 58px;
  background: var(--dark-gray);
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s linear;
  border-radius: 3px;
}
.tape-items-item .group-icon .second {
  width: 62px;
  height: 62px;
  background: var(--dark-gray);
  z-index: 1;
  position: absolute;
  right: 3px;
  top: 3px;
  border: 2px solid var(--dark-slate-gray);
  transition: all 0.3s linear;
  border-radius: 3px;
}
.tape-items-item .group-icon .item-icon-group {
  font-size: 34px;
  width: 62px;
  position: absolute;
  height: 62px;
  display: -webkit-box;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: 2px solid var(--dark-slate-gray);
  color: var(--text-color);
  background: var(--dark-gray);
  transition: all 0.3s linear;
  bottom: 0;
  border-radius: 3px;
}
.tape-items-item .group-icon .item-icon-group .icon-count {
  font-size: 10px;
  font-weight: 600;
  background: var(--dark-slate);
  color: var(--light-gray);
  position: absolute;
  left: 3px;
  top: 3px;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}
.tape-items-item .item-icon {
  font-size: 34px;
  width: 70px;
  height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  position: relative;
  flex-shrink: 0;
  border: 2px solid var(--dark-gray);
  color: var(--text-color);
  background: var(--dark-gray);
  transition: all 0.3s linear;
  border-radius: 3px;
}
.tape-items-item .item-icon .icon-count {
  font-size: 10px;
  font-weight: 600;
  background: var(--light-gray);
  color: var(--title-color);
  position: absolute;
  left: 3px;
  top: 3px;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}
.tape-items-item .item-body {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: calc(100% - 70px);
  overflow: hidden;
}
.tape-items-item .item-body-head {
  display: flex;
  overflow: hidden;
  width: 100%;
}
.tape-items-item .item-body-head .item-date {
  padding: 2px 10px;
  width: auto;
  text-align: center;
  color: var(--gunmetal-gray);
  background: var(--dark-fill);
  white-space: nowrap;
  margin-right: 5px;
  border-radius: 2px;
}
.tape-items-item .item-body-head .label-id {
  color: var(--gunmetal-gray) !important;
  display: none;
}
.tape-items-item .item-body-head .label-title {
  display: none;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 0;
}
.tape-items-item .item-body .item-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 5px;
  min-width: 160px;
  color: var(--gunmetal-gray);
  max-height: 47px;
  font-size: 12px;
}
.tape-items-item .item-body .item-title .title-link {
  color: var(--lemon-yellow);
  text-decoration: underline;
  cursor: pointer;
}
.tape-items-item .item-icons {
  width: 70px;
  height: 70px;
  flex-direction: column;
  background: var(--dark-fill);
  flex-shrink: 0;
  display: none;
  flex-wrap: wrap;
  cursor: default;
  margin-left: 5px;
}
.tape-items-item .item-icons div {
  display: flex;
  width: 50%;
  height: 50%;
  flex-shrink: 0;
  color: var(--gunmetal-gray);
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.tape-items-item .item-icons div:before {
  cursor: pointer;
}
.tape-items-item .item-icons .control {
  color: var(--pale-silver);
}
.tape-items-item .background-transparent {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.tape-items-item.active {
  background: var(--dark-gray);
  margin-right: 10px;
}
.tape-items-item.active .item-icon {
  border: 2px solid var(--dark-fill);
  color: var(--text-color);
  background: var(--dark-fill);
}
.tape-items-item.active .item-body-head .label-id {
  display: flex;
}
.tape-items-item.active .item-body-head .label-title {
  display: flex;
}
.tape-items-item.active .item-icons {
  display: flex;
}
.tooltip {
  background: var(--color-white);
  color: var(--text-color);
  font-size: 12px;
  line-height: 16px;
  border: solid 1px var(--border-color);
  border-radius: var(--border-radius);
  padding: 5px 10px !important;
  overflow: visible;
  pointer-events: none;
  z-index: 1010 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.tooltip .text-sm {
  font-size: 12px;
}
.tooltip.haul-tooltip {
  padding: 0;
  background: var(--second-dark-color);
  z-index: 1000;
}
.tooltip.access-decision-tooltip {
  padding: 0;
  background: var(--second-dark-color);
  z-index: 1000;
}
.tooltip.p-0 {
  padding: 0 !important;
}
.tooltip-dark {
  overflow: hidden;
  padding: 5px 10px;
  background: var(--black);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
}
.tooltip-dark-with-arrow {
  overflow: visible;
  position: relative;
  padding: 5px 10px;
  background: var(--second-dark-color) !important;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
}
.tooltip-dark-with-arrow::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent var(--second-dark-color);
}
.tooltip-dark-with-arrow::before {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent var(--border-color);
}
.drop-zone {
  border: 1px dashed var(--light-gray);
}
.dragover {
  border: 1px dashed var(--light-white);
}
.dropped {
  border: 1px dashed var(--green);
}
.grid-widget-template {
  background: var(--page-background);
  border-radius: var(--border-radius);
  display: flex;
  height: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
}
.grid-widget-template-body {
  background: var(--page-background);
  border-radius: var(--border-radius);
  margin-top: 0.25rem;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  overflow: hidden;
}
.indicators {
  border-top: solid 1px var(--border-color);
}
.indicators .indicator {
  flex: 1;
  margin-left: 5px;
  justify-content: center;
}
.indicators .indicator .indicator-icon {
  width: 30px;
  height: 20px;
  border-radius: 2px;
  text-align: center;
}
.indicators .indicator .indicator-icon.normal {
  background: var(--widget-second-bg);
}
.indicators .indicator .indicator-icon.important {
  background: var(--black);
  border: solid 1px var(--yellow);
  color: var(--yellow);
}
.indicators .indicator .indicator-icon.critical {
  background: transparent;
  border: solid 1px var(--light-white);
  color: var(--light-white);
}
.indicators .indicator .indicator-value.normal {
  color: var(--title-color);
}
.indicators .indicator .indicator-value.important {
  color: var(--yellow);
}
.indicators .indicator .indicator-value.critical {
  color: var(--light-white);
}
.background-blur {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.background-none {
  background: none !important;
}
.collapse-arrow .turn-over,
.collapse-arrow .turn-back {
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.collapse-arrow .turn-over {
  transform: rotate(180deg);
}
.collapse-arrow .turn-back {
  transform: rotate(0deg);
}
.hard-option .hard-select-field-icon {
  margin-left: 0 !important;
}
.pin-code-dialog {
  transition: width 0.8s ease, height 0.8s ease;
}
.g_btn-col {
  display: flex;
  align-items: center;
  padding: 5px;
}
.g_btn-col hard-link,
.g_btn-col hard-button {
  flex: 1;
}
.g_btn-col hard-link .hard-btn,
.g_btn-col hard-button .hard-btn {
  min-width: 36px;
  min-height: 36px;
}
.g_btn-col hard-button {
  display: flex;
}
.g_btn-col hard-button .hard-btn {
  flex: 1;
}
hard-calendar-modal .month-name .my-select-calendar {
  width: 80px !important;
}
.pin-code-dialog {
  transition: width 0.8s ease, height 0.8s ease;
}
.emergency-alert-modal {
  transition:
    width 0.5s ease,
    height 0.5s ease,
    opacity 0.5s ease,
    visibility 0.5s ease;
  opacity: 1;
  visibility: visible;
}
.emergency-alert-modal.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.navigation-arrow {
  border-radius: 0 0 2px 2px;
  background: var(--dark-gray);
  width: 35px;
  display: flex;
  height: 15px;
  min-height: 15px;
  z-index: 1;
  transition: var(--transition);
}
.navigation-arrow:hover {
  background: var(--row-hover-background);
}
.navigation-arrow {
  position: relative;
  margin-left: 0.25rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.navigation-arrow mat-icon {
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.fade-in {
  opacity: 0;
  transform: translateY(-10px);
  animation: fadeInAnim 500ms ease-out forwards;
}
.fade-out {
  animation: fadeOutAnim 500ms ease-in forwards;
}
.text-truncate {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.layer-pop-up .hard-menu-row {
  --hmenu-background: #1d1d1d;
}
.hp-content-size .hp-btn {
  border: 1px solid var(--border-color);
}
hard-table .g_table-actions-col hard-link .hard-btn,
hard-table .g_table-actions-col hard-button .hard-btn {
  min-height: 36px;
  min-width: 36px;
}
.hard-form-label {
  line-height: 14px;
}
ui-filter .hard-form-label {
  white-space: nowrap;
}

/* app/styles/toolbar-calendar.scss */
.toolbar-tab {
  background-color: var(--dark-slate-gray);
  border-bottom: 3px solid transparent;
  border-radius: 0.25rem;
}
.toolbar-tab--active {
  border-bottom-color: var(--light-text-color);
  background-color: var(--dark-gray);
}
.toolbar-tab--active .icon-play,
.toolbar-tab--active .text-sm,
.toolbar-tab--active .icon {
  color: var(--light-text-color);
}
.toolbar-tab .icon-play {
  transition: transform var(--transition);
}
.toolbar-tab .icon-play.up {
  transform: rotate(-90deg);
}
.toolbar-tab .icon-play.down {
  transform: rotate(90deg);
}
.dropdown-overlay-pane {
  background-color: var(--dark-slate-gray);
  max-height: 50%;
  flex-direction: column;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.7);
  border-radius: 5px;
}
.dropdown-overlay-pane .ui-filter {
  padding: 10px 10px 10px 0;
  margin-left: 0;
}
.dropdown-overlay-pane .ui-filter .ui-filter-button {
  display: none !important;
}
.dropdown-overlay-pane hard-form-grid {
  width: 100%;
}
.dropdown__item {
  list-style-type: none;
}
.dropdown__item.last {
  color: var(--orange);
}
.dropdown__item:last-child {
  border-bottom: none;
}
.dropdown__item {
  transition: background-color var(--transition);
}
.dropdown__item:hover {
  background-color: var(--hover-background);
}

/* app/shared/styles/keyframes.scss */
@keyframes blink-red-black {
  0% {
    background-color: var(--primary-red);
  }
  50% {
    background-color: var(--second-dark-color);
  }
  100% {
    background-color: var(--primary-red);
  }
}
@keyframes fadeInAnim {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutAnim {
  to {
    opacity: 0;
    transform: translateY(-10px);
    height: 0;
    margin: 0;
    padding: 0;
  }
}

/* app/shared/styles/colors.scss */
.border-invisible-1 {
  border: 1px solid transparent;
}
.bg-medium-gray {
  background-color: var(--medium-gray);
}
.color-medium-gray {
  color: var(--medium-gray);
}
.bg-widget {
  background-color: var(--widget-bg);
}
.border-dark-gray {
  border-color: var(--dark-gray);
}

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