@charset "UTF-8";

/* node_modules/@ng-select/ng-select/themes/default.theme.css */
.ng-select.ng-select-opened > .ng-select-container {
  background: #fff;
  border-color: hsl(0, 0%, 70%) #ccc hsl(0, 0%, 85%);
}
.ng-select.ng-select-opened > .ng-select-container:hover {
  box-shadow: none;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  top: -2px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #999;
  border-width: 0 5px 5px;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #333;
}
.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-right > .ng-select-container {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-left > .ng-select-container {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1);
}
.ng-select.ng-select-disabled > .ng-select-container {
  background-color: #f9f9f9;
}
.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select .ng-select-container {
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  min-height: 36px;
  align-items: center;
}
.ng-select .ng-select-container:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}
.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 10px;
}
[dir=rtl] .ng-select .ng-select-container .ng-value-container {
  padding-right: 10px;
  padding-left: 0;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #999;
}
.ng-select.ng-select-single .ng-select-container {
  height: 36px;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 5px;
  left: 0;
  padding-left: 10px;
  padding-right: 50px;
}
[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-right: 10px;
  padding-left: 50px;
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
  background-color: #f9f9f9;
  border: 1px solid hsl(0, 0%, 90%);
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding: 0 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 5px;
  padding-left: 7px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-right: 7px;
  padding-left: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: .9em;
  margin-bottom: 5px;
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
  border-radius: 2px;
  margin-right: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-right: 0;
  margin-left: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: #f9f9f9;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 0;
  padding-right: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: rgb(209.1, 231.78, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-left: 1px solid rgb(183.6, 218.88, 255);
  border-right: none;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 0;
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 0 3px 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 3px 3px 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input > input {
  color: #000;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  padding-right: 3px;
  padding-left: 0;
}
.ng-select .ng-clear-wrapper {
  color: #999;
}
.ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus {
  outline: none;
}
.ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0;
}
[dir=rtl] .ng-select .ng-spinner-zone {
  padding: 5px 0 0 5px;
}
.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px;
}
[dir=rtl] .ng-select .ng-arrow-wrapper {
  padding-left: 5px;
  padding-right: 0;
}
.ng-select .ng-arrow-wrapper:hover .ng-arrow {
  border-top-color: #666;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #999 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px 5px 2.5px;
}
.ng-dropdown-panel {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  left: 0;
}
.ng-dropdown-panel.ng-select-top {
  bottom: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-right {
  left: 100%;
  top: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
}
.ng-dropdown-panel.ng-select-bottom {
  top: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-color: hsl(0, 0%, 90%);
  margin-top: -1px;
}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-left {
  left: -100%;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child {
  border-top-left-radius: 4px;
}
.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
  user-select: none;
  padding: 8px 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, .54);
  cursor: pointer;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
  color: rgba(0, 0, 0, .54);
  background-color: rgb(234.6, 244.68, 255);
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fff;
  color: rgba(0, 0, 0, .87);
  padding: 8px 10px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
  color: #333;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: #ccc;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 22px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 22px;
  padding-left: 0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  font-size: 80%;
  font-weight: 400;
  padding-right: 5px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0;
}
[dir=rtl] .ng-dropdown-panel {
  direction: rtl;
  text-align: right;
}

