@import "https://fonts.googleapis.com/css?family=Material+Icons+Outlined";

/* src/app/shared/styles/fonts.css */
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy/Gilroy-Light.woff2) format("woff2"), url(/assets/fonts/Gilroy/Gilroy-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy/Gilroy-Regular.woff2) format("woff2"), url(/assets/fonts/Gilroy/Gilroy-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy/Gilroy-Medium.woff2) format("woff2"), url(/assets/fonts/Gilroy/Gilroy-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy/Gilroy-SemiBold.woff2) format("woff2"), url(/assets/fonts/Gilroy/Gilroy-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy/Gilroy-Bold.woff2) format("woff2"), url(/assets/fonts/Gilroy/Gilroy-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}

/* src/styles.scss */
body.tour-open {
  overflow: hidden;
}
ngx-guided-tour .guided-tour-user-input-mask {
  z-index: 1081;
}
ngx-guided-tour .guided-tour-spotlight-overlay {
  z-index: 1082;
}
ngx-guided-tour .tour-orb {
  z-index: 1079;
  background-color: #625aff;
  box-shadow: 0 0 0.3rem 0.1rem #625aff;
}
ngx-guided-tour .tour-orb .tour-orb-ring::after {
  border: 1rem solid #625aff;
  box-shadow: 0 0 0.1rem 0.1rem #625aff;
}
ngx-guided-tour .tour-step {
  z-index: 1083;
}
ngx-guided-tour .tour-step.tour-bottom .tour-arrow::before,
ngx-guided-tour .tour-step.tour-bottom-right .tour-arrow::before,
ngx-guided-tour .tour-step.tour-bottom-left .tour-arrow::before {
  width: 0;
  height: 0;
  content: "";
  z-index: 2;
  border-bottom: 1rem solid #ffffff;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
}
ngx-guided-tour .tour-step.tour-top .tour-arrow::before,
ngx-guided-tour .tour-step.tour-top-right .tour-arrow::before,
ngx-guided-tour .tour-step.tour-top-left .tour-arrow::before {
  width: 0;
  height: 0;
  content: "";
  z-index: 2;
  border-top: 1rem solid #ffffff;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
}
ngx-guided-tour .tour-step.tour-left .tour-arrow::before {
  width: 0;
  height: 0;
  content: "";
  z-index: 2;
  border-left: 1rem solid #ffffff;
  border-bottom: 1rem solid transparent;
  border-top: 1rem solid transparent;
}
ngx-guided-tour .tour-step.tour-right .tour-arrow::before {
  width: 0;
  height: 0;
  content: "";
  z-index: 2;
  border-right: 1rem solid #ffffff;
  border-bottom: 1rem solid transparent;
  border-top: 1rem solid transparent;
}
ngx-guided-tour .tour-step .tour-block {
  color: #231f1f;
  background-color: #ffffff;
  box-shadow: 0 0.4rem 0.6rem #4c4c4c;
}
ngx-guided-tour .tour-step .tour-buttons button.skip-button {
  color: #5e5e5e;
}
ngx-guided-tour .tour-step .tour-buttons .back-button {
  color: #007bff;
}
ngx-guided-tour .tour-step .tour-buttons .next-button {
  background-color: #007bff;
  color: #ffffff;
}
ngx-guided-tour .tour-step .tour-buttons .next-button:hover {
  background-color: #0069d9;
  color: #ffffff;
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, 0px 2px 1px -1px --mat-sys-shadow, 0px 1px 1px 0px --mat-sys-shadow, 0px 1px 3px 0px --mat-sys-shadow);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, 0px 3px 1px -2px --mat-sys-shadow, 0px 2px 2px 0px --mat-sys-shadow, 0px 1px 5px 0px --mat-sys-shadow);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, 0px 3px 3px -2px --mat-sys-shadow, 0px 3px 4px 0px --mat-sys-shadow, 0px 1px 8px 0px --mat-sys-shadow);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, 0px 2px 4px -1px --mat-sys-shadow, 0px 4px 5px 0px --mat-sys-shadow, 0px 1px 10px 0px --mat-sys-shadow);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, 0px 3px 5px -1px --mat-sys-shadow, 0px 5px 8px 0px --mat-sys-shadow, 0px 1px 14px 0px --mat-sys-shadow);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, 0px 3px 5px -1px --mat-sys-shadow, 0px 6px 10px 0px --mat-sys-shadow, 0px 1px 18px 0px --mat-sys-shadow);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, 0px 4px 5px -2px --mat-sys-shadow, 0px 7px 10px 1px --mat-sys-shadow, 0px 2px 16px 1px --mat-sys-shadow);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, 0px 5px 5px -3px --mat-sys-shadow, 0px 8px 10px 1px --mat-sys-shadow, 0px 3px 14px 2px --mat-sys-shadow);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, 0px 5px 6px -3px --mat-sys-shadow, 0px 9px 12px 1px --mat-sys-shadow, 0px 3px 16px 2px --mat-sys-shadow);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, 0px 6px 6px -3px --mat-sys-shadow, 0px 10px 14px 1px --mat-sys-shadow, 0px 4px 18px 3px --mat-sys-shadow);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, 0px 6px 7px -4px --mat-sys-shadow, 0px 11px 15px 1px --mat-sys-shadow, 0px 4px 20px 3px --mat-sys-shadow);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, 0px 7px 8px -4px --mat-sys-shadow, 0px 12px 17px 2px --mat-sys-shadow, 0px 5px 22px 4px --mat-sys-shadow);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, 0px 7px 8px -4px --mat-sys-shadow, 0px 13px 19px 2px --mat-sys-shadow, 0px 5px 24px 4px --mat-sys-shadow);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, 0px 7px 9px -4px --mat-sys-shadow, 0px 14px 21px 2px --mat-sys-shadow, 0px 5px 26px 4px --mat-sys-shadow);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, 0px 8px 9px -5px --mat-sys-shadow, 0px 15px 22px 2px --mat-sys-shadow, 0px 6px 28px 5px --mat-sys-shadow);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, 0px 8px 10px -5px --mat-sys-shadow, 0px 16px 24px 2px --mat-sys-shadow, 0px 6px 30px 5px --mat-sys-shadow);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, 0px 8px 11px -5px --mat-sys-shadow, 0px 17px 26px 2px --mat-sys-shadow, 0px 6px 32px 5px --mat-sys-shadow);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, 0px 9px 11px -5px --mat-sys-shadow, 0px 18px 28px 2px --mat-sys-shadow, 0px 7px 34px 6px --mat-sys-shadow);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, 0px 9px 12px -6px --mat-sys-shadow, 0px 19px 29px 2px --mat-sys-shadow, 0px 7px 36px 6px --mat-sys-shadow);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, 0px 10px 13px -6px --mat-sys-shadow, 0px 20px 31px 3px --mat-sys-shadow, 0px 8px 38px 7px --mat-sys-shadow);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, 0px 10px 13px -6px --mat-sys-shadow, 0px 21px 33px 3px --mat-sys-shadow, 0px 8px 40px 7px --mat-sys-shadow);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, 0px 10px 14px -6px --mat-sys-shadow, 0px 22px 35px 3px --mat-sys-shadow, 0px 8px 42px 7px --mat-sys-shadow);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, 0px 11px 14px -7px --mat-sys-shadow, 0px 23px 36px 3px --mat-sys-shadow, 0px 9px 44px 8px --mat-sys-shadow);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, 0px 11px 15px -7px --mat-sys-shadow, 0px 24px 38px 3px --mat-sys-shadow, 0px 9px 46px 8px --mat-sys-shadow);
}
html {
  --mat-sys-on-surface: initial;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}
html {
  --mat-badge-text-font: Gilroy;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
}
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 700 24px / 32px Gilroy;
  letter-spacing: 0.02em;
  margin: 0 0 16px;
}
.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 700 20px / 28px Gilroy;
  letter-spacing: 0.02em;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 600 1.17em / 28px Gilroy;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 16px / 24px Gilroy;
  letter-spacing: 0.03125em;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px Gilroy;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px Gilroy;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 500 14px / 22px Gilroy;
  letter-spacing: 0.0071428571em;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 14px / 20px Gilroy;
  letter-spacing: normal;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px / 20px Gilroy;
  letter-spacing: 0.0333333333em;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 96px / 96px Gilroy;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 300 60px / 60px Gilroy;
  letter-spacing: -0.0083333333em;
  margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 48px / 50px Gilroy;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px / 40px Gilroy;
  letter-spacing: 0.0073529412em;
  margin: 0 0 64px;
}
html {
  --mat-bottom-sheet-container-text-font: Gilroy;
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: normal;
  --mat-bottom-sheet-container-text-weight: 400;
}
html {
  --mat-button-toggle-label-text-font: Gilroy;
  --mat-button-toggle-label-text-line-height: 24px;
  --mat-button-toggle-label-text-size: 16px;
  --mat-button-toggle-label-text-tracking: 0.03125em;
  --mat-button-toggle-label-text-weight: 400;
  --mat-button-toggle-legacy-label-text-font: Gilroy;
  --mat-button-toggle-legacy-label-text-line-height: 24px;
  --mat-button-toggle-legacy-label-text-size: 16px;
  --mat-button-toggle-legacy-label-text-tracking: 0.03125em;
  --mat-button-toggle-legacy-label-text-weight: 400;
}
html {
  --mat-datepicker-calendar-text-font: Gilroy;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
}
html {
  --mat-expansion-header-text-font: Gilroy;
  --mat-expansion-header-text-size: 14px;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Gilroy;
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: normal;
  --mat-expansion-container-text-weight: 400;
}
html {
  --mat-grid-list-tile-header-primary-text-size: 14px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 14px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
}
html {
  --mat-stepper-container-text-font: Gilroy;
  --mat-stepper-header-label-text-font: Gilroy;
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}
html {
  --mat-toolbar-title-text-font: Gilroy;
  --mat-toolbar-title-text-line-height: 28px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: 0.02em;
  --mat-toolbar-title-text-weight: 700;
}
html {
  --mat-tree-node-text-font: Gilroy;
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 400;
}
html {
  --mat-option-label-text-font: Gilroy;
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: 0.03125em;
  --mat-option-label-text-weight: 400;
}
html {
  --mat-optgroup-label-text-font: Gilroy;
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: 0.03125em;
  --mat-optgroup-label-text-weight: 400;
}
html {
  --mat-card-title-text-font: Gilroy;
  --mat-card-title-text-line-height: 28px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: 0.02em;
  --mat-card-title-text-weight: 700;
  --mat-card-subtitle-text-font: Gilroy;
  --mat-card-subtitle-text-line-height: 22px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: 0.0071428571em;
  --mat-card-subtitle-text-weight: 500;
}
html {
  --mat-tooltip-supporting-text-font: Gilroy;
  --mat-tooltip-supporting-text-size: 12px;
  --mat-tooltip-supporting-text-weight: 400;
  --mat-tooltip-supporting-text-tracking: 0.0333333333em;
}
html {
  --mat-form-field-container-text-font: Gilroy;
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: 0.03125em;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Gilroy;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: 0.0333333333em;
  --mat-form-field-subscript-text-weight: 400;
  --mat-form-field-filled-label-text-font: Gilroy;
  --mat-form-field-filled-label-text-size: 16px;
  --mat-form-field-filled-label-text-tracking: 0.03125em;
  --mat-form-field-filled-label-text-weight: 400;
  --mat-form-field-outlined-label-text-font: Gilroy;
  --mat-form-field-outlined-label-text-size: 16px;
  --mat-form-field-outlined-label-text-tracking: 0.03125em;
  --mat-form-field-outlined-label-text-weight: 400;
}
html {
  --mat-select-trigger-text-font: Gilroy;
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: 0.03125em;
  --mat-select-trigger-text-weight: 400;
}
html {
  --mat-dialog-subhead-font: Gilroy;
  --mat-dialog-subhead-line-height: 28px;
  --mat-dialog-subhead-size: 20px;
  --mat-dialog-subhead-weight: 700;
  --mat-dialog-subhead-tracking: 0.02em;
  --mat-dialog-supporting-text-font: Gilroy;
  --mat-dialog-supporting-text-line-height: 24px;
  --mat-dialog-supporting-text-size: 16px;
  --mat-dialog-supporting-text-weight: 400;
  --mat-dialog-supporting-text-tracking: 0.03125em;
}
.mat-mdc-standard-chip {
  --mat-chip-label-text-font: Gilroy;
  --mat-chip-label-text-line-height: 20px;
  --mat-chip-label-text-size: 14px;
  --mat-chip-label-text-tracking: normal;
  --mat-chip-label-text-weight: 400;
}
html {
  --mat-slide-toggle-label-text-font: Gilroy;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: normal;
  --mat-slide-toggle-label-text-weight: 400;
}
html .mat-mdc-slide-toggle {
  --mat-slide-toggle-label-text-font: Gilroy;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: normal;
  --mat-slide-toggle-label-text-weight: 400;
}
html {
  --mat-radio-label-text-font: Gilroy;
  --mat-radio-label-text-line-height: 20px;
  --mat-radio-label-text-size: 14px;
  --mat-radio-label-text-tracking: normal;
  --mat-radio-label-text-weight: 400;
}
html {
  --mat-slider-label-label-text-font: Gilroy;
  --mat-slider-label-label-text-size: 14px;
  --mat-slider-label-label-text-line-height: 22px;
  --mat-slider-label-label-text-tracking: 0.0071428571em;
  --mat-slider-label-label-text-weight: 500;
}
html {
  --mat-menu-item-label-text-font: Gilroy;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: 0.03125em;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 400;
}
html {
  --mat-list-list-item-label-text-font: Gilroy;
  --mat-list-list-item-label-text-line-height: 24px;
  --mat-list-list-item-label-text-size: 16px;
  --mat-list-list-item-label-text-tracking: 0.03125em;
  --mat-list-list-item-label-text-weight: 400;
  --mat-list-list-item-supporting-text-font: Gilroy;
  --mat-list-list-item-supporting-text-line-height: 20px;
  --mat-list-list-item-supporting-text-size: 14px;
  --mat-list-list-item-supporting-text-tracking: normal;
  --mat-list-list-item-supporting-text-weight: 400;
  --mat-list-list-item-trailing-supporting-text-font: Gilroy;
  --mat-list-list-item-trailing-supporting-text-line-height: 20px;
  --mat-list-list-item-trailing-supporting-text-size: 12px;
  --mat-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mat-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
  font: 600 1.17em / 28px Gilroy;
  letter-spacing: normal;
}
html {
  --mat-paginator-container-text-font: Gilroy;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: 0.0333333333em;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
}
.mat-mdc-tab-header {
  --mat-tab-label-text-font: Gilroy;
  --mat-tab-label-text-size: 14px;
  --mat-tab-label-text-tracking: 0.0892857143em;
  --mat-tab-label-text-line-height: 36px;
  --mat-tab-label-text-weight: 500;
}
html {
  --mat-checkbox-label-text-font: Gilroy;
  --mat-checkbox-label-text-line-height: 20px;
  --mat-checkbox-label-text-size: 14px;
  --mat-checkbox-label-text-tracking: normal;
  --mat-checkbox-label-text-weight: 400;
}
html {
  --mat-button-filled-label-text-font: Gilroy;
  --mat-button-filled-label-text-size: 14px;
  --mat-button-filled-label-text-tracking: 0.0892857143em;
  --mat-button-filled-label-text-transform: none;
  --mat-button-filled-label-text-weight: 500;
  --mat-button-outlined-label-text-font: Gilroy;
  --mat-button-outlined-label-text-size: 14px;
  --mat-button-outlined-label-text-tracking: 0.0892857143em;
  --mat-button-outlined-label-text-transform: none;
  --mat-button-outlined-label-text-weight: 500;
  --mat-button-protected-label-text-font: Gilroy;
  --mat-button-protected-label-text-size: 14px;
  --mat-button-protected-label-text-tracking: 0.0892857143em;
  --mat-button-protected-label-text-transform: none;
  --mat-button-protected-label-text-weight: 500;
  --mat-button-text-label-text-font: Gilroy;
  --mat-button-text-label-text-size: 14px;
  --mat-button-text-label-text-tracking: 0.0892857143em;
  --mat-button-text-label-text-transform: none;
  --mat-button-text-label-text-weight: 500;
  --mat-button-tonal-label-text-font: Gilroy;
  --mat-button-tonal-label-text-size: 14px;
  --mat-button-tonal-label-text-tracking: 0.0892857143em;
  --mat-button-tonal-label-text-transform: none;
  --mat-button-tonal-label-text-weight: 500;
}
html {
  --mat-fab-extended-label-text-font: Gilroy;
  --mat-fab-extended-label-text-size: 14px;
  --mat-fab-extended-label-text-tracking: 0.0892857143em;
  --mat-fab-extended-label-text-weight: 500;
}
html {
  --mat-snack-bar-supporting-text-font: Gilroy;
  --mat-snack-bar-supporting-text-line-height: 20px;
  --mat-snack-bar-supporting-text-size: 14px;
  --mat-snack-bar-supporting-text-weight: 400;
}
html {
  --mat-table-header-headline-font: Gilroy;
  --mat-table-header-headline-line-height: 22px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.0071428571em;
  --mat-table-row-item-label-text-font: Gilroy;
  --mat-table-row-item-label-text-line-height: 20px;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: normal;
  --mat-table-footer-supporting-text-font: Gilroy;
  --mat-table-footer-supporting-text-line-height: 20px;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: normal;
}
html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
html {
  --mat-option-selected-state-label-text-color: #052033;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.mat-accent {
  --mat-option-selected-state-label-text-color: #e6d85a;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.mat-warn {
  --mat-option-selected-state-label-text-color: #cc0000;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-pseudo-checkbox-full-selected-icon-color: #e6d85a;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #e6d85a;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #052033;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #052033;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #e6d85a;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #e6d85a;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #cc0000;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #cc0000;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
html {
  --mat-option-label-text-font: Gilroy;
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: 0.03125em;
  --mat-option-label-text-weight: 400;
}
html {
  --mat-optgroup-label-text-font: Gilroy;
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: 0.03125em;
  --mat-optgroup-label-text-weight: 400;
}
html {
  --mat-card-elevated-container-shape: 4px;
  --mat-card-outlined-container-shape: 4px;
  --mat-card-filled-container-shape: 4px;
  --mat-card-outlined-outline-width: 1px;
}
html {
  --mat-card-elevated-container-color: white;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: white;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mat-card-filled-container-color: white;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-card-title-text-font: Gilroy;
  --mat-card-title-text-line-height: 28px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: 0.02em;
  --mat-card-title-text-weight: 700;
  --mat-card-subtitle-text-font: Gilroy;
  --mat-card-subtitle-text-line-height: 22px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: 0.0071428571em;
  --mat-card-subtitle-text-weight: 500;
}
html {
  --mat-progress-bar-active-indicator-height: 4px;
  --mat-progress-bar-track-height: 4px;
  --mat-progress-bar-track-shape: 0;
}
.mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #052033;
  --mat-progress-bar-track-color: rgba(5, 32, 51, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #e6d85a;
  --mat-progress-bar-track-color: rgba(230, 216, 90, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #cc0000;
  --mat-progress-bar-track-color: rgba(204, 0, 0, 0.25);
}
html {
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-supporting-text-line-height: 16px;
}
html {
  --mat-tooltip-container-color: #424242;
  --mat-tooltip-supporting-text-color: white;
}
html {
  --mat-tooltip-supporting-text-font: Gilroy;
  --mat-tooltip-supporting-text-size: 12px;
  --mat-tooltip-supporting-text-weight: 400;
  --mat-tooltip-supporting-text-tracking: 0.0333333333em;
}
html {
  --mat-form-field-filled-active-indicator-height: 1px;
  --mat-form-field-filled-focus-active-indicator-height: 2px;
  --mat-form-field-filled-container-shape: 4px;
  --mat-form-field-outlined-outline-width: 1px;
  --mat-form-field-outlined-focus-outline-width: 2px;
  --mat-form-field-outlined-container-shape: 4px;
}
html {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #052033 87%, transparent);
  --mat-form-field-filled-caret-color: #052033;
  --mat-form-field-filled-focus-active-indicator-color: #052033;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #052033 87%, transparent);
  --mat-form-field-outlined-caret-color: #052033;
  --mat-form-field-outlined-focus-outline-color: #052033;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #052033 87%, transparent);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #cc0000;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-form-field-filled-container-color: #f6f6f6;
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-form-field-filled-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-error-hover-label-text-color: #cc0000;
  --mat-form-field-filled-error-focus-label-text-color: #cc0000;
  --mat-form-field-filled-error-label-text-color: #cc0000;
  --mat-form-field-filled-error-caret-color: #cc0000;
  --mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-error-active-indicator-color: #cc0000;
  --mat-form-field-filled-error-focus-active-indicator-color: #cc0000;
  --mat-form-field-filled-error-hover-active-indicator-color: #cc0000;
  --mat-form-field-outlined-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-error-caret-color: #cc0000;
  --mat-form-field-outlined-error-focus-label-text-color: #cc0000;
  --mat-form-field-outlined-error-label-text-color: #cc0000;
  --mat-form-field-outlined-error-hover-label-text-color: #cc0000;
  --mat-form-field-outlined-outline-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-error-focus-outline-color: #cc0000;
  --mat-form-field-outlined-error-hover-outline-color: #cc0000;
  --mat-form-field-outlined-error-outline-color: #cc0000;
}
.mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #e6d85a 87%, transparent);
  --mat-form-field-filled-caret-color: #e6d85a;
  --mat-form-field-filled-focus-active-indicator-color: #e6d85a;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #e6d85a 87%, transparent);
  --mat-form-field-outlined-caret-color: #e6d85a;
  --mat-form-field-outlined-focus-outline-color: #e6d85a;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #e6d85a 87%, transparent);
}
.mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #cc0000 87%, transparent);
  --mat-form-field-filled-caret-color: #cc0000;
  --mat-form-field-filled-focus-active-indicator-color: #cc0000;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #cc0000 87%, transparent);
  --mat-form-field-outlined-caret-color: #cc0000;
  --mat-form-field-outlined-focus-outline-color: #cc0000;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #cc0000 87%, transparent);
}
html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}
html {
  --mat-form-field-container-text-font: Gilroy;
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: 0.03125em;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Gilroy;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: 0.0333333333em;
  --mat-form-field-subscript-text-weight: 400;
  --mat-form-field-filled-label-text-font: Gilroy;
  --mat-form-field-filled-label-text-size: 16px;
  --mat-form-field-filled-label-text-tracking: 0.03125em;
  --mat-form-field-filled-label-text-weight: 400;
  --mat-form-field-outlined-label-text-font: Gilroy;
  --mat-form-field-outlined-label-text-size: 16px;
  --mat-form-field-outlined-label-text-tracking: 0.03125em;
  --mat-form-field-outlined-label-text-weight: 400;
}
html {
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #052033;
  --mat-select-invalid-arrow-color: #cc0000;
}
.mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #e6d85a;
  --mat-select-invalid-arrow-color: #cc0000;
}
.mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #cc0000;
  --mat-select-invalid-arrow-color: #cc0000;
}
html {
  --mat-select-arrow-transform: translateY(-8px);
}
html {
  --mat-select-trigger-text-font: Gilroy;
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: 0.03125em;
  --mat-select-trigger-text-weight: 400;
}
html {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color: white;
}
html {
  --mat-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}
