/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.7.1_webpack@5.76.1/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/.pnpm/postcss-loader@7.0.1_postcss@8.4.31_webpack@5.76.1/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/.pnpm/resolve-url-loader@5.0.0/node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/.pnpm/sass-loader@13.0.2_sass@1.54.4_webpack@5.76.1/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./libs/styles/src/lib/global.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
button,
.button {
  height: 36px;
  padding: 10px 16px;
  border-radius: 500px;
  box-shadow: none;
  cursor: pointer;
  color: white;
  background-color: black;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: none;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
button.btn-big,
.button.btn-big {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
button.btn-icon-only,
.button.btn-icon-only {
  width: 36px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
button #btn-content,
button .button-text,
.button #btn-content,
.button .button-text {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: none;
}
button:hover, button:active,
.button:hover,
.button:active {
  box-shadow: none;
}
button.btn-wide,
.button.btn-wide {
  width: 100%;
  display: flex;
  justify-content: center;
}
button.btn-small,
.button.btn-small {
  height: 32px;
  padding: 8px 12px;
}
button.btn-small.btn-icon-only,
.button.btn-small.btn-icon-only {
  width: 32px;
}
button.btn-smaller,
.button.btn-smaller {
  height: 28px;
  padding: 6px 10px;
}
button.btn-extra-small,
.button.btn-extra-small {
  font-size: 12px;
  height: 24px;
  padding: 4px 8px;
}
button.btn-extra-small .k-button-text .button-text,
.button.btn-extra-small .k-button-text .button-text {
  font-size: 12px;
}
button.btn-extra-small .k-button-text .button-text .mat-icon,
.button.btn-extra-small .k-button-text .button-text .mat-icon {
  font-size: 16px;
  width: 16px;
  height: 16px;
  display: block;
}
button.btn-extra-small.btn-icon-only,
.button.btn-extra-small.btn-icon-only {
  width: 24px;
}
button.btn-primary,
.button.btn-primary {
  background-color: #f06530;
}
button.btn-primary:hover,
.button.btn-primary:hover {
  background-color: #f27c4f;
}
button.btn-primary:active,
.button.btn-primary:active {
  background-color: #ec5324;
}
button.btn-primary.btn-light,
.button.btn-primary.btn-light {
  color: #f06530;
  background-color: rgba(240, 101, 48, 0.1);
}
button.btn-primary.btn-light:hover,
.button.btn-primary.btn-light:hover {
  background-color: rgba(240, 101, 48, 0.2);
}
button.btn-primary.btn-light:active,
.button.btn-primary.btn-light:active {
  background-color: rgba(240, 101, 48, 0.3);
}
button.btn-primary.btn-flat,
.button.btn-primary.btn-flat {
  color: #f06530;
}
button.btn-primary.btn-flat:hover,
.button.btn-primary.btn-flat:hover {
  background-color: #fdede6;
}
button.btn-primary.btn-flat:active,
.button.btn-primary.btn-flat:active {
  background-color: #fbd1c1;
}
button.btn-secondary,
.button.btn-secondary {
  background-color: #002d56;
}
button.btn-secondary:hover,
.button.btn-secondary:hover {
  background-color: #264d6f;
}
button.btn-secondary:active,
.button.btn-secondary:active {
  background-color: #002245;
}
button.btn-secondary.btn-light,
.button.btn-secondary.btn-light {
  color: #002d56;
  background-color: rgba(0, 45, 86, 0.1);
}
button.btn-secondary.btn-light:hover,
.button.btn-secondary.btn-light:hover {
  background-color: rgba(0, 45, 86, 0.2);
}
button.btn-secondary.btn-light:active,
.button.btn-secondary.btn-light:active {
  background-color: rgba(0, 45, 86, 0.3);
}
button.btn-secondary.btn-flat,
.button.btn-secondary.btn-flat {
  color: #002d56;
}
button.btn-secondary.btn-flat:hover,
.button.btn-secondary.btn-flat:hover {
  background-color: #e0e6eb;
}
button.btn-secondary.btn-flat:active,
.button.btn-secondary.btn-flat:active {
  background-color: #b3c0cc;
}
button.btn-tertiary,
.button.btn-tertiary {
  background-color: #2e8ada;
}
button.btn-tertiary:hover,
.button.btn-tertiary:hover {
  background-color: #4d9ce0;
}
button.btn-tertiary:active,
.button.btn-tertiary:active {
  background-color: #2377d0;
}
button.btn-tertiary.btn-light,
.button.btn-tertiary.btn-light {
  color: #2e8ada;
  background-color: rgba(46, 138, 218, 0.1);
}
button.btn-tertiary.btn-light:hover,
.button.btn-tertiary.btn-light:hover {
  background-color: rgba(46, 138, 218, 0.2);
}
button.btn-tertiary.btn-light:active,
.button.btn-tertiary.btn-light:active {
  background-color: rgba(46, 138, 218, 0.3);
}
button.btn-tertiary.btn-flat,
.button.btn-tertiary.btn-flat {
  color: #2e8ada;
}
button.btn-tertiary.btn-flat:hover,
.button.btn-tertiary.btn-flat:hover {
  background-color: #e6f1fb;
}
button.btn-tertiary.btn-flat:active,
.button.btn-tertiary.btn-flat:active {
  background-color: #c0dcf4;
}
button.btn-grey,
.button.btn-grey {
  color: #d9d9d9;
}
button.btn-grey:hover,
.button.btn-grey:hover {
  background-color: #fafafa;
}
button.btn-confirm,
.button.btn-confirm {
  background-color: #19a37b;
}
button.btn-confirm:hover,
.button.btn-confirm:hover {
  background-color: #34b28e;
}
button.btn-confirm:active,
.button.btn-confirm:active {
  background-color: #0f8560;
}
button.btn-confirm.btn-light,
.button.btn-confirm.btn-light {
  color: #19a37b;
  background-color: rgba(25, 163, 123, 0.1);
}
button.btn-confirm.btn-light:hover,
.button.btn-confirm.btn-light:hover {
  background-color: rgba(25, 163, 123, 0.2);
}
button.btn-confirm.btn-light:active,
.button.btn-confirm.btn-light:active {
  background-color: rgba(25, 163, 123, 0.3);
}
button.btn-confirm.btn-flat,
.button.btn-confirm.btn-flat {
  color: #19a37b;
}
button.btn-confirm.btn-flat:hover,
.button.btn-confirm.btn-flat:hover {
  background-color: #e1f4ef;
}
button.btn-confirm.btn-flat:active,
.button.btn-confirm.btn-flat:active {
  background-color: #b5e4d6;
}
button.btn-cancel,
.button.btn-cancel {
  background-color: #cb3b33;
}
button.btn-cancel:hover,
.button.btn-cancel:hover {
  background-color: #dd4439;
}
button.btn-cancel:active,
.button.btn-cancel:active {
  background-color: #ae2c22;
}
button.btn-cancel.btn-light,
.button.btn-cancel.btn-light {
  color: #ec4d3a;
  background-color: rgba(236, 77, 58, 0.1);
}
button.btn-cancel.btn-light:hover,
.button.btn-cancel.btn-light:hover {
  background-color: rgba(236, 77, 58, 0.2);
}
button.btn-cancel.btn-light:active,
.button.btn-cancel.btn-light:active {
  background-color: rgba(236, 77, 58, 0.3);
}
button.btn-cancel.btn-flat,
.button.btn-cancel.btn-flat {
  color: #cb3b33;
}
button.btn-cancel.btn-flat:hover,
.button.btn-cancel.btn-flat:hover {
  background-color: #feebee;
}
button.btn-cancel.btn-flat:active,
.button.btn-cancel.btn-flat:active {
  background-color: #fcced2;
}
button.btn-disabled, button[disabled],
.button.btn-disabled,
.button[disabled] {
  color: #aaaaaa;
  pointer-events: none;
  background-color: #fafafa;
}
button.btn-disabled:focus, button[disabled]:focus,
.button.btn-disabled:focus,
.button[disabled]:focus {
  background-color: #fafafa;
}
button.btn-disabled.btn-flat, button[disabled].btn-flat,
.button.btn-disabled.btn-flat,
.button[disabled].btn-flat {
  color: #d9d9d9;
}
button.btn-black,
.button.btn-black {
  color: black;
  background-color: transparent;
}
button.btn-black:hover,
.button.btn-black:hover {
  background-color: #fafafa;
}
button.btn-black:active,
.button.btn-black:active {
  background-color: #f0f0f0;
}
button.btn-flat,
.button.btn-flat {
  background-color: transparent;
}
button mat-icon,
.button mat-icon {
  padding: 0;
}
@font-face {
  font-family: "Inter";
  src: url('thin.woff2') format("woff2"), url('thin.woff') format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url('extra-light.woff2') format("woff2"), url('extra-light.woff') format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url('light.woff2') format("woff2"), url('light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url('regular.woff2') format("woff2"), url('regular.woff') format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url('medium.woff2') format("woff2"), url('medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url('semi-bold.woff2') format("woff2"), url('semi-bold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url('bold.woff2') format("woff2"), url('bold.woff') format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url('extra-bold.woff2') format("woff2"), url('extra-bold.woff') format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url('black.woff2') format("woff2"), url('black.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2";
  src: url('Exo2-Medium.woff2') format("woff2"), url('Exo2-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2";
  src: url('Exo2-Regular.woff2') format("woff2"), url('Exo2-Regular.woff') format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('material-icons.woff2') format("woff2"), url('material-icons.woff') format("woff");
}
.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('material-icons-outlined.woff2') format("woff2"), url('material-icons-outlined.woff') format("woff");
}
.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('material-icons-round.woff2') format("woff2"), url('material-icons-round.woff') format("woff");
}
.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('material-icons-sharp.woff2') format("woff2"), url('material-icons-sharp.woff') format("woff");
}
.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('material-icons-two-tone.woff2') format("woff2"), url('material-icons-two-tone.woff') format("woff");
}
.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";
}
.fl-scrollbar, .k-drawer-items, .k-scheduler-content, .k-grid-content, .mat-select-panel, textarea.mat-input-element, .k-message-list, .k-chat {
  overflow: auto;
  overflow: overlay !important;
  scrollbar-color: #aaaaaa transparent;
  scrollbar-width: thin;
}
.fl-scrollbar::-webkit-scrollbar, .k-drawer-items::-webkit-scrollbar, .k-scheduler-content::-webkit-scrollbar, .k-grid-content::-webkit-scrollbar, .mat-select-panel::-webkit-scrollbar, textarea.mat-input-element::-webkit-scrollbar, .k-message-list::-webkit-scrollbar, .k-chat::-webkit-scrollbar {
  position: relative;
  width: 12px;
  height: 12px;
  background-color: transparent;
}
/* hide track */
.fl-scrollbar::-webkit-scrollbar-track, .k-drawer-items::-webkit-scrollbar-track, .k-scheduler-content::-webkit-scrollbar-track, .k-grid-content::-webkit-scrollbar-track, .mat-select-panel::-webkit-scrollbar-track, textarea.mat-input-element::-webkit-scrollbar-track, .k-message-list::-webkit-scrollbar-track, .k-chat::-webkit-scrollbar-track {
  visibility: hidden;
}
/* Handle */
.fl-scrollbar::-webkit-scrollbar-thumb, .k-drawer-items::-webkit-scrollbar-thumb, .k-scheduler-content::-webkit-scrollbar-thumb, .k-grid-content::-webkit-scrollbar-thumb, .mat-select-panel::-webkit-scrollbar-thumb, textarea.mat-input-element::-webkit-scrollbar-thumb, .k-message-list::-webkit-scrollbar-thumb, .k-chat::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 16px 16px #aaaaaa;
  border: solid 4px transparent;
}
.fl-tag {
  line-height: 16px;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 8px;
  margin: 4px;
  color: #646464;
  background-color: #f5f5f5;
  border-radius: 2px;
  border: 0;
}
.fl-tag.tag-primary {
  color: #f06530;
  background-color: #fdede6;
}
.fl-tag:hover {
  cursor: pointer;
}
@media screen and (max-width: 479.98px) {
  .fl-hidden-on-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 480px) {
  .fl-hidden-from-tablet-portrait {
    display: none !important;
  }
}
@media screen and (max-width: 767.98px) {
  .fl-hidden-upto-tablet-landscape {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .fl-hidden-from-tablet-landscape {
    display: none !important;
  }
}
@media screen and (max-width: 1023.98px) {
  .fl-hidden-upto-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .fl-hidden-from-desktop-size {
    display: none !important;
  }
}
.fl-color-primary {
  color: #f06530 !important;
}
.fl-color-secondary {
  color: #002d56 !important;
}
.fl-color-tertiary {
  color: #2e8ada !important;
}
.fl-color-success {
  color: #19a37b !important;
}
.fl-color-error {
  color: #ec4d3a !important;
}
.fl-color-amber {
  color: #ffc107 !important;
}
.fl-bg-primary {
  background-color: #f06530 !important;
}
.fl-bg-secondary {
  background-color: #002d56 !important;
}
.fl-bg-tertiary {
  background-color: #2e8ada !important;
}
.fl-bg-success {
  background-color: #19a37b !important;
}
.fl-bg-white {
  background-color: white !important;
}
.fl-color-white {
  color: white !important;
}
.fl-color-black {
  color: black !important;
}
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.fl-grey-50 {
  color: #fafafa !important;
}
.fl-grey-100 {
  color: #f5f5f5 !important;
}
.fl-grey-200 {
  color: #f0f0f0 !important;
}
.fl-grey-300 {
  color: #e3e3e3 !important;
}
.fl-grey-400 {
  color: #d9d9d9 !important;
}
.fl-grey-500 {
  color: #aaaaaa !important;
}
.fl-grey-600 {
  color: #646464 !important;
}
.fl-grey-700 {
  color: #2f2f2f !important;
}
.fl-grey-800 {
  color: #1b1b1b !important;
}
.fl-grey-900 {
  color: !important;
}
.fl-primary-50 {
  color: #fdede6;
}
.fl-primary-100 {
  color: #fbd1c1;
}
.fl-primary-200 {
  color: #f8b298;
}
.fl-primary-300 {
  color: #f5936e;
}
.fl-primary-400 {
  color: #f27c4f;
}
.fl-primary-500 {
  color: #f06530;
}
.fl-primary-600 {
  color: #ee5d2b;
}
.fl-primary-700 {
  color: #ec5324;
}
.fl-primary-800 {
  color: #e9491e;
}
.fl-primary-900 {
  color: #e53713;
}
.fl-secondary-50 {
  color: #e0e6eb;
}
.fl-secondary-100 {
  color: #b3c0cc;
}
.fl-secondary-200 {
  color: #8096ab;
}
.fl-secondary-300 {
  color: #4d6c89;
}
.fl-secondary-400 {
  color: #264d6f;
}
.fl-secondary-500 {
  color: #002d56;
}
.fl-secondary-600 {
  color: #00284f;
}
.fl-secondary-700 {
  color: #002245;
}
.fl-secondary-800 {
  color: #001c3c;
}
.fl-secondary-900 {
  color: #00112b;
}
.fl-error-700 {
  color: #cb3b33;
}
.fl-grid-color-yellow {
  background-color: #fff8e1 !important;
}
.fl-grid-color-yellow:after {
  background-color: #ffe082 !important;
}
.fl-grid-color-orange {
  background-color: #fdede6 !important;
}
.fl-grid-color-orange:after {
  background-color: #f8b298 !important;
}
.fl-grid-color-green {
  background-color: #e1f4ef !important;
}
.fl-grid-color-green:after {
  background-color: #86d3bb !important;
}
.fl-grid-color-pink {
  background-color: #feebee !important;
}
.fl-grid-color-pink:after {
  background-color: #ea9c9b !important;
}
.fl-grid-color-dark-red {
  background-color: #ea9c9b !important;
}
.fl-grid-color-dark-red:after {
  background-color: #ea9c9b !important;
}
.fl-grid-color-dark-green {
  background-color: #86d3bb !important;
}
.fl-grid-color-dark-green:after {
  background-color: #86d3bb !important;
}
mat-form-field:not(:has(.mat-focused)) div:has(+ .mat-form-field-suffix) .mat-form-field-label {
  width: calc(100% - 24px - 6px);
}
.mat-form-field-wrapper {
  padding: 8px 0 !important;
  margin: 0 !important;
}
.mat-form-field-wrapper .mat-form-field-flex {
  padding: 0 12px !important;
  margin: 0 !important;
  align-items: center !important;
}
.mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline {
  top: 0 !important;
}
.mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline-thick > * {
  border-width: 1px !important;
}
.mat-form-field-wrapper .mat-form-field-flex:has(.mat-form-field-suffix) .mat-form-field-infix > .mat-input-element,
.mat-form-field-wrapper .mat-form-field-flex:has(.mat-form-field-suffix) .mat-select > .mat-select-trigger > .mat-select-value {
  width: calc(100% - 20px) !important;
}
.mat-form-field-wrapper div:has(.mat-form-field-infix) :has(mat-datepicker-toggle) .mat-form-field-label {
  width: calc(100% - 24px);
}
.mat-form-field-wrapper div:has(.mat-form-field-infix) :has(mat-select) {
  width: calc(100% - 16px);
}
.mat-form-field-wrapper .mat-form-field-infix {
  line-height: 24px !important;
  border-top-width: 0 !important;
  padding: 16px 0 !important;
}
.mat-form-field-wrapper .mat-form-field-infix .mat-form-field-label-wrapper {
  padding: 0 !important;
  top: 0 !important;
  overflow: visible !important;
  width: 100% !important;
}
.mat-form-field-wrapper .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-empty {
  overflow: hidden !important;
}
.mat-form-field-wrapper .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  margin: 0 !important;
  line-height: 24px !important;
  top: 16px !important;
}
.mat-form-field-wrapper .mat-form-field-infix .mat-input-element {
  line-height: 24px !important;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.mat-form-field-wrapper .mat-form-field-infix mat-select .mat-select-arrow {
  display: none;
}
.mat-form-field-wrapper .mat-form-field-suffix {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  margin-top: auto !important;
  margin-bottom: auto !important;
  right: 16px !important;
  display: flex !important;
  align-items: center !important;
}
.mat-form-field-wrapper .mat-form-field-suffix mat-datepicker-toggle > button {
  background: none;
}
.mat-form-field-wrapper .mat-form-field-label {
  line-height: 16px !important;
  overflow: hidden !important;
}
.mat-form-field-wrapper .mat-form-field-label .mat-form-field-required-marker {
  color: inherit;
}
.mat-form-field-wrapper .mat-form-field-subscript-wrapper {
  height: 16px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  overflow: visible;
  top: auto;
  bottom: 0;
}
.mat-form-field-wrapper .mat-form-field-subscript-wrapper mat-error {
  text-align: right;
  width: fit-content;
  float: right;
  background: white;
  padding: 0 4px;
}
.mat-form-field-wrapper mat-icon {
  color: black;
}
.mat-form-field-appearance-outline .mat-form-field-outline {
  color: #d9d9d9;
}
mat-error {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: normal;
}
.mat-form-field-infix {
  display: flex !important;
  width: inherit;
}
.has-icon-right {
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 24px);
}
.input-small-without-label .mat-form-field-outline-start {
  border-radius: 2px 0 0 2px !important;
}
.input-small-without-label .mat-form-field-outline-end {
  border-radius: 0 2px 2px 0 !important;
}
.input-small-without-label .mat-form-field-flex {
  height: 32px;
}
.input-small-without-label .mat-form-field-subscript-wrapper {
  display: none;
}
.input-small-without-label .mat-form-field-infix,
.input-small-without-label .mat-form-field-wrapper {
  padding: 0 !important;
}
.input-small-without-label .mat-form-field-suffix {
  right: 10px !important;
}
.search {
  height: 40px;
}
.search .mat-form-field-underline,
.search .mat-form-field-subscript-wrapper,
.search .mat-form-field-label-wrapper {
  display: none;
}
.search .mat-form-field-flex {
  background-color: #fafafa;
  height: 40px;
  padding: 0 16px !important;
  border-radius: 4px !important;
  align-items: center;
}
.search .mat-form-field-flex .mat-form-field-suffix mat-icon {
  color: #aaaaaa;
}
.search .mat-form-field-flex .mat-form-field-infix {
  border: 0;
  padding: 12px 0;
  line-height: 24px;
}
.search .mat-form-field-flex .mat-form-field-infix input {
  transform: none;
  color: black;
}
.search .mat-form-field-flex .mat-form-field-infix .mat-input-element {
  margin: 0;
}
.search .mat-focused .mat-form-field-flex {
  background-color: white;
}
.mat-select-panel {
  background: #fff;
}
.mat-select-panel .mat-option {
  height: fit-content !important;
}
.mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.1490196078);
}
.mat-autocomplete-panel {
  background: #fff;
}
.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.1490196078);
}
.mat-datepicker-content {
  border-radius: 4px;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.1490196078);
  margin: 8px 0;
  height: 332px !important;
}
.mat-datepicker-content .mat-calendar-controls {
  margin: 0;
}
.mat-datepicker-content button {
  background-color: white !important;
  color: #646464 !important;
}
mat-radio-group {
  display: flex;
  gap: 16px;
}
mat-radio-group .mat-radio-container {
  height: 16px;
  width: 16px;
}
mat-radio-group .mat-radio-outer-circle {
  height: 16px;
  width: 16px;
}
mat-radio-group .mat-radio-inner-circle {
  height: 16px;
  width: 16px;
}
mat-radio-group .mat-radio-button .mat-radio-ripple {
  height: 32px;
  width: 32px;
  left: calc(50% - 16px);
  top: calc(50% - 16px);
}
.mat-slider.mat-slider-horizontal .mat-slider-track-background,
.mat-slider.mat-slider-horizontal .mat-slider-track-fill {
  background: #f0f0f0;
  height: 100%;
}
.mat-slider.mat-slider-horizontal .mat-slider-track-fill {
  background-color: #f06530;
}
.mat-accent .mat-slider-thumb {
  background-color: #f06530;
}
mat-chip {
  background-color: #f0f0f0;
}
.mat-standard-chip .mat-chip-remove.mat-icon,
.mat-standard-chip .mat-chip-remove .mat-icon {
  color: #aaaaaa;
}
.fl-text--body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}
.fl-text--body-small {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
}
.fl-text--button {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
.fl-text--caption {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
}
h1 {
  font-family: "Exo 2", sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 64px;
}
h2 {
  font-family: "Exo 2", sans-serif;
  font-size: 44px;
  font-weight: bold;
  line-height: 48px;
}
h2.fl-heading--light {
  font-weight: normal;
}
h3 {
  font-family: "Exo 2", sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
}
h4 {
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
h5 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
.fl-text--body,
.fl-text--button,
.fl-text--caption {
  margin: 0;
}
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1,
.mat-headline,
.mat-typography .mat-h1,
.mat-typography .mat-headline,
.mat-typography h1 {
  font: 400 24px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-title,
.mat-typography .mat-h2,
.mat-typography .mat-title,
.mat-typography h2 {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subheading-2,
.mat-typography .mat-h3,
.mat-typography .mat-subheading-2,
.mat-typography h3 {
  font: 400 16px / 28px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4,
.mat-subheading-1,
.mat-typography .mat-h4,
.mat-typography .mat-subheading-1,
.mat-typography h4 {
  font: 400 15px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-body-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-body-2 {
  font: 500 14px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body,
.mat-body-1,
.mat-typography .mat-body,
.mat-typography .mat-body-1,
.mat-typography {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body p,
.mat-body-1 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-1 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-display-4,
.mat-typography .mat-display-4 {
  font: 300 112px / 112px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3,
.mat-typography .mat-display-3 {
  font: 400 56px / 56px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2,
.mat-typography .mat-display-2 {
  font: 400 45px / 48px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1,
.mat-typography .mat-display-1 {
  font: 400 34px / 40px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}
.mat-checkbox {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-expansion-panel-header {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.mat-radio-button {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-slider-thumb-label-text {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tab-label, .mat-tab-link {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0;
}
.mat-tooltip {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 500 14px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-simple-snackbar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start { /*!*/ }
@keyframes cdk-text-field-autofill-end { /*!*/ }
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
.mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #f06530;
}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #2e8ada;
}
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #ec4d3a;
}
.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox::after {
  color: #fafafa;
}
.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #f06530;
}
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #2e8ada;
}
.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #ec4d3a;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}
.mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}
.mat-hint {
  color: rgba(0, 0, 0, 0.6);
}
.mat-form-field.mat-focused .mat-form-field-label {
  color: #f06530;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #2e8ada;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #ec4d3a;
}
.mat-focused .mat-form-field-required-marker {
  color: #2e8ada;
}
.mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #f06530;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #2e8ada;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #ec4d3a;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #f06530;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #2e8ada;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #ec4d3a;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #ec4d3a;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #ec4d3a;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #ec4d3a;
}
.mat-error {
  color: #ec4d3a;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
.mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #f06530;
}
.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #2e8ada;
}
.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #ec4d3a;
}
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #ec4d3a;
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}
.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-input-element:disabled,
.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.mat-input-element {
  caret-color: #f06530;
}
.mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-form-field.mat-accent .mat-input-element {
  caret-color: #2e8ada;
}
.mat-form-field.mat-warn .mat-input-element,
.mat-form-field-invalid .mat-input-element {
  caret-color: #ec4d3a;
}
.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #ec4d3a;
}
.mat-icon.mat-primary {
  color: #f06530;
}
.mat-icon.mat-accent {
  color: #2e8ada;
}
.mat-icon.mat-warn {
  color: #ec4d3a;
}
.mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
.mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.mat-calendar-table-header,
.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}
.mat-calendar-body-in-range::before {
  background: rgba(240, 101, 48, 0.2);
}
.mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-calendar-body-comparison-bridge-start::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(240, 101, 48, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-calendar-body-comparison-bridge-end::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(240, 101, 48, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-calendar-body-selected {
  background-color: #f06530;
  color: white;
}
.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(240, 101, 48, 0.4);
}
.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(240, 101, 48, 0.3);
}
@media (hover: hover) {
  .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(240, 101, 48, 0.3);
  }
}
.mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(46, 138, 218, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(46, 138, 218, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(46, 138, 218, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #2e8ada;
  color: white;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(46, 138, 218, 0.4);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(46, 138, 218, 0.3);
}
@media (hover: hover) {
  .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(46, 138, 218, 0.3);
  }
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(236, 77, 58, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(236, 77, 58, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(236, 77, 58, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #ec4d3a;
  color: white;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(236, 77, 58, 0.4);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(236, 77, 58, 0.3);
}
@media (hover: hover) {
  .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(236, 77, 58, 0.3);
  }
}
.mat-datepicker-content-touch {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-datepicker-toggle-active {
  color: #f06530;
}
.mat-datepicker-toggle-active.mat-accent {
  color: #2e8ada;
}
.mat-datepicker-toggle-active.mat-warn {
  color: #ec4d3a;
}
.mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f06530;
}
.mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #f06530;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #2e8ada;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #2e8ada;
}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #ec4d3a;
}
.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #ec4d3a;
}
.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button .mat-ripple-element {
  background-color: black;
}
.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox-checkmark {
  fill: #fafafa;
}
.mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}
.mat-checkbox-mixedmark {
  background-color: #fafafa;
}
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #f06530;
}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #2e8ada;
}
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #ec4d3a;
}
.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-checkbox .mat-ripple-element {
  background-color: black;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #f06530;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #2e8ada;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #ec4d3a;
}
.mat-progress-spinner circle, .mat-spinner circle {
  stroke: #f06530;
}
.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #2e8ada;
}
.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #ec4d3a;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #2e8ada;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(46, 138, 218, 0.54);
}
.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #2e8ada;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #f06530;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(240, 101, 48, 0.54);
}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #f06530;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #ec4d3a;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(236, 77, 58, 0.54);
}
.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #ec4d3a;
}
.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}
.mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}
.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}
body {
  margin: 0;
  padding: 0;
  min-height: 100dvh;
}
html {
  overflow: hidden;
}
* {
  font-family: "Inter", sans-serif;
  font-size: 16px;
}
*:not(span, b, p, h1, h2, h3, h4, h5, h6, strong) {
  font-weight: normal;
}
mat-icon {
  overflow: visible !important;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.7.1_webpack@5.76.1/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/.pnpm/postcss-loader@7.0.1_postcss@8.4.31_webpack@5.76.1/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/.pnpm/resolve-url-loader@5.0.0/node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/.pnpm/sass-loader@13.0.2_sass@1.54.4_webpack@5.76.1/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./apps/app-fledge/src/styles/app.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 Add custom global styling for this application here.

 Global styling that will be used among other apps should be added to the global.scss
 in libs/styles/src/lib/global.scss
 */