/* src/custom-theme.scss */
:root {
  --mat-app-background-color: #faf9fd;
  --mat-app-text-color: #1a1b1f;
  --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, #1a1b1f 10%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-option-hover-state-layer-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-option-label-text-color: #1a1b1f;
  --mat-option-selected-state-label-text-color: #3e4759;
  --mat-option-selected-state-layer-color: #dae2f9;
  --mat-optgroup-label-text-color: #44474e;
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #faf9fd;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-pseudo-checkbox-full-selected-checkmark-color: #ffffff;
  --mat-pseudo-checkbox-full-selected-icon-color: #005cbb;
  --mat-pseudo-checkbox-full-unselected-icon-color: #44474e;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #005cbb;
  --mat-option-label-text-size: 1rem;
  --mat-option-label-text-weight: 400;
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 1.25rem;
  --mat-option-label-text-tracking: 0.006rem;
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 1.25rem;
  --mat-optgroup-label-text-size: 0.875rem;
  --mat-optgroup-label-text-tracking: 0.006rem;
  --mat-optgroup-label-text-weight: 500;
  --mat-card-elevated-container-shape: 12px;
  --mat-card-filled-container-shape: 12px;
  --mat-card-outlined-container-shape: 12px;
  --mat-card-outlined-outline-width: 1px;
  --mat-card-elevated-container-color: #f4f3f6;
  --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-filled-container-color: #e3e2e6;
  --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);
  --mat-card-outlined-container-color: #faf9fd;
  --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: #c4c6d0;
  --mat-card-subtitle-text-color: #1a1b1f;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 1.5rem;
  --mat-card-subtitle-text-size: 1rem;
  --mat-card-subtitle-text-tracking: 0.009rem;
  --mat-card-subtitle-text-weight: 500;
  --mat-card-title-text-font: Roboto, sans-serif;
  --mat-card-title-text-line-height: 1.75rem;
  --mat-card-title-text-size: 1.375rem;
  --mat-card-title-text-tracking: 0;
  --mat-card-title-text-weight: 400;
  --mat-progress-bar-active-indicator-height: 4px;
  --mat-progress-bar-track-height: 4px;
  --mat-progress-bar-track-shape: 0;
  --mat-progress-bar-active-indicator-color: #005cbb;
  --mat-progress-bar-track-color: #e0e2ec;
  --mat-tooltip-container-color: #2f3033;
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-supporting-text-color: #f2f0f4;
  --mat-tooltip-supporting-text-font: Roboto, sans-serif;
  --mat-tooltip-supporting-text-line-height: 1rem;
  --mat-tooltip-supporting-text-size: 0.75rem;
  --mat-tooltip-supporting-text-tracking: 0.025rem;
  --mat-tooltip-supporting-text-weight: 400;
  --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;
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-enabled-select-arrow-color: #44474e;
  --mat-form-field-error-focus-trailing-icon-color: #ba1a1a;
  --mat-form-field-error-hover-trailing-icon-color: #93000a;
  --mat-form-field-error-text-color: #ba1a1a;
  --mat-form-field-error-trailing-icon-color: #ba1a1a;
  --mat-form-field-filled-active-indicator-color: #44474e;
  --mat-form-field-filled-caret-color: #005cbb;
  --mat-form-field-filled-container-color: #e0e2ec;
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, #1a1b1f 4%, transparent);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-filled-error-active-indicator-color: #ba1a1a;
  --mat-form-field-filled-error-caret-color: #ba1a1a;
  --mat-form-field-filled-error-focus-active-indicator-color: #ba1a1a;
  --mat-form-field-filled-error-focus-label-text-color: #ba1a1a;
  --mat-form-field-filled-error-hover-active-indicator-color: #93000a;
  --mat-form-field-filled-error-hover-label-text-color: #93000a;
  --mat-form-field-filled-error-label-text-color: #ba1a1a;
  --mat-form-field-filled-focus-active-indicator-color: #005cbb;
  --mat-form-field-filled-focus-label-text-color: #005cbb;
  --mat-form-field-filled-hover-active-indicator-color: #1a1b1f;
  --mat-form-field-filled-hover-label-text-color: #44474e;
  --mat-form-field-filled-input-text-color: #1a1b1f;
  --mat-form-field-filled-input-text-placeholder-color: #44474e;
  --mat-form-field-filled-label-text-color: #44474e;
  --mat-form-field-focus-select-arrow-color: #005cbb;
  --mat-form-field-focus-state-layer-opacity: 0;
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-leading-icon-color: #44474e;
  --mat-form-field-outlined-caret-color: #005cbb;
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-form-field-outlined-error-caret-color: #ba1a1a;
  --mat-form-field-outlined-error-focus-label-text-color: #ba1a1a;
  --mat-form-field-outlined-error-focus-outline-color: #ba1a1a;
  --mat-form-field-outlined-error-hover-label-text-color: #93000a;
  --mat-form-field-outlined-error-hover-outline-color: #93000a;
  --mat-form-field-outlined-error-label-text-color: #ba1a1a;
  --mat-form-field-outlined-error-outline-color: #ba1a1a;
  --mat-form-field-outlined-focus-label-text-color: #005cbb;
  --mat-form-field-outlined-focus-outline-color: #005cbb;
  --mat-form-field-outlined-hover-label-text-color: #1a1b1f;
  --mat-form-field-outlined-hover-outline-color: #1a1b1f;
  --mat-form-field-outlined-input-text-color: #1a1b1f;
  --mat-form-field-outlined-input-text-placeholder-color: #44474e;
  --mat-form-field-outlined-label-text-color: #44474e;
  --mat-form-field-outlined-outline-color: #74777f;
  --mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-select-option-text-color: #1a1b1f;
  --mat-form-field-state-layer-color: #1a1b1f;
  --mat-form-field-trailing-icon-color: #44474e;
  --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;
  --mat-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 1.5rem;
  --mat-form-field-container-text-size: 1rem;
  --mat-form-field-container-text-tracking: 0.031rem;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 1rem;
  --mat-form-field-subscript-text-size: 0.75rem;
  --mat-form-field-subscript-text-tracking: 0.025rem;
  --mat-form-field-subscript-text-weight: 400;
  --mat-form-field-outlined-label-text-font: Roboto, sans-serif;
  --mat-form-field-outlined-label-text-size: 1rem;
  --mat-form-field-outlined-label-text-tracking: 0.031rem;
  --mat-form-field-outlined-label-text-weight: 400;
  --mat-form-field-filled-label-text-font: Roboto, sans-serif;
  --mat-form-field-filled-label-text-size: 1rem;
  --mat-form-field-filled-label-text-tracking: 0.031rem;
  --mat-form-field-filled-label-text-weight: 400;
  --mat-select-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-select-panel-background-color: #efedf0;
  --mat-select-enabled-trigger-text-color: #1a1b1f;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-select-placeholder-text-color: #44474e;
  --mat-select-enabled-arrow-color: #44474e;
  --mat-select-disabled-arrow-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-select-focused-arrow-color: #005cbb;
  --mat-select-invalid-arrow-color: #ba1a1a;
  --mat-select-arrow-transform: translateY(-8px);
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 1.5rem;
  --mat-select-trigger-text-size: 1rem;
  --mat-select-trigger-text-tracking: 0.031rem;
  --mat-select-trigger-text-weight: 400;
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-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-autocomplete-background-color: #efedf0;
  --mat-dialog-actions-alignment: flex-end;
  --mat-dialog-actions-padding: 16px 24px;
  --mat-dialog-container-elevation-shadow: none;
  --mat-dialog-container-max-width: 560px;
  --mat-dialog-container-min-width: 280px;
  --mat-dialog-container-shape: 28px;
  --mat-dialog-container-small-max-width: calc(100vw - 32px);
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 6px 24px 13px;
  --mat-dialog-with-actions-content-padding: 20px 24px 0;
  --mat-dialog-container-color: #faf9fd;
  --mat-dialog-subhead-color: #1a1b1f;
  --mat-dialog-supporting-text-color: #44474e;
  --mat-dialog-subhead-font: Roboto, sans-serif;
  --mat-dialog-subhead-line-height: 2rem;
  --mat-dialog-subhead-size: 1.5rem;
  --mat-dialog-subhead-tracking: 0;
  --mat-dialog-subhead-weight: 400;
  --mat-dialog-supporting-text-font: Roboto, sans-serif;
  --mat-dialog-supporting-text-line-height: 1.25rem;
  --mat-dialog-supporting-text-size: 0.875rem;
  --mat-dialog-supporting-text-tracking: 0.016rem;
  --mat-dialog-supporting-text-weight: 400;
  --mat-chip-container-shape-radius: 8px;
  --mat-chip-disabled-container-opacity: 1;
  --mat-chip-elevated-container-color: transparent;
  --mat-chip-flat-selected-outline-width: 0;
  --mat-chip-outline-width: 1px;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-opacity: 1;
  --mat-chip-with-avatar-avatar-shape-radius: 24px;
  --mat-chip-with-avatar-avatar-size: 24px;
  --mat-chip-with-avatar-disabled-avatar-opacity: 0.38;
  --mat-chip-with-icon-disabled-icon-opacity: 0.38;
  --mat-chip-with-icon-icon-size: 18px;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 0.38;
  --mat-chip-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-chip-disabled-outline-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-chip-elevated-selected-container-color: #dae2f9;
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-chip-focus-outline-color: #44474e;
  --mat-chip-focus-state-layer-color: #44474e;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: #44474e;
  --mat-chip-hover-state-layer-opacity: 0.08;
  --mat-chip-label-text-color: #44474e;
  --mat-chip-outline-color: #74777f;
  --mat-chip-selected-disabled-trailing-icon-color: #1a1b1f;
  --mat-chip-selected-focus-state-layer-color: #3e4759;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: #3e4759;
  --mat-chip-selected-hover-state-layer-opacity: 0.08;
  --mat-chip-selected-label-text-color: #3e4759;
  --mat-chip-selected-trailing-action-state-layer-color: #3e4759;
  --mat-chip-selected-trailing-icon-color: #3e4759;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0.12;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0.08;
  --mat-chip-trailing-action-state-layer-color: #44474e;
  --mat-chip-with-icon-disabled-icon-color: #1a1b1f;
  --mat-chip-with-icon-icon-color: #44474e;
  --mat-chip-with-icon-selected-icon-color: #3e4759;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #1a1b1f;
  --mat-chip-with-trailing-icon-trailing-icon-color: #44474e;
  --mat-chip-container-height: 32px;
  --mat-chip-label-text-font: Roboto, sans-serif;
  --mat-chip-label-text-line-height: 1.25rem;
  --mat-chip-label-text-size: 0.875rem;
  --mat-chip-label-text-tracking: 0.006rem;
  --mat-chip-label-text-weight: 500;
  --mat-slide-toggle-disabled-selected-handle-opacity: 1;
  --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-width: 2px;
  --mat-slide-toggle-handle-shape: 9999px;
  --mat-slide-toggle-hidden-track-opacity: 0;
  --mat-slide-toggle-hidden-track-transition: opacity 75ms;
  --mat-slide-toggle-pressed-handle-size: 28px;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0 24px;
  --mat-slide-toggle-selected-handle-size: 24px;
  --mat-slide-toggle-selected-icon-size: 16px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0 22px;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 2px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0 24px;
  --mat-slide-toggle-state-layer-size: 40px;
  --mat-slide-toggle-track-height: 32px;
  --mat-slide-toggle-track-outline-width: 2px;
  --mat-slide-toggle-track-shape: 9999px;
  --mat-slide-toggle-track-width: 52px;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0 8px;
  --mat-slide-toggle-unselected-handle-size: 16px;
  --mat-slide-toggle-unselected-icon-size: 16px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0 2px;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0 4px;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: opacity 75ms;
  --mat-slide-toggle-with-icon-handle-size: 24px;
  --mat-slide-toggle-touch-target-size: 48px;
  --mat-slide-toggle-disabled-label-text-color: #1a1b1f;
  --mat-slide-toggle-disabled-selected-handle-color: #faf9fd;
  --mat-slide-toggle-disabled-selected-icon-color: #1a1b1f;
  --mat-slide-toggle-disabled-selected-track-color: #1a1b1f;
  --mat-slide-toggle-disabled-unselected-handle-color: #1a1b1f;
  --mat-slide-toggle-disabled-unselected-icon-color: #e0e2ec;
  --mat-slide-toggle-disabled-unselected-track-color: #e0e2ec;
  --mat-slide-toggle-disabled-unselected-track-outline-color: #1a1b1f;
  --mat-slide-toggle-label-text-color: #1a1b1f;
  --mat-slide-toggle-selected-focus-handle-color: #d7e3ff;
  --mat-slide-toggle-selected-focus-state-layer-color: #005cbb;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-focus-track-color: #005cbb;
  --mat-slide-toggle-selected-handle-color: #ffffff;
  --mat-slide-toggle-selected-hover-handle-color: #d7e3ff;
  --mat-slide-toggle-selected-hover-state-layer-color: #005cbb;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-selected-hover-track-color: #005cbb;
  --mat-slide-toggle-selected-icon-color: #00458f;
  --mat-slide-toggle-selected-pressed-handle-color: #d7e3ff;
  --mat-slide-toggle-selected-pressed-state-layer-color: #005cbb;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-pressed-track-color: #005cbb;
  --mat-slide-toggle-selected-track-color: #005cbb;
  --mat-slide-toggle-track-outline-color: #74777f;
  --mat-slide-toggle-unselected-focus-handle-color: #44474e;
  --mat-slide-toggle-unselected-focus-state-layer-color: #1a1b1f;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-focus-track-color: #e0e2ec;
  --mat-slide-toggle-unselected-handle-color: #74777f;
  --mat-slide-toggle-unselected-hover-handle-color: #44474e;
  --mat-slide-toggle-unselected-hover-state-layer-color: #1a1b1f;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-unselected-hover-track-color: #e0e2ec;
  --mat-slide-toggle-unselected-icon-color: #e0e2ec;
  --mat-slide-toggle-unselected-pressed-handle-color: #44474e;
  --mat-slide-toggle-unselected-pressed-state-layer-color: #1a1b1f;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-pressed-track-color: #e0e2ec;
  --mat-slide-toggle-unselected-track-color: #e0e2ec;
  --mat-slide-toggle-touch-target-display: block;
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 1.25rem;
  --mat-slide-toggle-label-text-size: 0.875rem;
  --mat-slide-toggle-label-text-tracking: 0.016rem;
  --mat-slide-toggle-label-text-weight: 400;
  --mat-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-disabled-selected-icon-opacity: 0.38;
  --mat-radio-touch-target-size: 48px;
  --mat-radio-checked-ripple-color: #005cbb;
  --mat-radio-disabled-label-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-radio-disabled-selected-icon-color: #1a1b1f;
  --mat-radio-disabled-unselected-icon-color: #1a1b1f;
  --mat-radio-label-text-color: #1a1b1f;
  --mat-radio-ripple-color: #1a1b1f;
  --mat-radio-selected-focus-icon-color: #005cbb;
  --mat-radio-selected-hover-icon-color: #005cbb;
  --mat-radio-selected-icon-color: #005cbb;
  --mat-radio-selected-pressed-icon-color: #005cbb;
  --mat-radio-unselected-focus-icon-color: #1a1b1f;
  --mat-radio-unselected-hover-icon-color: #1a1b1f;
  --mat-radio-unselected-icon-color: #44474e;
  --mat-radio-unselected-pressed-icon-color: #1a1b1f;
  --mat-radio-touch-target-display: block;
  --mat-radio-state-layer-size: 40px;
  --mat-radio-label-text-font: Roboto, sans-serif;
  --mat-radio-label-text-line-height: 1.25rem;
  --mat-radio-label-text-size: 0.875rem;
  --mat-radio-label-text-tracking: 0.016rem;
  --mat-radio-label-text-weight: 400;
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-value-indicator-padding: 0;
  --mat-slider-value-indicator-width: 28px;
  --mat-slider-value-indicator-height: 28px;
  --mat-slider-value-indicator-caret-display: none;
  --mat-slider-value-indicator-border-radius: 50% 50% 50% 0;
  --mat-slider-value-indicator-text-transform: rotate(45deg);
  --mat-slider-value-indicator-container-transform: translateX(-50%) rotate(-45deg);
  --mat-slider-active-track-height: 4px;
  --mat-slider-handle-height: 20px;
  --mat-slider-handle-width: 20px;
  --mat-slider-inactive-track-height: 4px;
  --mat-slider-with-overlap-handle-outline-width: 1px;
  --mat-slider-with-tick-marks-active-container-opacity: 0.38;
  --mat-slider-with-tick-marks-container-size: 2px;
  --mat-slider-with-tick-marks-inactive-container-opacity: 0.38;
  --mat-slider-active-track-color: #005cbb;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-disabled-active-track-color: #1a1b1f;
  --mat-slider-disabled-handle-color: #1a1b1f;
  --mat-slider-disabled-inactive-track-color: #1a1b1f;
  --mat-slider-focus-handle-color: #005cbb;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #005cbb 20%, transparent);
  --mat-slider-handle-color: #005cbb;
  --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-shape: 9999px;
  --mat-slider-hover-handle-color: #005cbb;
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #005cbb 5%, transparent);
  --mat-slider-inactive-track-color: #e0e2ec;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-label-container-color: #005cbb;
  --mat-slider-label-label-text-color: #ffffff;
  --mat-slider-ripple-color: #005cbb;
  --mat-slider-with-overlap-handle-outline-color: #ffffff;
  --mat-slider-with-tick-marks-active-container-color: #ffffff;
  --mat-slider-with-tick-marks-container-shape: 9999px;
  --mat-slider-with-tick-marks-disabled-container-color: #1a1b1f;
  --mat-slider-with-tick-marks-inactive-container-color: #44474e;
  --mat-slider-label-label-text-font: Roboto, sans-serif;
  --mat-slider-label-label-text-line-height: 1rem;
  --mat-slider-label-label-text-size: 0.75rem;
  --mat-slider-label-label-text-tracking: 0.031rem;
  --mat-slider-label-label-text-weight: 500;
  --mat-menu-divider-bottom-spacing: 8px;
  --mat-menu-divider-top-spacing: 8px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-spacing: 12px;
  --mat-menu-item-leading-spacing: 12px;
  --mat-menu-item-trailing-spacing: 12px;
  --mat-menu-item-with-icon-leading-spacing: 12px;
  --mat-menu-item-with-icon-trailing-spacing: 12px;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-color: #e0e2ec;
  --mat-menu-item-label-text-color: #1a1b1f;
  --mat-menu-item-icon-color: #44474e;
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-menu-container-color: #efedf0;
  --mat-menu-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-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-line-height: 1.25rem;
  --mat-menu-item-label-text-size: 0.875rem;
  --mat-menu-item-label-text-tracking: 0.006rem;
  --mat-menu-item-label-text-weight: 500;
  --mat-list-active-indicator-color: #dae2f9;
  --mat-list-active-indicator-shape: 9999px;
  --mat-list-list-item-container-color: transparent;
  --mat-list-list-item-container-shape: 0;
  --mat-list-list-item-disabled-label-text-color: #1a1b1f;
  --mat-list-list-item-disabled-label-text-opacity: 0.3;
  --mat-list-list-item-disabled-leading-icon-color: #1a1b1f;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-state-layer-color: #1a1b1f;
  --mat-list-list-item-disabled-state-layer-opacity: 0.12;
  --mat-list-list-item-disabled-trailing-icon-color: #1a1b1f;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-list-item-focus-label-text-color: #1a1b1f;
  --mat-list-list-item-focus-state-layer-color: #1a1b1f;
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-list-list-item-hover-label-text-color: #1a1b1f;
  --mat-list-list-item-hover-state-layer-color: #1a1b1f;
  --mat-list-list-item-hover-state-layer-opacity: 0.08;
  --mat-list-list-item-label-text-color: #1a1b1f;
  --mat-list-list-item-leading-avatar-color: #d7e3ff;
  --mat-list-list-item-leading-avatar-shape: 9999px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-leading-icon-color: #44474e;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-selected-trailing-icon-color: #005cbb;
  --mat-list-list-item-supporting-text-color: #44474e;
  --mat-list-list-item-trailing-icon-color: #44474e;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-trailing-supporting-text-color: #44474e;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 16px;
  --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;
  --mat-list-list-item-label-text-font: Roboto, sans-serif;
  --mat-list-list-item-label-text-line-height: 1.5rem;
  --mat-list-list-item-label-text-size: 1rem;
  --mat-list-list-item-label-text-tracking: 0.031rem;
  --mat-list-list-item-label-text-weight: 400;
  --mat-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-supporting-text-line-height: 1.25rem;
  --mat-list-list-item-supporting-text-size: 0.875rem;
  --mat-list-list-item-supporting-text-tracking: 0.016rem;
  --mat-list-list-item-supporting-text-weight: 400;
  --mat-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-trailing-supporting-text-line-height: 1rem;
  --mat-list-list-item-trailing-supporting-text-size: 0.688rem;
  --mat-list-list-item-trailing-supporting-text-tracking: 0.031rem;
  --mat-list-list-item-trailing-supporting-text-weight: 500;
  --mat-paginator-page-size-select-width: 84px;
  --mat-paginator-page-size-select-touch-target-height: 48px;
  --mat-paginator-container-text-color: #1a1b1f;
  --mat-paginator-container-background-color: #faf9fd;
  --mat-paginator-disabled-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-paginator-enabled-icon-color: #44474e;
  --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;
  --mat-paginator-container-text-font: Roboto, sans-serif;
  --mat-paginator-container-text-line-height: 1rem;
  --mat-paginator-container-text-size: 0.75rem;
  --mat-paginator-container-text-tracking: 0.025rem;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 0.75rem;
  --mat-tab-active-indicator-height: 2px;
  --mat-tab-active-indicator-shape: 0;
  --mat-tab-divider-height: 1px;
  --mat-tab-active-focus-indicator-color: #005cbb;
  --mat-tab-active-focus-label-text-color: #1a1b1f;
  --mat-tab-active-hover-indicator-color: #005cbb;
  --mat-tab-active-hover-label-text-color: #1a1b1f;
  --mat-tab-active-indicator-color: #005cbb;
  --mat-tab-active-label-text-color: #1a1b1f;
  --mat-tab-active-ripple-color: #1a1b1f;
  --mat-tab-divider-color: #e0e2ec;
  --mat-tab-inactive-focus-label-text-color: #1a1b1f;
  --mat-tab-inactive-hover-label-text-color: #1a1b1f;
  --mat-tab-inactive-label-text-color: #1a1b1f;
  --mat-tab-inactive-ripple-color: #1a1b1f;
  --mat-tab-pagination-icon-color: #1a1b1f;
  --mat-tab-disabled-ripple-color: #44474e;
  --mat-tab-container-height: 48px;
  --mat-tab-label-text-font: Roboto, sans-serif;
  --mat-tab-label-text-line-height: 1.25rem;
  --mat-tab-label-text-size: 0.875rem;
  --mat-tab-label-text-tracking: 0.006rem;
  --mat-tab-label-text-weight: 500;
  --mat-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-selected-hover-state-layer-opacity: 0.08;
  --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.08;
  --mat-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-touch-target-size: 48px;
  --mat-checkbox-disabled-label-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-checkbox-disabled-selected-checkmark-color: #faf9fd;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-checkbox-label-text-color: #1a1b1f;
  --mat-checkbox-selected-checkmark-color: #ffffff;
  --mat-checkbox-selected-focus-icon-color: #005cbb;
  --mat-checkbox-selected-focus-state-layer-color: #005cbb;
  --mat-checkbox-selected-hover-icon-color: #005cbb;
  --mat-checkbox-selected-hover-state-layer-color: #005cbb;
  --mat-checkbox-selected-icon-color: #005cbb;
  --mat-checkbox-selected-pressed-icon-color: #005cbb;
  --mat-checkbox-selected-pressed-state-layer-color: #1a1b1f;
  --mat-checkbox-unselected-focus-icon-color: #1a1b1f;
  --mat-checkbox-unselected-focus-state-layer-color: #1a1b1f;
  --mat-checkbox-unselected-hover-icon-color: #1a1b1f;
  --mat-checkbox-unselected-hover-state-layer-color: #1a1b1f;
  --mat-checkbox-unselected-icon-color: #44474e;
  --mat-checkbox-unselected-pressed-state-layer-color: #005cbb;
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 40px;
  --mat-checkbox-label-text-font: Roboto, sans-serif;
  --mat-checkbox-label-text-line-height: 1.25rem;
  --mat-checkbox-label-text-size: 0.875rem;
  --mat-checkbox-label-text-tracking: 0.016rem;
  --mat-checkbox-label-text-weight: 400;
  --mat-button-filled-container-shape: 9999px;
  --mat-button-filled-horizontal-padding: 24px;
  --mat-button-filled-icon-offset: -8px;
  --mat-button-filled-icon-spacing: 8px;
  --mat-button-filled-touch-target-size: 48px;
  --mat-button-outlined-container-shape: 9999px;
  --mat-button-outlined-horizontal-padding: 24px;
  --mat-button-outlined-icon-offset: -8px;
  --mat-button-outlined-icon-spacing: 8px;
  --mat-button-outlined-outline-width: 1px;
  --mat-button-outlined-touch-target-size: 48px;
  --mat-button-protected-container-shape: 9999px;
  --mat-button-protected-horizontal-padding: 24px;
  --mat-button-protected-icon-offset: -8px;
  --mat-button-protected-icon-spacing: 8px;
  --mat-button-protected-touch-target-size: 48px;
  --mat-button-text-container-shape: 9999px;
  --mat-button-text-horizontal-padding: 12px;
  --mat-button-text-icon-offset: -4px;
  --mat-button-text-icon-spacing: 8px;
  --mat-button-text-with-icon-horizontal-padding: 16px;
  --mat-button-text-touch-target-size: 48px;
  --mat-button-tonal-container-shape: 9999px;
  --mat-button-tonal-horizontal-padding: 24px;
  --mat-button-tonal-icon-offset: -8px;
  --mat-button-tonal-icon-spacing: 8px;
  --mat-button-tonal-touch-target-size: 48px;
  --mat-button-filled-container-color: #005cbb;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: #44474e;
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.08;
  --mat-button-filled-label-text-color: #ffffff;
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-button-filled-state-layer-color: #ffffff;
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-outlined-disabled-outline-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-outlined-disabled-state-layer-color: #44474e;
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.08;
  --mat-button-outlined-label-text-color: #005cbb;
  --mat-button-outlined-outline-color: #74777f;
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, #005cbb 12%, transparent);
  --mat-button-outlined-state-layer-color: #005cbb;
  --mat-button-protected-container-color: #faf9fd;
  --mat-button-protected-container-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-button-protected-disabled-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --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-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: #44474e;
  --mat-button-protected-focus-container-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-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-hover-state-layer-opacity: 0.08;
  --mat-button-protected-label-text-color: #005cbb;
  --mat-button-protected-pressed-container-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-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, #005cbb 12%, transparent);
  --mat-button-protected-state-layer-color: #005cbb;
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-text-disabled-state-layer-color: #44474e;
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.08;
  --mat-button-text-label-text-color: #005cbb;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, #005cbb 12%, transparent);
  --mat-button-text-state-layer-color: #005cbb;
  --mat-button-tonal-container-color: #dae2f9;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: #44474e;
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.08;
  --mat-button-tonal-label-text-color: #3e4759;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #3e4759 12%, transparent);
  --mat-button-tonal-state-layer-color: #3e4759;
  --mat-button-filled-touch-target-display: block;
  --mat-button-filled-container-height: 40px;
  --mat-button-outlined-container-height: 40px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-touch-target-display: block;
  --mat-button-protected-container-height: 40px;
  --mat-button-text-touch-target-display: block;
  --mat-button-text-container-height: 40px;
  --mat-button-tonal-container-height: 40px;
  --mat-button-tonal-touch-target-display: block;
  --mat-button-filled-label-text-font: Roboto, sans-serif;
  --mat-button-filled-label-text-size: 0.875rem;
  --mat-button-filled-label-text-tracking: 0.006rem;
  --mat-button-filled-label-text-weight: 500;
  --mat-button-outlined-label-text-font: Roboto, sans-serif;
  --mat-button-outlined-label-text-size: 0.875rem;
  --mat-button-outlined-label-text-tracking: 0.006rem;
  --mat-button-outlined-label-text-weight: 500;
  --mat-button-protected-label-text-font: Roboto, sans-serif;
  --mat-button-protected-label-text-size: 0.875rem;
  --mat-button-protected-label-text-tracking: 0.006rem;
  --mat-button-protected-label-text-weight: 500;
  --mat-button-text-label-text-font: Roboto, sans-serif;
  --mat-button-text-label-text-size: 0.875rem;
  --mat-button-text-label-text-tracking: 0.006rem;
  --mat-button-text-label-text-weight: 500;
  --mat-button-tonal-label-text-font: Roboto, sans-serif;
  --mat-button-tonal-label-text-size: 0.875rem;
  --mat-button-tonal-label-text-tracking: 0.006rem;
  --mat-button-tonal-label-text-weight: 500;
  --mat-icon-button-icon-size: 24px;
  --mat-icon-button-container-shape: 9999px;
  --mat-icon-button-touch-target-size: 48px;
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: #44474e;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-icon-color: #44474e;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, #44474e 12%, transparent);
  --mat-icon-button-state-layer-color: #44474e;
  --mat-icon-button-touch-target-display: block;
  --mat-icon-button-state-layer-size: 40px;
  --mat-fab-container-shape: 16px;
  --mat-fab-extended-container-height: 56px;
  --mat-fab-extended-container-shape: 16px;
  --mat-fab-small-container-shape: 12px;
  --mat-fab-touch-target-size: 48px;
  --mat-fab-small-touch-target-size: 48px;
  --mat-fab-container-color: #d7e3ff;
  --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-disabled-state-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --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-focus-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-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: 6;
  --mat-fab-focus-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-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: #00458f;
  --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-hover-state-layer-opacity: 0.08;
  --mat-fab-pressed-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-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, #00458f 12%, transparent);
  --mat-fab-small-container-color: #d7e3ff;
  --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-disabled-state-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-fab-small-focus-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-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: #00458f;
  --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-hover-state-layer-opacity: 0.08;
  --mat-fab-small-pressed-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-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, #00458f 12%, transparent);
  --mat-fab-small-state-layer-color: #00458f;
  --mat-fab-state-layer-color: #00458f;
  --mat-fab-touch-target-display: block;
  --mat-fab-extended-label-text-font: Roboto, sans-serif;
  --mat-fab-extended-label-text-size: 0.875rem;
  --mat-fab-extended-label-text-tracking: 0.006rem;
  --mat-fab-extended-label-text-weight: 500;
  --mat-snack-bar-container-shape: 4px;
  --mat-snack-bar-button-color: #abc7ff;
  --mat-snack-bar-container-color: #2f3033;
  --mat-snack-bar-supporting-text-color: #f2f0f4;
  --mat-snack-bar-supporting-text-font: Roboto, sans-serif;
  --mat-snack-bar-supporting-text-line-height: 1.25rem;
  --mat-snack-bar-supporting-text-size: 0.875rem;
  --mat-snack-bar-supporting-text-weight: 400;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #faf9fd;
  --mat-table-header-headline-color: #1a1b1f;
  --mat-table-row-item-label-text-color: #1a1b1f;
  --mat-table-row-item-outline-color: #74777f;
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mat-table-header-headline-font: Roboto, sans-serif;
  --mat-table-header-headline-line-height: 1.25rem;
  --mat-table-header-headline-size: 0.875rem;
  --mat-table-header-headline-tracking: 0.006rem;
  --mat-table-header-headline-weight: 500;
  --mat-table-row-item-label-text-font: Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 1.25rem;
  --mat-table-row-item-label-text-size: 0.875rem;
  --mat-table-row-item-label-text-tracking: 0.016rem;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-footer-supporting-text-font: Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 1.25rem;
  --mat-table-footer-supporting-text-size: 0.875rem;
  --mat-table-footer-supporting-text-tracking: 0.016rem;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-progress-spinner-size: 48px;
  --mat-progress-spinner-active-indicator-width: 4px;
  --mat-progress-spinner-active-indicator-color: #005cbb;
  --mat-badge-container-offset: -12px 0;
  --mat-badge-container-overlap-offset: -12px;
  --mat-badge-container-padding: 0 4px;
  --mat-badge-container-shape: 9999px;
  --mat-badge-container-size: 16px;
  --mat-badge-large-size-container-offset: -12px 0;
  --mat-badge-large-size-container-overlap-offset: -12px;
  --mat-badge-large-size-container-padding: 0 4px;
  --mat-badge-large-size-container-size: 16px;
  --mat-badge-legacy-container-size: unset;
  --mat-badge-legacy-large-size-container-size: unset;
  --mat-badge-legacy-small-size-container-size: unset;
  --mat-badge-small-size-container-offset: -6px 0;
  --mat-badge-small-size-container-overlap-offset: -6px;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-small-size-container-size: 6px;
  --mat-badge-background-color: #ba1a1a;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, #ba1a1a 38%, transparent);
  --mat-badge-disabled-state-text-color: #ffffff;
  --mat-badge-text-color: #ffffff;
  --mat-badge-large-size-line-height: 16px;
  --mat-badge-large-size-text-size: 0.688rem;
  --mat-badge-line-height: 16px;
  --mat-badge-small-size-line-height: 6px;
  --mat-badge-small-size-text-size: 0;
  --mat-badge-text-font: Roboto, sans-serif;
  --mat-badge-text-size: 0.688rem;
  --mat-badge-text-weight: 500;
  --mat-bottom-sheet-container-shape: 28px;
  --mat-bottom-sheet-container-text-color: #1a1b1f;
  --mat-bottom-sheet-container-background-color: #f4f3f6;
  --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 1.5rem;
  --mat-bottom-sheet-container-text-size: 1rem;
  --mat-bottom-sheet-container-text-tracking: 0.031rem;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-hover-state-layer-opacity: 0.08;
  --mat-button-toggle-shape: 28px;
  --mat-button-toggle-background-color: transparent;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: transparent;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-toggle-divider-color: #74777f;
  --mat-button-toggle-selected-state-background-color: #dae2f9;
  --mat-button-toggle-selected-state-text-color: #3e4759;
  --mat-button-toggle-state-layer-color: #1a1b1f;
  --mat-button-toggle-text-color: #1a1b1f;
  --mat-button-toggle-height: 40px;
  --mat-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-label-text-line-height: 1.25rem;
  --mat-button-toggle-label-text-size: 0.875rem;
  --mat-button-toggle-label-text-tracking: 0.006rem;
  --mat-button-toggle-label-text-weight: 500;
  --mat-datepicker-calendar-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-datepicker-calendar-container-shape: 16px;
  --mat-datepicker-calendar-container-touch-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-datepicker-calendar-container-touch-shape: 28px;
  --mat-datepicker-calendar-body-label-text-color: #1a1b1f;
  --mat-datepicker-calendar-container-background-color: #e9e7eb;
  --mat-datepicker-calendar-container-text-color: #1a1b1f;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: #e0e0ff;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #565e71;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #dae2f9;
  --mat-datepicker-calendar-date-in-range-state-background-color: #d7e3ff;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-preview-state-outline-color: #005cbb;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-calendar-date-selected-state-background-color: #005cbb;
  --mat-datepicker-calendar-date-selected-state-text-color: #ffffff;
  --mat-datepicker-calendar-date-text-color: #1a1b1f;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-calendar-date-today-outline-color: #005cbb;
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #005cbb;
  --mat-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-header-text-color: #44474e;
  --mat-datepicker-calendar-navigation-button-icon-color: #44474e;
  --mat-datepicker-calendar-period-button-icon-color: #44474e;
  --mat-datepicker-calendar-period-button-text-color: #44474e;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-range-input-separator-color: #1a1b1f;
  --mat-datepicker-toggle-active-state-icon-color: #005cbb;
  --mat-datepicker-toggle-icon-color: #44474e;
  --mat-datepicker-calendar-body-label-text-size: 0.875rem;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 0.875rem;
  --mat-datepicker-calendar-header-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 0.875rem;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 0.875rem;
  --mat-divider-width: 1px;
  --mat-divider-color: #c4c6d0;
  --mat-expansion-container-shape: 12px;
  --mat-expansion-header-indicator-display: inline-block;
  --mat-expansion-legacy-header-indicator-display: none;
  --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-actions-divider-color: #74777f;
  --mat-expansion-container-background-color: #faf9fd;
  --mat-expansion-container-text-color: #1a1b1f;
  --mat-expansion-header-description-color: #44474e;
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-expansion-header-indicator-color: #44474e;
  --mat-expansion-header-text-color: #1a1b1f;
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-expansion-container-text-font: Roboto, sans-serif;
  --mat-expansion-container-text-line-height: 1.5rem;
  --mat-expansion-container-text-size: 1rem;
  --mat-expansion-container-text-tracking: 0.031rem;
  --mat-expansion-container-text-weight: 400;
  --mat-expansion-header-text-font: Roboto, sans-serif;
  --mat-expansion-header-text-line-height: 1.5rem;
  --mat-expansion-header-text-size: 1rem;
  --mat-expansion-header-text-tracking: 0.009rem;
  --mat-expansion-header-text-weight: 500;
  --mat-grid-list-tile-header-primary-text-size: 400 1rem / 1.5rem Roboto, sans-serif;
  --mat-grid-list-tile-header-secondary-text-size: 400 0.875rem / 1.25rem Roboto, sans-serif;
  --mat-grid-list-tile-footer-primary-text-size: 400 1rem / 1.5rem Roboto, sans-serif;
  --mat-grid-list-tile-footer-secondary-text-size: 400 0.875rem / 1.25rem Roboto, sans-serif;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 16px;
  --mat-sidenav-container-elevation-shadow: none;
  --mat-sidenav-container-width: 360px;
  --mat-sidenav-container-divider-color: transparent;
  --mat-sidenav-container-background-color: #faf9fd;
  --mat-sidenav-container-text-color: #44474e;
  --mat-sidenav-content-background-color: #faf9fd;
  --mat-sidenav-content-text-color: #1a1b1f;
  --mat-sidenav-scrim-color: color-mix(in srgb, #2d3038 40%, transparent);
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-focus-state-layer-shape: 12px;
  --mat-stepper-header-hover-state-layer-shape: 12px;
  --mat-stepper-container-color: #faf9fd;
  --mat-stepper-header-done-state-icon-background-color: #005cbb;
  --mat-stepper-header-done-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-edit-state-icon-background-color: #005cbb;
  --mat-stepper-header-edit-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-error-state-icon-foreground-color: #ba1a1a;
  --mat-stepper-header-error-state-label-text-color: #ba1a1a;
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-stepper-header-icon-background-color: #44474e;
  --mat-stepper-header-icon-foreground-color: #faf9fd;
  --mat-stepper-header-label-text-color: #44474e;
  --mat-stepper-header-optional-label-text-color: #44474e;
  --mat-stepper-header-selected-state-icon-background-color: #005cbb;
  --mat-stepper-header-selected-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-selected-state-label-text-color: #44474e;
  --mat-stepper-line-color: #74777f;
  --mat-stepper-header-height: 72px;
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 0.875rem;
  --mat-stepper-header-label-text-weight: 500;
  --mat-stepper-header-error-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-weight: 500;
  --mat-stepper-header-height: 72px;
  --mat-sort-arrow-color: #1a1b1f;
  --mat-toolbar-container-background-color: #faf9fd;
  --mat-toolbar-container-text-color: #1a1b1f;
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 1.75rem;
  --mat-toolbar-title-text-size: 1.375rem;
  --mat-toolbar-title-text-tracking: 0;
  --mat-toolbar-title-text-weight: 400;
  --mat-tree-container-background-color: #faf9fd;
  --mat-tree-node-text-color: #1a1b1f;
  --mat-tree-node-min-height: 48px;
  --mat-tree-node-text-font: Roboto, sans-serif;
  --mat-tree-node-text-size: 1rem;
  --mat-tree-node-text-weight: 400;
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-background-color: #efedf0;
  --mat-timepicker-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);
}
html,
body {
  height: 100%;
}