html {
  --mat-dialog-container-color: white;
  --mat-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mat-dialog-supporting-text-color: rgba(0, 0, 0, 0.54);
}
html {
  --mat-dialog-subhead-font: Gilroy;
  --mat-dialog-subhead-line-height: 28px;
  --mat-dialog-subhead-size: 20px;
  --mat-dialog-subhead-weight: 700;
  --mat-dialog-subhead-tracking: 0.02em;
  --mat-dialog-supporting-text-font: Gilroy;
  --mat-dialog-supporting-text-line-height: 24px;
  --mat-dialog-supporting-text-size: 16px;
  --mat-dialog-supporting-text-weight: 400;
  --mat-dialog-supporting-text-tracking: 0.03125em;
}
.mat-mdc-standard-chip {
  --mat-chip-container-shape-radius: 16px;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-disabled-outline-color: transparent;
  --mat-chip-flat-selected-outline-width: 0;
  --mat-chip-focus-outline-color: transparent;
  --mat-chip-hover-state-layer-opacity: 0.04;
  --mat-chip-outline-color: transparent;
  --mat-chip-outline-width: 0;
  --mat-chip-selected-hover-state-layer-opacity: 0.04;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-with-avatar-avatar-shape-radius: 14px;
  --mat-chip-with-avatar-avatar-size: 28px;
  --mat-chip-with-avatar-disabled-avatar-opacity: 1;
  --mat-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-with-icon-icon-size: 18px;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
}
.mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: #ffffff;
  --mat-chip-elevated-container-color: #052033;
  --mat-chip-elevated-disabled-container-color: #052033;
  --mat-chip-elevated-selected-container-color: #052033;
  --mat-chip-flat-disabled-selected-container-color: #052033;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: #ffffff;
  --mat-chip-selected-disabled-trailing-icon-color: #ffffff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #ffffff;
  --mat-chip-selected-trailing-icon-color: #ffffff;
  --mat-chip-with-icon-disabled-icon-color: #ffffff;
  --mat-chip-with-icon-icon-color: #ffffff;
  --mat-chip-with-icon-selected-icon-color: #ffffff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #ffffff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #ffffff;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: #000000;
  --mat-chip-elevated-container-color: #e6d85a;
  --mat-chip-elevated-disabled-container-color: #e6d85a;
  --mat-chip-elevated-selected-container-color: #e6d85a;
  --mat-chip-flat-disabled-selected-container-color: #e6d85a;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: #000000;
  --mat-chip-selected-disabled-trailing-icon-color: #000000;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #000000;
  --mat-chip-selected-trailing-icon-color: #000000;
  --mat-chip-with-icon-disabled-icon-color: #000000;
  --mat-chip-with-icon-icon-color: #000000;
  --mat-chip-with-icon-selected-icon-color: #000000;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #000000;
  --mat-chip-with-trailing-icon-trailing-icon-color: #000000;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: #ffffff;
  --mat-chip-elevated-container-color: #cc0000;
  --mat-chip-elevated-disabled-container-color: #cc0000;
  --mat-chip-elevated-selected-container-color: #cc0000;
  --mat-chip-flat-disabled-selected-container-color: #cc0000;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: #ffffff;
  --mat-chip-selected-disabled-trailing-icon-color: #ffffff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #ffffff;
  --mat-chip-selected-trailing-icon-color: #ffffff;
  --mat-chip-with-icon-disabled-icon-color: #ffffff;
  --mat-chip-with-icon-icon-color: #ffffff;
  --mat-chip-with-icon-selected-icon-color: #ffffff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #ffffff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #ffffff;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mat-chip-container-height: 32px;
}
.mat-mdc-standard-chip {
  --mat-chip-label-text-font: Gilroy;
  --mat-chip-label-text-line-height: 20px;
  --mat-chip-label-text-size: 14px;
  --mat-chip-label-text-tracking: normal;
  --mat-chip-label-text-weight: 400;
}
html {
  --mat-slide-toggle-disabled-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-color: transparent;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 1px;
  --mat-slide-toggle-handle-height: 20px;
  --mat-slide-toggle-handle-shape: 10px;
  --mat-slide-toggle-handle-width: 20px;
  --mat-slide-toggle-hidden-track-opacity: 1;
  --mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-slide-toggle-pressed-handle-size: 20px;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-handle-size: 20px;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-selected-icon-size: 18px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 1px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-track-height: 14px;
  --mat-slide-toggle-track-outline-color: transparent;
  --mat-slide-toggle-track-outline-width: 1px;
  --mat-slide-toggle-track-shape: 7px;
  --mat-slide-toggle-track-width: 36px;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-handle-size: 20px;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-icon-size: 18px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-slide-toggle-with-icon-handle-size: 20px;
  --mat-slide-toggle-touch-target-size: 48px;
}
html {
  --mat-slide-toggle-selected-icon-color: #ffffff;
  --mat-slide-toggle-disabled-selected-icon-color: #ffffff;
  --mat-slide-toggle-selected-focus-state-layer-color: #052033;
  --mat-slide-toggle-selected-handle-color: #052033;
  --mat-slide-toggle-selected-hover-state-layer-color: #052033;
  --mat-slide-toggle-selected-pressed-state-layer-color: #052033;
  --mat-slide-toggle-selected-focus-handle-color: #052033;
  --mat-slide-toggle-selected-hover-handle-color: #052033;
  --mat-slide-toggle-selected-pressed-handle-color: #052033;
  --mat-slide-toggle-selected-focus-track-color: #4b7ad0;
  --mat-slide-toggle-selected-hover-track-color: #4b7ad0;
  --mat-slide-toggle-selected-pressed-track-color: #4b7ad0;
  --mat-slide-toggle-selected-track-color: #4b7ad0;
  --mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-handle-surface-color: white;
  --mat-slide-toggle-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, 0.54);
  --mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-handle-color: #424242;
  --mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-icon-color: #000000;
  --mat-slide-toggle-disabled-selected-icon-color: #000000;
  --mat-slide-toggle-selected-focus-state-layer-color: #e6d85a;
  --mat-slide-toggle-selected-handle-color: #e6d85a;
  --mat-slide-toggle-selected-hover-state-layer-color: #e6d85a;
  --mat-slide-toggle-selected-pressed-state-layer-color: #e6d85a;
  --mat-slide-toggle-selected-focus-handle-color: #e6d85a;
  --mat-slide-toggle-selected-hover-handle-color: #e6d85a;
  --mat-slide-toggle-selected-pressed-handle-color: #e6d85a;
  --mat-slide-toggle-selected-focus-track-color: #d2c712;
  --mat-slide-toggle-selected-hover-track-color: #d2c712;
  --mat-slide-toggle-selected-pressed-track-color: #d2c712;
  --mat-slide-toggle-selected-track-color: #d2c712;
}
.mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-icon-color: #ffffff;
  --mat-slide-toggle-disabled-selected-icon-color: #ffffff;
  --mat-slide-toggle-selected-focus-state-layer-color: #cc0000;
  --mat-slide-toggle-selected-handle-color: #cc0000;
  --mat-slide-toggle-selected-hover-state-layer-color: #cc0000;
  --mat-slide-toggle-selected-pressed-state-layer-color: #cc0000;
  --mat-slide-toggle-selected-focus-handle-color: #cc0000;
  --mat-slide-toggle-selected-hover-handle-color: #cc0000;
  --mat-slide-toggle-selected-pressed-handle-color: #cc0000;
  --mat-slide-toggle-selected-focus-track-color: #e68080;
  --mat-slide-toggle-selected-hover-track-color: #e68080;
  --mat-slide-toggle-selected-pressed-track-color: #e68080;
  --mat-slide-toggle-selected-track-color: #e68080;
}
html {
  --mat-slide-toggle-state-layer-size: 40px;
  --mat-slide-toggle-touch-target-display: block;
}
html {
  --mat-slide-toggle-label-text-font: Gilroy;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: normal;
  --mat-slide-toggle-label-text-weight: 400;
}
html .mat-mdc-slide-toggle {
  --mat-slide-toggle-label-text-font: Gilroy;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: normal;
  --mat-slide-toggle-label-text-weight: 400;
}
html {
  --mat-radio-disabled-selected-icon-opacity: 0.38;
  --mat-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-size: 48px;
}
.mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #052033;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #052033;
  --mat-radio-selected-hover-icon-color: #052033;
  --mat-radio-selected-icon-color: #052033;
  --mat-radio-selected-pressed-icon-color: #052033;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #e6d85a;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #e6d85a;
  --mat-radio-selected-hover-icon-color: #e6d85a;
  --mat-radio-selected-icon-color: #e6d85a;
  --mat-radio-selected-pressed-icon-color: #e6d85a;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #cc0000;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #cc0000;
  --mat-radio-selected-hover-icon-color: #cc0000;
  --mat-radio-selected-icon-color: #cc0000;
  --mat-radio-selected-pressed-icon-color: #cc0000;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
html {
  --mat-radio-label-text-font: Gilroy;
  --mat-radio-label-text-line-height: 20px;
  --mat-radio-label-text-size: 14px;
  --mat-radio-label-text-tracking: normal;
  --mat-radio-label-text-weight: 400;
}
html {
  --mat-slider-active-track-height: 6px;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-handle-height: 20px;
  --mat-slider-handle-shape: 50%;
  --mat-slider-handle-width: 20px;
  --mat-slider-inactive-track-height: 4px;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-with-overlap-handle-outline-width: 1px;
  --mat-slider-with-tick-marks-active-container-opacity: 0.6;
  --mat-slider-with-tick-marks-container-shape: 50%;
  --mat-slider-with-tick-marks-container-size: 2px;
  --mat-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mat-slider-value-indicator-transform-origin: bottom;
}
html {
  --mat-slider-active-track-color: #052033;
  --mat-slider-focus-handle-color: #052033;
  --mat-slider-handle-color: #052033;
  --mat-slider-hover-handle-color: #052033;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #052033 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #052033 4%, transparent);
  --mat-slider-inactive-track-color: #052033;
  --mat-slider-ripple-color: #052033;
  --mat-slider-with-tick-marks-active-container-color: #ffffff;
  --mat-slider-with-tick-marks-inactive-container-color: #052033;
  --mat-slider-disabled-active-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-label-container-color: #424242;
  --mat-slider-label-label-text-color: white;
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, 0.87);
  --mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, 0.87);
}
.mat-accent {
  --mat-slider-active-track-color: #e6d85a;
  --mat-slider-focus-handle-color: #e6d85a;
  --mat-slider-handle-color: #e6d85a;
  --mat-slider-hover-handle-color: #e6d85a;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #e6d85a 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #e6d85a 4%, transparent);
  --mat-slider-inactive-track-color: #e6d85a;
  --mat-slider-ripple-color: #e6d85a;
  --mat-slider-with-tick-marks-active-container-color: #000000;
  --mat-slider-with-tick-marks-inactive-container-color: #e6d85a;
}
.mat-warn {
  --mat-slider-active-track-color: #cc0000;
  --mat-slider-focus-handle-color: #cc0000;
  --mat-slider-handle-color: #cc0000;
  --mat-slider-hover-handle-color: #cc0000;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #cc0000 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #cc0000 4%, transparent);
  --mat-slider-inactive-track-color: #cc0000;
  --mat-slider-ripple-color: #cc0000;
  --mat-slider-with-tick-marks-active-container-color: #ffffff;
  --mat-slider-with-tick-marks-inactive-container-color: #cc0000;
}
html {
  --mat-slider-label-label-text-font: Gilroy;
  --mat-slider-label-label-text-size: 14px;
  --mat-slider-label-label-text-line-height: 22px;
  --mat-slider-label-label-text-tracking: 0.0071428571em;
  --mat-slider-label-label-text-weight: 500;
}
html {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-font: Gilroy;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: 0.03125em;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 400;
}
html {
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mat-list-list-item-container-shape: 0;
  --mat-list-list-item-leading-avatar-shape: 50%;
  --mat-list-list-item-container-color: transparent;
  --mat-list-list-item-selected-container-color: transparent;
  --mat-list-list-item-leading-avatar-color: transparent;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-disabled-state-layer-color: transparent;
  --mat-list-list-item-disabled-state-layer-opacity: 0;
  --mat-list-list-item-disabled-label-text-opacity: 0.38;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
}
html {
  --mat-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-checked-ripple-color: #052033;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #052033;
  --mat-radio-selected-hover-icon-color: #052033;
  --mat-radio-selected-icon-color: #052033;
  --mat-radio-selected-pressed-icon-color: #052033;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #e6d85a;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #e6d85a;
  --mat-radio-selected-hover-icon-color: #e6d85a;
  --mat-radio-selected-icon-color: #e6d85a;
  --mat-radio-selected-pressed-icon-color: #e6d85a;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #cc0000;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #cc0000;
  --mat-radio-selected-hover-icon-color: #cc0000;
  --mat-radio-selected-icon-color: #cc0000;
  --mat-radio-selected-pressed-icon-color: #cc0000;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #ffffff;
  --mat-checkbox-selected-focus-icon-color: #052033;
  --mat-checkbox-selected-hover-icon-color: #052033;
  --mat-checkbox-selected-icon-color: #052033;
  --mat-checkbox-selected-pressed-icon-color: #052033;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #052033;
  --mat-checkbox-selected-hover-state-layer-color: #052033;
  --mat-checkbox-selected-pressed-state-layer-color: #052033;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #000000;
  --mat-checkbox-selected-focus-icon-color: #e6d85a;
  --mat-checkbox-selected-hover-icon-color: #e6d85a;
  --mat-checkbox-selected-icon-color: #e6d85a;
  --mat-checkbox-selected-pressed-icon-color: #e6d85a;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #e6d85a;
  --mat-checkbox-selected-hover-state-layer-color: #e6d85a;
  --mat-checkbox-selected-pressed-state-layer-color: #e6d85a;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #ffffff;
  --mat-checkbox-selected-focus-icon-color: #cc0000;
  --mat-checkbox-selected-hover-icon-color: #cc0000;
  --mat-checkbox-selected-icon-color: #cc0000;
  --mat-checkbox-selected-pressed-icon-color: #cc0000;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #cc0000;
  --mat-checkbox-selected-hover-state-layer-color: #cc0000;
  --mat-checkbox-selected-pressed-state-layer-color: #cc0000;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #052033;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-list-list-item-one-line-container-height: 48px;
  --mat-list-list-item-two-line-container-height: 64px;
  --mat-list-list-item-three-line-container-height: 88px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mat-list-list-item-label-text-font: Gilroy;
  --mat-list-list-item-label-text-line-height: 24px;
  --mat-list-list-item-label-text-size: 16px;
  --mat-list-list-item-label-text-tracking: 0.03125em;
  --mat-list-list-item-label-text-weight: 400;
  --mat-list-list-item-supporting-text-font: Gilroy;
  --mat-list-list-item-supporting-text-line-height: 20px;
  --mat-list-list-item-supporting-text-size: 14px;
  --mat-list-list-item-supporting-text-tracking: normal;
  --mat-list-list-item-supporting-text-weight: 400;
  --mat-list-list-item-trailing-supporting-text-font: Gilroy;
  --mat-list-list-item-trailing-supporting-text-line-height: 20px;
  --mat-list-list-item-trailing-supporting-text-size: 12px;
  --mat-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mat-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
  font: 600 1.17em / 28px Gilroy;
  letter-spacing: normal;
}
html {
  --mat-paginator-page-size-select-width: 84px;
  --mat-paginator-page-size-select-touch-target-height: 48px;
}
html {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
html {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}
html {
  --mat-paginator-container-text-font: Gilroy;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: 0.0333333333em;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
}
html {
  --mat-tab-container-height: 48px;
  --mat-tab-divider-color: transparent;
  --mat-tab-divider-height: 0;
  --mat-tab-active-indicator-height: 2px;
  --mat-tab-active-indicator-shape: 0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #052033;
  --mat-tab-active-ripple-color: #052033;
  --mat-tab-inactive-ripple-color: #052033;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #052033;
  --mat-tab-active-hover-label-text-color: #052033;
  --mat-tab-active-focus-indicator-color: #052033;
  --mat-tab-active-hover-indicator-color: #052033;
  --mat-tab-active-indicator-color: #052033;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #e6d85a;
  --mat-tab-active-ripple-color: #e6d85a;
  --mat-tab-inactive-ripple-color: #e6d85a;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #e6d85a;
  --mat-tab-active-hover-label-text-color: #e6d85a;
  --mat-tab-active-focus-indicator-color: #e6d85a;
  --mat-tab-active-hover-indicator-color: #e6d85a;
  --mat-tab-active-indicator-color: #e6d85a;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #cc0000;
  --mat-tab-active-ripple-color: #cc0000;
  --mat-tab-inactive-ripple-color: #cc0000;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #cc0000;
  --mat-tab-active-hover-label-text-color: #cc0000;
  --mat-tab-active-focus-indicator-color: #cc0000;
  --mat-tab-active-hover-indicator-color: #cc0000;
  --mat-tab-active-indicator-color: #cc0000;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-background-color: #052033;
  --mat-tab-foreground-color: #ffffff;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-background-color: #e6d85a;
  --mat-tab-foreground-color: #000000;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-background-color: #cc0000;
  --mat-tab-foreground-color: #ffffff;
}
.mat-mdc-tab-header {
  --mat-tab-container-height: 48px;
}
.mat-mdc-tab-header {
  --mat-tab-label-text-font: Gilroy;
  --mat-tab-label-text-size: 14px;
  --mat-tab-label-text-tracking: 0.0892857143em;
  --mat-tab-label-text-line-height: 36px;
  --mat-tab-label-text-weight: 500;
}
html {
  --mat-checkbox-disabled-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-touch-target-size: 48px;
}
html {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #000000;
  --mat-checkbox-selected-focus-icon-color: #e6d85a;
  --mat-checkbox-selected-hover-icon-color: #e6d85a;
  --mat-checkbox-selected-icon-color: #e6d85a;
  --mat-checkbox-selected-pressed-icon-color: #e6d85a;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #e6d85a;
  --mat-checkbox-selected-hover-state-layer-color: #e6d85a;
  --mat-checkbox-selected-pressed-state-layer-color: #e6d85a;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #ffffff;
  --mat-checkbox-selected-focus-icon-color: #052033;
  --mat-checkbox-selected-hover-icon-color: #052033;
  --mat-checkbox-selected-icon-color: #052033;
  --mat-checkbox-selected-pressed-icon-color: #052033;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #052033;
  --mat-checkbox-selected-hover-state-layer-color: #052033;
  --mat-checkbox-selected-pressed-state-layer-color: #052033;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #ffffff;
  --mat-checkbox-selected-focus-icon-color: #cc0000;
  --mat-checkbox-selected-hover-icon-color: #cc0000;
  --mat-checkbox-selected-icon-color: #cc0000;
  --mat-checkbox-selected-pressed-icon-color: #cc0000;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #cc0000;
  --mat-checkbox-selected-hover-state-layer-color: #cc0000;
  --mat-checkbox-selected-pressed-state-layer-color: #cc0000;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 40px;
}
html {
  --mat-checkbox-label-text-font: Gilroy;
  --mat-checkbox-label-text-line-height: 20px;
  --mat-checkbox-label-text-size: 14px;
  --mat-checkbox-label-text-tracking: normal;
  --mat-checkbox-label-text-weight: 400;
}
html {
  --mat-button-filled-container-shape: 4px;
  --mat-button-filled-horizontal-padding: 16px;
  --mat-button-filled-icon-offset: -4px;
  --mat-button-filled-icon-spacing: 8px;
  --mat-button-filled-touch-target-size: 48px;
  --mat-button-outlined-container-shape: 4px;
  --mat-button-outlined-horizontal-padding: 15px;
  --mat-button-outlined-icon-offset: -4px;
  --mat-button-outlined-icon-spacing: 8px;
  --mat-button-outlined-keep-touch-target: false;
  --mat-button-outlined-outline-width: 1px;
  --mat-button-outlined-touch-target-size: 48px;
  --mat-button-protected-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-container-shape: 4px;
  --mat-button-protected-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-horizontal-padding: 16px;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-icon-offset: -4px;
  --mat-button-protected-icon-spacing: 8px;
  --mat-button-protected-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-button-protected-touch-target-size: 48px;
  --mat-button-text-container-shape: 4px;
  --mat-button-text-horizontal-padding: 8px;
  --mat-button-text-icon-offset: 0;
  --mat-button-text-icon-spacing: 8px;
  --mat-button-text-with-icon-horizontal-padding: 8px;
  --mat-button-text-touch-target-size: 48px;
  --mat-button-tonal-container-shape: 4px;
  --mat-button-tonal-horizontal-padding: 16px;
  --mat-button-tonal-icon-offset: -4px;
  --mat-button-tonal-icon-spacing: 8px;
  --mat-button-tonal-touch-target-size: 48px;
}
html {
  --mat-button-filled-container-color: white;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-outlined-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-container-color: white;
  --mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-text-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-container-color: white;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-button.mat-primary,
.mat-mdc-unelevated-button.mat-primary,
.mat-mdc-raised-button.mat-primary,
.mat-mdc-outlined-button.mat-primary,
.mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #052033;
  --mat-button-filled-label-text-color: #ffffff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-button-filled-state-layer-color: #ffffff;
  --mat-button-outlined-label-text-color: #052033;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #052033 12%, transparent);
  --mat-button-outlined-state-layer-color: #052033;
  --mat-button-protected-container-color: #052033;
  --mat-button-protected-label-text-color: #ffffff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-button-protected-state-layer-color: #ffffff;
  --mat-button-text-label-text-color: #052033;
  --mat-button-text-ripple-color: color-mix(in srgb, #052033 12%, transparent);
  --mat-button-text-state-layer-color: #052033;
  --mat-button-tonal-container-color: #052033;
  --mat-button-tonal-label-text-color: #ffffff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-button-tonal-state-layer-color: #ffffff;
}
.mat-mdc-button.mat-accent,
.mat-mdc-unelevated-button.mat-accent,
.mat-mdc-raised-button.mat-accent,
.mat-mdc-outlined-button.mat-accent,
.mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #e6d85a;
  --mat-button-filled-label-text-color: #000000;
  --mat-button-filled-ripple-color: color-mix(in srgb, #000000 12%, transparent);
  --mat-button-filled-state-layer-color: #000000;
  --mat-button-outlined-label-text-color: #e6d85a;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #e6d85a 12%, transparent);
  --mat-button-outlined-state-layer-color: #e6d85a;
  --mat-button-protected-container-color: #e6d85a;
  --mat-button-protected-label-text-color: #000000;
  --mat-button-protected-ripple-color: color-mix(in srgb, #000000 12%, transparent);
  --mat-button-protected-state-layer-color: #000000;
  --mat-button-text-label-text-color: #e6d85a;
  --mat-button-text-ripple-color: color-mix(in srgb, #e6d85a 12%, transparent);
  --mat-button-text-state-layer-color: #e6d85a;
  --mat-button-tonal-container-color: #e6d85a;
  --mat-button-tonal-label-text-color: #000000;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #000000 12%, transparent);
  --mat-button-tonal-state-layer-color: #000000;
}
.mat-mdc-button.mat-warn,
.mat-mdc-unelevated-button.mat-warn,
.mat-mdc-raised-button.mat-warn,
.mat-mdc-outlined-button.mat-warn,
.mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #cc0000;
  --mat-button-filled-label-text-color: #ffffff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-button-filled-state-layer-color: #ffffff;
  --mat-button-outlined-label-text-color: #cc0000;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #cc0000 12%, transparent);
  --mat-button-outlined-state-layer-color: #cc0000;
  --mat-button-protected-container-color: #cc0000;
  --mat-button-protected-label-text-color: #ffffff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-button-protected-state-layer-color: #ffffff;
  --mat-button-text-label-text-color: #cc0000;
  --mat-button-text-ripple-color: color-mix(in srgb, #cc0000 12%, transparent);
  --mat-button-text-state-layer-color: #cc0000;
  --mat-button-tonal-container-color: #cc0000;
  --mat-button-tonal-label-text-color: #ffffff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-button-tonal-state-layer-color: #ffffff;
}
html {
  --mat-button-filled-container-height: 36px;
  --mat-button-filled-touch-target-display: block;
  --mat-button-outlined-container-height: 36px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-container-height: 36px;
  --mat-button-protected-touch-target-display: block;
  --mat-button-text-container-height: 36px;
  --mat-button-text-touch-target-display: block;
  --mat-button-tonal-container-height: 36px;
  --mat-button-tonal-touch-target-display: block;
}
html {
  --mat-button-filled-label-text-font: Gilroy;
  --mat-button-filled-label-text-size: 14px;
  --mat-button-filled-label-text-tracking: 0.0892857143em;
  --mat-button-filled-label-text-transform: none;
  --mat-button-filled-label-text-weight: 500;
  --mat-button-outlined-label-text-font: Gilroy;
  --mat-button-outlined-label-text-size: 14px;
  --mat-button-outlined-label-text-tracking: 0.0892857143em;
  --mat-button-outlined-label-text-transform: none;
  --mat-button-outlined-label-text-weight: 500;
  --mat-button-protected-label-text-font: Gilroy;
  --mat-button-protected-label-text-size: 14px;
  --mat-button-protected-label-text-tracking: 0.0892857143em;
  --mat-button-protected-label-text-transform: none;
  --mat-button-protected-label-text-weight: 500;
  --mat-button-text-label-text-font: Gilroy;
  --mat-button-text-label-text-size: 14px;
  --mat-button-text-label-text-tracking: 0.0892857143em;
  --mat-button-text-label-text-transform: none;
  --mat-button-text-label-text-weight: 500;
  --mat-button-tonal-label-text-font: Gilroy;
  --mat-button-tonal-label-text-size: 14px;
  --mat-button-tonal-label-text-tracking: 0.0892857143em;
  --mat-button-tonal-label-text-transform: none;
  --mat-button-tonal-label-text-weight: 500;
}
html {
  --mat-icon-button-icon-size: 24px;
  --mat-icon-button-container-shape: 50%;
  --mat-icon-button-touch-target-size: 48px;
}
html {
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-icon-button-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #052033;
  --mat-icon-button-state-layer-color: #052033;
  --mat-icon-button-ripple-color: color-mix(in srgb, #052033 12%, transparent);
}
.mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #e6d85a;
  --mat-icon-button-state-layer-color: #e6d85a;
  --mat-icon-button-ripple-color: color-mix(in srgb, #e6d85a 12%, transparent);
}
.mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #cc0000;
  --mat-icon-button-state-layer-color: #cc0000;
  --mat-icon-button-ripple-color: color-mix(in srgb, #cc0000 12%, transparent);
}
html {
  --mat-icon-button-touch-target-display: block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  --mat-icon-button-state-layer-size: 48px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mat-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-container-shape: 50%;
  --mat-fab-touch-target-size: 48px;
  --mat-fab-extended-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-container-height: 48px;
  --mat-fab-extended-container-shape: 24px;
  --mat-fab-extended-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-container-shape: 50%;
  --mat-fab-small-touch-target-size: 48px;
  --mat-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mat-fab-container-color: white;
  --mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-container-color: white;
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-fab-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #052033;
  --mat-fab-foreground-color: #ffffff;
  --mat-fab-ripple-color: color-mix(in srgb, #052033 12%, transparent);
  --mat-fab-small-container-color: #052033;
  --mat-fab-small-foreground-color: #ffffff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-fab-small-state-layer-color: #ffffff;
  --mat-fab-state-layer-color: #ffffff;
}
.mat-mdc-fab.mat-accent,
.mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #e6d85a;
  --mat-fab-foreground-color: #000000;
  --mat-fab-ripple-color: color-mix(in srgb, #e6d85a 12%, transparent);
  --mat-fab-small-container-color: #e6d85a;
  --mat-fab-small-foreground-color: #000000;
  --mat-fab-small-ripple-color: color-mix(in srgb, #000000 12%, transparent);
  --mat-fab-small-state-layer-color: #000000;
  --mat-fab-state-layer-color: #000000;
}
.mat-mdc-fab.mat-warn,
.mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #cc0000;
  --mat-fab-foreground-color: #ffffff;
  --mat-fab-ripple-color: color-mix(in srgb, #cc0000 12%, transparent);
  --mat-fab-small-container-color: #cc0000;
  --mat-fab-small-foreground-color: #ffffff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-fab-small-state-layer-color: #ffffff;
  --mat-fab-state-layer-color: #ffffff;
}
html {
  --mat-fab-small-touch-target-display: block;
  --mat-fab-touch-target-display: block;
}
html {
  --mat-fab-extended-label-text-font: Gilroy;
  --mat-fab-extended-label-text-size: 14px;
  --mat-fab-extended-label-text-tracking: 0.0892857143em;
  --mat-fab-extended-label-text-weight: 500;
}
html {
  --mat-snack-bar-container-shape: 4px;
}
html {
  --mat-snack-bar-container-color: #424242;
  --mat-snack-bar-supporting-text-color: white;
  --mat-snack-bar-button-color: #4b7ad0;
}
html {
  --mat-snack-bar-supporting-text-font: Gilroy;
  --mat-snack-bar-supporting-text-line-height: 20px;
  --mat-snack-bar-supporting-text-size: 14px;
  --mat-snack-bar-supporting-text-weight: 400;
}
html {
  --mat-table-row-item-outline-width: 1px;
}
html {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}
html {
  --mat-table-header-headline-font: Gilroy;
  --mat-table-header-headline-line-height: 22px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.0071428571em;
  --mat-table-row-item-label-text-font: Gilroy;
  --mat-table-row-item-label-text-line-height: 20px;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: normal;
  --mat-table-footer-supporting-text-font: Gilroy;
  --mat-table-footer-supporting-text-line-height: 20px;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: normal;
}
html {
  --mat-progress-spinner-active-indicator-width: 4px;
  --mat-progress-spinner-size: 48px;
}
html {
  --mat-progress-spinner-active-indicator-color: #052033;
}
.mat-accent {
  --mat-progress-spinner-active-indicator-color: #e6d85a;
}
.mat-warn {
  --mat-progress-spinner-active-indicator-color: #cc0000;
}
html {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
}
html {
  --mat-badge-background-color: #052033;
  --mat-badge-text-color: #ffffff;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-badge-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-badge-accent {
  --mat-badge-background-color: #e6d85a;
  --mat-badge-text-color: #000000;
}
.mat-badge-warn {
  --mat-badge-background-color: #cc0000;
  --mat-badge-text-color: #ffffff;
}
html {
  --mat-badge-text-font: Gilroy;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
}
html {
  --mat-bottom-sheet-container-shape: 4px;
}
html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}
html {
  --mat-bottom-sheet-container-text-font: Gilroy;
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: normal;
  --mat-bottom-sheet-container-text-weight: 400;
}
html {
  --mat-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-button-toggle-legacy-focus-state-layer-opacity: 1;
  --mat-button-toggle-legacy-height: 36px;
  --mat-button-toggle-legacy-shape: 2px;
  --mat-button-toggle-shape: 4px;
}
html {
  --mat-button-toggle-background-color: white;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: white;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-divider-color: rgba(0, 0, 0, 0.12);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-disabled-state-background-color: white;
  --mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-button-toggle-height: 48px;
}
html {
  --mat-button-toggle-label-text-font: Gilroy;
  --mat-button-toggle-label-text-line-height: 24px;
  --mat-button-toggle-label-text-size: 16px;
  --mat-button-toggle-label-text-tracking: 0.03125em;
  --mat-button-toggle-label-text-weight: 400;
  --mat-button-toggle-legacy-label-text-font: Gilroy;
  --mat-button-toggle-legacy-label-text-line-height: 24px;
  --mat-button-toggle-legacy-label-text-size: 16px;
  --mat-button-toggle-legacy-label-text-tracking: 0.03125em;
  --mat-button-toggle-legacy-label-text-weight: 400;
}
html {
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #052033 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #e6d85a 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #ffffff;
  --mat-datepicker-calendar-date-selected-state-background-color: #052033;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #052033 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #ffffff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #052033 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #052033 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #052033;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent,
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #e6d85a 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #e6d85a 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #000000;
  --mat-datepicker-calendar-date-selected-state-background-color: #e6d85a;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #e6d85a 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #000000;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #e6d85a 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #e6d85a 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #e6d85a;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-warn,
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #cc0000 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #e6d85a 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #ffffff;
  --mat-datepicker-calendar-date-selected-state-background-color: #cc0000;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #cc0000 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #ffffff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #cc0000 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #cc0000 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #cc0000;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  --mat-icon-button-state-layer-size: 40px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-datepicker-calendar-text-font: Gilroy;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
}
html {
  --mat-divider-width: 1px;
}
html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}
html {
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
}
html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}
html {
  --mat-expansion-header-text-font: Gilroy;
  --mat-expansion-header-text-size: 14px;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Gilroy;
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: normal;
  --mat-expansion-container-text-weight: 400;
}
html {
  --mat-grid-list-tile-header-primary-text-size: 14px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 14px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
}
html {
  --mat-icon-color: inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color: #052033;
}
.mat-icon.mat-accent {
  --mat-icon-color: #e6d85a;
}
.mat-icon.mat-warn {
  --mat-icon-color: #cc0000;
}
html {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
}
html {
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
}
html {
  --mat-stepper-header-focus-state-layer-shape: 0;
  --mat-stepper-header-hover-state-layer-shape: 0;
}
html {
  --mat-stepper-header-icon-foreground-color: #ffffff;
  --mat-stepper-header-selected-state-icon-background-color: #052033;
  --mat-stepper-header-selected-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-done-state-icon-background-color: #052033;
  --mat-stepper-header-done-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-edit-state-icon-background-color: #052033;
  --mat-stepper-header-edit-state-icon-foreground-color: #ffffff;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #cc0000;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #cc0000;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
.mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: #000000;
  --mat-stepper-header-selected-state-icon-background-color: #e6d85a;
  --mat-stepper-header-selected-state-icon-foreground-color: #000000;
  --mat-stepper-header-done-state-icon-background-color: #e6d85a;
  --mat-stepper-header-done-state-icon-foreground-color: #000000;
  --mat-stepper-header-edit-state-icon-background-color: #e6d85a;
  --mat-stepper-header-edit-state-icon-foreground-color: #000000;
}
.mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: #ffffff;
  --mat-stepper-header-selected-state-icon-background-color: #cc0000;
  --mat-stepper-header-selected-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-done-state-icon-background-color: #cc0000;
  --mat-stepper-header-done-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-edit-state-icon-background-color: #cc0000;
  --mat-stepper-header-edit-state-icon-foreground-color: #ffffff;
}
html {
  --mat-stepper-header-height: 72px;
}
html {
  --mat-stepper-container-text-font: Gilroy;
  --mat-stepper-header-label-text-font: Gilroy;
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}
html {
  --mat-sort-arrow-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #052033;
  --mat-toolbar-container-text-color: #ffffff;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #e6d85a;
  --mat-toolbar-container-text-color: #000000;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #cc0000;
  --mat-toolbar-container-text-color: #ffffff;
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
html {
  --mat-toolbar-title-text-font: Gilroy;
  --mat-toolbar-title-text-line-height: 28px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: 0.02em;
  --mat-toolbar-title-text-weight: 700;
}
html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height: 48px;
}
html {
  --mat-tree-node-text-font: Gilroy;
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 400;
}
html {
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-timepicker-container-background-color: white;
}
.main-logo {
  fill: rgba(0, 0, 0, 0.87);
}
.main-logo.alt-color {
  fill: #f7f7f8;
}
.hamburger-button .bar1,
.hamburger-button .bar2,
.hamburger-button .bar3 {
  border: 1px solid rgba(0, 0, 0, 0.87);
}
.hamburger-button.open .bar1,
.hamburger-button.open .bar2,
.hamburger-button.open .bar3 {
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.87);
}
.dropdown {
  background-color: white;
}
.border-solid-soft {
  border: 1px solid rgba(0, 0, 0, 0.34);
}
.payout-information {
  padding: 7px 10px;
  background-color: #f5cccc;
  margin-bottom: 10px;
  border-radius: 8px;
  color: rgba(0, 0, 0, 0.54);
}
.box .icon {
  background-color: rgba(0, 0, 0, 0.03);
}
.mat-calendar-content button.highlight .mat-calendar-body-cell-content {
  background-color: #b0c5ea;
}
.mat-mdc-menu-panel {
  border-radius: 8px !important;
}
.mat-mdc-menu-panel .mat-mdc-menu-content {
  padding: initial;
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mdc-list-item:hover .mat-mdc-list-item-icon,
.mat-mdc-menu-panel .mat-mdc-menu-content .mdc-list-item:hover .mdc-list-item__primary-text {
  color: #02111d;
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mdc-list-item .mat-mdc-list-item-icon,
.mat-mdc-menu-panel .mat-mdc-menu-content .mdc-list-item .mdc-list-item__primary-text {
  color: rgba(0, 0, 0, 0.87);
}
.mdc-menu-surface {
  min-width: 250px;
}
.mat-mdc-tab-links .mat-mdc-tab-link.mat-mdc-focus-indicator {
  min-width: initial;
  padding-left: 0;
  padding-right: 0;
  margin: 0 16px;
  opacity: 1;
  text-decoration: none;
}
.mat-mdc-tab-links .mat-mdc-tab-link.mat-mdc-focus-indicator.mdc-tab--active .mdc-tab__content .mdc-tab__text-label {
  font-weight: 600;
}
.mat-mdc-tab-links .mat-mdc-tab-link.mat-mdc-focus-indicator .mdc-tab__content .mdc-tab__text-label {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: initial;
  color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-tab-links .mat-mdc-tab-link.mat-mdc-focus-indicator .mdc-tab-indicator {
  justify-content: flex-start;
}
.mat-mdc-tab-links .mat-mdc-tab-link.mat-mdc-focus-indicator .mdc-tab-indicator .mdc-tab-indicator__content {
  width: 75%;
  background-color: rgba(0, 0, 0, 0.87);
  border-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-tab-links .mat-mdc-tab-link.mat-mdc-focus-indicator .mdc-tab__ripple::before {
  background-color: initial !important;
}
.mat-mdc-tab-header-pagination-before .mat-mdc-tab-header-pagination-chevron,
.mat-mdc-tab-header-pagination-after .mat-mdc-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
a {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: underline;
}
a.link {
  cursor: pointer;
}
.primary-text {
  color: rgba(0, 0, 0, 0.87);
}
.secondary-text {
  color: rgba(0, 0, 0, 0.54);
}
.alert-text {
  color: #E08441;
}
.empty-slate {
  font-size: 16px;
  font-family: Gilroy;
}
.empty-slate .blank-slate-icon .stroke {
  stroke: rgba(0, 0, 0, 0.87);
}
div > svg path.primary.stroke {
  stroke: #052033;
}
div > svg path.primary.fill {
  fill: #052033;
}
div > svg path.secondary.stroke {
  stroke: rgb(183.9, 202.8, 236.1);
}
div > svg path.secondary.fill {
  fill: rgb(183.9, 202.8, 236.1);
}
.svg-icon path.primary.stroke {
  stroke: rgba(0, 0, 0, 0.87);
}
.svg-icon path.primary.fill {
  fill: rgba(0, 0, 0, 0.87);
}
.font-color.font-color-warn {
  color: #cc0000;
}
.mat-mdc-fab-base {
  box-shadow: initial;
}
button.mdc-button.mat-mdc-button-base {
  text-transform: uppercase;
}
.mat-stepper-horizontal {
  background-color: transparent !important;
}
.mat-stepper-horizontal.disabled-step-header-actions .mat-step-header {
  pointer-events: none;
}
.mat-stepper-horizontal .mat-horizontal-stepper-header-container .mat-step-header .mat-step-label.mat-step-label-selected,
.mat-stepper-horizontal .mat-horizontal-stepper-header-container .mat-step-header .mat-step-label.mat-step-label-active,
.mat-stepper-horizontal .mat-horizontal-stepper-header-container .mat-step-header .mat-step-label.mat-step-label-error {
  font-weight: 500;
}
.mat-stepper-horizontal .mat-horizontal-stepper-header-container .mat-step-header .mat-step-label.mat-step-label-active.mat-step-label-selected::before {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-stepper-horizontal .mat-horizontal-content-container {
  padding: initial;
}
.mat-button-toggle-group {
  width: 100%;
  font-size: 14px;
  box-shadow: initial;
  border: initial;
  background-color: white;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 500;
}
.mat-button-toggle-group .mat-button-toggle {
  width: 100%;
  border-radius: 6px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.54);
  padding: 5px;
}
.mat-button-toggle-group .mat-button-toggle .mat-button-toggle-button .mat-button-toggle-label-content {
  line-height: normal;
  padding: 0 8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
}
.mat-button-toggle-group .mat-button-toggle-checked {
  background-color: #052033;
  color: #ffffff;
}
.mat-button-toggle-group .mat-button-toggle-checked .mat-button-toggle-focus-overlay {
  border: initial !important;
}
button.collapse-layout-button.mat-mdc-mini-fab {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
shared-language-selector .language-selector.dark-contrast mat-icon {
  color: white;
}
shared-language-selector .language-selector.dark-contrast .lang-item > img {
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.25);
}
.mat-caption {
  display: inline;
  color: #1c283f;
}
.collab-report-preview > .reported-active {
  color: rgba(0, 0, 0, 0.54);
  background-color: white;
}
.collab-report-preview > .reported-active .value {
  color: rgba(0, 0, 0, 0.87);
}
.top-bar-extra-info {
  background: white;
  border-top: 1px solid #E0E0E0;
  border-radius: 0 0 25px 25px;
  color: rgba(0, 0, 0, 0.87);
}
.grid-collaboration-item.action-required {
  border-top-color: #FCF6EC;
  outline-color: #E08441;
}
.grid-collaboration-item.action-required .action-message {
  color: #E08441;
}
.action-required-message-top {
  background-color: #FCF6EC;
  box-shadow: 0 0 1px 1px #E08441;
  outline: 1px solid #E08441;
  color: #E08441;
}
.partner-item .workfield {
  background-color: #dcd226;
  color: #2e5cb0;
}
body {
  background-color: #f7f7f8;
  color: rgba(0, 0, 0, 0.87);
}
.title-component-header {
  color: rgba(0, 0, 0, 0.87);
}
.layout-nav-1 {
  background-color: white;
}
.layout-footer-1 {
  background-color: white;
}
app-horizontal-user-cabinet .active {
  background-color: rgb(242.25, 242.25, 242.25);
}
.auth-layout-content-container {
  border-radius: 4px 4px 0 0;
  background-color: #f7f7f8;
}
.notifications-icon.has-unread-notifications::after {
  border: 2px solid #f7f7f8;
  background-color: #cc0000;
}
.notifications-wrapper {
  color: rgba(0, 0, 0, 0.87);
}
.notifications-wrapper .notification-item {
  background: #f7f7f8;
}
.notifications-wrapper .notification-item:not(:last-child) {
  border-bottom: 1px solid rgb(239.08, 239.08, 241.07);
}
.notifications-wrapper .notification-item.unread {
  background: white;
}
.notifications-wrapper .notification-review {
  color: #cc0000;
}
@keyframes barridoDerecha {
  0% {
    background-position: 200% center;
  }
  100% {
    background-position: -200% center;
  }
}
.background-grey {
  background-color: rgba(0, 0, 0, 0.54)14;
}
.auth-notice {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.54)14;
  border-radius: 5px;
  margin: 10px 0;
  font-size: 0.9em;
  line-height: 1.4em;
}
.auth-error {
  padding: 10px;
  background-color: #f5cccc;
  border-radius: 5px;
  margin: 10px 0;
}
.highlight-notice {
  padding: 5px;
  border-radius: 4px;
  border: 1px solid;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.highlight-notice.alert {
  background-color: #FCF6EC;
  color: #E08441;
  border-color: #E08441;
}
.highlight-notice .notice {
  font-size: small;
}
mat-card.mat-mdc-card {
  border-radius: 4px;
  background-color: white;
}
mat-card.mat-mdc-card.dashboard-item mat-card-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
mat-card.mat-mdc-card .calc-highlight {
  background-color: white;
}
mat-card.mat-mdc-card .calc-highlight .notice {
  background-color: #EAEFF7;
}
mat-card.mat-mdc-card .calc-subitem-wrapper {
  background-color: rgb(216.5844827586, 225.7310344828, 240.3655172414);
}
mat-card.mat-mdc-card .label,
mat-card.mat-mdc-card .secondary-value {
  color: rgba(0, 0, 0, 0.54);
}
mat-card.mat-mdc-card .select-user-type-item-icon svg > path {
  stroke: #cc0000;
}
mat-card.mat-mdc-card.radio-checkbox-right.radio-checkbox-color.warn::after {
  color: #cc0000;
}
mat-card.mat-mdc-card.radio-checkbox-right.selected {
  border: 1px solid rgba(0, 0, 0, 0.87);
}
mat-card.mat-mdc-card .attest-needed {
  background-color: #FCF6EC;
  color: #E08441;
}
.quick-actions-container h3 {
  color: white;
}
.quick-actions-container .quick-actions .quick-action {
  border-radius: 4px;
  background-color: white;
}
.quick-actions-container .quick-actions .quick-action:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}
.quick-actions-container .quick-actions .quick-action .quick-action-icon {
  background-color: white;
}
.quick-actions-container .quick-actions .quick-action .quick-action-next-arrow button mat-icon {
  color: #052033;
}
.skeleton {
  background-color: transparent;
  border-radius: 4px;
  display: flex;
  height: 2em;
  width: auto;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.12) 25%,
      rgba(63.75, 63.75, 63.75, 0.12) 50%,
      rgba(0, 0, 0, 0.12) 75%);
  background-size: 200% 100%;
  animation: barridoDerecha 1.5s linear infinite;
}
.skeleton.circle {
  width: 26px;
}
.card-outline-error {
  box-shadow: 1px -66px 52px -24px rgba(255, 0, 0, 0.34) inset;
  -webkit-box-shadow: 1px -66px 52px -24px rgba(255, 0, 0, 0.34) inset;
  -moz-box-shadow: 1px -66px 52px -24px rgba(255, 0, 0, 0.34) inset;
}
.provider-select {
  border-radius: 4px;
  background-color: #f7f7f8;
}
.invitation-container {
  border-radius: 4px;
  background-color: white;
}
.table-set-wrapper {
  background-color: white;
  border-radius: 4px;
}
.table-set-wrapper .multi-select-notice {
  background-color: #052033;
}
.table-set-wrapper .table-set-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.table-set-wrapper .table-set-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.mat-mdc-table .expandable-row.expanded-row {
  border-bottom: 8px solid #f7f7f8;
}
.mat-mdc-table.expandable .mat-mdc-row:nth-child(4n+1) {
  background-color: rgb(242.55, 242.55, 242.55);
}
.mat-mdc-table:not(.expandable) .mat-mdc-row:nth-child(2n+1) {
  background-color: rgb(242.55, 242.55, 242.55);
}
.mat-mdc-table .mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-table .mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
  text-overflow: ellipsis;
  border-bottom-width: 0 !important;
}
.mat-mdc-table:not(.vertical-table) .mat-mdc-row .clickable-cell .cell-wrapper:hover {
  background-color: rgba(245, 204, 204, 0.3);
}
.table-subtotal {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #052033;
  padding: 15px 20px;
  color: white;
  box-sizing: border-box;
}
.mat-mdc-paginator .mat-mdc-paginator-container {
  color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-paginator .mat-mdc-paginator-container mat-form-field.mat-mdc-form-field.form-field-highlight {
  background-color: rgb(242.55, 242.55, 242.55)78;
}
.mat-mdc-paginator .mat-mdc-paginator-container mat-form-field.mat-mdc-form-field .mat-mdc-form-field-flex .mdc-notched-outline .mdc-notched-outline__leading,
.mat-mdc-paginator .mat-mdc-paginator-container mat-form-field.mat-mdc-form-field .mat-mdc-form-field-flex .mdc-notched-outline .mdc-notched-outline__trailing {
  display: none;
}
.mat-mdc-paginator .mat-mdc-paginator-container mat-form-field.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.timeline.finished .timeline-row .event .ball {
  animation: none;
}
.timeline.finished .timeline-row .event .ball,
.timeline.finished .timeline-row .event .line {
  background: #5cc35a;
}
.timeline:not(.finished) .timeline-row.is-last .event .ball {
  animation: bounce-glow 1s ease-in-out infinite alternate;
  background: #052033;
}
.timeline:not(.finished) .timeline-row.past .event .ball,
.timeline:not(.finished) .timeline-row.past .event .line {
  background: #052033;
}
.timeline:not(.finished) .timeline-row.future .event .ball,
.timeline:not(.finished) .timeline-row.future .event .line {
  background: #E0E0E0;
}
@keyframes bounce-glow {
  0% {
    box-shadow: 0 0 0 4px rgba(4, 27, 44, 0);
  }
  100% {
    box-shadow: 0 0 0px 4px rgba(4, 27, 44, 0.4);
  }
}
.avatar {
  background-color: #96add7;
  object-fit: cover;
}
.mini-text-carousel {
  color: white;
}
.custom-sidenav {
  background-color: white;
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.12);
}
.org-switcher-wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
.org-switcher-expanded {
  background-color: rgb(242.25, 242.25, 242.25);
  color: rgba(0, 0, 0, 0.87);
  border-radius: 4px 4px 0 0;
}
.sidebar-menu-items-container {
  padding: 0 12px;
  box-sizing: border-box;
}
.sidebar-menu-items-container .mat-mdc-list-item {
  padding-top: 3px;
  margin-bottom: 3px;
  border-radius: 4px !important;
}
.sidebar-menu-items-container .mat-mdc-list-item .mdc-list-item__content .mat-mdc-list-item-title {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}
.sidebar-menu-items-container .mat-mdc-list-item .mat-mdc-list-item-icon {
  margin-right: 16px;
  text-align: center;
}
.sidebar-menu-items-container .mat-mdc-list-item .mat-mdc-list-item-icon > * {
  color: rgba(0, 0, 0, 0.87);
}
.sidebar-menu-items-container .mat-mdc-list-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.sidebar-menu-items-container .mat-mdc-list-item.active {
  background-color: #052033;
  color: #ffffff;
}
.sidebar-menu-items-container .mat-mdc-list-item.active .mdc-list-item__content .mat-mdc-list-item-title {
  color: #ffffff;
}
.sidebar-menu-items-container .mat-mdc-list-item.active .mat-mdc-list-item-icon > * {
  color: #ffffff;
}
.sidebar-menu-items-container .sidebar-category .label {
  color: rgba(0, 0, 0, 0.54);
}
.sidebar-menu-items-container .sidebar-category .divider {
  border-color: rgba(0, 0, 0, 0.54);
}
.content-header.sidebar-state-closed {
  background-color: white;
}
.status-wrapper .status {
  background-color: transparent;
}
.status-wrapper .status.orange,
.status-wrapper .status.warning {
  background-color: #E0844116;
  color: #E08441;
}
.status-wrapper .status.yellow {
  background-color: #CF9F0216;
  color: #CF9F02;
}
.status-wrapper .status.red,
.status-wrapper .status.error {
  background-color: #f24a3516;
  color: #f24a35;
}
.status-wrapper .status.green,
.status-wrapper .status.success {
  background-color: #2DB22A16;
  color: #2DB22A;
}
.status-wrapper .status.grey,
.status-wrapper .status.loading {
  background-color: #757F8B16;
  color: #757F8B;
}
.status-wrapper .status.blue,
.status-wrapper .status.info {
  background-color: #1F5BB616;
  color: #1F5BB6;
}
.item-number.pending {
  color: #E08441;
}
.item-number.cancelled,
.item-number.not-billed,
.item-number.not-paid,
.item-number.bill-not-paid .item-number.unpaid {
  color: #f24a35;
}
.item-number.sent,
.item-number.active,
.item-number.accepted,
.item-number.ongoing,
.item-number.new,
.item-number.paid-out {
  color: #2DB22A;
}
.item-number.finished,
.item-number.declined {
  color: #757F8B;
}
.item-number.payout-waiting {
  color: #1F5BB6;
}
.mat-mdc-dialog-container .mat-mdc-dialog-surface {
  border-radius: 4px !important;
}
.mat-mdc-dialog-container .mat-mdc-dialog-content {
  font-family: Gilroy;
}
app-cookie-consent .banner {
  border: 2px solid rgba(0, 0, 0, 0.12);
  background-color: white;
}
app-cookie-consent .preferences form#cookie-preferences {
  background-color: white;
}
app-cookie-consent .preferences .overlay {
  background-color: rgba(0, 0, 0, 0.8);
}
app-cookie-consent .preferences .option {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.mat-accordion .mat-expansion-panel-header.mat-expanded:focus,
.mat-accordion .mat-expansion-panel-header.mat-expanded:hover {
  background: none;
}
.mat-accordion .mat-expansion-panel {
  border-radius: 4px !important;
}
.mat-accordion .mat-expansion-panel:not(:last-child):not(.mat-expansion-panel-spacing) {
  margin-bottom: 20px;
}
.mat-accordion .mat-expansion-panel.mat-expanded {
  border: 1px solid rgba(0, 0, 0, 0.87);
}
.mat-accordion .mat-expansion-panel.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.mat-accordion .mat-expansion-panel .mat-expansion-panel-header {
  height: auto;
}
.mat-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-content {
  display: block;
  padding: 20px 0;
}
.mat-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-content .mat-expansion-panel-header-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.mat-accordion .mat-expansion-panel .mat-expansion-panel-body {
  padding: 0 16px 16px;
}
.mat-accordion .mat-expansion-panel.no-padding .mat-expansion-panel-body {
  padding: 0;
}
.mat-accordion .panel-title-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.tour-step .tour-block {
  border-radius: 4px;
}
.tour-step .tour-block .tour-title {
  color: rgba(0, 0, 0, 0.87);
  padding-bottom: initial !important;
}
.tour-step .tour-block .tour-content {
  min-height: initial !important;
  color: rgba(0, 0, 0, 0.54);
}
.tour-step .tour-block .tour-buttons button {
  font-size: initial !important;
  padding: 8px 16px !important;
  line-height: initial !important;
}
.tour-step .tour-block .tour-buttons .back-button {
  color: #052033;
}
.tour-step .tour-block .tour-buttons .next-button {
  background-color: #052033;
  border-radius: 8px;
}
.tour-step .tour-block .tour-buttons .next-button:hover {
  background-color: #02111d;
}
.top-list-message {
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 20px;
  margin-bottom: 20px;
}
.top-list-message.warn {
  background-color: rgb(234.85, 175.05, 131.5);
  color: #E08441;
}
.mat-mdc-snack-bar-container.shoutly-snack-bar .mdc-snackbar__surface {
  height: 40px;
  max-width: initial;
  box-shadow: initial;
  padding: 25px;
  text-align: center;
  font-weight: 800;
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
  bottom: 50px;
  position: relative;
}
.mat-mdc-snack-bar-container.shoutly-snack-bar .mdc-snackbar__surface .mat-mdc-snack-bar-label {
  width: 100%;
}
.mat-mdc-snack-bar-container.shoutly-snack-bar .mdc-snackbar__surface .mat-mdc-snack-bar-label.mdc-snackbar__label::before {
  content: " ";
  height: 16px;
  width: 16px;
  position: absolute;
  margin-left: -30px;
  display: block;
  margin-left: -25px;
  bottom: calc(50% - 8px);
}
.mat-mdc-snack-bar-container.shoutly-snack-bar .mdc-snackbar__surface .mat-mdc-snack-bar-label .mat-mdc-snack-bar-actions {
  border: 1px solid rgba(0, 0, 0, 0.87);
  border-radius: 9px;
}
.mat-mdc-snack-bar-container.shoutly-snack-bar.warn {
  color: #E08441;
}
.mat-mdc-snack-bar-container.shoutly-snack-bar.warn .mdc-snackbar__surface {
  background-color: rgb(234.85, 175.05, 131.5);
}
.mat-mdc-snack-bar-container.shoutly-snack-bar.warn .mdc-snackbar__surface .mat-mdc-snack-bar-label {
  color: #E08441;
}
.mat-mdc-snack-bar-container.shoutly-snack-bar.warn .mdc-snackbar__surface .mat-mdc-snack-bar-label .mdc-snackbar__label::before {
  background-image: url(/assets/UI/snackBar/status-info.svg);
}
.mat-mdc-snack-bar-container.shoutly-snack-bar.warn .mdc-snackbar__surface .mat-mdc-snack-bar-label .mat-mdc-snack-bar-actions {
  border-color: #E08441;
}
.mat-mdc-snack-bar-container.shoutly-snack-bar.warn .mdc-snackbar__surface .mat-mdc-snack-bar-label .mat-mdc-snack-bar-actions .mat-mdc-snack-bar-action {
  color: #E08441;
}
.mat-mdc-snack-bar-container.shoutly-snack-bar.error .mdc-snackbar__surface {
  background-color: rgb(246.55, 137.35, 123.7);
}
.mat-mdc-snack-bar-container.shoutly-snack-bar.error .mdc-snackbar__surface .mat-mdc-snack-bar-label {
  color: #f24a35;
}
.mat-mdc-snack-bar-container.shoutly-snack-bar.error .mdc-snackbar__surface .mat-mdc-snack-bar-label .mdc-snackbar__label::before {
  background-image: url(/assets/UI/snackBar/status-error.svg);
}
.mat-mdc-snack-bar-container.shoutly-snack-bar.error .mdc-snackbar__surface .mat-mdc-snack-bar-label .mat-mdc-snack-bar-actions {
  border-color: #f24a35;
}
.mat-mdc-snack-bar-container.shoutly-snack-bar.error .mdc-snackbar__surface .mat-mdc-snack-bar-label .mat-mdc-snack-bar-actions .mat-mdc-snack-bar-action {
  color: #f24a35;
}
.mat-mdc-snack-bar-container.shoutly-snack-bar.success .mdc-snackbar__surface {
  background-color: rgb(149.05, 216, 147.75);
}
.mat-mdc-snack-bar-container.shoutly-snack-bar.success .mdc-snackbar__surface .mat-mdc-snack-bar-label {
  color: #5cc35a;
}
.mat-mdc-snack-bar-container.shoutly-snack-bar.success .mdc-snackbar__surface .mat-mdc-snack-bar-label .mdc-snackbar__label::before {
  background-image: url(/assets/UI/snackBar/status-success.svg);
}
.mat-mdc-snack-bar-container.shoutly-snack-bar.success .mdc-snackbar__surface .mat-mdc-snack-bar-actions {
  border-color: #5cc35a;
}
.mat-mdc-snack-bar-container.shoutly-snack-bar.success .mdc-snackbar__surface .mat-mdc-snack-bar-actions .mat-mdc-snack-bar-action {
  color: #5cc35a;
}
.mat-mdc-snack-bar-container.shoutly-snack-bar.info .mdc-snackbar__surface {
  background-color: rgb(90.0464788732, 144.4267605634, 226.9035211268);
}
.mat-mdc-snack-bar-container.shoutly-snack-bar.info .mdc-snackbar__surface .mat-mdc-snack-bar-label {
  color: #1F5BB6;
}
.mat-mdc-snack-bar-container.shoutly-snack-bar.info .mdc-snackbar__surface .mat-mdc-snack-bar-label .mdc-snackbar__label::before {
  background-image: url(/assets/UI/snackBar/status-info.svg);
}
.mat-mdc-snack-bar-container.shoutly-snack-bar.info .mdc-snackbar__surface .mat-mdc-snack-bar-label .mat-mdc-snack-bar-actions {
  border-color: #1F5BB6;
}
.mat-mdc-snack-bar-container.shoutly-snack-bar.info .mdc-snackbar__surface .mat-mdc-snack-bar-label .mat-mdc-snack-bar-actions .mat-mdc-snack-bar-action {
  color: #1F5BB6;
}
.mat-mdc-snack-bar-container.shoutly-snack-bar a[href] {
  font-weight: 800;
}
.mat-mdc-tooltip .mdc-tooltip__surface {
  padding: 17px 15px !important;
  opacity: 0.9 !important;
  font-size: 14px;
  background-color: #052033;
}
.mat-mdc-tooltip .mdc-tooltip__surface.warning {
  background-color: #cc0000;
}
.shoutly-spinner {
  border: 16px solid #b0c5ea;
  border-top: 16px solid #052033;
}
.shoutly-spinner::before {
  background:
    radial-gradient(
      circle 8px,
      #052033 99%,
      transparent 100%) left -9px top 19px,
    radial-gradient(
      circle 8px,
      #052033 99%,
      transparent 100%) right -9px top -1px;
}
mat-progress-bar.mat-mdc-progress-bar[mode=indeterminate] {
  transform: scaleY(3);
  border-radius: 4px;
}
.summary-boxes-block .box {
  border-radius: 4px;
  background-color: white;
}
.summary-boxes-block .box .content .label {
  color: rgba(0, 0, 0, 0.54);
}
.input-file-box {
  font-family: Gilroy;
  width: 100%;
  cursor: pointer;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #96add73F;
  border: 1px dashed rgba(0, 0, 0, 0.87);
  color: rgba(0, 0, 0, 0.87);
  transition: border 0.2s;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.input-file-box .mat-icon {
  vertical-align: middle;
}
.input-file-box p {
  vertical-align: middle;
  display: inline-block;
  padding: 5px;
  text-decoration: none;
}
.input-file-box:hover {
  border: 1px dashed #4b7ad0;
}
.input-file-box.normal {
  background-color: #96add73F;
  border: 1px dashed rgba(0, 0, 0, 0.87);
  color: rgba(0, 0, 0, 0.87);
}
.input-file-box.error {
  border: 2px solid #cc0000;
  color: #290000;
}
.input-file-box.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  background-color: white;
  border: 1px dashed rgba(0, 0, 0, 0.12);
  pointer-events: none;
}
mat-select.payout-currency-dropdown {
  margin-left: 6px;
  width: auto;
}
mat-select.payout-currency-dropdown .mat-mdc-select-value {
  color: #02111d;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
mat-option.mat-mdc-option:hover {
  font-weight: 600;
  color: rgb(1.8, 15.3, 26.1);
}
mat-option.mat-mdc-option .mdc-list-item__primary-text {
  color: #02111d;
}
mat-form-field.mat-mdc-form-field .mdc-text-field .mdc-notched-outline .mdc-notched-outline__leading,
mat-form-field.mat-mdc-form-field .mdc-text-field .mdc-notched-outline .mdc-notched-outline__notch,
mat-form-field.mat-mdc-form-field .mdc-text-field .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #e0e0e0;
}
mat-form-field.mat-mdc-form-field .mdc-text-field .mat-form-field.mat-form-field-appearance-fill:not(.mat-form-field-disabled) {
}
mat-form-field.mat-mdc-form-field .mdc-text-field .mat-form-field.mat-form-field-appearance-fill:not(.mat-form-field-disabled) .mat-form-field-label .mat-input-element {
  color: rgba(0, 0, 0, 0.54);
}
mat-form-field.mat-mdc-form-field .mdc-text-field.mdc-text-field--invalid .mdc-notched-outline .mdc-notched-outline__leading,
mat-form-field.mat-mdc-form-field .mdc-text-field.mdc-text-field--invalid .mdc-notched-outline .mdc-notched-outline__notch,
mat-form-field.mat-mdc-form-field .mdc-text-field.mdc-text-field--invalid .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #cc0000;
}
mat-form-field.mat-mdc-form-field .mdc-text-field.mdc-text-field--focused:not(.mdc-text-field--invalid) .mdc-notched-outline .mdc-notched-outline__leading,
mat-form-field.mat-mdc-form-field .mdc-text-field.mdc-text-field--focused:not(.mdc-text-field--invalid) .mdc-notched-outline .mdc-notched-outline__notch,
mat-form-field.mat-mdc-form-field .mdc-text-field.mdc-text-field--focused:not(.mdc-text-field--invalid) .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #02111d;
}
mat-form-field.mat-mdc-form-field .mat-mdc-form-field-icon-prefix {
  color: #02111d;
}
mat-form-field.mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-mdc-tooltip-trigger {
  color: rgba(0, 0, 0, 0.54);
}
mat-form-field.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper {
  display: flex;
  white-space: nowrap;
}
mat-form-field.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint-wrapper,
mat-form-field.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-error-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
mat-form-field.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint-wrapper .mat-mdc-form-field-hint,
mat-form-field.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint-wrapper .mat-mdc-form-field-error,
mat-form-field.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-error-wrapper .mat-mdc-form-field-hint,
mat-form-field.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-error-wrapper .mat-mdc-form-field-error {
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
mat-form-field.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint-wrapper .mat-mdc-form-field-hint:empty,
mat-form-field.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint-wrapper .mat-mdc-form-field-error:empty,
mat-form-field.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-error-wrapper .mat-mdc-form-field-hint:empty,
mat-form-field.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-error-wrapper .mat-mdc-form-field-error:empty {
  display: none;
}
mat-form-field.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint-wrapper .mat-mdc-form-field-hint {
  color: rgba(0, 0, 0, 0.54);
}
mat-form-field.mat-form-field-disabled .mat-icon {
  color: rgba(0, 0, 0, 0.54);
}
.form-group-vertical {
  padding: 10px;
}
.form-group-vertical.form-highlight {
  border-radius: 8px;
  background-color: rgb(242.55, 242.55, 242.55)78;
}
mat-radio-group.option-group .option {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
mat-radio-group.option-group .option:not(.mat-mdc-radio-disabled) {
  box-shadow: 0 0 0 2px rgba(2, 17, 29, 0.8);
}
mat-radio-group.option-group .option:not(.mat-mdc-radio-disabled) .mdc-label {
  color: #02111d;
}
mat-radio-group.option-group .option:not(.mat-mdc-radio-disabled):hover {
  background: rgb(242.25, 242.25, 242.25);
}
mat-radio-group.error {
  padding: 5px;
  border: 1px solid #cc0000;
}
ngx-mat-select-search .mat-select-search-inner input.mat-select-search-input {
  background-color: white;
}
.search-bar {
  background-color: white;
}
.role {
  position: relative;
}
.role > span {
  background-color: #EAEFF7;
}
.tags-bar .mat-mdc-chip-set .mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) {
  background-color: #EAEFF7;
}
.tags-bar .mat-mdc-chip-set .mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__text-label {
  color: #02111d;
}
.tags-bar .mat-mdc-chip-set .mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__icon--primary {
  color: #02111d;
}
.tags-bar .mat-mdc-chip-set .mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__cell--trailing .mdc-evolution-chip__icon {
  color: #02111d;
}
.dashboard-data-card-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 16px;
  width: 100%;
  box-sizing: border-box;
}
.dashboard-data-card-container .dashboard-data-card {
  display: flex;
  gap: 12px;
  padding: 20px;
  background-color: #f7f7f8;
  line-height: 21px;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
  min-height: 76px;
}
.dashboard-data-card-container .dashboard-data-card > div {
  display: block;
  width: 100%;
}
.dashboard-data-card-container .dashboard-data-card .dashboard-data-card-image {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.09);
}
.dashboard-data-card-container .dashboard-data-card .dashboard-data-card-image img {
  width: 56px;
  height: 56px;
  border-radius: 100%;
}
.dashboard-data-card-container .dashboard-data-card.active-collaborations .dashboard-data-card-image {
  background-color: #f5c324;
  color: white;
  border: initial;
}
.dashboard-data-card-container .dashboard-data-card.total-collaborations .dashboard-data-card-image {
  background-color: #ff8a65;
  color: white;
  border: initial;
}
.dashboard-data-card-container .dashboard-data-card.total-cost .dashboard-data-card-image {
  background-color: #806cff;
  color: white;
  border: initial;
}
.dashboard-data-card-container .dashboard-data-card .dashboard-data-card-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
.dashboard-data-card-container .dashboard-data-card .dashboard-data-card-content .dashboard-data-card-pane {
  display: flex;
  justify-content: center;
  white-space: nowrap;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
}
.dashboard-data-card-container .dashboard-data-card .dashboard-data-card-content .dashboard-data-card-pane .secondary-text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dashboard-data-card-container .dashboard-data-card .dashboard-data-card-content .dashboard-data-card-pane * {
  max-width: 100%;
}
.dashboard-data-card-container .dashboard-data-card .dashboard-data-card-content .dashboard-data-card-pane.right {
  align-items: flex-end;
}
.dashboard-data-card-container .dashboard-data-card .dashboard-data-card-content .dashboard-data-card-pane .amount {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
.dashboard-data-card-container .dashboard-data-card .featured-value {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
.dashboard-data-card-container .dashboard-data-card .variation-value {
  font-size: smaller;
}
.dashboard-data-card-container .dashboard-data-card-expandable {
  background-color: #f7f7f8;
  padding: 0 12px;
  gap: 12px;
}
.dashboard-data-card-container .dashboard-data-card-expandable .dashboard-data-card {
  background-color: initial;
  border-radius: initial;
  padding: initial;
}
.dashboard-data-card-container .variation-up {
  color: green;
}
.dashboard-data-card-container .variation-down {
  color: red;
}
.dashboard-data-card-container .skeleton {
  width: 100%;
  margin-bottom: 8px;
}
.infobox-status {
  background-color: white;
}
.infobox-status.negative {
  border-color: #f24a35;
}
.infobox-status.negative .icon {
  color: #f24a35;
}
.infobox-status.warning {
  border-color: #E08441;
}
.infobox-status.warning .icon {
  color: #E08441;
}
body.dark-theme {
  background-color: #121212;
  color: white !important;
  --mat-app-background-color: #303030;
  --mat-app-text-color: white;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-label-text-color: #42a5f5;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-optgroup-label-text-color: white;
  --mat-pseudo-checkbox-full-selected-icon-color: #beb10b;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #beb10b;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
  --mat-card-elevated-container-color: #424242;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: #424242;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-card-subtitle-text-color: rgba(255, 255, 255, 0.7);
  --mat-card-filled-container-color: #424242;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-tooltip-container-color: white;
  --mat-tooltip-supporting-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #42a5f5 87%, transparent);
  --mat-form-field-filled-caret-color: #42a5f5;
  --mat-form-field-filled-focus-active-indicator-color: #42a5f5;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #42a5f5 87%, transparent);
  --mat-form-field-outlined-caret-color: #42a5f5;
  --mat-form-field-outlined-focus-outline-color: #42a5f5;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #42a5f5 87%, transparent);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-state-layer-color: white;
  --mat-form-field-error-text-color: #cc0000;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-form-field-filled-container-color: #4a4a4a;
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, white 4%, transparent);
  --mat-form-field-filled-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-filled-input-text-color: white;
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-filled-input-text-placeholder-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-error-hover-label-text-color: #cc0000;
  --mat-form-field-filled-error-focus-label-text-color: #cc0000;
  --mat-form-field-filled-error-label-text-color: #cc0000;
  --mat-form-field-filled-error-caret-color: #cc0000;
  --mat-form-field-filled-active-indicator-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, white 12%, transparent);
  --mat-form-field-filled-hover-active-indicator-color: white;
  --mat-form-field-filled-error-active-indicator-color: #cc0000;
  --mat-form-field-filled-error-focus-active-indicator-color: #cc0000;
  --mat-form-field-filled-error-hover-active-indicator-color: #cc0000;
  --mat-form-field-outlined-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-outlined-hover-label-text-color: white;
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-outlined-input-text-color: white;
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-outlined-error-caret-color: #cc0000;
  --mat-form-field-outlined-error-focus-label-text-color: #cc0000;
  --mat-form-field-outlined-error-label-text-color: #cc0000;
  --mat-form-field-outlined-error-hover-label-text-color: #cc0000;
  --mat-form-field-outlined-outline-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, white 12%, transparent);
  --mat-form-field-outlined-hover-outline-color: white;
  --mat-form-field-outlined-error-focus-outline-color: #cc0000;
  --mat-form-field-outlined-error-hover-outline-color: #cc0000;
  --mat-form-field-outlined-error-outline-color: #cc0000;
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: white;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.7);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-focused-arrow-color: #42a5f5;
  --mat-select-invalid-arrow-color: #cc0000;
  --mat-autocomplete-background-color: #424242;
  --mat-dialog-container-color: #424242;
  --mat-dialog-subhead-color: white;
  --mat-dialog-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mat-slide-toggle-selected-icon-color: #ffffff;
  --mat-slide-toggle-disabled-selected-icon-color: #ffffff;
  --mat-slide-toggle-selected-focus-state-layer-color: #42a5f5;
  --mat-slide-toggle-selected-handle-color: #42a5f5;
  --mat-slide-toggle-selected-hover-state-layer-color: #42a5f5;
  --mat-slide-toggle-selected-pressed-state-layer-color: #42a5f5;
  --mat-slide-toggle-selected-focus-handle-color: #42a5f5;
  --mat-slide-toggle-selected-hover-handle-color: #42a5f5;
  --mat-slide-toggle-selected-pressed-handle-color: #42a5f5;
  --mat-slide-toggle-selected-focus-track-color: #64b5f6;
  --mat-slide-toggle-selected-hover-track-color: #64b5f6;
  --mat-slide-toggle-selected-pressed-track-color: #64b5f6;
  --mat-slide-toggle-selected-track-color: #64b5f6;
  --mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-disabled-selected-handle-color: white;
  --mat-slide-toggle-disabled-selected-track-color: white;
  --mat-slide-toggle-disabled-unselected-handle-color: white;
  --mat-slide-toggle-disabled-unselected-icon-color: #4a4a4a;
  --mat-slide-toggle-disabled-unselected-track-color: white;
  --mat-slide-toggle-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-handle-surface-color: #424242;
  --mat-slide-toggle-label-text-color: white;
  --mat-slide-toggle-unselected-hover-handle-color: white;
  --mat-slide-toggle-unselected-focus-handle-color: white;
  --mat-slide-toggle-unselected-focus-state-layer-color: white;
  --mat-slide-toggle-unselected-focus-track-color: rgba(255, 255, 255, 0.12);
  --mat-slide-toggle-unselected-icon-color: #4a4a4a;
  --mat-slide-toggle-unselected-handle-color: rgba(255, 255, 255, 0.7);
  --mat-slide-toggle-unselected-hover-state-layer-color: white;
  --mat-slide-toggle-unselected-hover-track-color: rgba(255, 255, 255, 0.12);
  --mat-slide-toggle-unselected-pressed-handle-color: white;
  --mat-slide-toggle-unselected-pressed-track-color: rgba(255, 255, 255, 0.12);
  --mat-slide-toggle-unselected-pressed-state-layer-color: white;
  --mat-slide-toggle-unselected-track-color: rgba(255, 255, 255, 0.12);
  --mat-slider-active-track-color: #42a5f5;
  --mat-slider-focus-handle-color: #42a5f5;
  --mat-slider-handle-color: #42a5f5;
  --mat-slider-hover-handle-color: #42a5f5;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #42a5f5 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #42a5f5 4%, transparent);
  --mat-slider-inactive-track-color: #42a5f5;
  --mat-slider-ripple-color: #42a5f5;
  --mat-slider-with-tick-marks-active-container-color: #ffffff;
  --mat-slider-with-tick-marks-inactive-container-color: #42a5f5;
  --mat-slider-disabled-active-track-color: white;
  --mat-slider-disabled-handle-color: white;
  --mat-slider-disabled-inactive-track-color: white;
  --mat-slider-label-container-color: white;
  --mat-slider-label-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-with-overlap-handle-outline-color: white;
  --mat-slider-with-tick-marks-disabled-container-color: white;
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-menu-container-color: #424242;
  --mat-menu-divider-color: rgba(255, 255, 255, 0.12);
  --mat-list-list-item-label-text-color: white;
  --mat-list-list-item-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-disabled-label-text-color: white;
  --mat-list-list-item-disabled-leading-icon-color: white;
  --mat-list-list-item-disabled-trailing-icon-color: white;
  --mat-list-list-item-hover-label-text-color: white;
  --mat-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-hover-state-layer-color: white;
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-focus-label-text-color: white;
  --mat-list-list-item-focus-state-layer-color: white;
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-paginator-container-text-color: white;
  --mat-paginator-container-background-color: #424242;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.7);
  --mat-paginator-disabled-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #ffffff;
  --mat-checkbox-selected-focus-icon-color: #beb10b;
  --mat-checkbox-selected-hover-icon-color: #beb10b;
  --mat-checkbox-selected-icon-color: #beb10b;
  --mat-checkbox-selected-pressed-icon-color: #beb10b;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #beb10b;
  --mat-checkbox-selected-hover-state-layer-color: #beb10b;
  --mat-checkbox-selected-pressed-state-layer-color: #beb10b;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
  --mat-button-filled-container-color: #424242;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-outlined-disabled-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: white;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-outlined-state-layer-color: white;
  --mat-button-protected-container-color: #424242;
  --mat-button-protected-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-text-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: white;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-text-state-layer-color: white;
  --mat-button-tonal-container-color: #424242;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-icon-button-state-layer-color: white;
  --mat-fab-container-color: #424242;
  --mat-fab-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);
  --mat-fab-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: white;
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-container-color: #424242;
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);
  --mat-fab-small-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
  --mat-snack-bar-container-color: white;
  --mat-snack-bar-supporting-text-color: rgba(0, 0, 0, 0.87);
  --mat-snack-bar-button-color: #64b5f6;
  --mat-table-background-color: #424242;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mat-progress-spinner-active-indicator-color: #42a5f5;
  --mat-badge-background-color: #42a5f5;
  --mat-badge-text-color: #ffffff;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-badge-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #424242;
  --mat-button-toggle-background-color: #424242;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: #424242;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-toggle-divider-color: rgba(255, 255, 255, 0.12);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-legacy-disabled-state-background-color: #424242;
  --mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-legacy-selected-state-text-color: white;
  --mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-legacy-text-color: white;
  --mat-button-toggle-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-selected-state-text-color: white;
  --mat-button-toggle-state-layer-color: white;
  --mat-button-toggle-text-color: white;
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #42a5f5 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #beb10b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #ffffff;
  --mat-datepicker-calendar-date-selected-state-background-color: #42a5f5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #42a5f5 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #ffffff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #42a5f5 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #42a5f5 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #42a5f5;
  --mat-datepicker-toggle-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
  --mat-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-container-background-color: #424242;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: rgba(255, 255, 255, 0.7);
  --mat-expansion-header-indicator-color: rgba(255, 255, 255, 0.7);
  --mat-icon-color: inherit;
  --mat-sidenav-container-divider-color: rgba(255, 255, 255, 0.12);
  --mat-sidenav-container-background-color: #424242;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #303030;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(255, 255, 255, 0.6);
  --mat-stepper-header-icon-foreground-color: #ffffff;
  --mat-stepper-header-selected-state-icon-background-color: #42a5f5;
  --mat-stepper-header-selected-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-done-state-icon-background-color: #42a5f5;
  --mat-stepper-header-done-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-edit-state-icon-background-color: #42a5f5;
  --mat-stepper-header-edit-state-icon-foreground-color: #ffffff;
  --mat-stepper-container-color: #424242;
  --mat-stepper-line-color: rgba(255, 255, 255, 0.12);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-stepper-header-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #cc0000;
  --mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-error-state-icon-foreground-color: #cc0000;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: white;
  --mat-toolbar-container-background-color: #424242;
  --mat-toolbar-container-text-color: white;
  --mat-tree-container-background-color: #424242;
  --mat-tree-node-text-color: white;
  --mat-timepicker-container-background-color: #424242;
}
body.dark-theme .mat-accent {
  --mat-option-selected-state-label-text-color: #beb10b;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);
}
body.dark-theme .mat-warn {
  --mat-option-selected-state-label-text-color: #cc0000;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);
}
body.dark-theme .mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #42a5f5;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #42a5f5;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
}
body.dark-theme .mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #beb10b;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #beb10b;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
}
body.dark-theme .mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #cc0000;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #cc0000;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
}
body.dark-theme .mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #42a5f5;
  --mat-progress-bar-track-color: rgba(66, 165, 245, 0.25);
}
body.dark-theme .mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #beb10b;
  --mat-progress-bar-track-color: rgba(190, 177, 11, 0.25);
}
body.dark-theme .mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #cc0000;
  --mat-progress-bar-track-color: rgba(204, 0, 0, 0.25);
}
body.dark-theme .mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #beb10b 87%, transparent);
  --mat-form-field-filled-caret-color: #beb10b;
  --mat-form-field-filled-focus-active-indicator-color: #beb10b;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #beb10b 87%, transparent);
  --mat-form-field-outlined-caret-color: #beb10b;
  --mat-form-field-outlined-focus-outline-color: #beb10b;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #beb10b 87%, transparent);
}
body.dark-theme .mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #cc0000 87%, transparent);
  --mat-form-field-filled-caret-color: #cc0000;
  --mat-form-field-filled-focus-active-indicator-color: #cc0000;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #cc0000 87%, transparent);
  --mat-form-field-outlined-caret-color: #cc0000;
  --mat-form-field-outlined-focus-outline-color: #cc0000;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #cc0000 87%, transparent);
}
body.dark-theme .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: white;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.7);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-focused-arrow-color: #beb10b;
  --mat-select-invalid-arrow-color: #cc0000;
}
body.dark-theme .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: white;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.7);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-focused-arrow-color: #cc0000;
  --mat-select-invalid-arrow-color: #cc0000;
}
body.dark-theme .mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-elevated-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-elevated-selected-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
body.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
body.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: #ffffff;
  --mat-chip-elevated-container-color: #42a5f5;
  --mat-chip-elevated-disabled-container-color: #42a5f5;
  --mat-chip-elevated-selected-container-color: #42a5f5;
  --mat-chip-flat-disabled-selected-container-color: #42a5f5;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: #ffffff;
  --mat-chip-selected-disabled-trailing-icon-color: #ffffff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #ffffff;
  --mat-chip-selected-trailing-icon-color: #ffffff;
  --mat-chip-with-icon-disabled-icon-color: #ffffff;
  --mat-chip-with-icon-icon-color: #ffffff;
  --mat-chip-with-icon-selected-icon-color: #ffffff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #ffffff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #ffffff;
}
body.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
body.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: #ffffff;
  --mat-chip-elevated-container-color: #beb10b;
  --mat-chip-elevated-disabled-container-color: #beb10b;
  --mat-chip-elevated-selected-container-color: #beb10b;
  --mat-chip-flat-disabled-selected-container-color: #beb10b;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: #ffffff;
  --mat-chip-selected-disabled-trailing-icon-color: #ffffff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #ffffff;
  --mat-chip-selected-trailing-icon-color: #ffffff;
  --mat-chip-with-icon-disabled-icon-color: #ffffff;
  --mat-chip-with-icon-icon-color: #ffffff;
  --mat-chip-with-icon-selected-icon-color: #ffffff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #ffffff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #ffffff;
}
body.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
body.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: #ffffff;
  --mat-chip-elevated-container-color: #cc0000;
  --mat-chip-elevated-disabled-container-color: #cc0000;
  --mat-chip-elevated-selected-container-color: #cc0000;
  --mat-chip-flat-disabled-selected-container-color: #cc0000;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: #ffffff;
  --mat-chip-selected-disabled-trailing-icon-color: #ffffff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #ffffff;
  --mat-chip-selected-trailing-icon-color: #ffffff;
  --mat-chip-with-icon-disabled-icon-color: #ffffff;
  --mat-chip-with-icon-icon-color: #ffffff;
  --mat-chip-with-icon-selected-icon-color: #ffffff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #ffffff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #ffffff;
}
body.dark-theme .mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-icon-color: #ffffff;
  --mat-slide-toggle-disabled-selected-icon-color: #ffffff;
  --mat-slide-toggle-selected-focus-state-layer-color: #beb10b;
  --mat-slide-toggle-selected-handle-color: #beb10b;
  --mat-slide-toggle-selected-hover-state-layer-color: #beb10b;
  --mat-slide-toggle-selected-pressed-state-layer-color: #beb10b;
  --mat-slide-toggle-selected-focus-handle-color: #beb10b;
  --mat-slide-toggle-selected-hover-handle-color: #beb10b;
  --mat-slide-toggle-selected-pressed-handle-color: #beb10b;
  --mat-slide-toggle-selected-focus-track-color: #b4a807;
  --mat-slide-toggle-selected-hover-track-color: #b4a807;
  --mat-slide-toggle-selected-pressed-track-color: #b4a807;
  --mat-slide-toggle-selected-track-color: #b4a807;
}
body.dark-theme .mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-icon-color: #ffffff;
  --mat-slide-toggle-disabled-selected-icon-color: #ffffff;
  --mat-slide-toggle-selected-focus-state-layer-color: #cc0000;
  --mat-slide-toggle-selected-handle-color: #cc0000;
  --mat-slide-toggle-selected-hover-state-layer-color: #cc0000;
  --mat-slide-toggle-selected-pressed-state-layer-color: #cc0000;
  --mat-slide-toggle-selected-focus-handle-color: #cc0000;
  --mat-slide-toggle-selected-hover-handle-color: #cc0000;
  --mat-slide-toggle-selected-pressed-handle-color: #cc0000;
  --mat-slide-toggle-selected-focus-track-color: #8f0000;
  --mat-slide-toggle-selected-hover-track-color: #8f0000;
  --mat-slide-toggle-selected-pressed-track-color: #8f0000;
  --mat-slide-toggle-selected-track-color: #8f0000;
}
body.dark-theme .mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #42a5f5;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #42a5f5;
  --mat-radio-selected-hover-icon-color: #42a5f5;
  --mat-radio-selected-icon-color: #42a5f5;
  --mat-radio-selected-pressed-icon-color: #42a5f5;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