/* src/styles/theme.sass */
:root,
:root[theme=light-theme] {
  --font: "Inter", sans-serif;
  --text-color: #111827;
  --text-done: #417607;
  --text-done-bg: #d7f7c0;
  --text-pending: #e1c020;
  --text-pending-bg: #f9fce4;
  --text-overdue: #e53935;
  --text-overdue-bg: #fce4e4;
  --them-text: #8E7692;
  --them-dark: #572E54;
  --them-light: #CEB2BD;
  --them-bg: #E2D2C8;
  --primary: #dc2626;
  --secoundary: #8E7692;
  --highlight-color: #3a001e;
  --light-color: #def0f8;
  --btn-bg: #ff6d5a;
  --icon-button: #ff6d5a;
  --action-btn: #ff6d5a;
  --text-grey: rgb(75 85 99);
  --text-extralight: #f9f9f9;
  --text-light: #fff;
  --text-dark: #3a001e;
  --paragraph: #142130;
  --form-label: #545050;
  --input-light: #f9f8f8;
  --bg-them: #dc2626;
  --bg-color: #fff;
  --bg-extralight: #d7d7d7;
  --bg-grey: #2c2b2b;
  --bg-light: #ffffff;
  --toast-bg: #FBFBFB;
  --dashboard-bg: #ebf1f3;
  --light-green: #28a745;
  --card-bg: #2d2d2d;
  --color-black: hsl(214, 21%, 6%);
  --tab-light: rgba(255,255,255,0.6);
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --cubic-in: cubic-bezier(0.51, 0.03, 0.64, 0.28);
  --cubic-out: cubic-bezier(0.33, 0.85, 0.56, 1.02);
  --transition-1: 0.15s ease;
  --transition-2: 0.35s ease;
  --bg-grey: #071330;
  --bg-dark: #fff;
  --accent: #a70000;
  --error: #f44336;
  --warning: #ff9800;
  --info: #7c21f3;
  --success: #4caf50;
  --color: #000;
  --color-white: #fff;
  --color-black: #000;
  --color-grey: #808080;
  --color-light: #f5f5f5;
  --color-dark: #333;
  --font-md: clamp(1rem, 1.7vw, 1.5rem);
  --font-lg: clamp(1.25rem, 2.5vw, 2rem);
  --font-xl: clamp(1.5rem, 3vw, 2.5rem);
  --font-xxl: clamp(2rem, 4vw, 3rem);
  --font-sm: clamp(0.875rem, 1.5vw, 1rem);
  --font-xs: clamp(0.75rem, 1vw, 0.875rem);
  --font-xxs: clamp(0.625rem, 0.75vw, 0.75rem);
  --them-gradient:
    linear-gradient(
      to right,
      #f44336,
      #E57373);
}
:root[theme=dark-theme] {
  --bg-grey: rgb(17, 20, 23);
  --bg-dark: rgb(17, 20, 23);
  --bg-color: #06080A;
  --text-color: #fff;
  --primary-color: #90caf9;
  --shadow-medium: 0 0 10px 2px rgba(255, 255, 255, 0.3);
}
:root[theme=high-contrast-theme] {
  --bg-color: black;
  --text-color: yellow;
}

/* src/styles/direction.sass */
body[dir=rtl] {
  direction: rtl !important;
  text-align: right !important;
}
body[dir=ltr] {
  direction: ltr !important;
  text-align: left !important;
}

/* src/styles/responsive.sass */
:root,
:root[responsive=phone] {
  --page-padding: 10px;
  --nav-height: 5rem;
  --sidebar-width: 0px;
  --sidebar-expanded-width: 250px;
  --navbar-height: 3rem;
  --bannerheader-size: clamp(2rem, 2.5vw, 3.5rem);
  --heading-size: clamp(2rem, 3vw, 2.5rem);
  --heading-xm: clamp(1.2rem, 2vw, 1.5rem);
  --subheading-size: 1rem;
  --text-fontsize: 3rem;
  --small-fontsize: 1rem;
}
:root[responsive=tablet] {
  --page-padding: 10px;
  --nav-height: 5rem;
  --sidebar-width: 0px;
  --sidebar-expanded-width: 250px;
  --navbar-height: 3rem;
  --subheading-size: 1rem;
  --text-fontsize: 3rem;
  --small-fontsize: 1rem;
}
:root[responsive=laptop] {
  --page-padding: 10px;
  --nav-height: 5rem;
  --sidebar-width: 68px;
  --sidebar-expanded-width: 224px;
  --navbar-height: 3.5rem;
  --subheading-size: 1.2rem;
  --text-fontsize: 3rem;
  --small-fontsize: 1rem;
}
:root[responsive=desktop] {
  --page-padding: 10px;
  --nav-height: 5rem;
  --sidebar-width: 68px;
  --sidebar-expanded-width: 224px;
  --navbar-height: 3.5rem;
  --subheading-size: 1.5rem;
  --text-fontsize: 3rem;
  --small-fontsize: 1.2rem;
}
:root[responsive=large] {
  --page-padding: 10px;
  --nav-height: 5rem;
  --sidebar-width: 68px;
  --sidebar-expanded-width: 224px;
  --navbar-height: 4rem;
  --subheading-size: 2rem;
  --text-fontsize: 3rem;
  --small-fontsize: 2rem;
}
:root[responsive=ultrawide] {
  --page-padding: 10px;
  --nav-height: 5rem;
  --sidebar-width: 68px;
  --sidebar-expanded-width: 224px;
  --navbar-height: 3rem;
  --subheading-size: 2.2rem;
  --text-fontsize: 3rem;
  --small-fontsize: 2rem;
}
:root[responsive=extra-ultrawide] {
  --page-padding: 10px;
  --nav-height: 6rem;
  --sidebar-width: 68px;
  --sidebar-expanded-width: 224px;
  --navbar-height: 3.5rem;
  --subheading-size: 2.3rem;
  --text-fontsize: 3rem;
  --small-fontsize: 3rem;
}

/* src/styles/styles.sass */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: var(--font);
  outline: none;
}
app-root {
  width: 100%;
  height: 100%;
}
blockquote {
  padding: 1rem;
  margin: 1rem 0;
  background-color: #f8f9fa;
  border-left: 4px solid #007bff;
  font-style: italic;
  color: #555;
}
code {
  background-color: #f1f1f1;
  padding: 0.2rem 0.4rem;
  border-radius: 0.25rem;
  font-family:
    Consolas,
    Monaco,
    "Courier New",
    monospace;
}
html,
body {
  display: grid;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  margin: 0;
  place-items: center;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  background-color: var(--bg-color);
  color: var(--text-color);
  line-height: 1.6;
}
body {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  font-weight: 600;
  background-color: var(--bg-color);
  color: var(--text-color);
}
.container {
  width: 100%;
  display: grid;
  height: 100vh;
}
::-webkit-scrollbar-thumb {
  background:
    linear-gradient(
      13deg,
      var(--bg-color1) 14%,
      var(--bg-color1) 64%);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background:
    linear-gradient(
      13deg,
      #c7ceff 14%,
      #f9d4ff 64%);
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 7px 10px 12px #f0f0f0;
}
.menu-container {
  scrollbar-width: none;
}
.table-wrapper ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  display: none;
}
.table-wrapper ::-webkit-scrollbar-thumb {
  background:
    linear-gradient(
      13deg,
      var(--bg-color1) 14%,
      var(--bg-color1) 64%);
  border-radius: 10px;
}
.table-wrapper ::-webkit-scrollbar-thumb:hover {
  background:
    linear-gradient(
      13deg,
      #c7ceff 14%,
      #f9d4ff 64%);
}
.table-wrapper ::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 7px 10px 12px #f0f0f0;
}
p {
  font-size: clamp(1.2rem, 1.5vw, 2rem);
}
a {
  text-decoration: none;
  cursor: pointer;
}
ul li,
ol li {
  margin: 0px;
}
ul,
ol {
  padding-left: 20px;
  list-style-type: none;
}
li {
  margin-bottom: 10px;
}
.menu-inner {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
h1 {
  font-size: 2rem;
  font-weight: 700;
}
h2 {
  font-size: 1.75rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1rem;
  font-weight: 500;
}
h6 {
  font-size: 0.875rem;
}
.heading-xl {
  font-family: inherit;
  font-size: clamp(2.648rem, 6vw, 4.241rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
}
.heading-lg {
  font-family: inherit;
  font-size: var(--bannerheader-size);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
}
.heading-md {
  font-family: inherit;
  font-size: clamp(1.794rem, 4vw, 2.379rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -1px;
}
.heading-sm {
  font-family: inherit;
  font-size: var(--font-sm);
  font-weight: 600;
  line-height: 1.5;
}
.heading-xs {
  font-family: inherit;
  font-size: var(--heading-xm);
  font-weight: 500;
  line-height: 1.5;
}
.paragraph {
  font-family: inherit;
  font-size: var(--subheading-size);
  text-wrap: balance;
  font-weight: 100;
  color: var(--paragraph);
}
.paragraph-sm {
  font-size: var(--small-fontsize);
  font-weight: 600;
}
.paragraph-md {
  font-size: clamp(1rem, 2vw, 3rem);
  font-weight: 600;
}
.font-sm {
  font-size: var(--font-sm);
}
.font-md {
  font-size: var(--font-md);
}
.font-lg {
  font-size: var(--font-lg);
}
.font-xl {
  font-size: var(--font-xl);
}
.font-xxl {
  font-size: var(--font-xxl);
}
.m-0 {
  margin: 0;
}
.m-sm {
  margin: 0.5rem;
}
.m-md {
  margin: 0.75rem;
}
.m-lg {
  margin: 1rem !important;
}
.m-xlg {
  margin: 1.5rem;
}
.m-xxlg {
  margin: 2rem;
}
.mb-sm {
  margin-block: 0.5rem;
}
.mb-md {
  margin-block: 2rem;
}
.mb-lg {
  margin-block: 2.5rem;
}
.margin-center {
  margin: 30px 90px 20px;
}
.margin-auto {
  margin-inline: 10%;
}
.p-0 {
  padding: 0;
}
.p-sm {
  padding: 0.25rem;
}
.p-md {
  padding: 0.5rem;
}
.p-lg {
  padding: 0.75rem;
}
.p-xlg {
  padding: 1.5rem;
}
.p-xxlg {
  padding: 2rem;
}
.con-pad-block {
  padding-block: 5%;
}
.con-pad-top {
  padding-block-start: 5%;
}
.pb-sm {
  padding-block: 0.5rem;
}
.pb-md {
  padding-block: 2rem;
}
.pb-lg {
  padding-block: 2.5rem;
}
.pb-xlg {
  padding-block-start: 7rem;
}
.pd-in-xs {
  padding-inline: 0.5rem;
}
.pd-in-sm {
  padding-inline: 1rem;
}
.pd-in-md {
  padding-inline: 2rem;
}
.pd-in-lg {
  padding-inline: 2.5rem;
}
.toggle-group {
  border: 0px !important;
}
.toggle-group .mat-button-toggle {
  border: 0px !important;
}
.toggle-group button {
  box-shadow: none;
  padding: 0;
  border-radius: 100%;
}
.toggle-group button:hover {
  box-shadow: none !important;
  transform: translateY(0px) !important;
  background: transparent;
  text-decoration: none;
  border-radius: 100%;
}
.toggle-group button:active {
  box-shadow: none !important;
  transform: translateY(-1px) !important;
  border-radius: 100%;
}
img {
  width: 100%;
  max-width: 100%;
  height: -webkit-fill-available;
  display: block;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
}
.round-img {
  width: 35px;
  height: 35px;
  border-radius: 100px;
}
.image-adjust {
  height: 100px;
  object-fit: cover;
  width: 100%;
}
.flex {
  display: flex;
}
.flex-res {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.phone .flex-between {
  flex-wrap: wrap;
}
.flex-evenly {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.flex-end {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
}
.flex-column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.flex-inline {
  display: inline-flex;
  gap: 1rem;
  align-items: baseline;
}
.flex-stretch {
  display: flex;
  justify-content: stretch;
}
.flex-start {
  display: flex;
  justify-content: start;
  align-items: center;
}
.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.flex-gap0 {
  gap: 0rem;
}
.flex-gap1 {
  display: flex;
  gap: 1rem;
}
.flex-gap2 {
  display: flex;
  gap: 2rem;
}
.flex-gap-y {
  display: flex;
  row-gap: 1rem;
}
.grid-gap1 {
  display: grid;
  gap: 1rem;
}
.grid-gap2 {
  display: grid;
  gap: 2rem;
}
.grid-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.phone .grid-two,
.tablet .grid-two {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.grid-two-sec {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.phone .grid-two-sec {
  grid-template-columns: repeat(1, 1fr);
}
.tablet .grid-two-sec {
  grid-template-columns: repeat(2, 1fr);
}
.grid-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.phone .grid-three {
  grid-template-columns: repeat(1, 1fr);
}
.tablet .grid-three {
  grid-template-columns: repeat(2, 1fr);
}
.grid-four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.phone .grid-four {
  grid-template-columns: repeat(1, 1fr);
}
.tablet .grid-four {
  grid-template-columns: repeat(2, 1fr);
}
.grid-five {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
.tablet .grid-five {
  grid-template-columns: repeat(3, 1fr);
}
.phone .grid-five {
  grid-template-columns: repeat(1, 1fr);
}
.grid-res {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2rem;
}
.phone .grid-res {
  grid-template-columns: repeat(1, 1fr);
}
.grid-reverse {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
}
.phone .grid-reverse {
  grid-template-columns: repeat(1, 1fr);
}
.grid-first {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1rem;
}
.phone .grid-first {
  grid-template-columns: repeat(1, 1fr);
}
.grid-midThree {
  display: grid;
  grid-template-columns: 0.5fr 3fr 1fr;
  gap: 1rem;
}
.phone .grid-midThree {
  grid-template-columns: repeat(1, 1fr);
}
.grid-midTwo {
  display: grid;
  grid-template-columns: 0.5fr 3fr;
  gap: 1rem;
}
.phone .grid-midTwo {
  grid-template-columns: repeat(1, 1fr);
}
.text-xs {
  font-size: 0.75rem;
}
.text-sm {
  font-size: 0.875rem;
}
.text-md {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.25rem;
}
.text-xl {
  font-size: 1.5rem;
}
.text-2xl {
  font-size: 2rem;
}
.font-light {
  font-weight: 300;
}
.font-regular {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 600;
}
.align-con-cen {
  text-align: center;
  align-content: center;
  align-items: center;
}
.align-con-end {
  align-content: flex-end;
  align-items: flex-end;
}
.align-con-base {
  align-items: baseline;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-end {
  text-align: end;
}
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
}
.br-color {
  border: 1px solid #b027ff;
}
.br-circle {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  align-content: center;
}
.br-flat {
  border-radius: 30px;
  border: 1px solid #ccc;
  padding-inline: 1rem;
}
.br-xlg {
  border-radius: 40px;
}
.br-lg {
  border-radius: 25px;
}
.br-sm {
  border-radius: 15px;
}
.br-xs {
  border-radius: 5px;
}
.status-done {
  color: var(--text-done);
  background-color: var(--text-done-bg) !important;
}
.status-pen {
  color: var(--text-pending);
  background-color: var(--text-pending-bg) !important;
}
.status-overdue {
  color: var(--text-overdue);
  background-color: var(--text-overdue-bg) !important;
}
.tag {
  padding: 2px 10px;
  border-radius: 10px;
  font-size: 0.75rem;
  display: inline-block;
  margin-bottom: 0.3rem;
}
.bg-primary {
  background-color: var(--bg-color);
  color: var(--text-light);
}
.bg-secondary {
  background-color: var(--secoundary);
}
.bg-success {
  background-color: #28a745;
}
.bg-danger {
  background-color: rgb(254, 242, 242);
  color: rgb(220, 38, 38);
}
.bg-warning {
  background-color: #ffc107;
}
.bg-dark {
  background-color: var(--bg-dark);
}
.bg-them {
  background-color: var(--bg-them);
  color: var(--text-light);
}
.bg-light {
  background-color: #fff;
}
.bg-grey {
  background-color: #f8f9fa;
}
.primary {
  color: var(--primary);
}
.accent {
  color: var(--accent);
}
.info {
  color: var(--info);
}
.success {
  color: var(--success);
}
.warning {
  color: var(--warning);
}
.error {
  color: var(--danger);
}
.green {
  color: #20b2aa;
}
.them-gradient {
  background: var(--them-gradient);
}
.them-darkshade {
  background-color: var(--bg-dark);
  color: var(--text-color);
}
.them-lightshade {
  background-color: var(--bg-grey);
  color: var(--text-color);
}
.them-bg {
  background-color: var(--them-bg);
}
.coral {
  background-color: coral;
}
.card-col:nth-child(5n+1) {
  background-color: rgba(221, 214, 255, 0.6901960784);
  color: #9a3bef;
}
.card-col:nth-child(5n+1) .top {
  background-color: #CDC1FF;
}
.card-col:nth-child(5n+2) {
  background-color: rgba(255, 230, 201, 0.75);
  color: #f18200;
}
.card-col:nth-child(5n+2) .top {
  background-color: #FFE6C9;
}
.card-col:nth-child(5n+3) {
  background-color: rgba(255, 207, 207, 0.6705882353);
  color: #d70000;
}
.card-col:nth-child(5n+3) .top {
  background-color: #FFE2E2;
}
.card-col:nth-child(5n+4) {
  background-color: rgba(196, 217, 255, 0.5215686275);
  color: #004fe1;
}
.card-col:nth-child(5n+4) .top {
  background-color: #E8F9FF;
}
.text-light {
  color: var(--text-light);
}
.text-grey {
  color: var(--text-grey);
}
.text-dark {
  color: var(--text-dark);
}
.text-them {
  color: var(--them-text);
}
.icon-bg {
  color: var(--text-light);
}
.icon-bg-dark {
  background: var(--them-bg);
}
.icon-bg-light {
  background: var(--them-dark);
}
.mat-theme-c1 {
  background: #fceaff !important;
  color: #6200ee;
  border: none !important;
}
.mat-theme-light {
  background: var(--them-dark);
  color: var(--text-color);
}
.w-100 {
  width: 100%;
}
.w-75 {
  width: 75%;
}
.phone .w-75 {
  width: 100%;
}
.w-50 {
  width: 50%;
}
.phone .w-50 {
  width: auto;
}
.w-10 {
  width: 10%;
}
.w-15 {
  width: 15%;
}
.w-25 {
  width: 25%;
}
.w-35 {
  width: 35%;
}
.h-15 {
  height: 15%;
}
.h-50 {
  height: 50%;
}
.h-100 {
  height: 100%;
}
.h-auto {
  height: auto;
}
.h-vh-sm {
  height: 25vh;
}
.h-vh-md {
  height: 60vh;
}
.h-vh-lg {
  height: 100vh;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-sm {
  border-radius: 50px;
}
.rounded-full {
  border-radius: 9999px;
}
.text-ul {
  text-decoration: underline;
  padding: 0.5rem;
}
.form-heading::after {
  content: "";
  display: block;
  width: 35px;
  padding-top: 3px;
  border-bottom: 3px solid #f8d273;
}
.title-heading::after {
  content: "";
  display: block;
  width: 35px;
  padding-top: 3px;
  border-bottom: 3px solid #f8d273;
}
.shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.shadow-sm {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.shadow-lg {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.shadow-br {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.center {
  margin: auto;
  max-width: 550px;
  width: 90%;
  padding: 20px;
  border-radius: 5px;
}
.center-sm {
  margin: auto;
  max-width: 450px;
  width: 90%;
  padding: 10px;
}
.center-md {
  margin: auto;
  max-width: 1130px;
  padding: 10px;
}
.m-auto {
  margin: 0 auto;
}
.h-divider {
  margin: auto;
  margin-top: 1rem;
  width: 80%;
  position: relative;
}
.h-divider .shadow-line {
  overflow: hidden;
  height: 10px;
}
.h-divider .shadow-line .shadow-line:after {
  content: "";
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px/12px;
  box-shadow: 0 0 8px black;
}
.span-hightlight {
  color: var(--highlight-color);
}
.them-grey {
  background-color: var(--bg-dark);
  color: var(--text-color);
}
router-outlet + * {
  height: 100%;
  display: flex;
  flex-direction: column;
}
app-page-wrapper,
.page-wrapper {
  height: 100%;
}
app-page-wrapper [loaded],
.page-wrapper [loaded] {
  height: 100%;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  background-color: rgba(229, 231, 235, 0.3490196078);
}
.bg-blur {
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.animate-right {
  animation: slideInRight 0.3s ease-out;
}
.animate-left {
  animation: slideInLeft 0.3s ease-out;
}
.animate-top {
  animation: slideInTop 0.3s ease-out;
}
.animate-bottom {
  animation: slideInBottom 0.3s ease-out;
}
.animate-center {
  animation: fadeInScale 0.3s ease-out;
}
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInTop {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInBottom {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.filter-field div input {
  background: rgba(220, 226, 233, 0.5098039216);
  border: none;
}
::ng-deep .mat-mdc-menu-text:hover {
  background-color: #f5f5f5;
  color: #746a6a;
}
.loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.loader-wheel {
  animation: spin 1s infinite linear;
  border-left: 4px solid #5235a1;
  border-radius: 50%;
  height: 40px;
  margin-bottom: 10px;
  width: 40px;
}
.loader-text::after {
  content: "loading data...";
  display: inline-block;
  margin-left: 10px;
  color: #000;
  animation: load 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    content: "Loading";
  }
  33% {
    content: "Loading.";
  }
  67% {
    content: "Loading..";
  }
  100% {
    content: "Loading...";
  }
}
.row-field .field-wrapper input {
  border: none;
  background: transparent;
  padding: 0 !important;
  padding-block: 0.2rem;
  color: #6200ee;
}
.required-asterisk {
  color: red;
  margin-left: 2px;
}
.mat-mdc-dialog-surface {
  border-radius: 0 !important;
}
.mat-mdc-header-row {
  color: #e50000 !important;
  background-color: #fdeae3 !important;
}
.content-snapshot-bar {
  background-color: #f3f4f6;
  margin-block-end: 1rem;
  align-content: center;
}
.content-snapshot-bar .progress-con {
  align-content: center;
}
.score-text-green {
  color: #22c55e !important;
}
.score-text-red {
  color: #ef4444 !important;
}
.score-text-amber {
  color: #FFC107 !important;
}
.progress-bar-green {
  background-color: #22c55e !important;
}
.progress-bar-red {
  background-color: #ef4444 !important;
}
.progress-bar-lg {
  height: 12px;
  background: #e5e7eb;
  border-radius: 8px;
  margin-top: 4px;
}
.progress-bar-fill {
  height: 100%;
  display: block;
  transition: width 0.3s ease;
  border-radius: 8px;
}
.health-score {
  position: absolute;
  inset: 0;
}
.hero-section {
  margin-top: calc(var(--nav-height) - 1rem);
}
.blurred-backdrop {
  -webkit-backdrop-filter: blur(8px) !important;
  backdrop-filter: blur(8px) !important;
  background: rgba(15, 23, 42, 0.05) !important;
}

/* src/styles/layout.sass */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  margin: 0 auto;
  transition: all 0.35s ease;
  background-color: var(--bg-dark);
  color: var(--text-color);
}
.header.on-scroll {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: var(--shadow-medium);
}
.header .navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-inline: 1rem;
  column-gap: 1.25rem;
  width: 100%;
  height: 4.25rem;
  margin: 0 auto;
}
.header .brand {
  width: 8%;
  height: auto;
}
.header .brand img {
  width: 100%;
}
.header .menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 4rem 0 3rem;
  overflow: hidden;
  background-color: var(--color-black-300);
  box-shadow: var(--shadow-medium);
  transition: all 0.4s ease-in-out;
}
.header .menu.is-active {
  top: 0;
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.631372549);
}
.header .menu-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1.25rem;
}
.header .menu-link {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-white-100);
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.header .menu-block {
  display: inline-block;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-align: center;
  margin-left: auto;
  padding: 0.65rem 1.5rem;
  border-radius: 3rem;
  text-transform: capitalize;
  color: var(--color-white);
  background-color: var(--color-blue-600);
  box-shadow: var(--shadow-medium);
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 48rem) {
  .header .menu {
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    padding: 0rem;
    margin-left: auto;
    background: none;
    box-shadow: none;
  }
  .header .menu-inner {
    display: flex;
    flex-direction: row;
    column-gap: 2rem;
    margin: 0 auto;
  }
  .header .menu-link {
    text-transform: capitalize;
  }
  .header .menu-block {
    margin-left: 2rem;
  }
}
.header .login {
  padding-inline: 1rem;
}
.header .login .log-btn {
  outline: none;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  cursor: pointer;
  margin: 0 0.4rem;
  background-color: var(--icon-bg);
  box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background: var(--button);
}
.phone .header .login .log-btn {
  display: none;
}
.header .burger {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  z-index: 10;
  width: 1.6rem;
  height: 1.15rem;
  border: none;
  outline: none;
  background: none;
  visibility: visible;
  transform: rotate(0deg);
  transition: 0.35s ease;
}
@media only screen and (min-width: 48rem) {
  .header .burger {
    display: none;
    visibility: hidden;
  }
}
.header .burger-line {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  border: none;
  outline: none;
  opacity: 1;
  border-radius: 1rem;
  transform: rotate(0deg);
  background-color: #000;
  transition: 0.25s ease-in-out;
}
.header .burger-line:nth-child(1) {
  top: 0px;
}
.header .burger-line:nth-child(2) {
  top: 0.5rem;
  width: 70%;
}
.header .burger-line:nth-child(3) {
  top: 1rem;
}
.header .burger.is-active .burger-line:nth-child(1) {
  top: 0.5rem;
  transform: rotate(135deg);
}
.header .burger.is-active .burger-line:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.header .burger.is-active .burger-line:nth-child(3) {
  top: 0.5rem;
  transform: rotate(-135deg);
}
footer {
  background-color: var(--bg-grey);
  color: #c9c1c1;
}
footer ul li,
footer ul a {
  margin-block: 10px;
  color: var(--bg-color);
}
footer ul p {
  color: var(--light-color);
}
footer .footer-bottom {
  border-top: 1px solid #ccc;
}
footer .footer-bottom a {
  color: white;
}
.phone footer .footer-top .footer-tab {
  flex-direction: column;
}
footer .footer-top .footer-tab .footer-brand {
  flex: 1;
}
footer .footer-top .footer-tab .footer-top-inner {
  flex: 2;
}
footer .footer-top .footer-tab .footer-top-inner .icon {
  background: transparent;
  border: 1px solid var(--light-color);
}
.banner {
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh;
  align-items: center;
}
.banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.banner-text {
  color: #482A41;
  position: relative;
  gap: 1rem;
  display: flex;
  flex-direction: column;
  padding-inline: 2rem;
}
.phone .banner {
  flex-direction: column;
  height: auto;
}
.phone .banner-image {
  position: relative;
  height: auto;
}
.phone .banner-text {
  padding: 1rem;
}
.tablet .banner {
  height: 30vh;
}
.laptop .banner {
  height: 40vh;
}
.con-heading {
  text-align: center;
}
.con-heading .title {
  position: relative;
  margin-block: 40px;
  padding-bottom: 35px;
  text-transform: uppercase;
  font-weight: 700;
}
.con-heading .title:before {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 15%;
  left: 42.5%;
  height: 1.5px;
  content: "";
  background-color: var(--secoundary);
}
.con-heading .title:after {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  bottom: 0px;
  content: "";
  background-repeat: no-repeat;
  font-weight: 400;
  z-index: 5;
  display: block;
  background-color: var(--text-light);
}
.con-heading .title span {
  color: #5c96ff;
}
.tab {
  align-items: center;
  border-radius: 5px;
  padding: 1rem;
  gap: 1.5rem;
}
.card-round {
  color: var(--text-dark);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 0.2px solid #def0f8;
  padding: 0.4rem;
  border-radius: 100%;
}
.card {
  box-shadow: var(--shadow-medium);
  --tw-text-opacity: 1;
  color: rgb(31, 41, 55, var(--tw-text-opacity, 1));
  background-color: var(--bg-color);
  border-radius: 10px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}
.card-border {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  background-color: var(--bg-color);
}
.box-shadow {
  box-shadow: var(--shadow-large);
}
.icon {
  border-radius: 100px;
  background-color: hsla(0, 0%, 100%, 0.12);
  padding: 0.7rem 1rem;
}
.icon-round {
  border-radius: 100%;
  border-radius: 100%;
  padding: 1rem;
  width: 50px;
  height: 50px;
}
.icon-border {
  color: #3b8f19;
  border-radius: 10px;
  background-color: rgba(96, 241, 60, 0.1);
  padding: 0.2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: fit-content;
}
.icon-highlight {
  border-radius: 10px;
  box-shadow: var(--shadow-large);
}
.custom-icon-round {
  border-radius: 100% !important;
  padding: 0.5rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: var(--text-dark);
  align-items: center;
}
.custom-icon-border {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-icon-highlight {
  border-radius: 10px;
  box-shadow: var(--shadow-large);
}
.tabs {
  width: auto;
  height: 45px;
  padding-inline: 0.8rem;
  display: flex;
  position: relative;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.tabs .categorie-tabs {
  padding: 0 15px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  transition: color 0.35s ease;
}
.tabs .categorie-tabs:hover {
  color: rgb(51, 51, 51);
}
.tabs.tab--active {
  color: rgb(0, 0, 0);
}
.tabs .line {
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background:
    linear-gradient(
      to right,
      #b721ff,
      #21d4fd);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  transition: clip-path 0.35s ease;
}
.log-phone {
  display: none;
}
.phone .log-phone {
  display: flex;
}
.page-content {
  padding: 2rem 2.5rem;
}
.phone .page-content {
  padding: 1rem 1.5rem;
}

/* src/styles/animation.sass */
.duration-1s {
  animation-duration: 1s !important;
}
.duration-2s {
  animation-duration: 2s !important;
}
.duration-3s {
  animation-duration: 3s !important;
}
.duration-5s {
  animation-duration: 5s !important;
}
.iteration-1 {
  animation-iteration-count: 1 !important;
}
.iteration-2 {
  animation-iteration-count: 2 !important;
}
.iteration-3 {
  animation-iteration-count: 3 !important;
}
.iteration-5 {
  animation-iteration-count: 5 !important;
}
.iteration-infinite {
  animation-iteration-count: infinite !important;
}
.timing-ease {
  animation-timing-function: ease !important;
}
.timing-linear {
  animation-timing-function: linear !important;
}
.timing-ease-in {
  animation-timing-function: ease-in !important;
}
.timing-ease-out {
  animation-timing-function: ease-out !important;
}
.timing-ease-in-out {
  animation-timing-function: ease-in-out !important;
}
.timing-step-start {
  animation-timing-function: step-start !important;
}
.timing-step-end {
  animation-timing-function: step-end !important;
}
.timing-steps {
  animation-timing-function: steps(5) !important;
}
.timing-bezier {
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}
.animation-delay-1s {
  animation-delay: 1s !important;
}
.animation-delay-2s {
  animation-delay: 2s !important;
}
.animation-delay-3s {
  animation-delay: 3s !important;
}
.animation-delay-5s {
  animation-delay: 5s !important;
}
.direction-normal {
  animation-direction: normal !important;
}
.direction-reverse {
  animation-direction: reverse !important;
}
.direction-alternate {
  animation-direction: alternate !important;
}
.direction-alternate-reverse {
  animation-direction: alternate-reverse !important;
}
.fill-mode-none {
  animation-fill-mode: none !important;
}
.fill-mode-forwards {
  animation-fill-mode: forwards !important;
}
.fill-mode-backwards {
  animation-fill-mode: backwards !important;
}
.fill-mode-both {
  animation-fill-mode: both !important;
}
.timeline-auto {
  animation-timeline: auto;
}
.timeline-scroll {
  animation-timeline: scroll;
}
.timeline-view {
  animation-timeline: view;
}
@keyframes slideup {
  0% {
    transform: translateY(80px);
  }
  20% {
    transform: translateY(5px);
  }
  30% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-80px);
  }
}
@keyframes slideup-small {
  0% {
    transform: translateY(30px);
  }
  20% {
    transform: translateY(5px);
  }
  30% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes slideup-in {
  0% {
    transform: translateY(50px);
  }
  20% {
    transform: translateY(10px);
  }
  30% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideup-out {
  0% {
    transform: translateY(0px);
  }
  70% {
    transform: translateY(0px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-80px);
  }
}
.slideup {
  transform-origin: center;
  animation: slideup 1s ease-out 1 backwards;
}
.slideup-load.visible,
.slideup-view.visible {
  animation: slideup 1s ease-out 1 backwards;
}
.slideup-hover:hover {
  animation: slideup-small 1s ease-out 1 backwards;
}
.slideup-scroll {
  animation: slideup 1s ease-out 1 backwards;
  animation-timeline: view();
}
.slideup-in,
.slideup-in-hover:hover,
.slideup-in-load.visible,
.slideup-in-view.visible {
  animation: slideup-in 1s ease-out 1 backwards;
}
.slideup-in-scroll {
  animation: slideup-in 1s ease-out 1 backwards;
  animation-timeline: view();
}
.slideup-out,
.slideup-out-hover:hover,
.slideup-out-load.visible,
.slideup-out-view.visible {
  animation: slideup-out 1s ease-out 1 backwards;
}
.slideup-out-scroll {
  animation: slideup-out 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes slidedown {
  0% {
    transform: translateY(-80px);
  }
  20% {
    transform: translateY(-5px);
  }
  30% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(80px);
  }
}
@keyframes slidedown-in-scroll {
  0% {
    transform: translateY(-50px);
  }
  20% {
    transform: translateY(-10px);
  }
  30% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slidedown-in {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slidedown-out {
  from {
    opacity: 1;
    transform: translateY(0px);
  }
  to {
    opacity: 0;
    transform: translateY(80px);
  }
}
@keyframes slidedown-out-scroll {
  0% {
    transform: translateY(0px);
  }
  70% {
    transform: translateY(0px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(80px);
  }
}
.slidedown {
  transform-origin: center;
  animation: slidedown 1s ease-out 1 backwards;
}
.slidedown-load.visible,
.slidedown-hover:hover,
.slidedown-view.visible {
  animation: slidedown 1s ease-out 1 backwards;
}
.slidedown-scroll {
  animation: slidedown 1s ease-out 1 backwards;
  animation-timeline: view();
}
.slidedown-in,
.slidedown-in-hover:hover,
.slidedown-in-load.visible,
.slidedown-in-view.visible {
  animation: slidedown-in 1s ease-out 1 backwards;
}
.slidedown-in-scroll {
  animation: slidedown-in-scroll 1s ease-out 1 backwards;
  animation-timeline: view();
}
.slidedown-out,
.slidedown-out-hover:hover,
.slidedown-out-load.visible,
.slidedown-out-view.visible {
  animation: slidedown-out 1s ease-out 1 forwards;
}
.slidedown-out-scroll {
  animation: slidedown-out-scroll 1s ease-out 1 forwards;
  animation-timeline: view();
}
@keyframes slideleft {
  0% {
    transform: translate(-50px, 0px);
  }
  20% {
    transform: translate(-20px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
  70% {
    transform: translate(0px, 0px);
  }
  80% {
    transform: translate(-20px, 0px);
  }
  100% {
    transform: translate(-50px, 0px);
  }
}
@keyframes slideleft-in-scroll {
  0% {
    transform: translate(-50px, 0px);
  }
  20% {
    transform: translate(-20px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes slideleft-in {
  from {
    opacity: 0;
    transform: translate(-50px, 0px);
  }
  to {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@keyframes slideleft-out {
  from {
    opacity: 1;
    transform: translate(0px, 0px);
  }
  to {
    opacity: 0;
    transform: translate(-50px, 0px);
  }
}
@keyframes slideleft-out-scroll {
  0% {
    transform: translate(0px, 0px);
  }
  70% {
    transform: translate(0px, 0px);
  }
  80% {
    transform: translate(-20px, 0px);
  }
  100% {
    transform: translate(-50px, 0px);
  }
}
.slideleft {
  transform-origin: center;
  animation: slideleft 1s ease-out 1 backwards;
}
.slideleft-load.visible,
.slideleft-hover:hover,
.slideleft-view.visible {
  animation: slideleft 1s ease-out 1 backwards;
}
.slideleft-scroll {
  animation: slideleft 1s ease-out 1 backwards;
  animation-timeline: view();
}
.slideleft-in,
.slideleft-in-hover:hover,
.slideleft-in-load.visible,
.slideleft-in-view.visible {
  animation: slideleft-in 1s ease-out 1 backwards;
}
.slideleft-in-scroll {
  animation: slideleft-in-scroll 1s ease-out 1 backwards;
  animation-timeline: view();
}
.slideleft-out,
.slideleft-out-hover:hover,
.slideleft-out-load.visible,
.slideleft-out-view.visible {
  animation: slideleft-out 1s ease-out 1 forwards;
}
.slideleft-out-scroll {
  animation: slideleft-out-scroll 1s ease-out 1 forwards;
  animation-timeline: view();
}
@keyframes slideright {
  0% {
    transform: translate(50px, 0px);
  }
  20% {
    transform: translate(20px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
  70% {
    transform: translate(0px, 0px);
  }
  80% {
    transform: translate(20px, 0px);
  }
  100% {
    transform: translate(50px, 0px);
  }
}
@keyframes slideright-in-scroll {
  0% {
    transform: translate(50px, 0px);
  }
  20% {
    transform: translate(20px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes slideright-in {
  from {
    opacity: 0;
    transform: translate(50px, 0px);
  }
  to {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@keyframes slideright-out {
  from {
    opacity: 1;
    transform: translate(0px, 0px);
  }
  to {
    opacity: 0;
    transform: translate(50px, 0px);
  }
}
@keyframes slideright-out-scroll {
  0% {
    transform: translate(0px, 0px);
  }
  70% {
    transform: translate(0px, 0px);
  }
  80% {
    transform: translate(20px, 0px);
  }
  100% {
    transform: translate(50px, 0px);
  }
}
.slideright {
  transform-origin: center;
  animation: slideright 1s ease-out 1 backwards;
}
.slideright-load.visible,
.slideright-hover:hover,
.slideright-view.visible {
  animation: slideright 1s ease-out 1 backwards;
}
.slideright-scroll {
  animation: slideright 1s ease-out 1 backwards;
  animation-timeline: view();
}
.slideright-in,
.slideright-in-hover:hover,
.slideright-in-load.visible,
.slideright-in-view.visible {
  animation: slideright-in 1s ease-out 1 backwards;
}
.slideright-in-scroll {
  animation: slideright-in-scroll 1s ease-out 1 backwards;
  animation-timeline: view();
}
.slideright-out,
.slideright-out-hover:hover,
.slideright-out-load.visible,
.slideright-out-view.visible {
  animation: slideright-out 1s ease-out 1 forwards;
}
.slideright-out-scroll {
  animation: slideright-out-scroll 1s ease-out 1 forwards;
  animation-timeline: view();
}
@-webkit-keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  animation: bounce 2s ease-out 1;
}
.bounce-load.visible,
.bounce-hover:hover,
.bounce-view.visible {
  animation: bounce 1s ease-out 1 backwards;
}
@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
  animation: flash 2s ease-out 1 forwards;
}
.flash-load.visible,
.flash-hover:hover,
.flash-view.visible {
  animation: flash 1s ease-out 1 backwards;
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  animation: pulse 1s ease-out 1 backwards;
}
.pulse-load.visible,
.pulse-hover:hover,
.pulse-view.visible {
  animation: pulse 1s ease-out 1 backwards;
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
  animation: shake 1s ease-out 1 backwards;
}
.shake-load.visible,
.shake-hover:hover,
.shake-view.visible {
  animation: shake 1s ease-out 1 backwards;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
  animation: swing 1s ease-out 1 backwards;
}
.swing-load.visible,
.swing-hover:hover,
.swing-view.visible {
  animation: swing 1s ease-out 1 backwards;
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
  animation: tada 1s ease-out 1 backwards;
}
.tada-load.visible,
.tada-hover:hover,
.tada-view.visible {
  animation: tada 1s ease-out 1 backwards;
}
@keyframes wobble {
  0%, 100% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
  animation: wobble 1s ease-out 1 backwards;
}
.wobble-load.visible,
.wobble-hover:hover,
.wobble-view.visible {
  animation: wobble 1s ease-out 1 backwards;
}
@keyframes bouncein {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bouncein {
  -webkit-animation-name: bouncein;
  animation-name: bouncein;
  animation: bouncein 1s ease-out 1 backwards;
}
.bouncein-load.visible,
.bouncein-hover:hover,
.bouncein-view.visible {
  animation: bouncein 1s ease-out 1 backwards;
}
@keyframes bouncein-down {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bouncein-down {
  -webkit-animation-name: bouncein-down;
  animation-name: bouncein-down;
  animation: bouncein-down 1s ease-out 1 backwards;
}
.bouncein-down-load.visible,
.bouncein-down-hover:hover,
.bouncein-down-view.visible {
  animation: bouncein-down 1s ease-out 1 backwards;
}
@keyframes bouncein-left {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bouncein-left {
  -webkit-animation-name: bouncein-left;
  animation-name: bouncein-left;
  animation: bouncein-left 1s ease-out 1 backwards;
}
.bouncein-left-load.visible,
.bouncein-left-hover:hover,
.bouncein-left-view.visible {
  animation: bouncein-left 1s ease-out 1 backwards;
}
@keyframes bouncein-right {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bouncein-right {
  -webkit-animation-name: bouncein-right;
  animation-name: bouncein-right;
  animation: bouncein-right 1s ease-out 1 backwards;
}
.bouncein-right-load.visible,
.bouncein-right-hover:hover,
.bouncein-right-view.visible {
  animation: bouncein-right 1s ease-out 1 backwards;
}
@keyframes bouncein-up {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bouncein-up {
  -webkit-animation-name: bouncein-up;
  animation-name: bouncein-up;
  animation: bouncein-up 1s ease-out 1 backwards;
}
.bouncein-up-load.visible,
.bouncein-up-hover:hover,
.bouncein-up-view.visible {
  animation: bouncein-up 1s ease-out 1 backwards;
}
@keyframes bounceout {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceout {
  -webkit-animation-name: bounceout;
  animation-name: bounceout;
  animation: bounceout 1s ease-out 1 backwards;
}
.bounceout-load.visible,
.bounceout-hover:hover,
.bounceout-view.visible {
  animation: bounceout 1s ease-out 1 backwards;
}
@keyframes bounceout-down {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceout-down {
  -webkit-animation-name: bounceout-down;
  animation-name: bounceout-down;
  animation: bounceout-down 1s ease-out 1 backwards;
}
.bounceout-down-load.visible,
.bounceout-down-hover:hover,
.bounceout-down-view.visible {
  animation: bounceout-down 1s ease-out 1 backwards;
}
@keyframes bounceout-left {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceout-left {
  -webkit-animation-name: bounceout-left;
  animation-name: bounceout-left;
  animation: bounceout-left 1s ease-out 1 backwards;
}
.bounceout-left-load.visible,
.bounceout-left-hover:hover,
.bounceout-left-view.visible {
  animation: bounceout-left 1s ease-out 1 backwards;
}
@keyframes bounceout-right {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceout-right {
  -webkit-animation-name: bounceout-right;
  animation-name: bounceout-right;
  animation: bounceout-right 1s ease-out 1 backwards;
}
.bounceout-right-load.visible,
.bounceout-right-hover:hover,
.bounceout-right-view.visible {
  animation: bounceout-right 1s ease-out 1 backwards;
}
@keyframes bounceout-up {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceout-up {
  -webkit-animation-name: bounceout-up;
  animation-name: bounceout-up;
  animation: bounceout-up 1s ease-out 1 backwards;
}
.bounceout-up-load.visible,
.bounceout-up-hover:hover,
.bounceout-up-view.visible {
  animation: bounceout-up 1s ease-out 1 backwards;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  animation: fade-in 1s ease-out 1 backwards;
}
.fade-in-load.visible,
.fade-in-hover:hover,
.fade-in-view.visible {
  animation: fade-in 1s ease-out 1 backwards;
}
.fade-in-scroll {
  animation: fade-in 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes fadein-down {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadein-down {
  -webkit-animation-name: fadein-down;
  animation-name: fadein-down;
  animation: fadein-down 1s ease-out 1 backwards;
}
.fadein-down-load.visible,
.fadein-down-hover:hover,
.fadein-down-view.visible {
  animation: fadein-down 1s ease-out 1 backwards;
}
.fadein-down-scroll {
  animation: fadein-down 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes fadein-downbig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadein-downbig {
  -webkit-animation-name: fadein-downbig;
  animation-name: fadein-downbig;
  animation: fadein-downbig 1s ease-out 1 backwards;
}
.fadein-downbig-load.visible,
.fadein-downbig-hover:hover,
.fadein-downbig-view.visible {
  animation: fadein-downbig 1s ease-out 1 backwards;
}
.fadein-downbig-scroll {
  animation: fadein-downbig 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes fadein-left {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadein-left {
  -webkit-animation-name: fadein-left;
  animation-name: fadein-left;
  animation: fadein-left 1s ease-out 1 backwards;
}
.fadein-left-load.visible,
.fadein-left-hover:hover,
.fadein-left-view.visible {
  animation: fadein-left 1s ease-out 1 backwards;
}
.fadein-left-scroll {
  animation: fadein-left 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes fadein-leftbig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadein-leftbig {
  -webkit-animation-name: fadein-leftbig;
  animation-name: fadein-leftbig;
  animation: fadein-leftbig 1s ease-out 1 backwards;
}
.fadein-leftbig-load.visible,
.fadein-leftbig-hover:hover,
.fadein-leftbig-view.visible {
  animation: fadein-leftbig 1s ease-out 1 backwards;
}
.fadein-leftbig-scroll {
  animation: fadein-leftbig 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes fadein-right {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadein-right {
  -webkit-animation-name: fadein-right;
  animation-name: fadein-right;
  animation: fadein-right 1s ease-out 1 backwards;
}
.fadein-right-load.visible,
.fadein-right-hover:hover,
.fadein-right-view.visible {
  animation: fadein-right 1s ease-out 1 backwards;
}
.fadein-right-scroll {
  animation: fadein-right 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes fadein-rightbig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadein-rightbig {
  -webkit-animation-name: fadein-rightbig;
  animation-name: fadein-rightbig;
  animation: fadein-rightbig 1s ease-out 1 backwards;
}
.fadein-rightbig-load.visible,
.fadein-rightbig-hover:hover,
.fadein-rightbig-view.visible {
  animation: fadein-rightbig 1s ease-out 1 backwards;
}
.fadein-rightbig-scroll {
  animation: fadein-rightbig 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes fadein-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadein-up {
  -webkit-animation-name: fadein-up;
  animation-name: fadein-up;
  animation: fadein-up 1s ease-out 1 backwards;
}
.fadein-up-load.visible,
.fadein-up-hover:hover,
.fadein-up-view.visible {
  animation: fadein-up 1s ease-out 1 backwards;
}
.fadein-up-scroll {
  animation: fadein-up 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes fadein-upbig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadein-upbig {
  -webkit-animation-name: fadein-upbig;
  animation-name: fadein-upbig;
  animation: fadein-upbig 1s ease-out 1 backwards;
}
.fadein-upbig-load.visible,
.fadein-upbig-hover:hover,
.fadein-upbig-view.visible {
  animation: fadein-upbig 1s ease-out 1 backwards;
}
.fadein-upbig-scroll {
  animation: fadein-upbig 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeout {
  -webkit-animation-name: fadeout;
  animation-name: fadeout;
  animation: fadeout 1s ease-out 1 backwards;
}
.fadeout-load.visible,
.fadeout-hover:hover,
.fadeout-view.visible {
  animation: fadeout 1s ease-out 1 backwards;
}
.fadeout-scroll {
  animation: fadeout 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes fadeout-down {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeout-down {
  -webkit-animation-name: fadeout-down;
  animation-name: fadeout-down;
  animation: fadeout-down 1s ease-out 1 backwards;
}
.fadeout-down-load.visible,
.fadeout-down-hover:hover,
.fadeout-down-view.visible {
  animation: fadeout-down 1s ease-out 1 backwards;
}
.fadeout-down-scroll {
  animation: fadeout-down 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes fadeout-downbig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeout-downbig {
  -webkit-animation-name: fadeout-downbig;
  animation-name: fadeout-downbig;
  animation: fadeout-downbig 1s ease-out 1 backwards;
}
.fadeout-downbig-load.visible,
.fadeout-downbig-hover:hover,
.fadeout-downbig-view.visible {
  animation: fadeout-downbig 1s ease-out 1 backwards;
}
.fadeout-downbig-scroll {
  animation: fadeout-downbig 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes fadeout-left {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeout-left {
  -webkit-animation-name: fadeout-left;
  animation-name: fadeout-left;
  animation: fadeout-left 1s ease-out 1 backwards;
}
.fadeout-left-load.visible,
.fadeout-left-hover:hover,
.fadeout-left-view.visible {
  animation: fadeout-left 1s ease-out 1 backwards;
}
.fadeout-left-scroll {
  animation: fadeout-left 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes fadeout-leftbig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeout-leftbig {
  -webkit-animation-name: fadeout-leftbig;
  animation-name: fadeout-leftbig;
  animation: fadeout-leftbig 1s ease-out 1 backwards;
}
.fadeout-leftbig-load.visible,
.fadeout-leftbig-hover:hover,
.fadeout-leftbig-view.visible {
  animation: fadeout-leftbig 1s ease-out 1 backwards;
}
.fadeout-leftbig-scroll {
  animation: fadeout-leftbig 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes fadeout-right {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeout-right {
  -webkit-animation-name: fadeout-right;
  animation-name: fadeout-right;
  animation: fadeout-right 1s ease-out 1 backwards;
}
.fadeout-right-load.visible,
.fadeout-right-hover:hover,
.fadeout-right-view.visible {
  animation: fadeout-right 1s ease-out 1 backwards;
}
.fadeout-right-scroll {
  animation: fadeout-right 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes fadeout-rightbig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeout-rightbig {
  -webkit-animation-name: fadeout-rightbig;
  animation-name: fadeout-rightbig;
  animation: fadeout-rightbig 1s ease-out 1 backwards;
}
.fadeout-rightbig-load.visible,
.fadeout-rightbig-hover:hover,
.fadeout-rightbig-view.visible {
  animation: fadeout-rightbig 1s ease-out 1 backwards;
}
.fadeout-rightbig-scroll {
  animation: fadeout-rightbig 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes fadeout-up {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeout-up {
  -webkit-animation-name: fadeout-up;
  animation-name: fadeout-up;
  animation: fadeout-up 1s ease-out 1 backwards;
}
.fadeout-up-load.visible,
.fadeout-up-hover:hover,
.fadeout-up-view.visible {
  animation: fadeout-up 1s ease-out 1 backwards;
}
.fadeout-up-scroll {
  animation: fadeout-up 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes fadeout-up {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeout-up {
  -webkit-animation-name: fadeout-up;
  animation-name: fadeout-up;
  animation: fadeout-up 1s ease-out 1 backwards;
}
.fadeout-up-load.visible,
.fadeout-up-hover:hover,
.fadeout-up-view.visible {
  animation: fadeout-up 1s ease-out 1 backwards;
}
.fadeout-up-scroll {
  animation: fadeout-up 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes fadeout-upbig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeout-upbig {
  -webkit-animation-name: fadeout-upbig;
  animation-name: fadeout-upbig;
  animation: fadeout-upbig 1s ease-out 1 backwards;
}
.fadeout-upbig-load.visible,
.fadeout-upbig-hover:hover,
.fadeout-upbig-view.visible {
  animation: fadeout-upbig 1s ease-out 1 backwards;
}
.fadeout-upbig-scroll {
  animation: fadeout-upbig 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}
.flip {
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
  animation: flip 1s ease-out 1 backwards;
}
.flip-load.visible,
.flip-hover:hover,
.flip-view.visible {
  animation: flip 1s ease-out 1 backwards;
}
.flip-scroll {
  animation: flip 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes flip-inx {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}
.flip-inx {
  backface-visibility: visible !important;
  -webkit-animation-name: flip-inx;
  animation-name: flip-inx;
  animation: flip-inx 1s ease-out 1 backwards;
}
.flip-inx-load.visible,
.flip-inx-hover:hover,
.flip-inx-view.visible {
  animation: flip-inx 1s ease-out 1 backwards;
}
.flip-inx-scroll {
  animation: flip-inx 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes flip-iny {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}
.flip-iny {
  backface-visibility: visible !important;
  -webkit-animation-name: flip-iny;
  animation-name: flip-iny;
  animation: flip-iny 1s ease-out 1 backwards;
}
.flip-iny-load.visible,
.flip-iny-hover:hover,
.flip-iny-view.visible {
  animation: flip-iny 1s ease-out 1 backwards;
}
.flip-iny-scroll {
  animation: flip-iny 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes flip-outx {
  0% {
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-outx {
  -webkit-animation-name: flip-outx;
  animation-name: flip-outx;
  backface-visibility: visible !important;
  animation: flip-outx 1s ease-out 1 backwards;
}
.flip-outx-load.visible,
.flip-outx-hover:hover,
.flip-outx-view.visible {
  animation: flip-outx 1s ease-out 1 backwards;
}
.flip-outx-scroll {
  animation: flip-outx 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes flip-outy {
  0% {
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-outy {
  backface-visibility: visible !important;
  -webkit-animation-name: flip-outy;
  animation-name: flip-outy;
  animation: flip-outy 1s ease-out 1 backwards;
}
.flip-outy-load.visible,
.flip-outy-hover:hover,
.flip-outy-view.visible {
  animation: flip-outy 1s ease-out 1 backwards;
}
.flip-outy-scroll {
  animation: flip-outy 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes light-speedin {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
}
.light-speedin {
  -webkit-animation-name: light-speedin;
  animation-name: light-speedin;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  animation: light-speedin 1s ease-out 1 backwards;
}
.light-speedin-load.visible,
.light-speedin-hover:hover,
.light-speedin-view.visible {
  animation: light-speedin 1s ease-out 1 backwards;
}
.light-speedin-scroll {
  animation: light-speedin 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes light-speedout {
  0% {
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.light-speedout {
  -webkit-animation-name: light-speedout;
  animation-name: light-speedout;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  animation: light-speedout 1s ease-out 1 backwards;
}
.light-speedout-load.visible,
.light-speedout-hover:hover,
.light-speedout-view.visible {
  animation: light-speedout 1s ease-out 1 backwards;
}
.light-speedout-scroll {
  animation: light-speedout 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes rotatein {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotatein {
  -webkit-animation-name: rotatein;
  animation-name: rotatein;
  animation: rotatein 1s ease-out 1 backwards;
}
.rotatein-load.visible,
.rotatein-hover:hover,
.rotatein-view.visible {
  animation: rotatein 1s ease-out 1 backwards;
}
.rotatein-scroll {
  animation: rotatein 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes rotatein-downleft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotatein-downleft {
  -webkit-animation-name: rotatein-downleft;
  animation-name: rotatein-downleft;
  animation: rotatein-downleft 1s ease-out 1 backwards;
}
.rotatein-downleft-load.visible,
.rotatein-downleft-hover:hover,
.rotatein-downleft-view.visible {
  animation: rotatein-downleft 1s ease-out 1 backwards;
}
.rotatein-downleft-scroll {
  animation: rotatein-downleft 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes rotatein-downright {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotatein-downright {
  -webkit-animation-name: rotatein-downright;
  animation-name: rotatein-downright;
  animation: rotatein-downright 1s ease-out 1 backwards;
}
.rotatein-downright-load.visible,
.rotatein-downright-hover:hover,
.rotatein-downright-view.visible {
  animation: rotatein-downright 1s ease-out 1 backwards;
}
.rotatein-downright-scroll {
  animation: rotatein-downright 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes rotatein-upleft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotatein-upleft {
  -webkit-animation-name: rotatein-upleft;
  animation-name: rotatein-upleft;
  animation: rotatein-upleft 1s ease-out 1 backwards;
}
.rotatein-upleft-load.visible,
.rotatein-upleft-hover:hover,
.rotatein-upleft-view.visible {
  animation: rotatein-upleft 1s ease-out 1 backwards;
}
.rotatein-upleft-scroll {
  animation: rotatein-upleft 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes rotatein-upright {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotatein-upright {
  -webkit-animation-name: rotatein-upright;
  animation-name: rotatein-upright;
  animation: rotatein-upright 1s ease-out 1 backwards;
}
.rotatein-upright-load.visible,
.rotatein-upright-hover:hover,
.rotatein-upright-view.visible {
  animation: rotatein-upright 1s ease-out 1 backwards;
}
.rotatein-upright-scroll {
  animation: rotatein-upright 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes rotateout {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateout {
  -webkit-animation-name: rotateout;
  animation-name: rotateout;
  animation: rotateout 1s ease-out 1 backwards;
}
.rotateout-load.visible,
.rotateout-hover:hover,
.rotateout-view.visible {
  animation: rotateout 1s ease-out 1 backwards;
}
.rotateout-scroll {
  animation: rotateout 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes rotateout-downleft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateout-downleft {
  -webkit-animation-name: rotateout-downleft;
  animation-name: rotateout-downleft;
  animation: rotateout-downleft 1s ease-out 1 backwards;
}
.rotateout-downleft-load.visible,
.rotateout-downleft-hover:hover,
.rotateout-downleft-view.visible {
  animation: rotateout-downleft 1s ease-out 1 backwards;
}
.rotateout-downleft-scroll {
  animation: rotateout-downleft 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes rotateout-downright {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateout-downright {
  -webkit-animation-name: rotateout-downright;
  animation-name: rotateout-downright;
  animation: rotateout-downright 1s ease-out 1 backwards;
}
.rotateout-downright-load.visible,
.rotateout-downright-hover:hover,
.rotateout-downright-view.visible {
  animation: rotateout-downright 1s ease-out 1 backwards;
}
.rotateout-downright-scroll {
  animation: rotateout-downright 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes rotateout-upleft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateout-upleft {
  -webkit-animation-name: rotateout-upleft;
  animation-name: rotateout-upleft;
  animation: rotateout-upleft 1s ease-out 1 backwards;
}
.rotateout-upleft-load.visible,
.rotateout-upleft-hover:hover,
.rotateout-upleft-view.visible {
  animation: rotateout-upleft 1s ease-out 1 backwards;
}
.rotateout-upleft-scroll {
  animation: rotateout-upleft 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes rotateout-upright {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateout-upright {
  -webkit-animation-name: rotateout-upright;
  animation-name: rotateout-upright;
  animation: rotateout-upright 1s ease-out 1 backwards;
}
.rotateout-upright-load.visible,
.rotateout-upright-hover:hover,
.rotateout-upright-view.visible {
  animation: rotateout-upright 1s ease-out 1 backwards;
}
.rotateout-upright-scroll {
  animation: rotateout-upright 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes slidein-down {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slidein-down {
  -webkit-animation-name: slidein-down;
  animation-name: slidein-down;
  animation: slidein-down 1s ease-out 1 backwards;
}
.slidein-down-load.visible,
.slidein-down-hover:hover,
.slidein-down-view.visible {
  animation: slidein-down 1s ease-out 1 backwards;
}
.slidein-down-scroll {
  animation: slidein-down 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes slidein-up {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slidein-up {
  -webkit-animation-name: slidein-up;
  animation-name: slidein-up;
  animation: slidein-up 1s ease-out 1 backwards;
}
.slidein-up-load.visible,
.slidein-up-hover:hover,
.slidein-up-view.visible {
  animation: slidein-up 1s ease-out 1 backwards;
}
.slidein-up-scroll {
  animation: slidein-up 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes slidein-left {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slidein-left {
  -webkit-animation-name: slidein-left;
  animation-name: slidein-left;
  animation: slidein-left 1s ease-out 1 backwards;
}
.slidein-left-load.visible,
.slidein-left-hover:hover,
.slidein-left-view.visible {
  animation: slidein-left 1s ease-out 1 backwards;
}
.slidein-left-scroll {
  animation: slidein-left 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes slidein-right {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slidein-right {
  -webkit-animation-name: slidein-right;
  animation-name: slidein-right;
  animation: slidein-right 1s ease-out 1 backwards;
}
.slidein-right-load.visible,
.slidein-right-hover:hover,
.slidein-right-view.visible {
  animation: slidein-right 1s ease-out 1 backwards;
}
.slidein-right-scroll {
  animation: slidein-right 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes slideout-left {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideout-left {
  -webkit-animation-name: slideout-left;
  animation-name: slideout-left;
  animation: slideout-left 1s ease-out 1 backwards;
}
.slideout-left-load.visible,
.slideout-left-hover:hover,
.slideout-left-view.visible {
  animation: slideout-left 1s ease-out 1 backwards;
}
.slideout-left-scroll {
  animation: slideout-left 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes slideout-right {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideout-right {
  -webkit-animation-name: slideout-right;
  animation-name: slideout-right;
  animation: slideout-right 1s ease-out 1 backwards;
}
.slideout-right-load.visible,
.slideout-right-hover:hover,
.slideout-right-view.visible {
  animation: slideout-right 1s ease-out 1 backwards;
}
.slideout-right-scroll {
  animation: slideout-right 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes slideout-up {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideout-up {
  -webkit-animation-name: slideout-up;
  animation-name: slideout-up;
  animation: slideout-up 1s ease-out 1 backwards;
}
.slideout-up-load.visible,
.slideout-up-hover:hover,
.slideout-up-view.visible {
  animation: slideout-up 1s ease-out 1 backwards;
}
.slideout-up-scroll {
  animation: slideout-up 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
  animation: hinge 1s ease-out 1 backwards;
}
.hinge-load.visible,
.hinge-hover:hover,
.hinge-view.visible {
  animation: hinge 1s ease-out 1 backwards;
}
.hinge-scroll {
  animation: hinge 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes rollin {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}
.rollin {
  -webkit-animation-name: rollin;
  animation-name: rollin;
  animation: rollin 1s ease-out 1 backwards;
}
.rollin-load.visible,
.rollin-hover:hover,
.rollin-view.visible {
  animation: rollin 1s ease-out 1 backwards;
}
.rollin-scroll {
  animation: rollin 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes rollout {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollout {
  -webkit-animation-name: rollout;
  animation-name: rollout;
  animation: rollout 1s ease-out 1 backwards;
}
.rollout-load.visible,
.rollout-hover:hover,
.rollout-view.visible {
  animation: rollout 1s ease-out 1 backwards;
}
.rollout-scroll {
  animation: rollout 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes zoomin {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomin {
  -webkit-animation-name: zoomin;
  animation-name: zoomin;
  animation: zoomin 1s ease-out 1 backwards;
}
.zoomin-load.visible,
.zoomin-hover:hover,
.zoomin-view.visible {
  animation: zoomin 1s ease-out 1 backwards;
}
.zoomin-scroll {
  animation: zoomin 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes zoomin-down {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomin-down {
  -webkit-animation-name: zoomin-down;
  animation-name: zoomin-down;
  animation: zoomin-down 1s ease-out 1 backwards;
}
.zoomin-down-load.visible,
.zoomin-down-hover:hover,
.zoomin-down-view.visible {
  animation: zoomin-down 1s ease-out 1 backwards;
}
.zoomin-down-scroll {
  animation: zoomin-down 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes zoomin-left {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomin-left {
  -webkit-animation-name: zoomin-left;
  animation-name: zoomin-left;
  animation: zoomin-left 1s ease-out 1 backwards;
}
.zoomin-left-load.visible,
.zoomin-left-hover:hover,
.zoomin-left-view.visible {
  animation: zoomin-left 1s ease-out 1 backwards;
}
.zoomin-left-scroll {
  animation: zoomin-left 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes zoomin-right {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomin-right {
  -webkit-animation-name: zoomin-right;
  animation-name: zoomin-right;
  animation: zoomin-right 1s ease-out 1 backwards;
}
.zoomin-right-load.visible,
.zoomin-right-hover:hover,
.zoomin-right-view.visible {
  animation: zoomin-right 1s ease-out 1 backwards;
}
.zoomin-right-scroll {
  animation: zoomin-right 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes zoomin-up {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomin-up {
  -webkit-animation-name: zoomin-up;
  animation-name: zoomin-up;
  animation: zoomin-up 1s ease-out 1 backwards;
}
.zoomin-up-load.visible,
.zoomin-up-hover:hover,
.zoomin-up-view.visible {
  animation: zoomin-up 1s ease-out 1 backwards;
}
.zoomin-up-scroll {
  animation: zoomin-up 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes zoomout {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomout {
  -webkit-animation-name: zoomout;
  animation-name: zoomout;
  animation: zoomout 1s ease-out 1 backwards;
}
.zoomout-load.visible,
.zoomout-hover:hover,
.zoomout-view.visible {
  animation: zoomout 1s ease-out 1 backwards;
}
.zoomout-scroll {
  animation: zoomout 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes zoomout-down {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomout-down {
  -webkit-animation-name: zoomout-down;
  animation-name: zoomout-down;
  animation: zoomout-down 1s ease-out 1 backwards;
}
.zoomout-down-load.visible,
.zoomout-down-hover:hover,
.zoomout-down-view.visible {
  animation: zoomout-down 1s ease-out 1 backwards;
}
.zoomout-down-scroll {
  animation: zoomout-down 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes zoomout-left {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomout-left {
  -webkit-animation-name: zoomout-left;
  animation-name: zoomout-left;
  animation: zoomout-left 1s ease-out 1 backwards;
}
.zoomout-left-load.visible,
.zoomout-left-hover:hover,
.zoomout-left-view.visible {
  animation: zoomout-left 1s ease-out 1 backwards;
}
.zoomout-left-scroll {
  animation: zoomout-left 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes zoomout-right {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomout-right {
  -webkit-animation-name: zoomout-right;
  animation-name: zoomout-right;
  animation: zoomout-right 1s ease-out 1 backwards;
}
.zoomout-right-load.visible,
.zoomout-right-hover:hover,
.zoomout-right-view.visible {
  animation: zoomout-right 1s ease-out 1 backwards;
}
.zoomout-right-scroll {
  animation: zoomout-right 1s ease-out 1 backwards;
  animation-timeline: view();
}
@keyframes zoomout-up {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomout-up {
  -webkit-animation-name: zoomout-up;
  animation-name: zoomout-up;
  animation: zoomout-up 1s ease-out 1 backwards;
}
.zoomout-up-load.visible,
.zoomout-up-hover:hover,
.zoomout-up-view.visible {
  animation: zoomout-up 1s ease-out 1 backwards;
}
.zoomout-up-scroll {
  animation: zoomout-up 1s ease-out 1 backwards;
  animation-timeline: view();
}

/* src/styles/components/button.sass */
button,
.btn {
  display: inline-block;
  align-items: center;
  text-align: center;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  width: max-content;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  margin: 0.5rem 0.2rem;
  border: none;
  background-color: var(--btn-bg);
  color: var(--text-light);
  align-items: center;
}
button:hover,
.btn:hover {
  box-shadow: var(--shadow-small);
  transform: translateY(-3px);
  color: var(--text-light);
}
button:active,
.btn:active {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}
button::after,
.btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s;
}
button:hover::after,
.btn:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}
button[disabled] {
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: all;
}
@keyframes comeFromBottom {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.back-btn {
  border: 1.5px solid red;
  background-color: transparent;
  color: var(--bg-dark);
}
.next-btn {
  border: 1.5px solid green;
  background-color: transparent;
  color: var(--bg-dark);
}
.remove-btn {
  background-color: var(--bg-color);
  color: var(--text-color);
  box-shadow: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
}
.remove-btn:hover {
  box-shadow: none;
  transform: translateY(0px);
  background-color: var(--bg-color);
  color: var(--text-color);
  text-decoration: none;
  border-radius: 0px;
}
.remove-btn:active {
  box-shadow: none;
  transform: translateY(-1px);
}
.btn-nav {
  background-color: rgba(247, 242, 242, 0.78);
  color: #2395af;
}
.square-btn {
  border-radius: 5px;
  margin-block: 0rem;
  font-size: 13px;
  font-weight: 400;
  background-color: var(--action-btn);
}
.square-btn:hover {
  color: white;
}
.transparent-btn {
  background-color: rgba(255, 251, 255, 0.568627451);
  border: 1.5px solid var(--text-color);
  color: var(--text-color);
  font-weight: 400;
}
.transparent-btn:hover {
  transform: translateY(0px);
  background-color: var(--action-btn);
  color: var(--text-light);
}
.transparent-btn:active {
  transform: translateY(-1px);
}
.send-button:after {
  content: "\bb";
  position: absolute;
  opacity: 0;
  top: 14px;
  right: -20px;
  transition: 0.5s;
}
.send-button:after:hover {
  padding-right: 24px;
  padding-left: 8px;
}
.send-button:after::after {
  opacity: 1;
  right: 10px;
}
.custom-red {
  color: #d32f2f;
  background-color: #ffebee;
}
.custom-purple {
  color: #7b1fa2;
  background-color: #f3e5f5;
}
.label-row {
  color: var(--form-label);
}
.label-row label {
  font-weight: 500;
}

/* src/styles/components/form.sass */
.form-group {
  padding-block: 0.5rem;
  box-sizing: border-box;
}
.form-group.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.form-group.error .form-field {
  border-color: #d93025;
  background-color: #fce8e6;
}
.form-field {
  width: 100%;
  box-sizing: border-box;
}
.form-field.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.label-container {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  color: #3c4043;
  margin-bottom: 6px;
  box-sizing: border-box;
}
.tooltip {
  position: relative;
  cursor: help;
  font-size: 14px;
  color: #5f6368;
}
.tooltip:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  top: -6px;
  left: 110%;
  white-space: nowrap;
  background-color: #202124;
  color: #fff;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.tooltip:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: #202124;
}
.layout-horizontal {
  display: flex;
  gap: 16px;
  align-items: center;
}
.layout-horizontal .label-container {
  flex: 0 0 140px;
  margin-bottom: 0;
}
.layout-horizontal .field-area {
  flex: 1;
}
.layout-vertical .label-container {
  flex-direction: row;
  margin-bottom: 6px;
}
input,
textarea,
select {
  width: 100%;
  font-size: 14px;
  font-family: inherit;
  padding: 10px 12px;
  margin-block: 0.5rem;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #dadce0;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
  outline: none;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #1a73e8;
}
input.invalid,
textarea.invalid,
select.invalid {
  border-color: #d93025;
  background-color: #fce8e6;
}
input:disabled,
textarea:disabled,
select:disabled {
  background-color: #f1f3f4;
  cursor: not-allowed;
}
textarea {
  resize: vertical;
  min-height: 80px;
}
.form-label {
  font-weight: 500;
  color: #3c4043;
  margin-block: 2px;
}
.floating-wrapper {
  position: relative;
}
.floating-wrapper input::placeholder {
  color: transparent;
}
.floating-label {
  position: absolute;
  top: 50%;
  left: 12px;
  font-size: 14px;
  color: #5f6368;
  pointer-events: none;
  transform: translateY(-50%);
  background: inherit;
  padding: 0 4px;
  transition: 0.2s ease all;
}
input:focus + .floating-label,
input:not(:placeholder-shown) + .floating-label {
  top: 9px;
  font-size: 12px;
  color: #1a73e8;
}
.appearance-standard input,
.appearance-standard textarea {
  border: none;
  border-bottom: 1px solid #dadce0;
  border-radius: 0;
  background-color: transparent;
}
.appearance-standard input:focus,
.appearance-standard textarea:focus {
  border-bottom: 2px solid #1a73e8;
}
.appearance-standard input.invalid,
.appearance-standard textarea.invalid {
  border-bottom: 2px solid #d93025;
  background-color: #fce8e6;
}
.appearance-outline input,
.appearance-outline textarea,
.appearance-outline select {
  border: 1px solid #dadce0;
  border-radius: 6px;
}
.appearance-outline input.invalid,
.appearance-outline textarea.invalid,
.appearance-outline select.invalid {
  border-color: #d93025 !important;
  background-color: #fce8e6 !important;
  box-shadow: 0 0 0 3px rgba(217, 48, 37, 0.1);
}
.appearance-fill input,
.appearance-fill textarea {
  background-color: #f1f3f4;
}
.appearance-fill input.invalid,
.appearance-fill textarea.invalid {
  border-color: #d93025;
  background-color: #fce8e6;
}
.view-mode {
  padding: 8px 0;
  font-weight: 500;
  color: #5f6368;
}
input .disabled {
  pointer-events: none;
  color: #AAA;
  background: #F5F5F5;
}
textarea .disabled {
  pointer-events: none;
  color: #AAA;
  background: #F5F5F5;
}
.description {
  font-size: 12px;
  color: #a7acb3;
  margin-top: 4px;
  font-weight: 500;
}
.error-message {
  font-size: 12px;
  color: #d93025;
  margin-top: 4px;
}
::ng-deep ng-select {
  width: 100%;
  height: 38px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: white;
}
.ng-select {
  margin-block: 0.5rem;
}
.ng-select-container {
  font-weight: 400;
  height: 100%;
  padding: 4px 8px;
  width: 100%;
  gap: 1rem;
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.ng-dropdown-panel-items {
  font-weight: 300;
}
.ng-value-container {
  align-items: center;
}
.ng-value-container.ng-select-focused .ng-select-container {
  font-weight: 400;
  border-color: #3f51b5;
  box-shadow: 0 0 0 2px rgba(63, 81, 181, 0.1);
}
.ng-value-container .ng-dropdown-panel {
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ng-value-container.invalid .ng-select-container {
  border-color: red;
}
.ng-placeholder {
  color: #2d2d2d;
}
label {
  font-size: 14px;
  color: #3c4043;
}
.green i {
  color: #20b2aa !important;
}
.accent i {
  color: darkred !important;
}
.mat-mdc-menu-content {
  padding: 0 !important;
}
.mat-mdc-menu-item:not([disabled]):hover {
  border-left: 4px solid #1a73e8;
  background-color: #f5f5f5;
  color: #2a2a2a;
}
.mat-mdc-menu-item-text {
  gap: 8px;
  display: flex;
  align-items: center;
}
.layout-label {
  font-size: 18px;
  font-weight: bold;
  margin-block: 1rem;
}
.required:after {
  content: " *";
  color: red;
}
.error small {
  color: red;
  font-size: 0.8rem;
}

/* src/styles/components/table.sass */
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  background: #fff;
  border-radius: 0.375rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
th,
td {
  padding: 0.75em 1em;
  text-align: left;
}
tr {
  border-bottom: 1.2px solid #e0e0e0;
  font-weight: 400;
}
tr:nth-child(even) {
  border-bottom: 1.2px solid #f0f0f0;
}
tr:hover {
  background: #f0f8ff;
}
.table-wrapper {
  overflow-x: auto;
}
.table-wrapper::-webkit-scrollbar {
  width: 5px;
  height: 7px;
  baackground-color: #f5f5f5;
}
.table-wrapper::-webkit-scrollbar-thumb {
  background: lightgrey;
  border-radius: 10px;
}
.table-wrapper::-webkit-scrollbar-thumb:hover {
  background: darkgrey;
  cursor: pointer;
}
.table-wrapper::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 7px 10px 12px #ffffff;
}
.table-br {
  border: 1px solid #e5e7eb;
  box-shadow: none;
}

/* src/assets/css/website.css */
:root {
  --primary-red: #ef4444;
  --primary-red-hover: #dc2626;
  --bg-gray: #f9fafb;
  --text-primary: #111827;
  --text-secondary: #4b5563;
  --font-sans:
    "Inter",
    system-ui,
    -apple-system,
    sans-serif;
}
body {
  font-family: var(--font-sans);
  background-color: #ffffff;
  color: var(--text-primary);
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
.glass {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.025em;
  color: var(--text-primary);
}
p {
  color: var(--text-secondary);
}
.btn-primary {
  background-color: var(--primary-red);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-weight: 600;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-primary:hover {
  background-color: var(--primary-red-hover);
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(239, 68, 68, 0.3);
}
.btn-secondary {
  background-color: white;
  color: var(--text-primary);
  border: 1px solid #e5e7eb;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-weight: 600;
  transition: all 0.2s ease;
}
.btn-secondary:hover {
  background-color: #f9fafb;
  border-color: #d1d5db;
}
.nav-link {
  color: var(--text-secondary);
  font-weight: 500;
  transition: color 0.2s ease;
}
.nav-link:hover {
  color: var(--primary-red);
}
.nav-link.active {
  color: var(--primary-red);
  font-weight: 600;
}
.hero-gradient {
  background:
    linear-gradient(
      135deg,
      #fef2f2 0%,
      #ffffff 100%);
}
.feature-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fade-in {
  animation: fadeIn 0.8s ease-out forwards;
}
.delay-100 {
  animation-delay: 0.1s;
}
.delay-200 {
  animation-delay: 0.2s;
}
.delay-300 {
  animation-delay: 0.3s;
}
.btn-secondary-hero {
  background-color: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-weight: 600;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-secondary-hero:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.8);
}
.carousel-dot.active {
  background-color: rgba(255, 255, 255, 0.9);
  transform: scale(1.3);
}
@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.logo-marquee {
  animation: marqueeScroll 40s linear infinite;
}
.logo-marquee:hover {
  animation-play-state: paused;
}

/* src/assets/css/responsive.css */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
img,
video,
canvas,
svg {
  max-width: 100%;
  height: auto;
}
canvas {
  max-width: 100% !important;
}
#sidebar-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 29;
  transition: opacity 0.3s ease;
}
#sidebar-overlay.active {
  display: block;
}
.sidebar-close-btn {
  display: none;
}
@media (max-width: 767px) {
  .sidebar-close-btn {
    display: flex;
  }
  #sidebar.sidebar-open {
    transform: translateX(0) !important;
  }
}
@media (max-width: 767px) {
  header h1,
  header h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 55vw;
  }
}
@media (max-width: 767px) {
  [class*="rounded-[3rem]"] {
    border-radius: 1.5rem !important;
  }
  [class*="rounded-[2rem]"] {
    border-radius: 1rem !important;
  }
  [class*="rounded-[2.5rem]"] {
    border-radius: 1.25rem !important;
  }
  .modal-body-padding {
    padding: 1.25rem !important;
  }
  div[id$=-modal] h2 {
    font-size: 1.25rem !important;
  }
}
@media (max-width: 767px) {
  .card-light[class*=p-10] {
    padding: 1rem;
  }
  [data-mobile-chart] {
    height: 220px !important;
  }
}
@media (max-width: 767px) {
  [class*="h-[400px]"] {
    height: 260px !important;
  }
  [class*="h-[300px]"] {
    height: 200px !important;
  }
  [class*="h-[350px]"] {
    height: 220px !important;
  }
  [class*="h-[380px]"] {
    height: 250px !important;
  }
  [class*="h-[280px]"] {
    height: 200px !important;
  }
  [class*="h-[250px]"] {
    height: 180px !important;
  }
  [class*="h-[220px]"] {
    height: 180px !important;
  }
}
@media (max-width: 767px) {
  .table-scroll-container {
    max-height: calc(100vh - 200px);
    border-radius: 1rem;
  }
  .catalog-table td,
  .catalog-table th {
    padding: 0.75rem 1rem;
    font-size: 0.7rem;
  }
}
@media (max-width: 767px) {
  #wordCloudContainer {
    height: 220px !important;
  }
  .kpi-card {
    padding: 14px;
  }
  .kpi-card .text-3xl {
    font-size: 1.5rem;
  }
  .range-labels {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  [class*=from-slate-900][class*=p-8] {
    padding: 1.25rem !important;
  }
}
@media (max-width: 767px) {
  .login-input {
    width: 140px;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  form#login-form {
    flex-direction: column;
    gap: 0.5rem;
    align-items: stretch;
  }
  form#login-form .login-input {
    width: 100%;
  }
  form#login-form .login-button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #hero-carousel {
    min-height: 450px;
  }
  #hero-carousel h1 {
    font-size: 1.75rem;
    line-height: 1.2;
  }
  #hero-carousel p {
    font-size: 0.95rem;
  }
  #hero-carousel br {
    display: none;
  }
}
@media (max-width: 640px) {
  .logo-marquee span {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  section h2[class*=text-4xl] {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .table-wrapper {
    border-radius: 0.75rem;
  }
  .tree-table th,
  .tree-table td {
    padding: 8px 12px;
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  .relative .absolute.right-0 {
    right: 0;
    left: auto;
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  i.absolute {
    display: none;
  }
}
@media (max-width: 767px) {
  a,
  button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
  p a,
  span a,
  td a,
  li a,
  nav a {
    min-height: auto;
    display: inline;
  }
  .owner-badge,
  .status-pill,
  .score-pill,
  .carousel-dot {
    min-height: auto;
    display: inline-flex;
  }
  #sidebar a {
    min-height: 44px;
    display: flex;
  }
}

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