body.dark-theme .mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #beb10b;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #beb10b;
  --mat-radio-selected-hover-icon-color: #beb10b;
  --mat-radio-selected-icon-color: #beb10b;
  --mat-radio-selected-pressed-icon-color: #beb10b;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
body.dark-theme .mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #cc0000;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #cc0000;
  --mat-radio-selected-hover-icon-color: #cc0000;
  --mat-radio-selected-icon-color: #cc0000;
  --mat-radio-selected-pressed-icon-color: #cc0000;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
body.dark-theme .mat-accent {
  --mat-slider-active-track-color: #beb10b;
  --mat-slider-focus-handle-color: #beb10b;
  --mat-slider-handle-color: #beb10b;
  --mat-slider-hover-handle-color: #beb10b;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #beb10b 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #beb10b 4%, transparent);
  --mat-slider-inactive-track-color: #beb10b;
  --mat-slider-ripple-color: #beb10b;
  --mat-slider-with-tick-marks-active-container-color: #ffffff;
  --mat-slider-with-tick-marks-inactive-container-color: #beb10b;
}
body.dark-theme .mat-warn {
  --mat-slider-active-track-color: #cc0000;
  --mat-slider-focus-handle-color: #cc0000;
  --mat-slider-handle-color: #cc0000;
  --mat-slider-hover-handle-color: #cc0000;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #cc0000 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #cc0000 4%, transparent);
  --mat-slider-inactive-track-color: #cc0000;
  --mat-slider-ripple-color: #cc0000;
  --mat-slider-with-tick-marks-active-container-color: #ffffff;
  --mat-slider-with-tick-marks-inactive-container-color: #cc0000;
}
body.dark-theme .mdc-list-item__start,
body.dark-theme .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #42a5f5;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #42a5f5;
  --mat-radio-selected-hover-icon-color: #42a5f5;
  --mat-radio-selected-icon-color: #42a5f5;
  --mat-radio-selected-pressed-icon-color: #42a5f5;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
body.dark-theme .mat-accent .mdc-list-item__start,
body.dark-theme .mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #beb10b;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #beb10b;
  --mat-radio-selected-hover-icon-color: #beb10b;
  --mat-radio-selected-icon-color: #beb10b;
  --mat-radio-selected-pressed-icon-color: #beb10b;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
body.dark-theme .mat-warn .mdc-list-item__start,
body.dark-theme .mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #cc0000;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #cc0000;
  --mat-radio-selected-hover-icon-color: #cc0000;
  --mat-radio-selected-icon-color: #cc0000;
  --mat-radio-selected-pressed-icon-color: #cc0000;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
body.dark-theme .mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #ffffff;
  --mat-checkbox-selected-focus-icon-color: #42a5f5;
  --mat-checkbox-selected-hover-icon-color: #42a5f5;
  --mat-checkbox-selected-icon-color: #42a5f5;
  --mat-checkbox-selected-pressed-icon-color: #42a5f5;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #42a5f5;
  --mat-checkbox-selected-hover-state-layer-color: #42a5f5;
  --mat-checkbox-selected-pressed-state-layer-color: #42a5f5;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
body.dark-theme .mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #ffffff;
  --mat-checkbox-selected-focus-icon-color: #beb10b;
  --mat-checkbox-selected-hover-icon-color: #beb10b;
  --mat-checkbox-selected-icon-color: #beb10b;
  --mat-checkbox-selected-pressed-icon-color: #beb10b;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #beb10b;
  --mat-checkbox-selected-hover-state-layer-color: #beb10b;
  --mat-checkbox-selected-pressed-state-layer-color: #beb10b;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
body.dark-theme .mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #ffffff;
  --mat-checkbox-selected-focus-icon-color: #cc0000;
  --mat-checkbox-selected-hover-icon-color: #cc0000;
  --mat-checkbox-selected-icon-color: #cc0000;
  --mat-checkbox-selected-pressed-icon-color: #cc0000;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #cc0000;
  --mat-checkbox-selected-hover-state-layer-color: #cc0000;
  --mat-checkbox-selected-pressed-state-layer-color: #cc0000;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
body.dark-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
body.dark-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
body.dark-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
body.dark-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #42a5f5;
}
body.dark-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
body.dark-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
body.dark-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
body.dark-theme .mat-mdc-tab-group,
body.dark-theme .mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.7);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-label-text-color: #42a5f5;
  --mat-tab-active-ripple-color: #42a5f5;
  --mat-tab-inactive-ripple-color: #42a5f5;
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-focus-label-text-color: #42a5f5;
  --mat-tab-active-hover-label-text-color: #42a5f5;
  --mat-tab-active-focus-indicator-color: #42a5f5;
  --mat-tab-active-hover-indicator-color: #42a5f5;
  --mat-tab-active-indicator-color: #42a5f5;
}
body.dark-theme .mat-mdc-tab-group.mat-accent,
body.dark-theme .mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.7);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-label-text-color: #beb10b;
  --mat-tab-active-ripple-color: #beb10b;
  --mat-tab-inactive-ripple-color: #beb10b;
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-focus-label-text-color: #beb10b;
  --mat-tab-active-hover-label-text-color: #beb10b;
  --mat-tab-active-focus-indicator-color: #beb10b;
  --mat-tab-active-hover-indicator-color: #beb10b;
  --mat-tab-active-indicator-color: #beb10b;
}
body.dark-theme .mat-mdc-tab-group.mat-warn,
body.dark-theme .mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.7);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-label-text-color: #cc0000;
  --mat-tab-active-ripple-color: #cc0000;
  --mat-tab-inactive-ripple-color: #cc0000;
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-focus-label-text-color: #cc0000;
  --mat-tab-active-hover-label-text-color: #cc0000;
  --mat-tab-active-focus-indicator-color: #cc0000;
  --mat-tab-active-hover-indicator-color: #cc0000;
  --mat-tab-active-indicator-color: #cc0000;
}
body.dark-theme .mat-mdc-tab-group.mat-background-primary,
body.dark-theme .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-background-color: #42a5f5;
  --mat-tab-foreground-color: #ffffff;
}
body.dark-theme .mat-mdc-tab-group.mat-background-accent,
body.dark-theme .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-background-color: #beb10b;
  --mat-tab-foreground-color: #ffffff;
}
body.dark-theme .mat-mdc-tab-group.mat-background-warn,
body.dark-theme .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-background-color: #cc0000;
  --mat-tab-foreground-color: #ffffff;
}
body.dark-theme .mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #ffffff;
  --mat-checkbox-selected-focus-icon-color: #42a5f5;
  --mat-checkbox-selected-hover-icon-color: #42a5f5;
  --mat-checkbox-selected-icon-color: #42a5f5;
  --mat-checkbox-selected-pressed-icon-color: #42a5f5;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #42a5f5;
  --mat-checkbox-selected-hover-state-layer-color: #42a5f5;
  --mat-checkbox-selected-pressed-state-layer-color: #42a5f5;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
body.dark-theme .mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #ffffff;
  --mat-checkbox-selected-focus-icon-color: #cc0000;
  --mat-checkbox-selected-hover-icon-color: #cc0000;
  --mat-checkbox-selected-icon-color: #cc0000;
  --mat-checkbox-selected-pressed-icon-color: #cc0000;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #cc0000;
  --mat-checkbox-selected-hover-state-layer-color: #cc0000;
  --mat-checkbox-selected-pressed-state-layer-color: #cc0000;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
body.dark-theme .mat-mdc-button.mat-primary,
body.dark-theme .mat-mdc-unelevated-button.mat-primary,
body.dark-theme .mat-mdc-raised-button.mat-primary,
body.dark-theme .mat-mdc-outlined-button.mat-primary,
body.dark-theme .mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #42a5f5;
  --mat-button-filled-label-text-color: #ffffff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-button-filled-state-layer-color: #ffffff;
  --mat-button-outlined-label-text-color: #42a5f5;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #42a5f5 12%, transparent);
  --mat-button-outlined-state-layer-color: #42a5f5;
  --mat-button-protected-container-color: #42a5f5;
  --mat-button-protected-label-text-color: #ffffff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-button-protected-state-layer-color: #ffffff;
  --mat-button-text-label-text-color: #42a5f5;
  --mat-button-text-ripple-color: color-mix(in srgb, #42a5f5 12%, transparent);
  --mat-button-text-state-layer-color: #42a5f5;
  --mat-button-tonal-container-color: #42a5f5;
  --mat-button-tonal-label-text-color: #ffffff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-button-tonal-state-layer-color: #ffffff;
}
body.dark-theme .mat-mdc-button.mat-accent,
body.dark-theme .mat-mdc-unelevated-button.mat-accent,
body.dark-theme .mat-mdc-raised-button.mat-accent,
body.dark-theme .mat-mdc-outlined-button.mat-accent,
body.dark-theme .mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #beb10b;
  --mat-button-filled-label-text-color: #ffffff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-button-filled-state-layer-color: #ffffff;
  --mat-button-outlined-label-text-color: #beb10b;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #beb10b 12%, transparent);
  --mat-button-outlined-state-layer-color: #beb10b;
  --mat-button-protected-container-color: #beb10b;
  --mat-button-protected-label-text-color: #ffffff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-button-protected-state-layer-color: #ffffff;
  --mat-button-text-label-text-color: #beb10b;
  --mat-button-text-ripple-color: color-mix(in srgb, #beb10b 12%, transparent);
  --mat-button-text-state-layer-color: #beb10b;
  --mat-button-tonal-container-color: #beb10b;
  --mat-button-tonal-label-text-color: #ffffff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-button-tonal-state-layer-color: #ffffff;
}
body.dark-theme .mat-mdc-button.mat-warn,
body.dark-theme .mat-mdc-unelevated-button.mat-warn,
body.dark-theme .mat-mdc-raised-button.mat-warn,
body.dark-theme .mat-mdc-outlined-button.mat-warn,
body.dark-theme .mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #cc0000;
  --mat-button-filled-label-text-color: #ffffff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-button-filled-state-layer-color: #ffffff;
  --mat-button-outlined-label-text-color: #cc0000;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #cc0000 12%, transparent);
  --mat-button-outlined-state-layer-color: #cc0000;
  --mat-button-protected-container-color: #cc0000;
  --mat-button-protected-label-text-color: #ffffff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-button-protected-state-layer-color: #ffffff;
  --mat-button-text-label-text-color: #cc0000;
  --mat-button-text-ripple-color: color-mix(in srgb, #cc0000 12%, transparent);
  --mat-button-text-state-layer-color: #cc0000;
  --mat-button-tonal-container-color: #cc0000;
  --mat-button-tonal-label-text-color: #ffffff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-button-tonal-state-layer-color: #ffffff;
}
body.dark-theme .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #42a5f5;
  --mat-icon-button-state-layer-color: #42a5f5;
  --mat-icon-button-ripple-color: color-mix(in srgb, #42a5f5 12%, transparent);
}
body.dark-theme .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #beb10b;
  --mat-icon-button-state-layer-color: #beb10b;
  --mat-icon-button-ripple-color: color-mix(in srgb, #beb10b 12%, transparent);
}
body.dark-theme .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #cc0000;
  --mat-icon-button-state-layer-color: #cc0000;
  --mat-icon-button-ripple-color: color-mix(in srgb, #cc0000 12%, transparent);
}
body.dark-theme .mat-mdc-fab.mat-primary,
body.dark-theme .mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #42a5f5;
  --mat-fab-foreground-color: #ffffff;
  --mat-fab-ripple-color: color-mix(in srgb, #42a5f5 12%, transparent);
  --mat-fab-small-container-color: #42a5f5;
  --mat-fab-small-foreground-color: #ffffff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-fab-small-state-layer-color: #ffffff;
  --mat-fab-state-layer-color: #ffffff;
}
body.dark-theme .mat-mdc-fab.mat-accent,
body.dark-theme .mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #beb10b;
  --mat-fab-foreground-color: #ffffff;
  --mat-fab-ripple-color: color-mix(in srgb, #beb10b 12%, transparent);
  --mat-fab-small-container-color: #beb10b;
  --mat-fab-small-foreground-color: #ffffff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-fab-small-state-layer-color: #ffffff;
  --mat-fab-state-layer-color: #ffffff;
}
body.dark-theme .mat-mdc-fab.mat-warn,
body.dark-theme .mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #cc0000;
  --mat-fab-foreground-color: #ffffff;
  --mat-fab-ripple-color: color-mix(in srgb, #cc0000 12%, transparent);
  --mat-fab-small-container-color: #cc0000;
  --mat-fab-small-foreground-color: #ffffff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-fab-small-state-layer-color: #ffffff;
  --mat-fab-state-layer-color: #ffffff;
}
body.dark-theme .mat-accent {
  --mat-progress-spinner-active-indicator-color: #beb10b;
}
body.dark-theme .mat-warn {
  --mat-progress-spinner-active-indicator-color: #cc0000;
}
body.dark-theme .mat-badge-accent {
  --mat-badge-background-color: #beb10b;
  --mat-badge-text-color: #ffffff;
}
body.dark-theme .mat-badge-warn {
  --mat-badge-background-color: #cc0000;
  --mat-badge-text-color: #ffffff;
}
body.dark-theme .mat-datepicker-content.mat-accent,
body.dark-theme .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #beb10b 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #beb10b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #ffffff;
  --mat-datepicker-calendar-date-selected-state-background-color: #beb10b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #beb10b 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #ffffff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #beb10b 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #beb10b 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #beb10b;
  --mat-datepicker-toggle-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
}
body.dark-theme .mat-datepicker-content.mat-warn,
body.dark-theme .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #cc0000 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #beb10b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #ffffff;
  --mat-datepicker-calendar-date-selected-state-background-color: #cc0000;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #cc0000 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #ffffff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #cc0000 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #cc0000 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #cc0000;
  --mat-datepicker-toggle-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
}
body.dark-theme .mat-icon.mat-primary {
  --mat-icon-color: #42a5f5;
}
body.dark-theme .mat-icon.mat-accent {
  --mat-icon-color: #beb10b;
}
body.dark-theme .mat-icon.mat-warn {
  --mat-icon-color: #cc0000;
}
body.dark-theme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: #ffffff;
  --mat-stepper-header-selected-state-icon-background-color: #beb10b;
  --mat-stepper-header-selected-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-done-state-icon-background-color: #beb10b;
  --mat-stepper-header-done-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-edit-state-icon-background-color: #beb10b;
  --mat-stepper-header-edit-state-icon-foreground-color: #ffffff;
}
body.dark-theme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: #ffffff;
  --mat-stepper-header-selected-state-icon-background-color: #cc0000;
  --mat-stepper-header-selected-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-done-state-icon-background-color: #cc0000;
  --mat-stepper-header-done-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-edit-state-icon-background-color: #cc0000;
  --mat-stepper-header-edit-state-icon-foreground-color: #ffffff;
}
body.dark-theme .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #42a5f5;
  --mat-toolbar-container-text-color: #ffffff;
}
body.dark-theme .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #beb10b;
  --mat-toolbar-container-text-color: #ffffff;
}
body.dark-theme .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #cc0000;
  --mat-toolbar-container-text-color: #ffffff;
}
body.dark-theme .main-logo {
  fill: white;
}
body.dark-theme .main-logo.alt-color {
  fill: #121212;
}
body.dark-theme .hamburger-button .bar1,
body.dark-theme .hamburger-button .bar2,
body.dark-theme .hamburger-button .bar3 {
  border: 1px solid white;
}
body.dark-theme .hamburger-button.open .bar1,
body.dark-theme .hamburger-button.open .bar2,
body.dark-theme .hamburger-button.open .bar3 {
  border: 1px solid;
  border-color: white;
  background-color: white;
}
body.dark-theme .dropdown {
  background-color: #424242;
}
body.dark-theme .border-solid-soft {
  border: 1px solid rgba(255, 255, 255, 0.34);
}
body.dark-theme .payout-information {
  padding: 7px 10px;
  background-color: #f5cccc;
  margin-bottom: 10px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.7);
}
body.dark-theme .box .icon {
  background-color: rgba(255, 255, 255, 0.03);
}
body.dark-theme .mat-calendar-content button.highlight .mat-calendar-body-cell-content {
  background-color: #1565c0;
}
body.dark-theme .mat-mdc-menu-panel {
  border-radius: 8px !important;
}
body.dark-theme .mat-mdc-menu-panel .mat-mdc-menu-content {
  padding: initial;
}
body.dark-theme .mat-mdc-menu-panel .mat-mdc-menu-content .mdc-list-item:hover .mat-mdc-list-item-icon,
body.dark-theme .mat-mdc-menu-panel .mat-mdc-menu-content .mdc-list-item:hover .mdc-list-item__primary-text {
  color: #bbdefb;
}
body.dark-theme .mat-mdc-menu-panel .mat-mdc-menu-content .mdc-list-item .mat-mdc-list-item-icon,
body.dark-theme .mat-mdc-menu-panel .mat-mdc-menu-content .mdc-list-item .mdc-list-item__primary-text {
  color: white;
}
body.dark-theme .mdc-menu-surface {
  min-width: 250px;
}
body.dark-theme .mat-mdc-tab-links .mat-mdc-tab-link.mat-mdc-focus-indicator {
  min-width: initial;
  padding-left: 0;
  padding-right: 0;
  margin: 0 16px;
  opacity: 1;
  text-decoration: none;
}
body.dark-theme .mat-mdc-tab-links .mat-mdc-tab-link.mat-mdc-focus-indicator.mdc-tab--active .mdc-tab__content .mdc-tab__text-label {
  font-weight: 600;
}
body.dark-theme .mat-mdc-tab-links .mat-mdc-tab-link.mat-mdc-focus-indicator .mdc-tab__content .mdc-tab__text-label {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: initial;
  color: white;
}
body.dark-theme .mat-mdc-tab-links .mat-mdc-tab-link.mat-mdc-focus-indicator .mdc-tab-indicator {
  justify-content: flex-start;
}
body.dark-theme .mat-mdc-tab-links .mat-mdc-tab-link.mat-mdc-focus-indicator .mdc-tab-indicator .mdc-tab-indicator__content {
  width: 75%;
  background-color: white;
  border-color: white;
}
body.dark-theme .mat-mdc-tab-links .mat-mdc-tab-link.mat-mdc-focus-indicator .mdc-tab__ripple::before {
  background-color: initial !important;
}
body.dark-theme .mat-mdc-tab-header-pagination-before .mat-mdc-tab-header-pagination-chevron,
body.dark-theme .mat-mdc-tab-header-pagination-after .mat-mdc-tab-header-pagination-chevron {
  border-color: white;
}
body.dark-theme a {
  color: white;
  text-decoration: underline;
}
body.dark-theme a.link {
  cursor: pointer;
}
body.dark-theme .primary-text {
  color: white;
}
body.dark-theme .secondary-text {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-theme .alert-text {
  color: #E08441;
}
body.dark-theme .empty-slate {
  font-size: 16px;
  font-family: Gilroy;
}
body.dark-theme .empty-slate .blank-slate-icon .stroke {
  stroke: white;
}
body.dark-theme div > svg path.primary.stroke {
  stroke: #42a5f5;
}
body.dark-theme div > svg path.primary.fill {
  fill: #42a5f5;
}
body.dark-theme div > svg path.secondary.stroke {
  stroke: rgb(23.9281690141, 115.0830985915, 218.7718309859);
}
body.dark-theme div > svg path.secondary.fill {
  fill: rgb(23.9281690141, 115.0830985915, 218.7718309859);
}
body.dark-theme .svg-icon path.primary.stroke {
  stroke: white;
  stroke: #ffffff;
}
body.dark-theme .svg-icon path.primary.fill {
  fill: white;
  fill: #ffffff;
}
body.dark-theme .font-color.font-color-warn {
  color: #cc0000;
}
body.dark-theme .mat-mdc-fab-base {
  box-shadow: initial;
}
body.dark-theme button.mdc-button.mat-mdc-button-base {
  text-transform: uppercase;
}
body.dark-theme .mat-stepper-horizontal {
  background-color: transparent !important;
}
body.dark-theme .mat-stepper-horizontal.disabled-step-header-actions .mat-step-header {
  pointer-events: none;
}
body.dark-theme .mat-stepper-horizontal .mat-horizontal-stepper-header-container .mat-step-header .mat-step-label.mat-step-label-selected,
body.dark-theme .mat-stepper-horizontal .mat-horizontal-stepper-header-container .mat-step-header .mat-step-label.mat-step-label-active,
body.dark-theme .mat-stepper-horizontal .mat-horizontal-stepper-header-container .mat-step-header .mat-step-label.mat-step-label-error {
  font-weight: 500;
}
body.dark-theme .mat-stepper-horizontal .mat-horizontal-stepper-header-container .mat-step-header .mat-step-label.mat-step-label-active.mat-step-label-selected::before {
  background-color: white;
}
body.dark-theme .mat-stepper-horizontal .mat-horizontal-content-container {
  padding: initial;
}
body.dark-theme .mat-button-toggle-group {
  width: 100%;
  font-size: 14px;
  box-shadow: initial;
  border: initial;
  background-color: #424242;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 500;
}
body.dark-theme .mat-button-toggle-group .mat-button-toggle {
  width: 100%;
  border-radius: 6px;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
  padding: 5px;
}
body.dark-theme .mat-button-toggle-group .mat-button-toggle .mat-button-toggle-button .mat-button-toggle-label-content {
  line-height: normal;
  padding: 0 8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
}
body.dark-theme .mat-button-toggle-group .mat-button-toggle-checked {
  background-color: #42a5f5;
  color: #ffffff;
}
body.dark-theme .mat-button-toggle-group .mat-button-toggle-checked .mat-button-toggle-focus-overlay {
  border: initial !important;
}
body.dark-theme button.collapse-layout-button.mat-mdc-mini-fab {
  background-color: #424242;
  color: white;
}
body.dark-theme shared-language-selector .language-selector mat-icon {
  color: white;
}
body.dark-theme shared-language-selector .language-selector .lang-item > img {
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.25);
}
body.dark-theme shared-language-selector .language-selector.dark-contrast mat-icon {
  color: white;
}
body.dark-theme shared-language-selector .language-selector.dark-contrast .lang-item > img {
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.25);
}
body.dark-theme shared-expansion-arrow-rotate .mat-icon {
  color: white;
}
body.dark-theme .mat-caption {
  display: inline;
  color: #1976d2;
}
body.dark-theme .collab-report-preview > .reported-active {
  color: rgba(255, 255, 255, 0.7);
  background-color: #424242;
}
body.dark-theme .collab-report-preview > .reported-active .value {
  color: white;
}
body.dark-theme .top-bar-extra-info {
  background: #424242;
  border-top: 1px solid #E0E0E0;
  border-radius: 0 0 25px 25px;
  color: white;
}
body.dark-theme .grid-collaboration-item.action-required {
  border-top-color: #FCF6EC;
  outline-color: #E08441;
}
body.dark-theme .grid-collaboration-item.action-required .action-message {
  color: #E08441;
}
body.dark-theme .action-required-message-top {
  background-color: #FCF6EC;
  box-shadow: 0 0 1px 1px #E08441;
  outline: 1px solid #E08441;
  color: #E08441;
}
body.dark-theme .partner-item .workfield {
  background-color: #dcd226;
  color: #2e5cb0;
}
body.dark-theme body {
  background-color: #121212;
  color: white;
}
body.dark-theme .title-component-header {
  color: white;
}
body.dark-theme .layout-nav-1 {
  background-color: #424242;
}
body.dark-theme .layout-footer-1 {
  background-color: #424242;
}
body.dark-theme app-horizontal-user-cabinet .active {
  background-color: rgb(62.7, 62.7, 62.7);
}
body.dark-theme .auth-layout-content-container {
  border-radius: 4px 4px 0 0;
  background-color: #121212;
}
body.dark-theme .notifications-icon.has-unread-notifications::after {
  border: 2px solid #121212;
  background-color: #cc0000;
}
body.dark-theme .notifications-wrapper {
  color: white;
}
body.dark-theme .notifications-wrapper .notification-item {
  background: #121212;
}
body.dark-theme .notifications-wrapper .notification-item:not(:last-child) {
  border-bottom: 1px solid rgb(17.46, 17.46, 17.46);
}
body.dark-theme .notifications-wrapper .notification-item.unread {
  background: #424242;
}
body.dark-theme .notifications-wrapper .notification-review {
  color: #cc0000;
}
@keyframes barridoDerecha {
  0% {
    background-position: 200% center;
  }
  100% {
    background-position: -200% center;
  }
}
body.dark-theme .background-grey {
  background-color: rgba(255, 255, 255, 0.7)14;
}
body.dark-theme .auth-notice {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.7)14;
  border-radius: 5px;
  margin: 10px 0;
  font-size: 0.9em;
  line-height: 1.4em;
}
body.dark-theme .auth-error {
  padding: 10px;
  background-color: #f5cccc;
  border-radius: 5px;
  margin: 10px 0;
}
body.dark-theme .highlight-notice {
  padding: 5px;
  border-radius: 4px;
  border: 1px solid;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
body.dark-theme .highlight-notice.alert {
  background-color: #FCF6EC;
  color: #E08441;
  border-color: #E08441;
}
body.dark-theme .highlight-notice .notice {
  font-size: small;
}
body.dark-theme mat-card.mat-mdc-card {
  border-radius: 4px;
  background-color: #424242;
}
body.dark-theme mat-card.mat-mdc-card.dashboard-item mat-card-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.dark-theme mat-card.mat-mdc-card .calc-highlight {
  background-color: rgb(75.45, 75.45, 75.45);
  background-color: #e3f2fd;
}
body.dark-theme mat-card.mat-mdc-card .calc-highlight .notice {
  background-color: #0d47a1;
}
body.dark-theme mat-card.mat-mdc-card .calc-subitem-wrapper {
  background-color: rgb(12.35, 67.45, 152.95);
}
body.dark-theme mat-card.mat-mdc-card .label,
body.dark-theme mat-card.mat-mdc-card .secondary-value {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-theme mat-card.mat-mdc-card .select-user-type-item-icon svg > path {
  stroke: #cc0000;
}
body.dark-theme mat-card.mat-mdc-card.radio-checkbox-right.radio-checkbox-color.warn::after {
  color: #cc0000;
}
body.dark-theme mat-card.mat-mdc-card.radio-checkbox-right.selected {
  border: 1px solid white;
}
body.dark-theme mat-card.mat-mdc-card .attest-needed {
  background-color: #FCF6EC;
  color: #E08441;
}
body.dark-theme .quick-actions-container h3 {
  color: #424242;
}
body.dark-theme .quick-actions-container .quick-actions .quick-action {
  border-radius: 4px;
  background-color: #424242;
}
body.dark-theme .quick-actions-container .quick-actions .quick-action:hover {
  background-color: rgb(62.7, 62.7, 62.7);
}
body.dark-theme .quick-actions-container .quick-actions .quick-action .quick-action-icon {
  background-color: #424242;
}
body.dark-theme .quick-actions-container .quick-actions .quick-action .quick-action-next-arrow button mat-icon {
  color: #42a5f5;
}
body.dark-theme .skeleton {
  background-color: transparent;
  border-radius: 4px;
  display: flex;
  height: 2em;
  width: auto;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.12) 25%,
      rgba(255, 255, 255, 0.12) 50%,
      rgba(255, 255, 255, 0.12) 75%);
  background-size: 200% 100%;
  animation: barridoDerecha 1.5s linear infinite;
}
body.dark-theme .skeleton.circle {
  width: 26px;
}
body.dark-theme .card-outline-error {
  box-shadow: 1px -66px 52px -24px rgba(255, 0, 0, 0.34) inset;
  -webkit-box-shadow: 1px -66px 52px -24px rgba(255, 0, 0, 0.34) inset;
  -moz-box-shadow: 1px -66px 52px -24px rgba(255, 0, 0, 0.34) inset;
}
body.dark-theme .provider-select {
  border-radius: 4px;
  background-color: #f7f7f8;
}
body.dark-theme .invitation-container {
  border-radius: 4px;
  background-color: #424242;
}
body.dark-theme .table-set-wrapper {
  background-color: #424242;
  border-radius: 4px;
}
body.dark-theme .table-set-wrapper .multi-select-notice {
  background-color: #42a5f5;
}
body.dark-theme .table-set-wrapper .table-set-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
body.dark-theme .table-set-wrapper .table-set-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
body.dark-theme .mat-mdc-table .expandable-row.expanded-row {
  border-bottom: 8px solid #121212;
}
body.dark-theme .mat-mdc-table.expandable .mat-mdc-row:nth-child(4n+1) {
  background-color: rgb(32.67, 32.67, 32.67);
}
body.dark-theme .mat-mdc-table:not(.expandable) .mat-mdc-row:nth-child(2n+1) {
  background-color: rgb(32.67, 32.67, 32.67);
}
body.dark-theme .mat-mdc-table .mdc-data-table__header-cell {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-theme .mat-mdc-table .mdc-data-table__cell {
  color: white;
  text-overflow: ellipsis;
  border-bottom-width: 0 !important;
}
body.dark-theme .mat-mdc-table:not(.vertical-table) .mat-mdc-row .clickable-cell .cell-wrapper:hover {
  background-color: rgba(245, 204, 204, 0.3);
}
body.dark-theme .table-subtotal {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #42a5f5;
  padding: 15px 20px;
  color: white;
  box-sizing: border-box;
}
body.dark-theme .mat-mdc-paginator .mat-mdc-paginator-container {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-theme .mat-mdc-paginator .mat-mdc-paginator-container mat-form-field.mat-mdc-form-field.form-field-highlight {
  background-color: rgb(32.67, 32.67, 32.67)78;
}
body.dark-theme .mat-mdc-paginator .mat-mdc-paginator-container mat-form-field.mat-mdc-form-field .mat-mdc-form-field-flex .mdc-notched-outline .mdc-notched-outline__leading,
body.dark-theme .mat-mdc-paginator .mat-mdc-paginator-container mat-form-field.mat-mdc-form-field .mat-mdc-form-field-flex .mdc-notched-outline .mdc-notched-outline__trailing {
  display: none;
}
body.dark-theme .mat-mdc-paginator .mat-mdc-paginator-container mat-form-field.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
body.dark-theme .timeline.finished .timeline-row .event .ball {
  animation: none;
}
body.dark-theme .timeline.finished .timeline-row .event .ball,
body.dark-theme .timeline.finished .timeline-row .event .line {
  background: #5cc35a;
}
body.dark-theme .timeline:not(.finished) .timeline-row.is-last .event .ball {
  animation: bounce-glow 1s ease-in-out infinite alternate;
  background: #42a5f5;
}
body.dark-theme .timeline:not(.finished) .timeline-row.past .event .ball,
body.dark-theme .timeline:not(.finished) .timeline-row.past .event .line {
  background: #42a5f5;
}
body.dark-theme .timeline:not(.finished) .timeline-row.future .event .ball,
body.dark-theme .timeline:not(.finished) .timeline-row.future .event .line {
  background: #E0E0E0;
}
@keyframes bounce-glow {
  0% {
    box-shadow: 0 0 0 4px rgba(100, 181, 246, 0);
  }
  100% {
    box-shadow: 0 0 0px 4px rgba(100, 181, 246, 0.4);
  }
}
body.dark-theme .avatar {
  background-color: #2979ff;
  object-fit: cover;
}
body.dark-theme .mini-text-carousel {
  color: white;
}
body.dark-theme .custom-sidenav {
  background-color: #424242;
  box-shadow: 1px 0px 10px rgba(255, 255, 255, 0.12);
}
body.dark-theme .org-switcher-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  background-color: #424242;
}
body.dark-theme .org-switcher-expanded {
  background-color: rgb(62.7, 62.7, 62.7);
  color: #ffffff;
  border-radius: 4px 4px 0 0;
}
body.dark-theme .sidebar-menu-items-container {
  padding: 0 12px;
  box-sizing: border-box;
}
body.dark-theme .sidebar-menu-items-container .mat-mdc-list-item {
  padding-top: 3px;
  margin-bottom: 3px;
  border-radius: 4px !important;
}
body.dark-theme .sidebar-menu-items-container .mat-mdc-list-item .mdc-list-item__content .mat-mdc-list-item-title {
  font-weight: 500;
  color: #ffffff;
}
body.dark-theme .sidebar-menu-items-container .mat-mdc-list-item .mat-mdc-list-item-icon {
  margin-right: 16px;
  text-align: center;
}
body.dark-theme .sidebar-menu-items-container .mat-mdc-list-item .mat-mdc-list-item-icon > * {
  color: #ffffff;
}
body.dark-theme .sidebar-menu-items-container .mat-mdc-list-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
body.dark-theme .sidebar-menu-items-container .mat-mdc-list-item.active {
  background-color: #42a5f5;
  color: #ffffff;
}
body.dark-theme .sidebar-menu-items-container .mat-mdc-list-item.active .mdc-list-item__content .mat-mdc-list-item-title {
  color: #ffffff;
}
body.dark-theme .sidebar-menu-items-container .mat-mdc-list-item.active .mat-mdc-list-item-icon > * {
  color: #ffffff;
}
body.dark-theme .sidebar-menu-items-container .sidebar-category .label {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-theme .sidebar-menu-items-container .sidebar-category .divider {
  border-color: rgba(255, 255, 255, 0.7);
}
body.dark-theme .content-header.sidebar-state-closed {
  background-color: #424242;
}
body.dark-theme .status-wrapper .status {
  background-color: transparent;
}
body.dark-theme .status-wrapper .status.orange,
body.dark-theme .status-wrapper .status.warning {
  background-color: #E0844116;
  color: #E08441;
}
body.dark-theme .status-wrapper .status.yellow {
  background-color: #CF9F0216;
  color: #CF9F02;
}
body.dark-theme .status-wrapper .status.red,
body.dark-theme .status-wrapper .status.error {
  background-color: #f24a3516;
  color: #f24a35;
}
body.dark-theme .status-wrapper .status.green,
body.dark-theme .status-wrapper .status.success {
  background-color: #2DB22A16;
  color: #2DB22A;
}
body.dark-theme .status-wrapper .status.grey,
body.dark-theme .status-wrapper .status.loading {
  background-color: #757F8B16;
  color: #757F8B;
}
body.dark-theme .status-wrapper .status.blue,
body.dark-theme .status-wrapper .status.info {
  background-color: #1F5BB616;
  color: #1F5BB6;
}
body.dark-theme .item-number.pending {
  color: #E08441;
}
body.dark-theme .item-number.cancelled,
body.dark-theme .item-number.not-billed,
body.dark-theme .item-number.not-paid,
body.dark-theme .item-number.bill-not-paid body.dark-theme .item-number.unpaid {
  color: #f24a35;
}
body.dark-theme .item-number.sent,
body.dark-theme .item-number.active,
body.dark-theme .item-number.accepted,
body.dark-theme .item-number.ongoing,
body.dark-theme .item-number.new,
body.dark-theme .item-number.paid-out {
  color: #2DB22A;
}
body.dark-theme .item-number.finished,
body.dark-theme .item-number.declined {
  color: #757F8B;
}
body.dark-theme .item-number.payout-waiting {
  color: #1F5BB6;
}
body.dark-theme .mat-mdc-dialog-container .mat-mdc-dialog-surface {
  border-radius: 4px !important;
}
body.dark-theme .mat-mdc-dialog-container .mat-mdc-dialog-content {
  font-family: Gilroy;
}
body.dark-theme app-cookie-consent .banner {
  border: 2px solid rgba(255, 255, 255, 0.12);
  background-color: #424242;
}
body.dark-theme app-cookie-consent .preferences form#cookie-preferences {
  background-color: #424242;
}
body.dark-theme app-cookie-consent .preferences .overlay {
  background-color: rgba(0, 0, 0, 0.8);
}
body.dark-theme app-cookie-consent .preferences .option {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
body.dark-theme .mat-accordion .mat-expansion-panel-header.mat-expanded:focus,
body.dark-theme .mat-accordion .mat-expansion-panel-header.mat-expanded:hover {
  background: none;
}
body.dark-theme .mat-accordion .mat-expansion-panel {
  border-radius: 4px !important;
}
body.dark-theme .mat-accordion .mat-expansion-panel:not(:last-child):not(.mat-expansion-panel-spacing) {
  margin-bottom: 20px;
}
body.dark-theme .mat-accordion .mat-expansion-panel.mat-expanded {
  border: 1px solid white;
}
body.dark-theme .mat-accordion .mat-expansion-panel.disabled {
  pointer-events: none;
  opacity: 0.5;
}
body.dark-theme .mat-accordion .mat-expansion-panel .mat-expansion-panel-header {
  height: auto;
}
body.dark-theme .mat-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-content {
  display: block;
  padding: 20px 0;
}
body.dark-theme .mat-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-content .mat-expansion-panel-header-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
body.dark-theme .mat-accordion .mat-expansion-panel .mat-expansion-panel-body {
  padding: 0 16px 16px;
}
body.dark-theme .mat-accordion .mat-expansion-panel.no-padding .mat-expansion-panel-body {
  padding: 0;
}
body.dark-theme .mat-accordion .panel-title-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
body.dark-theme .tour-step .tour-block {
  border-radius: 4px;
}
body.dark-theme .tour-step .tour-block .tour-title {
  color: white;
  padding-bottom: initial !important;
}
body.dark-theme .tour-step .tour-block .tour-content {
  min-height: initial !important;
  color: rgba(255, 255, 255, 0.7);
}
body.dark-theme .tour-step .tour-block .tour-buttons button {
  font-size: initial !important;
  padding: 8px 16px !important;
  line-height: initial !important;
}
body.dark-theme .tour-step .tour-block .tour-buttons .back-button {
  color: #42a5f5;
}
body.dark-theme .tour-step .tour-block .tour-buttons .next-button {
  background-color: #42a5f5;
  border-radius: 8px;
}
body.dark-theme .tour-step .tour-block .tour-buttons .next-button:hover {
  background-color: #bbdefb;
}
body.dark-theme .top-list-message {
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 20px;
  margin-bottom: 20px;
}
body.dark-theme .top-list-message.warn {
  background-color: rgb(234.85, 175.05, 131.5);
  color: #E08441;
}
body.dark-theme .mat-mdc-snack-bar-container.shoutly-snack-bar .mdc-snackbar__surface {
  height: 40px;
  max-width: initial;
  box-shadow: initial;
  padding: 25px;
  text-align: center;
  font-weight: 800;
  background-color: #424242;
  color: white;
  bottom: 50px;
  position: relative;
}
body.dark-theme .mat-mdc-snack-bar-container.shoutly-snack-bar .mdc-snackbar__surface .mat-mdc-snack-bar-label {
  width: 100%;
}
body.dark-theme .mat-mdc-snack-bar-container.shoutly-snack-bar .mdc-snackbar__surface .mat-mdc-snack-bar-label.mdc-snackbar__label::before {
  content: " ";
  height: 16px;
  width: 16px;
  position: absolute;
  margin-left: -30px;
  display: block;
  margin-left: -25px;
  bottom: calc(50% - 8px);
}
body.dark-theme .mat-mdc-snack-bar-container.shoutly-snack-bar .mdc-snackbar__surface .mat-mdc-snack-bar-label .mat-mdc-snack-bar-actions {
  border: 1px solid white;
  border-radius: 9px;
}
body.dark-theme .mat-mdc-snack-bar-container.shoutly-snack-bar.warn {
  color: #E08441;
}
body.dark-theme .mat-mdc-snack-bar-container.shoutly-snack-bar.warn .mdc-snackbar__surface {
  background-color: rgb(234.85, 175.05, 131.5);
}
body.dark-theme .mat-mdc-snack-bar-container.shoutly-snack-bar.warn .mdc-snackbar__surface .mat-mdc-snack-bar-label {
  color: #E08441;
}
body.dark-theme .mat-mdc-snack-bar-container.shoutly-snack-bar.warn .mdc-snackbar__surface .mat-mdc-snack-bar-label .mdc-snackbar__label::before {
  background-image: url(/assets/UI/snackBar/status-info.svg);
}
body.dark-theme .mat-mdc-snack-bar-container.shoutly-snack-bar.warn .mdc-snackbar__surface .mat-mdc-snack-bar-label .mat-mdc-snack-bar-actions {
  border-color: #E08441;
}
body.dark-theme .mat-mdc-snack-bar-container.shoutly-snack-bar.warn .mdc-snackbar__surface .mat-mdc-snack-bar-label .mat-mdc-snack-bar-actions .mat-mdc-snack-bar-action {
  color: #E08441;
}
body.dark-theme .mat-mdc-snack-bar-container.shoutly-snack-bar.error .mdc-snackbar__surface {
  background-color: rgb(246.55, 137.35, 123.7);
}
body.dark-theme .mat-mdc-snack-bar-container.shoutly-snack-bar.error .mdc-snackbar__surface .mat-mdc-snack-bar-label {
  color: #f24a35;
}
body.dark-theme .mat-mdc-snack-bar-container.shoutly-snack-bar.error .mdc-snackbar__surface .mat-mdc-snack-bar-label .mdc-snackbar__label::before {
  background-image: url(/assets/UI/snackBar/status-error.svg);
}
body.dark-theme .mat-mdc-snack-bar-container.shoutly-snack-bar.error .mdc-snackbar__surface .mat-mdc-snack-bar-label .mat-mdc-snack-bar-actions {
  border-color: #f24a35;
}
body.dark-theme .mat-mdc-snack-bar-container.shoutly-snack-bar.error .mdc-snackbar__surface .mat-mdc-snack-bar-label .mat-mdc-snack-bar-actions .mat-mdc-snack-bar-action {
  color: #f24a35;
}
body.dark-theme .mat-mdc-snack-bar-container.shoutly-snack-bar.success .mdc-snackbar__surface {
  background-color: rgb(149.05, 216, 147.75);
}
body.dark-theme .mat-mdc-snack-bar-container.shoutly-snack-bar.success .mdc-snackbar__surface .mat-mdc-snack-bar-label {
  color: #5cc35a;
}
body.dark-theme .mat-mdc-snack-bar-container.shoutly-snack-bar.success .mdc-snackbar__surface .mat-mdc-snack-bar-label .mdc-snackbar__label::before {
  background-image: url(/assets/UI/snackBar/status-success.svg);
}
body.dark-theme .mat-mdc-snack-bar-container.shoutly-snack-bar.success .mdc-snackbar__surface .mat-mdc-snack-bar-actions {
  border-color: #5cc35a;
}
body.dark-theme .mat-mdc-snack-bar-container.shoutly-snack-bar.success .mdc-snackbar__surface .mat-mdc-snack-bar-actions .mat-mdc-snack-bar-action {
  color: #5cc35a;
}
body.dark-theme .mat-mdc-snack-bar-container.shoutly-snack-bar.info .mdc-snackbar__surface {
  background-color: rgb(90.0464788732, 144.4267605634, 226.9035211268);
}
body.dark-theme .mat-mdc-snack-bar-container.shoutly-snack-bar.info .mdc-snackbar__surface .mat-mdc-snack-bar-label {
  color: #1F5BB6;
}
body.dark-theme .mat-mdc-snack-bar-container.shoutly-snack-bar.info .mdc-snackbar__surface .mat-mdc-snack-bar-label .mdc-snackbar__label::before {
  background-image: url(/assets/UI/snackBar/status-info.svg);
}
body.dark-theme .mat-mdc-snack-bar-container.shoutly-snack-bar.info .mdc-snackbar__surface .mat-mdc-snack-bar-label .mat-mdc-snack-bar-actions {
  border-color: #1F5BB6;
}
body.dark-theme .mat-mdc-snack-bar-container.shoutly-snack-bar.info .mdc-snackbar__surface .mat-mdc-snack-bar-label .mat-mdc-snack-bar-actions .mat-mdc-snack-bar-action {
  color: #1F5BB6;
}
body.dark-theme .mat-mdc-snack-bar-container.shoutly-snack-bar a[href] {
  font-weight: 800;
}
body.dark-theme .mat-mdc-tooltip .mdc-tooltip__surface {
  padding: 17px 15px !important;
  opacity: 0.9 !important;
  font-size: 14px;
  background-color: #42a5f5;
}
body.dark-theme .mat-mdc-tooltip .mdc-tooltip__surface.warning {
  background-color: #cc0000;
}
body.dark-theme .shoutly-spinner {
  border: 16px solid #1565c0;
  border-top: 16px solid #42a5f5;
}
body.dark-theme .shoutly-spinner::before {
  background:
    radial-gradient(
      circle 8px,
      #42a5f5 99%,
      transparent 100%) left -9px top 19px,
    radial-gradient(
      circle 8px,
      #42a5f5 99%,
      transparent 100%) right -9px top -1px;
}
body.dark-theme mat-progress-bar.mat-mdc-progress-bar[mode=indeterminate] {
  transform: scaleY(3);
  border-radius: 4px;
}
body.dark-theme .summary-boxes-block .box {
  border-radius: 4px;
  background-color: #424242;
}
body.dark-theme .summary-boxes-block .box .content .label {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-theme .input-file-box {
  font-family: Gilroy;
  width: 100%;
  cursor: pointer;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #2979ff3F;
  border: 1px dashed white;
  color: white;
  transition: border 0.2s;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
body.dark-theme .input-file-box .mat-icon {
  vertical-align: middle;
}
body.dark-theme .input-file-box p {
  vertical-align: middle;
  display: inline-block;
  padding: 5px;
  text-decoration: none;
}
body.dark-theme .input-file-box:hover {
  border: 1px dashed #1e88e5;
}
body.dark-theme .input-file-box.normal {
  background-color: #2979ff3F;
  border: 1px dashed white;
  color: white;
}
body.dark-theme .input-file-box.error {
  border: 2px solid #cc0000;
  color: #290000;
}
body.dark-theme .input-file-box.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  background-color: #424242;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  pointer-events: none;
}
body.dark-theme mat-select.payout-currency-dropdown {
  margin-left: 6px;
  width: auto;
}
body.dark-theme mat-select.payout-currency-dropdown .mat-mdc-select-value {
  color: #bbdefb;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
body.dark-theme mat-option.mat-mdc-option:hover {
  font-weight: 600;
  color: rgb(145.6333333333, 201.925, 248.5666666667);
}
body.dark-theme mat-option.mat-mdc-option .mdc-list-item__primary-text {
  color: #bbdefb;
}
body.dark-theme mat-form-field.mat-mdc-form-field .mdc-text-field .mdc-notched-outline .mdc-notched-outline__leading,
body.dark-theme mat-form-field.mat-mdc-form-field .mdc-text-field .mdc-notched-outline .mdc-notched-outline__notch,
body.dark-theme mat-form-field.mat-mdc-form-field .mdc-text-field .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: black;
}
body.dark-theme mat-form-field.mat-mdc-form-field .mdc-text-field .mat-form-field.mat-form-field-appearance-fill:not(.mat-form-field-disabled) {
}
body.dark-theme mat-form-field.mat-mdc-form-field .mdc-text-field .mat-form-field.mat-form-field-appearance-fill:not(.mat-form-field-disabled) .mat-form-field-label .mat-input-element {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-theme mat-form-field.mat-mdc-form-field .mdc-text-field.mdc-text-field--invalid .mdc-notched-outline .mdc-notched-outline__leading,
body.dark-theme mat-form-field.mat-mdc-form-field .mdc-text-field.mdc-text-field--invalid .mdc-notched-outline .mdc-notched-outline__notch,
body.dark-theme mat-form-field.mat-mdc-form-field .mdc-text-field.mdc-text-field--invalid .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #cc0000;
}
body.dark-theme mat-form-field.mat-mdc-form-field .mdc-text-field.mdc-text-field--focused:not(.mdc-text-field--invalid) .mdc-notched-outline .mdc-notched-outline__leading,
body.dark-theme mat-form-field.mat-mdc-form-field .mdc-text-field.mdc-text-field--focused:not(.mdc-text-field--invalid) .mdc-notched-outline .mdc-notched-outline__notch,
body.dark-theme mat-form-field.mat-mdc-form-field .mdc-text-field.mdc-text-field--focused:not(.mdc-text-field--invalid) .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #bbdefb;
}
body.dark-theme mat-form-field.mat-mdc-form-field .mat-mdc-form-field-icon-prefix {
  color: #bbdefb;
}
body.dark-theme mat-form-field.mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-mdc-tooltip-trigger {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-theme mat-form-field.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper {
  display: flex;
  white-space: nowrap;
}
body.dark-theme mat-form-field.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint-wrapper,
body.dark-theme mat-form-field.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-error-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
body.dark-theme mat-form-field.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint-wrapper .mat-mdc-form-field-hint,
body.dark-theme mat-form-field.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint-wrapper .mat-mdc-form-field-error,
body.dark-theme mat-form-field.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-error-wrapper .mat-mdc-form-field-hint,
body.dark-theme mat-form-field.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-error-wrapper .mat-mdc-form-field-error {
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.dark-theme mat-form-field.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint-wrapper .mat-mdc-form-field-hint:empty,
body.dark-theme mat-form-field.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint-wrapper .mat-mdc-form-field-error:empty,
body.dark-theme mat-form-field.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-error-wrapper .mat-mdc-form-field-hint:empty,
body.dark-theme mat-form-field.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-error-wrapper .mat-mdc-form-field-error:empty {
  display: none;
}
body.dark-theme mat-form-field.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint-wrapper .mat-mdc-form-field-hint {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-theme mat-form-field.mat-form-field-disabled .mat-icon {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-theme .form-group-vertical {
  padding: 10px;
}
body.dark-theme .form-group-vertical.form-highlight {
  border-radius: 8px;
  background-color: rgb(32.67, 32.67, 32.67)78;
}
body.dark-theme mat-radio-group.option-group .option {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
}
body.dark-theme mat-radio-group.option-group .option:not(.mat-mdc-radio-disabled) {
  box-shadow: 0 0 0 2px rgba(187, 222, 251, 0.8);
}
body.dark-theme mat-radio-group.option-group .option:not(.mat-mdc-radio-disabled) .mdc-label {
  color: #bbdefb;
}
body.dark-theme mat-radio-group.option-group .option:not(.mat-mdc-radio-disabled):hover {
  background: rgb(62.7, 62.7, 62.7);
}
body.dark-theme mat-radio-group.error {
  padding: 5px;
  border: 1px solid #cc0000;
}
body.dark-theme ngx-mat-select-search .mat-select-search-inner input.mat-select-search-input {
  background-color: #424242;
}
body.dark-theme .search-bar {
  background-color: #424242;
}
body.dark-theme .role {
  position: relative;
}
body.dark-theme .role > span {
  background-color: #0d47a1;
  background-color: #e3f2fd;
}
body.dark-theme .tags-bar .mat-mdc-chip-set .mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) {
  background-color: #0d47a1;
}
body.dark-theme .tags-bar .mat-mdc-chip-set .mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__text-label {
  color: #bbdefb;
}
body.dark-theme .tags-bar .mat-mdc-chip-set .mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__icon--primary {
  color: #bbdefb;
}
body.dark-theme .tags-bar .mat-mdc-chip-set .mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__cell--trailing .mdc-evolution-chip__icon {
  color: #bbdefb;
}
body.dark-theme .dashboard-data-card-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 16px;
  width: 100%;
  box-sizing: border-box;
}
body.dark-theme .dashboard-data-card-container .dashboard-data-card {
  display: flex;
  gap: 12px;
  padding: 20px;
  background-color: #121212;
  line-height: 21px;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
  min-height: 76px;
}
body.dark-theme .dashboard-data-card-container .dashboard-data-card > div {
  display: block;
  width: 100%;
}
body.dark-theme .dashboard-data-card-container .dashboard-data-card .dashboard-data-card-image {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  background-color: #424242;
  border: 1px solid rgba(255, 255, 255, 0.09);
}
body.dark-theme .dashboard-data-card-container .dashboard-data-card .dashboard-data-card-image img {
  width: 56px;
  height: 56px;
  border-radius: 100%;
}
body.dark-theme .dashboard-data-card-container .dashboard-data-card.active-collaborations .dashboard-data-card-image {
  background-color: #f5c324;
  color: white;
  border: initial;
}
body.dark-theme .dashboard-data-card-container .dashboard-data-card.total-collaborations .dashboard-data-card-image {
  background-color: #ff8a65;
  color: white;
  border: initial;
}
body.dark-theme .dashboard-data-card-container .dashboard-data-card.total-cost .dashboard-data-card-image {
  background-color: #806cff;
  color: white;
  border: initial;
}
body.dark-theme .dashboard-data-card-container .dashboard-data-card .dashboard-data-card-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
body.dark-theme .dashboard-data-card-container .dashboard-data-card .dashboard-data-card-content .dashboard-data-card-pane {
  display: flex;
  justify-content: center;
  white-space: nowrap;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
}
body.dark-theme .dashboard-data-card-container .dashboard-data-card .dashboard-data-card-content .dashboard-data-card-pane .secondary-text {
  overflow: hidden;
  text-overflow: ellipsis;
}
body.dark-theme .dashboard-data-card-container .dashboard-data-card .dashboard-data-card-content .dashboard-data-card-pane * {
  max-width: 100%;
}
body.dark-theme .dashboard-data-card-container .dashboard-data-card .dashboard-data-card-content .dashboard-data-card-pane.right {
  align-items: flex-end;
}
body.dark-theme .dashboard-data-card-container .dashboard-data-card .dashboard-data-card-content .dashboard-data-card-pane .amount {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
body.dark-theme .dashboard-data-card-container .dashboard-data-card .featured-value {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
body.dark-theme .dashboard-data-card-container .dashboard-data-card .variation-value {
  font-size: smaller;
}
body.dark-theme .dashboard-data-card-container .dashboard-data-card-expandable {
  background-color: #121212;
  padding: 0 12px;
  gap: 12px;
}
body.dark-theme .dashboard-data-card-container .dashboard-data-card-expandable .dashboard-data-card {
  background-color: initial;
  border-radius: initial;
  padding: initial;
}
body.dark-theme .dashboard-data-card-container .variation-up {
  color: green;
}
body.dark-theme .dashboard-data-card-container .variation-down {
  color: red;
}
body.dark-theme .dashboard-data-card-container .skeleton {
  width: 100%;
  margin-bottom: 8px;
}
body.dark-theme .infobox-status {
  background-color: #424242;
}
body.dark-theme .infobox-status.negative {
  border-color: #f24a35;
}
body.dark-theme .infobox-status.negative .icon {
  color: #f24a35;
}
body.dark-theme .infobox-status.warning {
  border-color: #E08441;
}
body.dark-theme .infobox-status.warning .icon {
  color: #E08441;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/material-icons-LEZCGFVT.woff2") format("woff2");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/material-icons-outlined-7BWLPMFK.woff2") format("woff2");
}
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Round";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/material-icons-round-WEHMTW23.woff2") format("woff2");
}
.material-icons-round {
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/material-icons-sharp-HCCYMPXE.woff2") format("woff2");
}
.material-icons-sharp {
  font-family: "Material Icons Sharp";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Two Tone";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/material-icons-two-tone-M5N5K6F5.woff2") format("woff2");
}
.material-icons-two-tone {
  font-family: "Material Icons Two Tone";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
html,
body {
  height: 100%;
  margin: 0;
}
a.clickable {
  cursor: pointer;
}
.mat-app-background,
.app-component {
  height: 100%;
}
.column {
  display: flex;
  flex-flow: column;
  width: 100%;
  gap: 20px;
}
img.avatar {
  display: inline-block;
  border-radius: 100%;
}
.cell-wrapper {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 3px 5px;
  overflow: hidden;
  max-width: 100%;
}
.cell-wrapper > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  flex-shrink: 1;
}
.org-table-item-avatar {
  width: 32px;
  height: 32px;
}
.profile-avatar {
  width: 72px;
  height: 72px;
  position: relative;
  display: inline-block;
}
.profile-avatar .avatar {
  background-image: url("./media/anonymous-HLSF3G3Q.png");
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position-x: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  position: absolute;
}
.empty-slate {
  padding: 40px;
  display: flex;
  height: 100%;
  min-height: 300px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.wrapper-1 {
  max-width: 555px;
  margin: 0 auto;
  position: relative;
  width: calc(100% - 40px);
}
.wrapper-2 {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  width: calc(100% - 40px);
}
.content-grid-1 {
  display: grid;
}
.masonry-grid {
  display: block;
  column-count: 2;
  column-gap: 16px;
  width: 100%;
}
.masonry-grid > .masonry-item {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  padding-bottom: 16px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .masonry-grid {
    column-count: 1;
  }
}
.main-logo {
  width: 92px;
  height: 32px;
  position: relative;
  display: block;
  top: 4px;
}
.main-logo.alt-size1 {
  width: 151px;
  height: initial;
}
.main-logo.margin {
  margin: 20px 0;
}
.main-logo.absolute {
  position: absolute;
  top: 11px;
  left: 25px;
}
.main-logo.left {
  left: 30px;
}
.component-header {
  background-color: transparent;
  margin-bottom: 20px;
}
.component-header .second-row {
  display: grid;
  grid-template-columns: 1fr auto;
}
.component-header .second-row .action {
  text-align: right;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  align-self: center;
}
.component-header .component-filter-top {
  display: block;
}
form .suffix,
form .suffix-action,
form .suffix-standard {
  text-transform: uppercase;
  font-size: 12px;
}
.mat-horizontal-content-container {
  padding-left: 0;
  padding-right: 0;
}
.onboard {
  height: 100%;
}
.onboard .stepper,
.onboard .billing-form {
  margin: auto;
}
.stepper-footer {
  padding: 17px;
}
.stepper-footer .action.left {
  float: left;
}
.table-center {
  display: table !important;
  margin: auto;
  text-align: center;
  margin-bottom: 25px;
  line-height: 28px;
}
.table-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.columns-2 {
  grid-template-columns: 100%;
  display: grid;
  gap: 20px;
  align-items: start;
  justify-items: center;
}
.columns-2 .column {
  max-width: 710px;
}
@media screen and (min-width: 1080px) {
  .columns-2 {
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 40px), 1fr));
  }
}
.padded-wrapper {
  padding: 20px 10px;
  margin: auto;
}
@media screen and (min-width: 480px) {
  .padded-wrapper {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 720px) {
  .padded-wrapper {
    padding: 30px 40px;
  }
}
.padded-vertical {
  padding: 24px 0;
}
.margin-top-25 {
  margin-top: 25px;
}
.margin-top-20 {
  margin-top: 20px;
}
.right {
  float: right;
  text-align: right;
}
.no-padding {
  padding: initial !important;
}
.mat-mdc-paginator {
  background-color: transparent !important;
}
.mat-mdc-paginator .mat-mdc-paginator-container {
  justify-content: flex-start;
}
.mat-mdc-form-field {
  width: 100%;
}
.form-group {
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: space-between;
}
.form-group .mat-mdc-form-field {
  margin-bottom: 0;
}
.form-group .mat-mdc-form-field .mat-mdc-form-field-infix {
  width: auto;
}
form .mat-chip-list {
  display: flex;
}
.dropdown {
  display: block;
  bottom: 0px;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .mat-datepicker-content-touch .mat-mdc-button,
  .mat-datepicker-content-touch .mat-mdc-fab,
  .mat-datepicker-content-touch .mat-mdc-icon-button,
  .mat-datepicker-content-touch .mat-mdc-mini-fab,
  .mat-datepicker-content-touch .mat-mdc-raised-button,
  .mat-datepicker-content-touch th,
  .mat-datepicker-content-touch td {
    font-size: 20px;
  }
}
.layout-three-rows {
  display: grid;
  grid-template-rows: 72px auto 72px;
  height: 100%;
}
.layout-three-rows > div,
.layout-three-rows mat-horizontal-stepper {
  display: grid;
}
.layout-three-rows .layout-nav-1 {
  justify-content: space-between;
  grid-auto-flow: column;
  padding: 0 20px;
  height: 72px;
  align-content: center;
  display: grid;
}
.layout-three-rows .layout-nav-1.absolute {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
}
.layout-three-rows .layout-content-1 {
  padding: 40px 0;
  overflow-y: scroll;
  display: block;
}
.layout-three-rows .layout-footer-1 {
  height: 72px;
  width: 100%;
}
.item-info-content {
  display: flex;
  align-items: center;
  gap: 10px 12px;
  min-height: 36px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item-info-content .param {
  display: flex;
  gap: 4px;
  flex-flow: wrap;
  align-items: center;
}
.item-info-content .param .param-data {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.collaboration-item,
.bill-item {
  padding: 25px !important;
  border-radius: 25px !important;
  margin-bottom: 20px !important;
  box-shadow: initial !important;
}
.collaboration-item .item-header,
.bill-item .item-header {
  cursor: pointer;
  justify-content: space-between;
}
.collaboration-item .item-header .mat-card-header-text,
.bill-item .item-header .mat-card-header-text {
  margin: initial;
}
.collaboration-item .mat-mdc-card-actions,
.bill-item .mat-mdc-card-actions {
  margin-left: initial;
  margin-right: initial;
  padding: initial;
}
.collaboration-item .mat-caption,
.bill-item .mat-caption {
  padding: 0 5px;
}
.mat-stepper-horizontal.no-header .mat-horizontal-stepper-header-container {
  visibility: hidden !important;
}
.mat-stepper-horizontal .mat-horizontal-stepper-header-container {
  max-width: calc(100% - 250px);
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  justify-content: center;
  visibility: hidden;
}
@media screen and (min-width: 480px) {
  .mat-stepper-horizontal .mat-horizontal-stepper-header-container {
    visibility: initial;
  }
}
.mat-stepper-horizontal .mat-horizontal-stepper-header-container .mat-stepper-horizontal-line {
  display: none;
}
.mat-stepper-horizontal .mat-horizontal-stepper-header-container .mat-horizontal-stepper-header {
  flex-direction: row-reverse;
}
.mat-stepper-horizontal .mat-horizontal-stepper-header-container .mat-horizontal-stepper-header .mat-step-label-selected::before {
  content: "";
  display: block;
  width: 55%;
  height: 3px;
  top: 69px;
  position: absolute;
}
.mat-stepper-horizontal .mat-horizontal-stepper-header-container .mat-horizontal-stepper-header .mat-step-icon {
  background-color: initial;
  line-height: 24px;
  font-size: 12px;
  font-weight: 600;
  margin-left: 8px;
  display: none;
}
.mat-stepper-horizontal .mat-horizontal-stepper-header-container .mat-horizontal-stepper-header .mat-step-icon-state-error {
  display: inline-block;
}
.guided-tour-spotlight-overlay {
  border-radius: 8px;
  transition: 0.2s all;
}
.grecaptcha-badge {
  visibility: hidden;
}
.clear-tags-button {
  cursor: pointer;
  display: inline;
  white-space: nowrap;
}
.actions-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
}
.table-generator .mat-mdc-card-content {
  padding: 20px;
  display: flex;
  margin: 0;
  justify-content: space-between;
  align-items: center;
}
.table-generator .mat-mdc-card-footer {
  background-color: #EBDED8;
  padding: 10px 20px;
  display: flex;
  margin: 0;
  justify-content: space-between;
  align-items: center;
}
.table-generator .mat-mdc-card-footer .item-label {
  color: #757F8B;
}
.table-generator .mat-mdc-card-footer .total-and-action {
  display: flex;
  align-items: center;
  gap: 20px;
}
*[hidden] {
  display: none !important;
}
.auth-container {
  margin: auto;
}
.auth-container .auth-content .main-title {
  margin-bottom: 24px;
}
.auth-container .auth-content .main-title h3 {
  margin: initial;
}
.auth-container .auth-content .main-title .subtitle {
  font-size: 14px;
}
.mat-divider {
  margin: 22px 0;
}
.charts-wrapper .mat-mdc-card {
  overflow: visible;
}
.charts-wrapper app-chart-empty-slate {
  text-align: center;
}
td.mat-column-amount,
td.mat-column-subtotal {
  font-weight: bold;
}
.mat-mdc-tooltip-trigger {
  cursor: pointer;
}
.svg-icon-15 {
  top: 3px;
  position: relative;
}
.form-wrapper {
  margin-top: 15px;
}
.org-name-text {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
nav .mat-mdc-tab-link-container {
  flex-grow: 0;
}
[class^=WidgetBranding] {
  opacity: 0 !important;
  position: absolute !important;
}
.partner-item {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 10px;
  padding: 10px 0;
  line-height: 1.4em;
}
.partner-item .partner-item-group {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}
.partner-item .partner-item-group:last-child {
  text-align: right;
}
.partner-item .workfield {
  padding: 2px 5px;
  text-align: center;
  display: inline-block;
  margin: 3px;
  font-size: 12px;
  border-radius: 20px;
  line-height: normal;
}
.partner-item .name {
  display: block;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 20ch;
  white-space: nowrap;
}
.partner-item .email {
  font-weight: 500;
}
.partner-item .country {
  text-align: right;
}
.partner-avatar {
  display: inline-block;
}
.partner-avatar img.avatar {
  height: 32px;
  width: 32px;
}
.search-bar {
  width: 100%;
}
.search-bar shared-table-search mat-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex {
  height: 36px;
}
.search-bar shared-table-search mat-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix {
  font-size: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  min-height: initial;
}
.search-bar shared-table-search mat-form-field .mat-mdc-form-field-subscript-wrapper {
  display: none !important;
}
.search-bar shared-table-search mat-form-field .mat-mdc-form-field-icon-suffix .mdc-icon-button,
.search-bar shared-table-search mat-form-field .mat-mdc-form-field-icon-prefix .mdc-icon-button {
  height: 36px;
  width: 36px;
  padding: 6px;
}
.table-wrapper {
  overflow: auto;
  direction: rtl;
}
.table-wrapper table {
  direction: ltr;
}
.table-set-wrapper .multi-select-notice {
  padding: 20px;
  color: white;
  transition: all 0.5s ease;
}
.table-set-wrapper .table-set-header {
  padding: 20px 20px 0 20px;
}
.table-set-wrapper .table-set-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  overflow: hidden;
  position: relative;
}
.table-set-wrapper .table-set-row .table-set-group {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.table-set-wrapper .table-set-row .table-set-group .table-set-item.search {
  flex-grow: 3;
}
.table-set-wrapper .table-set-row .table-set-group .table-set-item.search.handset {
  flex-grow: 1;
}
.table-set-wrapper .table-set-row .table-set-item-group-right {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  flex-wrap: nowrap;
}
.table-set-wrapper .table-set-row .table-set-item-group-right .table-set-item {
  display: flex;
  align-items: center;
}
.table-set-wrapper .table-set-footer {
  padding: 4px 0 4px 0;
}
.mat-mdc-table .expandable-row {
  height: 0 !important;
}
.mat-mdc-table .expandable-row .mat-column-expandedDetail {
  box-shadow: inset 0px 5px 5px -5px rgba(0, 0, 0, 0.12), inset 0px -5px 5px -5px rgba(0, 0, 0, 0.12);
}
.mat-mdc-table .expandable-row .element-detail {
  transition: padding 120ms ease-in-out;
}
.mat-mdc-table .expandable-row.expanded-row .element-detail {
  padding: 16px;
}
.mat-mdc-table .element-detail {
  overflow: hidden;
  max-width: 500px;
  margin: auto;
}
.mat-mdc-table .element-detail .element-detail-wrapper {
  display: flex;
  gap: 20px;
  flex-direction: column;
  width: 100%;
}
.mat-mdc-table .element-detail .element-detail-wrapper .item-info {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  flex-direction: column;
}
.mat-mdc-table .element-detail .element-detail-wrapper .item-info .param {
  display: flex;
  padding: 5px;
  gap: 5px;
  justify-content: space-between;
}
.mat-mdc-table:not(.vertical-table) th.mat-mdc-header-cell:not(:first-child):not(:last-child) {
  padding: 10px;
}
.mat-mdc-table:not(.vertical-table) .mat-mdc-row:not(:first-child):not(:last-child).mat-mdc-cell {
  padding: 0 10px;
}
.mat-mdc-table:not(.vertical-table) .mat-mdc-row .mat-mdc-cell:last-of-type.actions-cell {
  white-space: nowrap;
  padding-right: 13px;
  text-align: right;
}
.mat-mdc-table:not(.vertical-table) .mat-mdc-row .clickable-cell .cell-wrapper {
  border-radius: 32px;
}
.mat-mdc-table:not(.vertical-table) .mat-mdc-row .clickable-cell .cell-wrapper:hover {
  cursor: pointer;
}
.mat-mdc-table.vertical-table {
  width: 100%;
  border-collapse: collapse;
}
.mat-mdc-table.vertical-table.no-action tbody tr:not(.detail-row) {
  padding-right: 0;
}
.mat-mdc-table.vertical-table.no-action tbody tr:not(.detail-row) td {
  padding-right: 15px;
  padding-left: 30vw;
}
.mat-mdc-table.vertical-table.no-action tbody tr:not(.detail-row) .actions-cell {
  display: none;
}
.mat-mdc-table.vertical-table thead {
  display: none;
}
.mat-mdc-table.vertical-table tbody tr:not(.detail-row) {
  display: block;
  height: initial;
  position: relative;
  padding: 20px 50px 20px 16px;
}
.mat-mdc-table.vertical-table tbody tr:not(.detail-row) td {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 40px;
  justify-content: flex-end;
  text-align: right;
  padding: initial;
  max-width: 100%;
}
.mat-mdc-table.vertical-table tbody tr:not(.detail-row) td:not(.actions-cell) > * {
  max-width: 60%;
}
.mat-mdc-table.vertical-table tbody tr:not(.detail-row) td:not(.actions-cell):before {
  content: attr(data-table-header);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40%;
  padding-left: 15px;
  font-weight: bold;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
}
.mat-mdc-table.vertical-table tbody tr:not(.detail-row) td.actions-cell {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 48px;
  padding: initial;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mat-mdc-table.vertical-table tbody tr:not(.detail-row) td .cell-wrapper {
  width: initial;
  justify-content: flex-end;
  padding: initial;
  max-width: 75%;
}
mat-card.mat-mdc-card {
  border-style: hidden;
  box-shadow: initial;
  padding: 8px 16px;
}
@media (min-width: 480px) {
  mat-card.mat-mdc-card {
    padding: 20px 32px;
  }
}
mat-card.mat-mdc-card .calc-highlight .notice {
  font-size: small;
  padding: 8px;
  border-radius: 8px;
}
mat-card.mat-mdc-card .calc-subitem-wrapper {
  padding: 8px;
  border-radius: 8px;
}
mat-card.mat-mdc-card .calc-subitem-wrapper .calc-subitem {
  gap: 5px;
  display: flex;
  justify-content: space-between;
}
mat-card.mat-mdc-card .calc-subitem-wrapper .calc-subitem .mat-icon {
  width: 35px;
}
mat-card.mat-mdc-card .calc-subitem-wrapper .calc-subitem .subitem-label {
  gap: 5px;
  display: flex;
  min-width: 0;
  align-items: center;
}
mat-card.mat-mdc-card .calc-subitem-wrapper .calc-subitem .subitem-label .text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
mat-card.mat-mdc-card .mdc-button {
  line-height: initial;
}
mat-card.mat-mdc-card .mat-mdc-card-title {
  font-size: 18px;
  padding-top: 10px;
  line-height: 32px;
}
mat-card.mat-mdc-card.radio-checkbox-right {
  border: 1px solid transparent;
}
mat-card.mat-mdc-card.radio-checkbox-right::after {
  font-family: "Material Icons";
  position: absolute;
  font-size: 26px;
  content: "radio_button_unchecked";
  top: calc(50% - 13px);
  left: calc(100% - 70px);
}
mat-card.mat-mdc-card.radio-checkbox-right.selected::after {
  content: "radio_button_checked";
}
.quick-actions-container .quick-actions .quick-action {
  transition: background 0.1s ease-in-out;
}
.mat-mdc-dialog-container .mat-mdc-dialog-surface {
  padding: 5px;
}
.mat-mdc-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-actions {
  flex-flow: nowrap;
  justify-content: center;
  gap: 10px;
  padding: 0 24px 20px 24px;
}
.mat-mdc-dialog-container .mat-mdc-dialog-surface .mat-mdc-dialog-actions > .mat-mdc-button-base {
  width: 100%;
}
.mat-mdc-dialog-container .mat-mdc-dialog-content {
  text-align: center;
  padding-top: 4px !important;
}
.role {
  position: relative;
}
.role > span {
  font-weight: 500;
  font-size: 12px;
  padding: 4px 12px;
  cursor: pointer;
  border-radius: 25px;
  white-space: nowrap;
}
.cdk-overlay-backdrop {
  -webkit-backdrop-filter: blur(2px) brightness(0.7);
  backdrop-filter: blur(2px) brightness(0.7);
}
.shrinkable-button.handset {
  min-width: initial;
}
.shrinkable-button.handset mat-icon {
  margin: initial;
}
app-cookie-consent {
  display: none;
}
.zsiq_floatmain,
#zsiq_float {
  bottom: 80px;
}
.chat-iframe-wrap {
  bottom: calc(var(--zsiqf-float-close-height) + 80px) !important;
}
@media (max-width: 600px) {
  .zsiq_floatmain,
  #zsiq_float {
    bottom: 160px;
  }
  .chat-iframe-wrap {
    bottom: calc(var(--zsiqf-float-close-height) + 160px) !important;
  }
}

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