.opt-cirque-du-soleil{display:flex;flex-direction:column;gap:24px}.opt-cirque-du-soleil .header{display:grid;grid-template-columns:min-content 1fr min-content;grid-template-rows:min-content min-content;grid-template-areas:"back title filters" ". subtitle filters";row-gap:4px;column-gap:16px}.opt-cirque-du-soleil .header *{margin:0}.opt-cirque-du-soleil .header h1{font-family:var(--md-sys-typescale-headline-medium-font);font-weight:var(--md-sys-typescale-headline-medium-weight);font-size:var(--md-sys-typescale-headline-medium-size);line-height:var(--md-sys-typescale-headline-medium-line-height);letter-spacing:var(--md-sys-typescale-headline-medium-tracking)}.opt-cirque-du-soleil .header p{font-family:var(--md-sys-typescale-body-large-font);font-weight:var(--md-sys-typescale-body-large-weight);font-size:var(--md-sys-typescale-body-large-size);line-height:var(--md-sys-typescale-body-large-line-height);letter-spacing:var(--md-sys-typescale-body-large-tracking);color:var(--md-sys-color-on-surface-variant)}.opt-cirque-du-soleil .header .back-button{grid-area:back;place-self:center}.opt-cirque-du-soleil .header .title{grid-area:title}.opt-cirque-du-soleil .header .subtitle{grid-area:subtitle}.opt-cirque-du-soleil .header .filters{grid-area:filters}.opt-cirque-du-soleil .loading-indicator{display:flex;align-items:center;gap:16px;height:40px}.opt-cirque-du-soleil .loading-indicator .loading-indicator-label{font-family:var(--md-sys-typescale-body-small-font);font-weight:var(--md-sys-typescale-body-small-weight);font-size:var(--md-sys-typescale-body-small-size);line-height:var(--md-sys-typescale-body-small-line-height);letter-spacing:var(--md-sys-typescale-body-small-tracking);color:var(--md-sys-color-on-surface-variant)}.opt-cirque-du-soleil .selection{display:flex;gap:16px;align-items:center}.opt-cirque-du-soleil .selection .selection-body .selection-placeholder>*,.opt-cirque-du-soleil .selection .selection-body .selection-content>*{margin:0}.opt-cirque-du-soleil .selection .selection-body .selection-placeholder{font-family:var(--md-sys-typescale-body-small-font);font-weight:var(--md-sys-typescale-body-small-weight);font-size:var(--md-sys-typescale-body-small-size);line-height:var(--md-sys-typescale-body-small-line-height);letter-spacing:var(--md-sys-typescale-body-small-tracking);color:var(--md-sys-color-on-surface-variant);display:block}.opt-cirque-du-soleil .selection .selection-body .selection-content{display:none;flex-direction:column}.opt-cirque-du-soleil .selection .selection-body .selection-content h4{font-family:var(--md-sys-typescale-title-medium-font);font-weight:var(--md-sys-typescale-title-medium-weight);font-size:var(--md-sys-typescale-title-medium-size);line-height:var(--md-sys-typescale-title-medium-line-height);letter-spacing:var(--md-sys-typescale-title-medium-tracking)}.opt-cirque-du-soleil .selection .selection-body .selection-content p{font-family:var(--md-sys-typescale-body-small-font);font-weight:var(--md-sys-typescale-body-small-weight);font-size:var(--md-sys-typescale-body-small-size);line-height:var(--md-sys-typescale-body-small-line-height);letter-spacing:var(--md-sys-typescale-body-small-tracking);color:var(--md-sys-color-on-surface-variant)}.opt-cirque-du-soleil .selection.selection-selected .selection-placeholder{display:none}.opt-cirque-du-soleil .selection.selection-selected .selection-content{display:flex}.opt-cirque-du-soleil .ticket-packs{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;grid-gap:8px}.opt-cirque-du-soleil .ticket-packs .ticket-pack{--container: var(--md-sys-color-surface-variant);--color: var(--md-sys-color-on-surface-variant);background-color:var(--container)!important;color:var(--color)!important;padding:16px;border-radius:12px}.opt-cirque-du-soleil .ticket-packs .ticket-pack .ticket-pack-property{display:flex;align-items:center;justify-content:space-between}.opt-cirque-du-soleil .ticket-packs .ticket-pack .ticket-pack-property .ticket-pack-property-placeholder{font-family:var(--md-sys-typescale-body-small-font);font-weight:var(--md-sys-typescale-body-small-weight);font-size:var(--md-sys-typescale-body-small-size);line-height:var(--md-sys-typescale-body-small-line-height);letter-spacing:var(--md-sys-typescale-body-small-tracking);color:var(--md-sys-color-on-surface-variant)}.opt-cirque-du-soleil .ticket-packs .ticket-pack .ticket-pack-property .ticket-pack-property-value{display:none;gap:8px;align-items:center}.opt-cirque-du-soleil .ticket-packs .ticket-pack .ticket-pack-property .ticket-pack-property-value .label{font-family:var(--md-sys-typescale-label-large-font);font-weight:var(--md-sys-typescale-label-large-weight);font-size:var(--md-sys-typescale-label-large-size);line-height:var(--md-sys-typescale-label-large-line-height);letter-spacing:var(--md-sys-typescale-label-large-tracking);color:var(--md-sys-color-on-surface-variant)}.opt-cirque-du-soleil .ticket-packs .ticket-pack .ticket-pack-property .ticket-pack-property-value .value{font-family:var(--md-sys-typescale-title-medium-font);font-weight:var(--md-sys-typescale-title-medium-weight);font-size:var(--md-sys-typescale-title-medium-size);line-height:var(--md-sys-typescale-title-medium-line-height);letter-spacing:var(--md-sys-typescale-title-medium-tracking)}.opt-cirque-du-soleil .ticket-packs .ticket-pack .ticket-pack-property.ticket-pack-property-selected .ticket-pack-property-placeholder{display:none}.opt-cirque-du-soleil .ticket-packs .ticket-pack .ticket-pack-property.ticket-pack-property-selected .ticket-pack-property-value{display:flex}.opt-cirque-du-soleil .ticket-packs .ticket-packs-actions{display:grid;place-items:center}.opt-cirque-du-soleil .review-series>*{margin:0}.opt-cirque-du-soleil .review-series h3{font-family:var(--md-sys-typescale-title-large-font);font-weight:var(--md-sys-typescale-title-large-weight);font-size:var(--md-sys-typescale-title-large-size);line-height:var(--md-sys-typescale-title-large-line-height);letter-spacing:var(--md-sys-typescale-title-large-tracking)}.opt-cirque-du-soleil .review-series p{font-family:var(--md-sys-typescale-body-medium-font);font-weight:var(--md-sys-typescale-body-medium-weight);font-size:var(--md-sys-typescale-body-medium-size);line-height:var(--md-sys-typescale-body-medium-line-height);letter-spacing:var(--md-sys-typescale-body-medium-tracking);color:var(--md-sys-color-on-surface-variant)}.opt-cirque-du-soleil .review-events,.opt-cirque-du-soleil .review-tickets{display:flex;flex-direction:column;gap:4px}.opt-cirque-du-soleil .review-events h4,.opt-cirque-du-soleil .review-tickets h4{font-family:var(--md-sys-typescale-title-medium-font);font-weight:var(--md-sys-typescale-title-medium-weight);font-size:var(--md-sys-typescale-title-medium-size);line-height:var(--md-sys-typescale-title-medium-line-height);letter-spacing:var(--md-sys-typescale-title-medium-tracking);margin:0}.opt-cirque-du-soleil .text-button{padding:0 12px!important;height:40px;background:none!important;color:var(--md-sys-color-primary)!important}.opt-cirque-du-soleil .mat-mdc-outlined-button{padding:0 24px!important;height:40px;background:none!important;color:var(--md-sys-color-primary)!important}.opt-cirque-du-soleil .filled-tonal-button{padding:0 24px!important;height:40px;background:var(--md-sys-color-secondary-container)!important;color:var(--md-sys-color-on-secondary-container)!important}.opt-cirque-du-soleil .filled-button{padding:0 24px!important;height:40px;background:var(--md-sys-color-primary)!important;color:var(--md-sys-color-on-primary)!important}.opt-cirque-du-soleil .opt-filled-card{--container: var(--md-sys-color-surface-variant);--color: var(--md-sys-color-on-surface-variant);background-color:var(--container)!important;color:var(--color)!important;padding:16px;border-radius:12px;display:flex;flex-direction:column;gap:16px}.opt-cirque-du-soleil .opt-filled-card .opt-filled-card-header{display:flex;align-items:center;justify-content:space-between}.opt-cirque-du-soleil .opt-filled-card .opt-filled-card-header h4{font-family:var(--md-sys-typescale-title-medium-font);font-weight:var(--md-sys-typescale-title-medium-weight);font-size:var(--md-sys-typescale-title-medium-size);line-height:var(--md-sys-typescale-title-medium-line-height);letter-spacing:var(--md-sys-typescale-title-medium-tracking);color:var(--md-sys-color-on-surface);margin:0}.opt-cirque-du-soleil .opt-filled-card .opt-filled-card-content{font-family:var(--md-sys-typescale-body-medium-font);font-weight:var(--md-sys-typescale-body-medium-weight);font-size:var(--md-sys-typescale-body-medium-size);line-height:var(--md-sys-typescale-body-medium-line-height);letter-spacing:var(--md-sys-typescale-body-medium-tracking);display:flex;align-items:center;justify-content:space-between}.opt-cirque-du-soleil .opt-filled-card .opt-filled-card-content .opt-filled-card-content-seats{display:flex;gap:8px}.opt-cirque-du-soleil .opt-filled-card .opt-filled-card-actions{display:flex;justify-content:flex-end;gap:8px}.opt-cirque-du-soleil-order-detail{display:flex;flex-direction:column;gap:24px}.opt-cirque-du-soleil-order-detail .header{display:flex;flex-direction:column;gap:4px}.opt-cirque-du-soleil-order-detail .header>*{margin:0}.opt-cirque-du-soleil-order-detail .header h1{font-family:var(--md-sys-typescale-headline-medium-font);font-weight:var(--md-sys-typescale-headline-medium-weight);font-size:var(--md-sys-typescale-headline-medium-size);line-height:var(--md-sys-typescale-headline-medium-line-height);letter-spacing:var(--md-sys-typescale-headline-medium-tracking)}.opt-cirque-du-soleil-order-detail .header h2{font-family:var(--md-sys-typescale-headline-small-font);font-weight:var(--md-sys-typescale-headline-small-weight);font-size:var(--md-sys-typescale-headline-small-size);line-height:var(--md-sys-typescale-headline-small-line-height);letter-spacing:var(--md-sys-typescale-headline-small-tracking)}.opt-cirque-du-soleil-order-detail .header p{font-family:var(--md-sys-typescale-body-large-font);font-weight:var(--md-sys-typescale-body-large-weight);font-size:var(--md-sys-typescale-body-large-size);line-height:var(--md-sys-typescale-body-large-line-height);letter-spacing:var(--md-sys-typescale-body-large-tracking);color:var(--md-sys-color-on-surface-variant)}.opt-cirque-du-soleil-order-detail .info{--grid-columns: 4;--grid-gap: 8px;display:grid;grid-template-columns:repeat(var(--grid-columns),1fr);gap:var(--grid-gap)}@media (min-width: 600px){.opt-cirque-du-soleil-order-detail .info{--grid-columns: 8;--grid-gap: 12px}}@media (min-width: 1240px){.opt-cirque-du-soleil-order-detail .info{--grid-columns: 12;--grid-gap: 32px}}.opt-cirque-du-soleil-order-detail .info .actions{grid-column:9/span 4;display:flex;align-items:flex-start;justify-content:flex-end}.opt-cirque-du-soleil-order-detail .venue-card,.opt-cirque-du-soleil-order-detail .in-hand-date-card{grid-column:span 4;display:grid;grid-template-columns:min-content 1fr;grid-template-rows:min-content min-content;grid-template-areas:"icon address" "icon name";column-gap:16px;row-gap:4px;cursor:pointer}.opt-cirque-du-soleil-order-detail .venue-card>*,.opt-cirque-du-soleil-order-detail .in-hand-date-card>*{margin:0;padding:0}.opt-cirque-du-soleil-order-detail .venue-card .icon,.opt-cirque-du-soleil-order-detail .in-hand-date-card .icon{grid-area:icon;padding-block:var(--padding);padding-left:var(--padding);display:flex;align-items:center;justify-content:center}.opt-cirque-du-soleil-order-detail .venue-card .address,.opt-cirque-du-soleil-order-detail .in-hand-date-card .address{font-family:var(--md-sys-typescale-title-large-font);font-weight:var(--md-sys-typescale-title-large-weight);font-size:var(--md-sys-typescale-title-large-size);line-height:var(--md-sys-typescale-title-large-line-height);letter-spacing:var(--md-sys-typescale-title-large-tracking);grid-area:address;padding-top:var(--padding);padding-right:var(--padding)}.opt-cirque-du-soleil-order-detail .venue-card .name,.opt-cirque-du-soleil-order-detail .in-hand-date-card .name{font-family:var(--md-sys-typescale-body-medium-font);font-weight:var(--md-sys-typescale-body-medium-weight);font-size:var(--md-sys-typescale-body-medium-size);line-height:var(--md-sys-typescale-body-medium-line-height);letter-spacing:var(--md-sys-typescale-body-medium-tracking);grid-area:name;padding-right:var(--padding);padding-bottom:var(--padding)}.opt-cirque-du-soleil-order-detail .venue-card .placeholder,.opt-cirque-du-soleil-order-detail .in-hand-date-card .placeholder{font-family:var(--md-sys-typescale-body-small-font);font-weight:var(--md-sys-typescale-body-small-weight);font-size:var(--md-sys-typescale-body-small-size);line-height:var(--md-sys-typescale-body-small-line-height);letter-spacing:var(--md-sys-typescale-body-small-tracking);color:var(--md-sys-color-on-surface-variant);padding-block:var(--padding);padding-right:var(--padding)}.opt-cirque-du-soleil-order-detail .in-hand-date-card{grid-template-areas:"icon label" "icon value"}.opt-cirque-du-soleil-order-detail .in-hand-date-card .label{font-family:var(--md-sys-typescale-body-medium-font);font-weight:var(--md-sys-typescale-body-medium-weight);font-size:var(--md-sys-typescale-body-medium-size);line-height:var(--md-sys-typescale-body-medium-line-height);letter-spacing:var(--md-sys-typescale-body-medium-tracking);grid-area:label;padding-top:var(--padding);padding-right:var(--padding)}.opt-cirque-du-soleil-order-detail .in-hand-date-card .value{font-family:var(--md-sys-typescale-title-medium-font);font-weight:var(--md-sys-typescale-title-medium-weight);font-size:var(--md-sys-typescale-title-medium-size);line-height:var(--md-sys-typescale-title-medium-line-height);letter-spacing:var(--md-sys-typescale-title-medium-tracking);grid-area:value;padding-right:var(--padding);padding-bottom:var(--padding)}.opt-cirque-du-soleil-orders{display:flex;flex-direction:column}.opt-cirque-du-soleil-orders .header{display:flex;flex-direction:column;gap:4px}.opt-cirque-du-soleil-orders .header>*{margin:0}.opt-cirque-du-soleil-orders .header h1{font-family:var(--md-sys-typescale-headline-medium-font);font-weight:var(--md-sys-typescale-headline-medium-weight);font-size:var(--md-sys-typescale-headline-medium-size);line-height:var(--md-sys-typescale-headline-medium-line-height);letter-spacing:var(--md-sys-typescale-headline-medium-tracking)}.opt-cirque-du-soleil-orders .header p{font-family:var(--md-sys-typescale-body-large-font);font-weight:var(--md-sys-typescale-body-large-weight);font-size:var(--md-sys-typescale-body-large-size);line-height:var(--md-sys-typescale-body-large-line-height);letter-spacing:var(--md-sys-typescale-body-large-tracking);color:var(--md-sys-color-on-surface-variant)}.mat-mdc-menu-panel{background-color:var(--md-sys-color-surface-4)!important;box-shadow:var(--md-sys-elevation-level-5)!important}.mat-mdc-menu-panel .mat-mdc-menu-item{font-family:var(--md-sys-typescale-body-large-font);font-weight:var(--md-sys-typescale-body-large-weight);font-size:var(--md-sys-typescale-body-large-size);line-height:var(--md-sys-typescale-body-large-line-height);letter-spacing:var(--md-sys-typescale-body-large-tracking);color:var(--md-sys-color-on-surface)!important}.mat-mdc-menu-panel .mat-mdc-menu-item:disabled{color:var(--md-sys-color-on-surface);opacity:.38}.opt-pick-ticket-pack-dialog .mat-mdc-dialog-title,.opt-pick-ticket-pack-dialog .mat-mdc-dialog-actions{border:none!important}.opt-pick-ticket-pack-dialog .mat-mdc-dialog-content{padding-block:unset!important}.opt-pick-ticket-pack-dialog .filters{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:16px}.opt-pick-ticket-pack-dialog .seats{display:grid;grid-template-columns:repeat(7,1fr)}.opt-pick-ticket-pack-dialog .seats .text-button{--border-radius: 6px}.opt-pick-ticket-pack-dialog .seats .text-button:is(.range-start,.range-middle,.range-end,.range-single){background:var(--md-sys-color-secondary-container)!important;border:1px solid var(--md-sys-color-outline)}.opt-pick-ticket-pack-dialog .seats .text-button.range-start{border-radius:var(--border-radius) 0 0 var(--border-radius);border-right-width:0}.opt-pick-ticket-pack-dialog .seats .text-button.range-middle{border-radius:0;border-inline-width:0}.opt-pick-ticket-pack-dialog .seats .text-button.range-end{border-radius:0 var(--border-radius) var(--border-radius) 0;border-left-width:0}.opt-pick-ticket-pack-dialog .seats .text-button.range-single{border-radius:var(--border-radius)}.opt-pick-ticket-pack-dialog .seats .text-button.range-available{background:var(--md-sys-color-tertiary-container)!important}.opt-pick-venue-dialog .mat-mdc-dialog-title,.opt-pick-venue-dialog .mat-mdc-dialog-actions{border:none!important}.opt-pick-venue-dialog .mat-mdc-dialog-content{padding-block:unset!important;display:flex;flex-direction:column;gap:8px}.opt-pick-venue-dialog .mat-mdc-dialog-content>*{margin:0!important}.opt-pick-venue-dialog .search-form{display:grid;grid-template-columns:repeat(2,1fr);column-gap:16px;row-gap:8px}.opt-pick-venue-dialog .search-form>*{margin:0!important}.opt-pick-venue-dialog .search-form .field-large{grid-column:span 2}.opt-pick-venue-dialog .empty-list-stub{font-family:var(--md-sys-typescale-body-small-font);font-weight:var(--md-sys-typescale-body-small-weight);font-size:var(--md-sys-typescale-body-small-size);line-height:var(--md-sys-typescale-body-small-line-height);letter-spacing:var(--md-sys-typescale-body-small-tracking);color:var(--md-sys-color-on-surface-variant)}.opt-reports{display:flex;flex-direction:column;gap:24px}.opt-reports>.header{display:flex;flex-direction:column;gap:4px}.opt-reports>.header>*{margin:0}.opt-reports>.header h1{font-family:var(--md-sys-typescale-headline-medium-font);font-weight:var(--md-sys-typescale-headline-medium-weight);font-size:var(--md-sys-typescale-headline-medium-size);line-height:var(--md-sys-typescale-headline-medium-line-height);letter-spacing:var(--md-sys-typescale-headline-medium-tracking);font-weight:700}.opt-reports>.header p{font-family:var(--md-sys-typescale-body-large-font);font-weight:var(--md-sys-typescale-body-large-weight);font-size:var(--md-sys-typescale-body-large-size);line-height:var(--md-sys-typescale-body-large-line-height);letter-spacing:var(--md-sys-typescale-body-large-tracking);color:var(--md-sys-color-on-surface-variant)}.opt-reports>.content>.report-picker{--grid-columns: 4;--grid-gap: 8px;display:grid;grid-template-columns:repeat(var(--grid-columns),1fr);gap:var(--grid-gap);cursor:pointer}@media (min-width: 600px){.opt-reports>.content>.report-picker{--grid-columns: 8;--grid-gap: 12px}}@media (min-width: 1240px){.opt-reports>.content>.report-picker{--grid-columns: 12;--grid-gap: 32px}}.opt-reports>.content>.report-picker>.tile{grid-column:span 4}.opt-reports>.content>.report-picker .opt-card-thumbnail-general{background-image:url(general.17b118a1479e895c.jpg)}.opt-reports>.content>.report-picker .opt-card-thumbnail-sport{background-image:url(sport.1b5d061c80eedd04.jpg)}.opt-reports>.content>.report-picker .opt-card-thumbnail-cirque-du-soleil{background-image:url(cirque-du-soleil.663748e840a25982.jpeg)}.opt-reports>.content>.report-picker .opt-card-thumbnail-optimal-insights{background-image:url(optimal-insights.65e85f1cfe1b0ae1.png)}.opt-report{display:flex;flex-direction:column;height:100%}.opt-report>.header{display:flex;flex-direction:column;gap:4px}.opt-report>.header>*{margin:0}.opt-report>.header h1{font-family:var(--md-sys-typescale-headline-medium-font);font-weight:var(--md-sys-typescale-headline-medium-weight);font-size:var(--md-sys-typescale-headline-medium-size);line-height:var(--md-sys-typescale-headline-medium-line-height);letter-spacing:var(--md-sys-typescale-headline-medium-tracking)}.opt-report>.header p{font-family:var(--md-sys-typescale-body-large-font);font-weight:var(--md-sys-typescale-body-large-weight);font-size:var(--md-sys-typescale-body-large-size);line-height:var(--md-sys-typescale-body-large-line-height);letter-spacing:var(--md-sys-typescale-body-large-tracking);color:var(--md-sys-color-on-surface-variant)}.opt-report>.controls{display:flex;flex-wrap:wrap;gap:16px;width:100%;margin-top:8px}.opt-report>.controls .filters{justify-self:end;display:flex;flex-wrap:wrap;gap:16px}.opt-report>.controls .filters form{display:flex;gap:16px}.opt-report>.controls .filters form .control-container{min-width:200px}.opt-report>.controls .filters form mat-label{font-weight:500;font-size:12px;line-height:14px;letter-spacing:1px}.opt-report>.controls .filters form .control-container{gap:6px;display:flex;flex-direction:column}.opt-report>.controls .actions{grid-column:2;display:flex;align-items:flex-end}.opt-report>.controls .actions button{height:48px;margin-bottom:4px}.opt-report>.content{display:flex;flex-grow:1}.opt-report>.content>.charts{width:100%}.opt-report>.content>.charts>mat-tab-group{width:100%}.opt-report>.content>.spinner{align-items:center;display:flex;flex-direction:column;justify-content:center;height:100%;width:100%}.opt-report>.content>.spinner span{opacity:.5}.opt-report>.content>.spinner mat-icon.mat-icon{font-size:42px;height:42px;line-height:42px;margin-bottom:18px;width:42px}.opt-report>.content>.no-data-stub{align-items:center;display:flex;flex-direction:column;justify-content:center;height:100%;width:100%}.opt-sport-report .content>.charts>mat-tab-group .tile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(370px,1fr));gap:32px;padding:32px 0}.opt-sport-report .content>.charts>mat-tab-group .tile-grid .section-overview{width:100%;display:flex;justify-content:center}.opt-sport-report .content>.charts>mat-tab-group .customer-break-down{padding-bottom:32px}.opt-cirque-report .content>.charts .tile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(370px,1fr));gap:32px;padding:32px 0}.opt-cirque-report .content>.charts .tile-grid .section-overview{width:100%;display:flex;justify-content:center}.opt-cirque-report .content>.charts .tile-grid .section-overview.selectable table .mat-mdc-row.selected-category-row:not(.category-total-row){background-color:var(--md-sys-color-primary-container-light)}.opt-cirque-report .content>.charts .customer-break-down{grid-column:1/-1;padding-bottom:32px}.opt-general-report .content>.charts .tile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(370px,1fr));gap:32px;padding:32px 0}.opt-general-report .content>.charts .tile-grid .section-overview{width:100%;display:flex;justify-content:center}.opt-general-report .content>.charts .tile-grid .customer-break-down canvas{max-width:100%!important}.opt-vendor-date-selector form{display:flex;flex-direction:row;gap:16px}.opt-vendor-date-selector form>.control-container{display:flex;flex-direction:column;min-width:200px;max-width:260px;gap:6px}.opt-vendor-date-selector form>.control-container mat-label{font-weight:500;font-size:12px;line-height:14px;letter-spacing:1px}.opt-vendor-date-selector form>.control-container .date-picker-container{display:flex;flex-direction:row;min-width:260px;gap:16px}.opt-add-vendor-page{display:flex;flex-direction:column;gap:24px}.opt-add-vendor-page>.header{display:flex;flex-direction:column;gap:4px}.opt-add-vendor-page>.header>*{margin:0}.opt-add-vendor-page>.header h1{font-family:var(--md-sys-typescale-headline-medium-font);font-weight:var(--md-sys-typescale-headline-medium-weight);font-size:var(--md-sys-typescale-headline-medium-size);line-height:var(--md-sys-typescale-headline-medium-line-height);letter-spacing:var(--md-sys-typescale-headline-medium-tracking)}.opt-add-vendor-page>.header p{font-family:var(--md-sys-typescale-body-large-font);font-weight:var(--md-sys-typescale-body-large-weight);font-size:var(--md-sys-typescale-body-large-size);line-height:var(--md-sys-typescale-body-large-line-height);letter-spacing:var(--md-sys-typescale-body-large-tracking);color:var(--md-sys-color-on-surface-variant)}.opt-add-vendor-page>.content{--grid-columns: 4;--grid-gap: 8px;display:grid;grid-template-columns:repeat(var(--grid-columns),1fr);gap:var(--grid-gap)}@media (min-width: 600px){.opt-add-vendor-page>.content{--grid-columns: 8;--grid-gap: 12px}}@media (min-width: 1240px){.opt-add-vendor-page>.content{--grid-columns: 12;--grid-gap: 32px}}.opt-add-vendor-page>.content h2{margin:16px 0 0}.opt-add-vendor-page>.content>form{--grid-columns: 4;--grid-gap: 8px;display:grid;grid-template-columns:repeat(var(--grid-columns),1fr);gap:var(--grid-gap);grid-column:span 8}@media (min-width: 600px){.opt-add-vendor-page>.content>form{--grid-columns: 8;--grid-gap: 12px}}@media (min-width: 1240px){.opt-add-vendor-page>.content>form{--grid-columns: 12;--grid-gap: 32px}}.opt-add-vendor-page>.content>form>.section{--grid-columns: 4;--grid-gap: 8px;display:grid;grid-template-columns:repeat(var(--grid-columns),1fr);gap:var(--grid-gap);grid-column:span var(--grid-columns);row-gap:8px}@media (min-width: 600px){.opt-add-vendor-page>.content>form>.section{--grid-columns: 8;--grid-gap: 12px}}@media (min-width: 1240px){.opt-add-vendor-page>.content>form>.section{--grid-columns: 12;--grid-gap: 32px}}.opt-add-vendor-page>.content>form>.section>.header{grid-column:span var(--grid-columns)}.opt-add-vendor-page>.content>form>.section>.item{grid-column:span 4}.opt-add-vendor-page>.content>form>.section>.row{width:100%;display:flex;justify-content:left;margin-bottom:16px}.opt-add-vendor-page>.content>form>.section>.row>:not(:last-child){margin-right:16px}.opt-add-vendor-page>.content>form>.section>.row>.column{min-width:100px;display:flex;flex-direction:column;flex-grow:1;flex-basis:0}.opt-add-vendor-page>.content>.actions{grid-column:9/span 4;display:flex;align-items:flex-start;justify-content:flex-end}.opt-add-vendor-page>.spinner{height:100%;display:flex;justify-content:center;align-items:center}.opt-add-vendor-page mat-form-field{margin-top:8px}.opt-add-vendor-page mat-label{margin-top:8px}.opt-edit-vendor-page{display:flex;flex-direction:column;gap:24px}.opt-edit-vendor-page>.header{display:flex;flex-direction:column;gap:4px}.opt-edit-vendor-page>.header>*{margin:0}.opt-edit-vendor-page>.header h1{font-family:var(--md-sys-typescale-headline-medium-font);font-weight:var(--md-sys-typescale-headline-medium-weight);font-size:var(--md-sys-typescale-headline-medium-size);line-height:var(--md-sys-typescale-headline-medium-line-height);letter-spacing:var(--md-sys-typescale-headline-medium-tracking)}.opt-edit-vendor-page>.header p{font-family:var(--md-sys-typescale-body-large-font);font-weight:var(--md-sys-typescale-body-large-weight);font-size:var(--md-sys-typescale-body-large-size);line-height:var(--md-sys-typescale-body-large-line-height);letter-spacing:var(--md-sys-typescale-body-large-tracking);color:var(--md-sys-color-on-surface-variant)}.opt-edit-vendor-page>.content{--grid-columns: 4;--grid-gap: 8px;display:grid;grid-template-columns:repeat(var(--grid-columns),1fr);gap:var(--grid-gap)}@media (min-width: 600px){.opt-edit-vendor-page>.content{--grid-columns: 8;--grid-gap: 12px}}@media (min-width: 1240px){.opt-edit-vendor-page>.content{--grid-columns: 12;--grid-gap: 32px}}.opt-edit-vendor-page>.content h2{margin:16px 0 0}.opt-edit-vendor-page>.content>form{--grid-columns: 4;--grid-gap: 8px;display:grid;grid-template-columns:repeat(var(--grid-columns),1fr);gap:var(--grid-gap);grid-column:span 8}@media (min-width: 600px){.opt-edit-vendor-page>.content>form{--grid-columns: 8;--grid-gap: 12px}}@media (min-width: 1240px){.opt-edit-vendor-page>.content>form{--grid-columns: 12;--grid-gap: 32px}}.opt-edit-vendor-page>.content>form>.section{--grid-columns: 4;--grid-gap: 8px;display:grid;grid-template-columns:repeat(var(--grid-columns),1fr);gap:var(--grid-gap);grid-column:span var(--grid-columns);row-gap:8px}@media (min-width: 600px){.opt-edit-vendor-page>.content>form>.section{--grid-columns: 8;--grid-gap: 12px}}@media (min-width: 1240px){.opt-edit-vendor-page>.content>form>.section{--grid-columns: 12;--grid-gap: 32px}}.opt-edit-vendor-page>.content>form>.section>.header{grid-column:span var(--grid-columns)}.opt-edit-vendor-page>.content>form>.section>.item{grid-column:span 4}.opt-edit-vendor-page>.content>form>.section>.row{width:100%;display:flex;justify-content:left;margin-bottom:16px}.opt-edit-vendor-page>.content>form>.section>.row>:not(:last-child){margin-right:16px}.opt-edit-vendor-page>.content>form>.section>.row>.column{min-width:100px;display:flex;flex-direction:column;flex-grow:1;flex-basis:0}.opt-edit-vendor-page>.content>.actions{grid-column:9/span 4;display:flex;align-items:flex-start;justify-content:flex-end}.opt-edit-vendor-page>.spinner{height:100%;display:flex;justify-content:center;align-items:center}.opt-edit-vendor-page mat-form-field{margin-top:8px}.opt-edit-vendor-page mat-label{margin-top:8px}.opt-select-vendors{display:grid;grid-template-columns:1fr;grid-template-rows:min-content min-content 1fr min-content;grid-template-areas:"header" "search" "content" "footer";gap:24px}.opt-select-vendors>.header{grid-area:header;display:flex;align-items:center;flex-direction:row;gap:8px}.opt-select-vendors>.header>*{margin:0}.opt-select-vendors>.header h1{font-family:var(--md-sys-typescale-headline-medium-font);font-weight:var(--md-sys-typescale-headline-medium-weight);font-size:var(--md-sys-typescale-headline-medium-size);line-height:var(--md-sys-typescale-headline-medium-line-height);letter-spacing:var(--md-sys-typescale-headline-medium-tracking)}.opt-select-vendors>.header p{font-family:var(--md-sys-typescale-body-large-font);font-weight:var(--md-sys-typescale-body-large-weight);font-size:var(--md-sys-typescale-body-large-size);line-height:var(--md-sys-typescale-body-large-line-height);letter-spacing:var(--md-sys-typescale-body-large-tracking);color:var(--md-sys-color-on-surface-variant)}.opt-select-vendors>.form-container{grid-area:search}.opt-select-vendors>.content{grid-area:content;position:relative;display:flex;flex-direction:column;gap:24px}.opt-select-vendors>.content>.containers{--container-span: 4;--grid-columns: 4;--grid-gap: 8px;display:grid;grid-template-columns:repeat(var(--grid-columns),1fr);gap:var(--grid-gap);position:absolute;inset:0}@media (min-width: 600px){.opt-select-vendors>.content>.containers{--grid-columns: 8;--grid-gap: 12px}}@media (min-width: 1240px){.opt-select-vendors>.content>.containers{--grid-columns: 12;--grid-gap: 32px}}.opt-select-vendors>.content>.containers .container-filtered,.opt-select-vendors>.content>.containers .container-selected{grid-column:span var(--container-span);display:flex;padding-block:8px;overflow-y:auto}.opt-select-vendors>.content>.containers .container-filtered>*,.opt-select-vendors>.content>.containers .container-selected>*{flex-grow:1;overflow-y:auto}.opt-select-vendors>.content>.containers .container-selected{background-color:var(--md-sys-color-surface-1);border-radius:12px;box-shadow:var(--md-sys-elevation-level-1)}@media (min-width: 1240px){.opt-select-vendors>.content>.containers{--container-span: 6}}.opt-select-vendors>.footer{grid-area:footer}.opt-card{--background: var(--md-sys-color-surface-variant);--color: var(--md-sys-color-on-surface);--state-opacity: 0;--padding: 16px;background:var(--background);color:var(--color);position:relative;border-radius:12px;isolation:isolate;transition-delay:0s;transition-duration:.28s;transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1)}.opt-card>*{padding:var(--padding)}.opt-card .opt-card-thumbnail{position:relative;border-radius:inherit;background-color:var(--md-sys-color-secondary);background-size:cover;background-position:center;aspect-ratio:16/9;isolation:isolate}.opt-card .opt-card-content h4{font-family:var(--md-sys-typescale-title-large-font);font-weight:var(--md-sys-typescale-title-large-weight);font-size:var(--md-sys-typescale-title-large-size);line-height:var(--md-sys-typescale-title-large-line-height);letter-spacing:var(--md-sys-typescale-title-large-tracking);margin-bottom:0}.opt-card .mat-ripple-element{background-color:currentColor!important;opacity:.12}.opt-card:before,.opt-card .opt-card-thumbnail:before{content:"";position:absolute;inset:0;z-index:-1;border-radius:inherit;background-color:currentColor;opacity:var(--state-opacity);transition-delay:0s;transition-duration:.28s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.opt-card:not(:active):hover{--state-opacity: .08;box-shadow:var(--md-sys-elevation-level-1)}.opt-dialog .mat-mdc-dialog-container{--container: var(--md-sys-color-surface-3);--color: var(--md-sys-color-on-surface);background-color:var(--container)!important;color:var(--color)!important;max-width:560px;min-width:320px;width:auto;height:auto;max-height:560px;padding:unset;border-radius:28px;box-shadow:var(--md-sys-elevation-level-3)}.opt-dialog .mat-mdc-dialog-container .opt-dialog-component{--dialog-padding: 24px;display:grid;grid-template-rows:min-content 1fr min-content;padding-top:var(--dialog-padding)}.opt-dialog .mat-mdc-dialog-container .opt-dialog-component>*{padding-inline:var(--dialog-padding)}.opt-dialog .mat-mdc-dialog-container .opt-dialog-component .mat-mdc-dialog-title{font-family:var(--md-sys-typescale-headline-small-font);font-weight:var(--md-sys-typescale-headline-small-weight);font-size:var(--md-sys-typescale-headline-small-size);line-height:var(--md-sys-typescale-headline-small-line-height);letter-spacing:var(--md-sys-typescale-headline-small-tracking);margin-bottom:0;padding-bottom:16px;border-bottom:1px solid var(--md-sys-color-on-surface-variant)}.opt-dialog .mat-mdc-dialog-container .opt-dialog-component .mat-mdc-dialog-content{font-family:var(--md-sys-typescale-body-medium-font);font-weight:var(--md-sys-typescale-body-medium-weight);font-size:var(--md-sys-typescale-body-medium-size);line-height:var(--md-sys-typescale-body-medium-line-height);letter-spacing:var(--md-sys-typescale-body-medium-tracking);--color: colors.get-color(on-surface-variant);color:var(--color);overflow-y:auto;padding-block:16px}.opt-dialog .mat-mdc-dialog-container .opt-dialog-component .mat-mdc-dialog-content .mat-mdc-radio-group{display:flex;flex-direction:column;gap:8px}.opt-dialog .mat-mdc-dialog-container .opt-dialog-component .mat-mdc-dialog-content .mat-mdc-radio-group label{cursor:pointer}.opt-dialog .mat-mdc-dialog-container .opt-dialog-component .mat-mdc-dialog-content mat-label{margin-bottom:8px}.opt-dialog .mat-mdc-dialog-container .opt-dialog-component .mat-mdc-dialog-content mat-form-field[appearance=outline].mat-mdc-form-field{border-radius:4px;border-color:var(--md-sys-color-outline);background-color:unset;color:var(--md-sys-color-on-surface-variant)}.opt-dialog .mat-mdc-dialog-container .opt-dialog-component .mat-mdc-dialog-content mat-form-field[appearance=outline].mat-mdc-form-field .mat-mdc-select-value{font-family:var(--md-sys-typescale-body-large-font);font-weight:var(--md-sys-typescale-body-large-weight);font-size:var(--md-sys-typescale-body-large-size);line-height:var(--md-sys-typescale-body-large-line-height);letter-spacing:var(--md-sys-typescale-body-large-tracking);color:currentColor}.opt-dialog .mat-mdc-dialog-container .opt-dialog-component .mat-mdc-dialog-content mat-form-field[appearance=outline].mat-mdc-form-field .mat-mdc-select-arrow{color:currentColor}.opt-dialog .mat-mdc-dialog-container .opt-dialog-component .mat-dialog-actions{margin-top:0;padding-block:16px;padding-inline:12px;gap:8px;min-height:unset;border-top:1px solid var(--md-sys-color-on-surface-variant)}.opt-dialog .mat-mdc-dialog-container .opt-dialog-component .mat-dialog-actions>*{margin:0}.opt-dialog .mat-mdc-dialog-container .opt-dialog-component.opt-grid-dialog .mat-mdc-dialog-content{display:grid;grid-template-columns:repeat(8,1fr)}.opt-dialog .mat-mdc-dialog-container .opt-dialog-component.opt-grid-dialog .mat-mdc-dialog-content>*{margin:0!important}.opt-dialog .mat-mdc-dialog-container .opt-dialog-component.opt-grid-dialog .mat-mdc-dialog-content .text-button{--border-radius: 6px}.opt-dialog .mat-mdc-dialog-container .opt-dialog-component.opt-grid-dialog .mat-mdc-dialog-content .text-button:is(.range-start,.range-middle,.range-end){background:var(--md-sys-color-secondary-container)!important;border:1px solid var(--md-sys-color-outline)}.opt-dialog .mat-mdc-dialog-container .opt-dialog-component.opt-grid-dialog .mat-mdc-dialog-content .text-button.range-start{border-radius:var(--border-radius) 0 0 var(--border-radius);border-right-width:0}.opt-dialog .mat-mdc-dialog-container .opt-dialog-component.opt-grid-dialog .mat-mdc-dialog-content .text-button.range-middle{border-radius:0;border-inline-width:0}.opt-dialog .mat-mdc-dialog-container .opt-dialog-component.opt-grid-dialog .mat-mdc-dialog-content .text-button.range-end{border-radius:0 var(--border-radius) var(--border-radius) 0;border-left-width:0}.opt-dialog .text-button{padding:0 12px!important;height:40px;background:none!important;color:var(--md-sys-color-primary)!important}.mat-mdc-select-panel{background-color:var(--md-sys-color-surface-4)!important;box-shadow:var(--md-sys-elevation-level-5)!important}.drag-n-drop-list-item{--state-opacity: 0;position:relative;isolation:isolate;padding-inline:16px 24px;padding-block:8px;height:72px;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;gap:16px;cursor:move}.drag-n-drop-list-item .avatar{font-family:var(--md-sys-typescale-title-medium-font);font-weight:var(--md-sys-typescale-title-medium-weight);font-size:var(--md-sys-typescale-title-medium-size);line-height:var(--md-sys-typescale-title-medium-line-height);letter-spacing:var(--md-sys-typescale-title-medium-tracking);flex:40px 0 0;aspect-ratio:1;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container)}.drag-n-drop-list-item .text{flex-grow:1;overflow:hidden}.drag-n-drop-list-item .text>*{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.drag-n-drop-list-item .text .headline{font-family:var(--md-sys-typescale-body-large-font);font-weight:var(--md-sys-typescale-body-large-weight);font-size:var(--md-sys-typescale-body-large-size);line-height:var(--md-sys-typescale-body-large-line-height);letter-spacing:var(--md-sys-typescale-body-large-tracking);color:var(--md-sys-color-on-surface)}.drag-n-drop-list-item .text .supporting-text{font-family:var(--md-sys-typescale-body-medium-font);font-weight:var(--md-sys-typescale-body-medium-weight);font-size:var(--md-sys-typescale-body-medium-size);line-height:var(--md-sys-typescale-body-medium-line-height);letter-spacing:var(--md-sys-typescale-body-medium-tracking);color:var(--md-sys-color-on-surface-variant)}.drag-n-drop-list-item:before{content:"";position:absolute;inset:0;z-index:-1;border-radius:inherit;background-color:currentColor;opacity:var(--state-opacity);transition-delay:0s;transition-duration:.28s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.drag-n-drop-list-item:hover{--state-opacity: .08}.drag-n-drop-list-item:is(.cdk-drag-preview){--state-opacity: .12;background-color:var(--md-sys-color-surface);box-shadow:var(--md-sys-elevation-level-4)}.drag-n-drop-list-item:is(.cdk-drag-placeholder){opacity:0}.drag-n-drop-list-item:is(.cdk-drag-animating){transition:transform .25s cubic-bezier(0,0,.2,1)}.opt-page{--container: var(--md-sys-color-surface);--color: var(--md-sys-color-on-surface);background-color:var(--container)!important;color:var(--color)!important;--page-margin-block: 16px;--page-margin-inline: 16px;--page-min-width: auto;--page-max-width: auto;flex-grow:1;justify-self:normal;align-self:normal;padding-block:var(--page-margin-block);padding-inline:var(--page-margin-inline);min-width:var(--page-min-width);max-width:var(--page-max-width);overflow:auto}@media (min-width: 600px){.opt-page{--page-margin-block: 32px;--page-margin-inline: 32px}}.opt-page .content-container{display:flex;flex-direction:column;gap:24px}.opt-page .primary-action-container{position:sticky;bottom:0;display:flex;justify-content:flex-end;flex-grow:1;align-items:flex-end}.opt-page .primary-action-container .extended-fab-button{padding-block:0!important;padding-inline:16px 24px!important;height:56px;min-width:80px;border-radius:16px;background:var(--md-sys-color-primary-container)!important;color:var(--md-sys-color-on-primary-container)!important;box-shadow:var(--md-sys-elevation-level-3)}.opt-table{background:none!important;display:flex;flex-direction:column;gap:4px}.opt-table .mat-mdc-row,.opt-table .mat-mdc-header-row,.opt-table .mat-mdc-footer-row{border:none;min-height:40px;gap:12px}.opt-table .mat-mdc-row:is(.mat-mdc-header-row),.opt-table .mat-mdc-header-row:is(.mat-mdc-header-row),.opt-table .mat-mdc-footer-row:is(.mat-mdc-header-row){border-bottom:1px solid var(--md-sys-color-outline)}.opt-table:is(.opt-table-compact) .mat-mdc-row,.opt-table:is(.opt-table-compact) .mat-mdc-header-row,.opt-table:is(.opt-table-compact) .mat-mdc-footer-row{min-height:unset}.opt-table:is(.opt-table-compact) .mat-mdc-row:is(.mat-mdc-header-row),.opt-table:is(.opt-table-compact) .mat-mdc-header-row:is(.mat-mdc-header-row),.opt-table:is(.opt-table-compact) .mat-mdc-footer-row:is(.mat-mdc-header-row){min-height:20px}.opt-table .mat-mdc-cell,.opt-table .mat-mdc-header-cell,.opt-table .mat-mdc-footer-cell{font-family:var(--md-sys-typescale-body-medium-font);font-weight:var(--md-sys-typescale-body-medium-weight);font-size:var(--md-sys-typescale-body-medium-size);line-height:var(--md-sys-typescale-body-medium-line-height);letter-spacing:var(--md-sys-typescale-body-medium-tracking);color:var(--md-sys-color-on-surface)}.opt-table .mat-mdc-cell:first-of-type,.opt-table .mat-mdc-cell:last-of-type,.opt-table .mat-mdc-header-cell:first-of-type,.opt-table .mat-mdc-header-cell:last-of-type,.opt-table .mat-mdc-footer-cell:first-of-type,.opt-table .mat-mdc-footer-cell:last-of-type{padding:0}.opt-table .mat-mdc-cell:first-of-type:is(:last-of-type),.opt-table .mat-mdc-cell:last-of-type:is(:last-of-type),.opt-table .mat-mdc-header-cell:first-of-type:is(:last-of-type),.opt-table .mat-mdc-header-cell:last-of-type:is(:last-of-type),.opt-table .mat-mdc-footer-cell:first-of-type:is(:last-of-type),.opt-table .mat-mdc-footer-cell:last-of-type:is(:last-of-type){justify-content:flex-end}.opt-table .mat-mdc-cell:is(.mat-mdc-header-cell),.opt-table .mat-mdc-header-cell:is(.mat-mdc-header-cell),.opt-table .mat-mdc-footer-cell:is(.mat-mdc-header-cell){font-family:var(--md-sys-typescale-label-small-font);font-weight:var(--md-sys-typescale-label-small-weight);font-size:var(--md-sys-typescale-label-small-size);line-height:var(--md-sys-typescale-label-small-line-height);letter-spacing:var(--md-sys-typescale-label-small-tracking);color:var(--md-sys-color-on-surface-variant)}.opt-table .mat-mdc-cell:is(.mat-mdc-footer-cell),.opt-table .mat-mdc-header-cell:is(.mat-mdc-footer-cell),.opt-table .mat-mdc-footer-cell:is(.mat-mdc-footer-cell){font-family:var(--md-sys-typescale-title-small-font);font-weight:var(--md-sys-typescale-title-small-weight);font-size:var(--md-sys-typescale-title-small-size);line-height:var(--md-sys-typescale-title-small-line-height);letter-spacing:var(--md-sys-typescale-title-small-tracking)}.opt-table .mat-mdc-cell:is(.push-right),.opt-table .mat-mdc-header-cell:is(.push-right),.opt-table .mat-mdc-footer-cell:is(.push-right){justify-content:flex-end}.opt-table .mat-mdc-row{position:relative}.opt-table .mat-mdc-row:before{content:"";position:absolute;inset:0}.opt-table .mat-mdc-row:hover:before{background:currentColor;opacity:.08}.opt-prefix,.opt-suffix,.opt-prefix-compact{color:#6e6d7a;position:relative;padding-right:0;padding-left:4px}.opt-prefix,.mat-mdc-form-field-text-prefix{padding-right:4px}mat-form-field[appearance=fill].mat-mdc-form-field{--container-color: var(--md-sys-color-surface-variant);--input-color: var(--md-sys-color-on-surface);--caret-color: var(--md-sys-color-primary);--placeholder-color: var(--md-sys-color-on-surface-variant);--label-color: var(--md-sys-color-on-surface-variant);--active-indicator-color: var(--md-sys-color-on-surface-variant);--active-indicator-ripple-color: transparent;--supporting-text-color: var(--md-sys-color-on-surface-variant);--state-color: var(--md-sys-color-on-surface-variant);--state-opacity: 0}mat-form-field[appearance=fill].mat-mdc-form-field .mat-mdc-input-element{font-family:var(--md-sys-typescale-body-large-font);font-weight:var(--md-sys-typescale-body-large-weight);font-size:var(--md-sys-typescale-body-large-size);line-height:var(--md-sys-typescale-body-large-line-height);letter-spacing:var(--md-sys-typescale-body-large-tracking);color:var(--input-color);caret-color:var(--caret-color)}mat-form-field[appearance=fill].mat-mdc-form-field .mat-mdc-input-element::placeholder{color:var(--placeholder-color)}mat-form-field[appearance=fill].mat-mdc-form-field .mat-mdc-form-field-hint{font-family:var(--md-sys-typescale-body-small-font);font-weight:var(--md-sys-typescale-body-small-weight);font-size:var(--md-sys-typescale-body-small-size);line-height:var(--md-sys-typescale-body-small-line-height);letter-spacing:var(--md-sys-typescale-body-small-tracking);color:var(--supporting-text-color)}mat-form-field[appearance=fill].mat-mdc-form-field:is(.mat-focused){--label-color: var(--md-sys-color-primary);--active-indicator-color: var(--md-sys-color-primary);--active-indicator-ripple-color: var(--active-indicator-color)}mat-form-field[appearance=fill].mat-mdc-form-field:not(.mat-form-field-disabled,.mat-focused):hover{--active-indicator-color: var(--md-sys-color-on-surface);--state-opacity: .08}mat-form-field[appearance=fill].mat-mdc-form-field:is(.mat-form-field-invalid){--active-indicator-color: var(--md-sys-color-error);--label-color: var(--md-sys-color-error);--input-color: var(--md-sys-color-on-surface);--supporting-text-color: var(--md-sys-color-error);--caret-color: var(--md-sys-color-error)}mat-form-field[appearance=fill].mat-mdc-form-field:is(.mat-form-field-invalid):not(.mat-form-field-disabled,.mat-focused):hover{--active-indicator-color: var(--md-sys-color-on-error-container);--label-color: var(--md-sys-color-on-error-container)}mat-form-field[appearance=fill].mat-mdc-form-field:is(.mat-form-field-disabled){--container-color: transparent;--input-color: var(--md-sys-color-on-surface);--label-color: var(--md-sys-color-on-surface);--active-indicator-color: var(--md-sys-color-on-surface);--state-color: var(--md-sys-color-on-surface);--state-opacity: .04}.mat-stepper-vertical{--container: var(--md-sys-color-surface);--color: var(--md-sys-color-on-surface);background-color:var(--container)!important;color:var(--color)!important;margin:-16px}.mat-vertical-stepper-header{border-radius:16px;padding:16px!important;isolation:isolate;background-color:unset!important;color:var(--md-sys-color-on-surface)!important}.mat-vertical-stepper-header:before{position:absolute;inset:0;border-radius:inherit;content:"";z-index:-1;opacity:0;background-color:currentColor}.mat-vertical-stepper-header:is(.cdk-keyboard-focused,.cdk-program-focused,:hover:not([aria-disabled]),:hover[aria-disabled=false]):before{opacity:.08}.mat-vertical-stepper-header .mat-step-icon{--container: var(--md-sys-color-surface-variant);--color: var(--md-sys-color-on-surface-variant);background-color:var(--container)!important;color:var(--color)!important;display:grid;place-items:center;margin-right:16px!important}.mat-vertical-stepper-header .mat-step-icon .mat-step-icon-content{display:block}.mat-vertical-stepper-header .mat-step-icon .mat-step-icon-content span{font-family:var(--md-sys-typescale-label-large-font);font-weight:var(--md-sys-typescale-label-large-weight);font-size:var(--md-sys-typescale-label-large-size);line-height:var(--md-sys-typescale-label-large-line-height);letter-spacing:var(--md-sys-typescale-label-large-tracking)}.mat-vertical-stepper-header .mat-step-icon.mat-step-icon-selected,.mat-vertical-stepper-header .mat-step-icon.mat-step-icon-state-done,.mat-vertical-stepper-header .mat-step-icon.mat-step-icon-state-edit{--container: var(--md-sys-color-secondary);--color: var(--md-sys-color-on-secondary);background-color:var(--container)!important;color:var(--color)!important}.mat-vertical-stepper-header .mat-ripple-element{background-color:currentColor!important;opacity:.12}.mat-vertical-content-container{margin-left:28px!important}.mat-vertical-content-container:before{border-left-color:var(--md-sys-color-outline)!important;top:-8px!important;bottom:-8px!important}.mat-vertical-content-container .mat-vertical-content{padding-block:8px;padding-inline:28px 16px}.mat-vertical-content-container .mat-vertical-content,.mat-vertical-content-container .mat-vertical-content>form{display:flex;flex-direction:column;gap:16px;max-width:80ch}.mat-step .mat-step-label .step-label{font-family:var(--md-sys-typescale-title-small-font);font-weight:var(--md-sys-typescale-title-small-weight);font-size:var(--md-sys-typescale-title-small-size);line-height:var(--md-sys-typescale-title-small-line-height);letter-spacing:var(--md-sys-typescale-title-small-tracking);color:var(--md-sys-color-on-surface-variant);display:block}.mat-step .mat-step-label .step-content{font-family:var(--md-sys-typescale-title-medium-font);font-weight:var(--md-sys-typescale-title-medium-weight);font-size:var(--md-sys-typescale-title-medium-size);line-height:var(--md-sys-typescale-title-medium-line-height);letter-spacing:var(--md-sys-typescale-title-medium-tracking);color:var(--md-sys-color-on-surface);display:none}.mat-step .mat-step-label.mat-step-label-selected .step-label.step-complete{display:block}.mat-step .mat-step-label.mat-step-label-selected .step-content.step-complete{display:none}.mat-step .mat-step-label:not(.mat-step-label-selected) .step-label.step-complete{display:none}.mat-step .mat-step-label:not(.mat-step-label-selected) .step-content.step-complete{display:block}.mat-step .step-actions{display:flex;flex-direction:row;gap:8px}mat-bottom-sheet-container.mat-bottom-sheet-container{max-height:calc(100vh - 42px);max-height:-webkit-fill-available;border-top-right-radius:12px;border-top-left-radius:12px}.mat-h1,.mat-headline,.mat-typography .mat-h1,.mat-typography .mat-headline,.mat-typography h1{font-size:24px;font-weight:400;line-height:32px;font-family: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-size:20px;font-weight:500;line-height:32px;font-family: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-size:16px;font-weight:400;line-height:28px;font-family: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-size:15px;font-weight:400;line-height:24px;font-family:Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h5,.mat-typography .mat-h5,.mat-typography h5{font:400 11.62px/20px Roboto,Helvetica Neue,sans-serif;margin:0 0 12px}.mat-h6,.mat-typography .mat-h6,.mat-typography h6{font:400 9.38px/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-size:14px;font-weight:500;line-height:24px;font-family: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-size:14px;font-weight:400;line-height:20px;font-family:Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-small,.mat-caption,.mat-typography .mat-small,.mat-typography .mat-caption{font-size:12px;font-weight:400;line-height:20px;font-family:Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-display-4,.mat-typography .mat-display-4{font-size:112px;font-weight:300;line-height:112px;font-family:Roboto,Helvetica Neue,sans-serif;letter-spacing:-.05em;margin:0 0 56px}.mat-display-3,.mat-typography .mat-display-3{font-size:56px;font-weight:400;line-height:56px;font-family:Roboto,Helvetica Neue,sans-serif;letter-spacing:-.02em;margin:0 0 64px}.mat-display-2,.mat-typography .mat-display-2{font-size:45px;font-weight:400;line-height:48px;font-family:Roboto,Helvetica Neue,sans-serif;letter-spacing:-.005em;margin:0 0 64px}.mat-display-1,.mat-typography .mat-display-1{font-size:34px;font-weight:400;line-height:40px;font-family:Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-badge-content{font-weight:600;font-size:12px;font-family:Roboto,Helvetica Neue,sans-serif}.mat-bottom-sheet-container{font-size:14px;font-weight:400;line-height:20px;font-family:Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-button-toggle,.mat-calendar{font-family:Roboto,Helvetica Neue,sans-serif}.mat-expansion-panel-header{font-family:Roboto,Helvetica Neue,sans-serif;font-size:15px;font-weight:400}.mat-expansion-panel-content{font-size:14px;font-weight:400;line-height:20px;font-family:Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-stepper-vertical,.mat-stepper-horizontal{font-family:Roboto,Helvetica Neue,sans-serif}.mat-step-label-error{font-size:14px}.mat-step-label-selected{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-size:20px;font-weight:500;line-height:32px;font-family:Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0}.mat-tree{font-family:Roboto,Helvetica Neue,sans-serif}.mat-option{font-family:Roboto,Helvetica Neue,sans-serif;font-size:16px}.mat-optgroup-label{font-size:14px;font-weight:500;line-height:24px;font-family: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-datepicker-content .mdc-button{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, "Helvetica Neue", sans-serif));font-size:var(--mdc-typography-button-font-size, 14px);line-height:var(--mdc-typography-button-line-height, 14px);font-weight:var(--mdc-typography-button-font-weight, 500);letter-spacing:var(--mdc-typography-button-letter-spacing, normal);-webkit-text-decoration:var(--mdc-typography-button-text-decoration, none);text-decoration:var(--mdc-typography-button-text-decoration, none);text-transform:var(--mdc-typography-button-text-transform, none)}.mat-card{font-family:Roboto,Helvetica Neue,sans-serif}.mat-tooltip{font-family:Roboto,Helvetica Neue,sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}.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-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(.75);width:133.3333333333%}.mat-form-field-can-float .mat-input-server[label]+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34374em) scale(.75);width:133.3333433333%}.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(.75) perspective(100px) translateZ(.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(.75) perspective(100px) translateZ(.00101px);width:133.3333433333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00102px);width:133.3333533333%}@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(.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(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.2812em) scale(.75)}}.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(-.59375em) scale(.75);width:133.3333333333%}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-.59374em) scale(.75);width:133.3333433333%}.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(.75);width:133.3333333333%}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59374em) scale(.75);width:133.3333433333%}.mat-select{font-family:Roboto,Helvetica Neue,sans-serif}.mat-checkbox{font-family:Roboto,Helvetica Neue,sans-serif}.mat-dialog-title{font-size:20px;font-weight:500;line-height:32px;font-family:Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-chip{font-size:14px;font-weight:500}.mat-slide-toggle-content,.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-radio-button{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-menu-item{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px;font-weight:400}.mat-list-item,.mat-list-option{font-family:Roboto,Helvetica Neue,sans-serif}.mat-list-base .mat-subheader{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px;font-weight:500}.mat-list-base[dense] .mat-subheader{font-family:Roboto,Helvetica Neue,sans-serif;font-size:12px;font-weight:500}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Roboto,Helvetica Neue,sans-serif;font-size:12px}.mat-simple-snackbar{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px}.mat-table{font-family:Roboto,Helvetica Neue,sans-serif}.mat-header-cell{font-size:12px;font-weight:500}.mat-badge-content{font-weight:600;font-size:12px;font-family:Roboto,sans-serif}.mat-h1,.mat-headline-5,.mat-typography .mat-h1,.mat-typography .mat-headline-5,.mat-typography h1{font-size:24px;font-weight:400;line-height:32px;font-family:Roboto,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h2,.mat-headline-6,.mat-typography .mat-h2,.mat-typography .mat-headline-6,.mat-typography h2{font-size:20px;font-weight:500;line-height:32px;font-family:Roboto,sans-serif;letter-spacing:.0125em;margin:0 0 16px}.mat-h3,.mat-subtitle-1,.mat-typography .mat-h3,.mat-typography .mat-subtitle-1,.mat-typography h3{font-size:16px;font-weight:400;line-height:28px;font-family:Roboto,sans-serif;letter-spacing:.009375em;margin:0 0 16px}.mat-h4,.mat-body-1,.mat-typography .mat-h4,.mat-typography .mat-body-1,.mat-typography h4{font-size:16px;font-weight:400;line-height:24px;font-family:Roboto,sans-serif;letter-spacing:.03125em;margin:0 0 16px}.mat-h5,.mat-typography .mat-h5,.mat-typography h5{font:400 11.62px/20px Roboto,sans-serif;margin:0 0 12px}.mat-h6,.mat-typography .mat-h6,.mat-typography h6{font:400 9.38px/20px Roboto,sans-serif;margin:0 0 12px}.mat-body-strong,.mat-subtitle-2,.mat-typography .mat-body-strong,.mat-typography .mat-subtitle-2{font-size:14px;font-weight:500;line-height:22px;font-family:Roboto,sans-serif;letter-spacing:.0071428571em}.mat-body,.mat-body-2,.mat-typography .mat-body,.mat-typography .mat-body-2,.mat-typography{font-size:14px;font-weight:400;line-height:20px;font-family:Roboto,sans-serif;letter-spacing:.0178571429em}.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-size:12px;font-weight:400;line-height:20px;font-family:Roboto,sans-serif;letter-spacing:.0333333333em}.mat-headline-1,.mat-typography .mat-headline-1{font-size:96px;font-weight:300;line-height:96px;font-family:Roboto,sans-serif;letter-spacing:-.015625em;margin:0 0 56px}.mat-headline-2,.mat-typography .mat-headline-2{font-size:60px;font-weight:300;line-height:60px;font-family:Roboto,sans-serif;letter-spacing:-.0083333333em;margin:0 0 64px}.mat-headline-3,.mat-typography .mat-headline-3{font-size:48px;font-weight:400;line-height:50px;font-family:Roboto,sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-headline-4,.mat-typography .mat-headline-4{font-size:34px;font-weight:400;line-height:40px;font-family:Roboto,sans-serif;letter-spacing:.0073529412em;margin:0 0 64px}.mat-bottom-sheet-container{font-size:14px;font-weight:400;line-height:20px;font-family:Roboto,sans-serif;letter-spacing:.0178571429em}.mat-button-toggle,.mat-calendar{font-family:Roboto,sans-serif}.mat-expansion-panel-header{font-family:Roboto,sans-serif;font-size:14px;font-weight:500}.mat-expansion-panel-content{font-size:14px;font-weight:400;line-height:20px;font-family:Roboto,sans-serif;letter-spacing:.0178571429em}.mat-stepper-vertical,.mat-stepper-horizontal{font-family:Roboto,sans-serif}.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font-size:20px;font-weight:500;line-height:32px;font-family:Roboto,sans-serif;letter-spacing:.0125em;margin:0}.mat-tree{font-family:Roboto,sans-serif}.mat-mdc-option{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-body1-font-size, 16px);line-height:var(--mdc-typography-body1-line-height, 24px);font-weight:var(--mdc-typography-body1-font-weight, 400);letter-spacing:var(--mdc-typography-body1-letter-spacing, .03125em)}.mat-mdc-card-title{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-headline6-font-size, 20px);line-height:var(--mdc-typography-headline6-line-height, 32px);font-weight:var(--mdc-typography-headline6-font-weight, 500);letter-spacing:var(--mdc-typography-headline6-letter-spacing, .0125em);-webkit-text-decoration:var(--mdc-typography-headline6-text-decoration, inherit);text-decoration:var(--mdc-typography-headline6-text-decoration, inherit);text-transform:var(--mdc-typography-headline6-text-transform, none)}.mat-mdc-card-subtitle{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-subtitle2-font-size, 14px);line-height:var(--mdc-typography-subtitle2-line-height, 22px);font-weight:var(--mdc-typography-subtitle2-font-weight, 500);letter-spacing:var(--mdc-typography-subtitle2-letter-spacing, .0071428571em);-webkit-text-decoration:var(--mdc-typography-subtitle2-text-decoration, inherit);text-decoration:var(--mdc-typography-subtitle2-text-decoration, inherit);text-transform:var(--mdc-typography-subtitle2-text-transform, none)}.mat-mdc-tooltip{--mdc-plain-tooltip-supporting-text-font: Roboto, sans-serif;--mdc-plain-tooltip-supporting-text-size: 12px;--mdc-plain-tooltip-supporting-text-weight: 400;--mdc-plain-tooltip-supporting-text-tracking: .0333333333em}.mdc-text-field__input,.mdc-text-field__affix{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-subtitle1-font-size, 16px);font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, .009375em);-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:var(--mdc-typography-subtitle1-text-transform, none)}.mdc-text-field--textarea .mdc-text-field__input{line-height:1.5rem}.mdc-floating-label{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-subtitle1-font-size, 16px);font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, .009375em);-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:var(--mdc-typography-subtitle1-text-transform, none)}.mat-mdc-form-field-subscript-wrapper,.mat-mdc-form-field-bottom-align:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-caption-font-size, 12px);line-height:var(--mdc-typography-caption-line-height, 20px);font-weight:var(--mdc-typography-caption-font-weight, 400);letter-spacing:var(--mdc-typography-caption-letter-spacing, .0333333333em);-webkit-text-decoration:var(--mdc-typography-caption-text-decoration, inherit);text-decoration:var(--mdc-typography-caption-text-decoration, inherit);text-transform:var(--mdc-typography-caption-text-transform, none)}.mat-mdc-form-field,.mat-mdc-floating-label{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-body1-font-size, 16px);line-height:var(--mdc-typography-body1-line-height, 24px);font-weight:var(--mdc-typography-body1-font-weight, 400);letter-spacing:var(--mdc-typography-body1-letter-spacing, .03125em);-webkit-text-decoration:var(--mdc-typography-body1-text-decoration, inherit);text-decoration:var(--mdc-typography-body1-text-decoration, inherit);text-transform:var(--mdc-typography-body1-text-transform, none)}.mat-mdc-form-field .mdc-text-field--outlined .mdc-floating-label--float-above{font-size:calc(16px * var(--mat-mdc-form-field-floating-label-scale, .75))}.mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:16px}.mat-mdc-select-panel{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-subtitle1-font-size, 16px);line-height:var(--mdc-typography-subtitle1-line-height, 28px);font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, .009375em);-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:var(--mdc-typography-subtitle1-text-transform, none);line-height:24px}.mat-mdc-select{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-body1-font-size, 16px);line-height:var(--mdc-typography-body1-line-height, 24px);font-weight:var(--mdc-typography-body1-font-weight, 400);letter-spacing:var(--mdc-typography-body1-letter-spacing, .03125em);-webkit-text-decoration:var(--mdc-typography-body1-text-decoration, inherit);text-decoration:var(--mdc-typography-body1-text-decoration, inherit);text-transform:var(--mdc-typography-body1-text-transform, none)}.mat-mdc-autocomplete-panel{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-subtitle1-font-size, 16px);line-height:var(--mdc-typography-subtitle1-line-height, 28px);font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, .009375em);-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:var(--mdc-typography-subtitle1-text-transform, none);line-height:24px}.mat-mdc-dialog-container{--mdc-dialog-subhead-font: Roboto, sans-serif;--mdc-dialog-subhead-line-height: 32px;--mdc-dialog-subhead-size: 20px;--mdc-dialog-subhead-weight: 500;--mdc-dialog-subhead-tracking: .0125em;--mdc-dialog-supporting-text-font: Roboto, sans-serif;--mdc-dialog-supporting-text-line-height: 24px;--mdc-dialog-supporting-text-size: 16px;--mdc-dialog-supporting-text-weight: 400;--mdc-dialog-supporting-text-tracking: .03125em}.mat-mdc-standard-chip,.mdc-form-field{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-body2-font-size, 14px);line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:var(--mdc-typography-body2-letter-spacing, .0178571429em);-webkit-text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:var(--mdc-typography-body2-text-transform, none)}.mat-mdc-slider{--mdc-slider-label-label-text-font: Roboto, sans-serif;--mdc-slider-label-label-text-size: 14px;--mdc-slider-label-label-text-line-height: 22px;--mdc-slider-label-label-text-tracking: .0071428571em;--mdc-slider-label-label-text-weight: 500}.mat-mdc-menu-content{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-subtitle1-font-size, 16px);line-height:var(--mdc-typography-subtitle1-line-height, 28px);font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, .009375em);-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:var(--mdc-typography-subtitle1-text-transform, none);line-height:24px}.mat-mdc-menu-content,.mat-mdc-menu-content .mat-mdc-menu-item .mdc-list-item__primary-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-body1-font-size, 16px);line-height:var(--mdc-typography-body1-line-height, 24px);font-weight:var(--mdc-typography-body1-font-weight, 400);letter-spacing:var(--mdc-typography-body1-letter-spacing, .03125em);-webkit-text-decoration:var(--mdc-typography-body1-text-decoration, inherit);text-decoration:var(--mdc-typography-body1-text-decoration, inherit);text-transform:var(--mdc-typography-body1-text-transform, none)}.mat-mdc-list-base{--mdc-list-list-item-label-text-font: Roboto, sans-serif;--mdc-list-list-item-label-text-line-height: 24px;--mdc-list-list-item-label-text-size: 16px;--mdc-list-list-item-label-text-tracking: .03125em;--mdc-list-list-item-label-text-weight: 400;--mdc-list-list-item-supporting-text-font: Roboto, sans-serif;--mdc-list-list-item-supporting-text-line-height: 20px;--mdc-list-list-item-supporting-text-size: 14px;--mdc-list-list-item-supporting-text-tracking: .0178571429em;--mdc-list-list-item-supporting-text-weight: 400;--mdc-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;--mdc-list-list-item-trailing-supporting-text-line-height: 20px;--mdc-list-list-item-trailing-supporting-text-size: 12px;--mdc-list-list-item-trailing-supporting-text-tracking: .0333333333em;--mdc-list-list-item-trailing-supporting-text-weight: 400}.mdc-list-group__subheader{font-size:16px;font-weight:400;line-height:28px;font-family:Roboto,sans-serif;letter-spacing:.009375em}.mat-mdc-paginator{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-caption-font-size, 12px);line-height:var(--mdc-typography-caption-line-height, 20px);font-weight:var(--mdc-typography-caption-font-weight, 400);letter-spacing:var(--mdc-typography-caption-letter-spacing, .0333333333em);-webkit-text-decoration:var(--mdc-typography-caption-text-decoration, inherit);text-decoration:var(--mdc-typography-caption-text-decoration, inherit);text-transform:var(--mdc-typography-caption-text-transform, none)}.mat-mdc-paginator .mat-mdc-select-value{font-size:12px}.mdc-tab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-button-font-size, 14px);line-height:var(--mdc-typography-button-line-height, 36px);font-weight:var(--mdc-typography-button-font-weight, 500);letter-spacing:var(--mdc-typography-button-letter-spacing, .0892857143em);-webkit-text-decoration:var(--mdc-typography-button-text-decoration, none);text-decoration:var(--mdc-typography-button-text-decoration, none);text-transform:var(--mdc-typography-button-text-transform, none)}@media all and (-ms-high-contrast: none){.mdc-checkbox .mdc-checkbox__focus-ring{display:none}}.mdc-form-field{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-body2-font-size, 14px);line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:var(--mdc-typography-body2-letter-spacing, .0178571429em);-webkit-text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:var(--mdc-typography-body2-text-transform, none)}.mdc-button,.mdc-fab--extended{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-button-font-size, 14px);line-height:var(--mdc-typography-button-line-height, 36px);font-weight:var(--mdc-typography-button-font-weight, 500);letter-spacing:var(--mdc-typography-button-letter-spacing, .0892857143em);-webkit-text-decoration:var(--mdc-typography-button-text-decoration, none);text-decoration:var(--mdc-typography-button-text-decoration, none);text-transform:var(--mdc-typography-button-text-transform, none)}.mat-mdc-snack-bar-container{--mdc-snackbar-supporting-text-font: Roboto, sans-serif;--mdc-snackbar-supporting-text-line-height: 20px;--mdc-snackbar-supporting-text-size: 14px;--mdc-snackbar-supporting-text-weight: 400}.mdc-data-table__content,.mdc-data-table__cell{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-body2-font-size, 14px);line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:var(--mdc-typography-body2-letter-spacing, .0178571429em);-webkit-text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:var(--mdc-typography-body2-text-transform, none)}.mdc-data-table__header-cell{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-subtitle2-font-size, 14px);line-height:var(--mdc-typography-subtitle2-line-height, 22px);font-weight:var(--mdc-typography-subtitle2-font-weight, 500);letter-spacing:var(--mdc-typography-subtitle2-letter-spacing, .0071428571em);-webkit-text-decoration:var(--mdc-typography-subtitle2-text-decoration, inherit);text-decoration:var(--mdc-typography-subtitle2-text-decoration, inherit);text-transform:var(--mdc-typography-subtitle2-text-transform, none)}.opt-theme{--md-ref-typeface-brand: Inter;--md-ref-typeface-plain: Roboto;--md-ref-typeface-weight-regular: 400;--md-ref-typeface-weight-medium: 500;--md-ref-typeface-weight-heavy: 700;--md-sys-typescale-display-large-font: var(--md-ref-typeface-brand);--md-sys-typescale-display-large-weight: var(--md-ref-typeface-weight-regular);--md-sys-typescale-display-large-line-height-mobile: 4rem;--md-sys-typescale-display-large-size-mobile: 3.5625rem;--md-sys-typescale-display-large-tracking-mobile: 0rem;--md-sys-typescale-display-large-line-height-tablet: 4.25rem;--md-sys-typescale-display-large-size-tablet: 3.8125rem;--md-sys-typescale-display-large-tracking-tablet: 0rem;--md-sys-typescale-display-large-line-height-desktop: 4.8125rem;--md-sys-typescale-display-large-size-desktop: 4.3125rem;--md-sys-typescale-display-large-tracking-desktop: 0rem;--md-sys-typescale-display-medium-font: var(--md-ref-typeface-brand);--md-sys-typescale-display-medium-weight: var(--md-ref-typeface-weight-regular);--md-sys-typescale-display-medium-line-height-mobile: 3.25rem;--md-sys-typescale-display-medium-size-mobile: 2.8125rem;--md-sys-typescale-display-medium-tracking-mobile: 0rem;--md-sys-typescale-display-medium-line-height-tablet: 3.5625rem;--md-sys-typescale-display-medium-size-tablet: 3.0625rem;--md-sys-typescale-display-medium-tracking-tablet: 0rem;--md-sys-typescale-display-medium-line-height-desktop: 4.125rem;--md-sys-typescale-display-medium-size-desktop: 3.5625rem;--md-sys-typescale-display-medium-tracking-desktop: 0rem;--md-sys-typescale-display-small-font: var(--md-ref-typeface-brand);--md-sys-typescale-display-small-weight: var(--md-ref-typeface-weight-regular);--md-sys-typescale-display-small-line-height-mobile: 2.75rem;--md-sys-typescale-display-small-size-mobile: 2.25rem;--md-sys-typescale-display-small-tracking-mobile: 0rem;--md-sys-typescale-display-small-line-height-tablet: 3.0625rem;--md-sys-typescale-display-small-size-tablet: 2.5rem;--md-sys-typescale-display-small-tracking-tablet: 0rem;--md-sys-typescale-display-small-line-height-desktop: 3.6875rem;--md-sys-typescale-display-small-size-desktop: 3rem;--md-sys-typescale-display-small-tracking-desktop: 0rem;--md-sys-typescale-headline-large-font: var(--md-ref-typeface-brand);--md-sys-typescale-headline-large-weight: var(--md-ref-typeface-weight-regular);--md-sys-typescale-headline-large-line-height-mobile: 2.5rem;--md-sys-typescale-headline-large-size-mobile: 2rem;--md-sys-typescale-headline-large-tracking-mobile: 0rem;--md-sys-typescale-headline-large-line-height-tablet: 2.8125rem;--md-sys-typescale-headline-large-size-tablet: 2.25rem;--md-sys-typescale-headline-large-tracking-tablet: 0rem;--md-sys-typescale-headline-large-line-height-desktop: 3.4375rem;--md-sys-typescale-headline-large-size-desktop: 2.75rem;--md-sys-typescale-headline-large-tracking-desktop: 0rem;--md-sys-typescale-headline-medium-font: var(--md-ref-typeface-brand);--md-sys-typescale-headline-medium-weight: var(--md-ref-typeface-weight-heavy);--md-sys-typescale-headline-medium-line-height-mobile: .9375rem;--md-sys-typescale-headline-medium-size-mobile: .75rem;--md-sys-typescale-headline-medium-tracking-mobile: 0rem;--md-sys-typescale-headline-medium-line-height-tablet: 1.875rem;--md-sys-typescale-headline-medium-size-tablet: 1.5rem;--md-sys-typescale-headline-medium-tracking-tablet: 0rem;--md-sys-typescale-headline-medium-line-height-desktop: 1.875rem;--md-sys-typescale-headline-medium-size-desktop: 1.5rem;--md-sys-typescale-headline-medium-tracking-desktop: 0rem;--md-sys-typescale-headline-small-font: var(--md-ref-typeface-brand);--md-sys-typescale-headline-small-weight: var(--md-ref-typeface-weight-regular);--md-sys-typescale-headline-small-line-height-mobile: 2rem;--md-sys-typescale-headline-small-size-mobile: 1.5rem;--md-sys-typescale-headline-small-tracking-mobile: 0rem;--md-sys-typescale-headline-small-line-height-tablet: 2rem;--md-sys-typescale-headline-small-size-tablet: 1.5rem;--md-sys-typescale-headline-small-tracking-tablet: 0rem;--md-sys-typescale-headline-small-line-height-desktop: 2rem;--md-sys-typescale-headline-small-size-desktop: 1.5rem;--md-sys-typescale-headline-small-tracking-desktop: 0rem;--md-sys-typescale-title-large-font: var(--md-ref-typeface-brand);--md-sys-typescale-title-large-weight: var(--md-ref-typeface-weight-regular);--md-sys-typescale-title-large-line-height-mobile: 1.75rem;--md-sys-typescale-title-large-size-mobile: 1.375rem;--md-sys-typescale-title-large-tracking-mobile: 0rem;--md-sys-typescale-title-large-line-height-tablet: 1.75rem;--md-sys-typescale-title-large-size-tablet: 1.375rem;--md-sys-typescale-title-large-tracking-tablet: 0rem;--md-sys-typescale-title-large-line-height-desktop: 1.75rem;--md-sys-typescale-title-large-size-desktop: 1.375rem;--md-sys-typescale-title-large-tracking-desktop: 0rem;--md-sys-typescale-title-medium-font: var(--md-ref-typeface-plain);--md-sys-typescale-title-medium-weight: var(--md-ref-typeface-weight-medium);--md-sys-typescale-title-medium-line-height-mobile: 1.5rem;--md-sys-typescale-title-medium-size-mobile: 1rem;--md-sys-typescale-title-medium-tracking-mobile: .009375rem;--md-sys-typescale-title-medium-line-height-tablet: 1.5rem;--md-sys-typescale-title-medium-size-tablet: 1rem;--md-sys-typescale-title-medium-tracking-tablet: .009375rem;--md-sys-typescale-title-medium-line-height-desktop: 1.5rem;--md-sys-typescale-title-medium-size-desktop: 1rem;--md-sys-typescale-title-medium-tracking-desktop: .009375rem;--md-sys-typescale-title-small-font: var(--md-ref-typeface-plain);--md-sys-typescale-title-small-weight: var(--md-ref-typeface-weight-medium);--md-sys-typescale-title-small-line-height-mobile: 1.25rem;--md-sys-typescale-title-small-size-mobile: .875rem;--md-sys-typescale-title-small-tracking-mobile: .00625rem;--md-sys-typescale-title-small-line-height-tablet: 1.25rem;--md-sys-typescale-title-small-size-tablet: .875rem;--md-sys-typescale-title-small-tracking-tablet: .00625rem;--md-sys-typescale-title-small-line-height-desktop: 1.25rem;--md-sys-typescale-title-small-size-desktop: .875rem;--md-sys-typescale-title-small-tracking-desktop: .00625rem;--md-sys-typescale-label-large-font: var(--md-ref-typeface-plain);--md-sys-typescale-label-large-weight: var(--md-ref-typeface-weight-medium);--md-sys-typescale-label-large-line-height-mobile: 1.25rem;--md-sys-typescale-label-large-size-mobile: .875rem;--md-sys-typescale-label-large-tracking-mobile: .00625rem;--md-sys-typescale-label-large-line-height-tablet: 1.25rem;--md-sys-typescale-label-large-size-tablet: .875rem;--md-sys-typescale-label-large-tracking-tablet: .00625rem;--md-sys-typescale-label-large-line-height-desktop: 1.25rem;--md-sys-typescale-label-large-size-desktop: .875rem;--md-sys-typescale-label-large-tracking-desktop: .00625rem;--md-sys-typescale-label-medium-font: var(--md-ref-typeface-plain);--md-sys-typescale-label-medium-weight: var(--md-ref-typeface-weight-medium);--md-sys-typescale-label-medium-line-height-mobile: 1rem;--md-sys-typescale-label-medium-size-mobile: .75rem;--md-sys-typescale-label-medium-tracking-mobile: .03125rem;--md-sys-typescale-label-medium-line-height-tablet: 1rem;--md-sys-typescale-label-medium-size-tablet: .75rem;--md-sys-typescale-label-medium-tracking-tablet: .03125rem;--md-sys-typescale-label-medium-line-height-desktop: 1rem;--md-sys-typescale-label-medium-size-desktop: .75rem;--md-sys-typescale-label-medium-tracking-desktop: .03125rem;--md-sys-typescale-label-small-font: var(--md-ref-typeface-plain);--md-sys-typescale-label-small-weight: var(--md-ref-typeface-weight-medium);--md-sys-typescale-label-small-line-height-mobile: .375rem;--md-sys-typescale-label-small-size-mobile: .6875rem;--md-sys-typescale-label-small-tracking-mobile: .03125rem;--md-sys-typescale-label-small-line-height-tablet: .375rem;--md-sys-typescale-label-small-size-tablet: .6875rem;--md-sys-typescale-label-small-tracking-tablet: .03125rem;--md-sys-typescale-label-small-line-height-desktop: .375rem;--md-sys-typescale-label-small-size-desktop: .6875rem;--md-sys-typescale-label-small-tracking-desktop: .03125rem;--md-sys-typescale-body-large-font: var(--md-ref-typeface-plain);--md-sys-typescale-body-large-weight: var(--md-ref-typeface-weight-regular);--md-sys-typescale-body-large-line-height-mobile: 1.5rem;--md-sys-typescale-body-large-size-mobile: 1rem;--md-sys-typescale-body-large-tracking-mobile: .009375rem;--md-sys-typescale-body-large-line-height-tablet: 1.5rem;--md-sys-typescale-body-large-size-tablet: 1rem;--md-sys-typescale-body-large-tracking-tablet: .009375rem;--md-sys-typescale-body-large-line-height-desktop: 1.5rem;--md-sys-typescale-body-large-size-desktop: 1rem;--md-sys-typescale-body-large-tracking-desktop: .009375rem;--md-sys-typescale-body-medium-font: var(--md-ref-typeface-plain);--md-sys-typescale-body-medium-weight: var(--md-ref-typeface-weight-regular);--md-sys-typescale-body-medium-line-height-mobile: 1.25rem;--md-sys-typescale-body-medium-size-mobile: .875rem;--md-sys-typescale-body-medium-tracking-mobile: .015625rem;--md-sys-typescale-body-medium-line-height-tablet: 1.25rem;--md-sys-typescale-body-medium-size-tablet: .875rem;--md-sys-typescale-body-medium-tracking-tablet: .015625rem;--md-sys-typescale-body-medium-line-height-desktop: 1.25rem;--md-sys-typescale-body-medium-size-desktop: .875rem;--md-sys-typescale-body-medium-tracking-desktop: .015625rem;--md-sys-typescale-body-small-font: var(--md-ref-typeface-plain);--md-sys-typescale-body-small-weight: var(--md-ref-typeface-weight-regular);--md-sys-typescale-body-small-line-height-mobile: 1rem;--md-sys-typescale-body-small-size-mobile: .75rem;--md-sys-typescale-body-small-tracking-mobile: .025rem;--md-sys-typescale-body-small-line-height-tablet: 1rem;--md-sys-typescale-body-small-size-tablet: .75rem;--md-sys-typescale-body-small-tracking-tablet: .025rem;--md-sys-typescale-body-small-line-height-desktop: 1rem;--md-sys-typescale-body-small-size-desktop: .75rem;--md-sys-typescale-body-small-tracking-desktop: .025rem}@media (max-width: 37.4375rem){.opt-theme{--md-sys-typescale-display-large-line-height: var(--md-sys-typescale-display-large-line-height-mobile);--md-sys-typescale-display-large-size: var(--md-sys-typescale-display-large-size-mobile);--md-sys-typescale-display-large-tracking: var(--md-sys-typescale-display-large-tracking-mobile);--md-sys-typescale-display-medium-line-height: var(--md-sys-typescale-display-medium-line-height-mobile);--md-sys-typescale-display-medium-size: var(--md-sys-typescale-display-medium-size-mobile);--md-sys-typescale-display-medium-tracking: var(--md-sys-typescale-display-medium-tracking-mobile);--md-sys-typescale-display-small-line-height: var(--md-sys-typescale-display-small-line-height-mobile);--md-sys-typescale-display-small-size: var(--md-sys-typescale-display-small-size-mobile);--md-sys-typescale-display-small-tracking: var(--md-sys-typescale-display-small-tracking-mobile);--md-sys-typescale-headline-large-line-height: var(--md-sys-typescale-headline-large-line-height-mobile);--md-sys-typescale-headline-large-size: var(--md-sys-typescale-headline-large-size-mobile);--md-sys-typescale-headline-large-tracking: var(--md-sys-typescale-headline-large-tracking-mobile);--md-sys-typescale-headline-medium-line-height: var(--md-sys-typescale-headline-medium-line-height-mobile);--md-sys-typescale-headline-medium-size: var(--md-sys-typescale-headline-medium-size-mobile);--md-sys-typescale-headline-medium-tracking: var(--md-sys-typescale-headline-medium-tracking-mobile);--md-sys-typescale-headline-small-line-height: var(--md-sys-typescale-headline-small-line-height-mobile);--md-sys-typescale-headline-small-size: var(--md-sys-typescale-headline-small-size-mobile);--md-sys-typescale-headline-small-tracking: var(--md-sys-typescale-headline-small-tracking-mobile);--md-sys-typescale-title-large-line-height: var(--md-sys-typescale-title-large-line-height-mobile);--md-sys-typescale-title-large-size: var(--md-sys-typescale-title-large-size-mobile);--md-sys-typescale-title-large-tracking: var(--md-sys-typescale-title-large-tracking-mobile);--md-sys-typescale-title-medium-line-height: var(--md-sys-typescale-title-medium-line-height-mobile);--md-sys-typescale-title-medium-size: var(--md-sys-typescale-title-medium-size-mobile);--md-sys-typescale-title-medium-tracking: var(--md-sys-typescale-title-medium-tracking-mobile);--md-sys-typescale-title-small-line-height: var(--md-sys-typescale-title-small-line-height-mobile);--md-sys-typescale-title-small-size: var(--md-sys-typescale-title-small-size-mobile);--md-sys-typescale-title-small-tracking: var(--md-sys-typescale-title-small-tracking-mobile);--md-sys-typescale-label-large-line-height: var(--md-sys-typescale-label-large-line-height-mobile);--md-sys-typescale-label-large-size: var(--md-sys-typescale-label-large-size-mobile);--md-sys-typescale-label-large-tracking: var(--md-sys-typescale-label-large-tracking-mobile);--md-sys-typescale-label-medium-line-height: var(--md-sys-typescale-label-medium-line-height-mobile);--md-sys-typescale-label-medium-size: var(--md-sys-typescale-label-medium-size-mobile);--md-sys-typescale-label-medium-tracking: var(--md-sys-typescale-label-medium-tracking-mobile);--md-sys-typescale-label-small-line-height: var(--md-sys-typescale-label-small-line-height-mobile);--md-sys-typescale-label-small-size: var(--md-sys-typescale-label-small-size-mobile);--md-sys-typescale-label-small-tracking: var(--md-sys-typescale-label-small-tracking-mobile);--md-sys-typescale-body-large-line-height: var(--md-sys-typescale-body-large-line-height-mobile);--md-sys-typescale-body-large-size: var(--md-sys-typescale-body-large-size-mobile);--md-sys-typescale-body-large-tracking: var(--md-sys-typescale-body-large-tracking-mobile);--md-sys-typescale-body-medium-line-height: var(--md-sys-typescale-body-medium-line-height-mobile);--md-sys-typescale-body-medium-size: var(--md-sys-typescale-body-medium-size-mobile);--md-sys-typescale-body-medium-tracking: var(--md-sys-typescale-body-medium-tracking-mobile);--md-sys-typescale-body-small-line-height: var(--md-sys-typescale-body-small-line-height-mobile);--md-sys-typescale-body-small-size: var(--md-sys-typescale-body-small-size-mobile);--md-sys-typescale-body-small-tracking: var(--md-sys-typescale-body-small-tracking-mobile)}}@media (min-width: 37.5rem) and (max-width: 52.4375rem){.opt-theme{--md-sys-typescale-display-large-line-height: var(--md-sys-typescale-display-large-line-height-tablet);--md-sys-typescale-display-large-size: var(--md-sys-typescale-display-large-size-tablet);--md-sys-typescale-display-large-tracking: var(--md-sys-typescale-display-large-tracking-tablet);--md-sys-typescale-display-medium-line-height: var(--md-sys-typescale-display-medium-line-height-tablet);--md-sys-typescale-display-medium-size: var(--md-sys-typescale-display-medium-size-tablet);--md-sys-typescale-display-medium-tracking: var(--md-sys-typescale-display-medium-tracking-tablet);--md-sys-typescale-display-small-line-height: var(--md-sys-typescale-display-small-line-height-tablet);--md-sys-typescale-display-small-size: var(--md-sys-typescale-display-small-size-tablet);--md-sys-typescale-display-small-tracking: var(--md-sys-typescale-display-small-tracking-tablet);--md-sys-typescale-headline-large-line-height: var(--md-sys-typescale-headline-large-line-height-tablet);--md-sys-typescale-headline-large-size: var(--md-sys-typescale-headline-large-size-tablet);--md-sys-typescale-headline-large-tracking: var(--md-sys-typescale-headline-large-tracking-tablet);--md-sys-typescale-headline-medium-line-height: var(--md-sys-typescale-headline-medium-line-height-tablet);--md-sys-typescale-headline-medium-size: var(--md-sys-typescale-headline-medium-size-tablet);--md-sys-typescale-headline-medium-tracking: var(--md-sys-typescale-headline-medium-tracking-tablet);--md-sys-typescale-headline-small-line-height: var(--md-sys-typescale-headline-small-line-height-tablet);--md-sys-typescale-headline-small-size: var(--md-sys-typescale-headline-small-size-tablet);--md-sys-typescale-headline-small-tracking: var(--md-sys-typescale-headline-small-tracking-tablet);--md-sys-typescale-title-large-line-height: var(--md-sys-typescale-title-large-line-height-tablet);--md-sys-typescale-title-large-size: var(--md-sys-typescale-title-large-size-tablet);--md-sys-typescale-title-large-tracking: var(--md-sys-typescale-title-large-tracking-tablet);--md-sys-typescale-title-medium-line-height: var(--md-sys-typescale-title-medium-line-height-tablet);--md-sys-typescale-title-medium-size: var(--md-sys-typescale-title-medium-size-tablet);--md-sys-typescale-title-medium-tracking: var(--md-sys-typescale-title-medium-tracking-tablet);--md-sys-typescale-title-small-line-height: var(--md-sys-typescale-title-small-line-height-tablet);--md-sys-typescale-title-small-size: var(--md-sys-typescale-title-small-size-tablet);--md-sys-typescale-title-small-tracking: var(--md-sys-typescale-title-small-tracking-tablet);--md-sys-typescale-label-large-line-height: var(--md-sys-typescale-label-large-line-height-tablet);--md-sys-typescale-label-large-size: var(--md-sys-typescale-label-large-size-tablet);--md-sys-typescale-label-large-tracking: var(--md-sys-typescale-label-large-tracking-tablet);--md-sys-typescale-label-medium-line-height: var(--md-sys-typescale-label-medium-line-height-tablet);--md-sys-typescale-label-medium-size: var(--md-sys-typescale-label-medium-size-tablet);--md-sys-typescale-label-medium-tracking: var(--md-sys-typescale-label-medium-tracking-tablet);--md-sys-typescale-label-small-line-height: var(--md-sys-typescale-label-small-line-height-tablet);--md-sys-typescale-label-small-size: var(--md-sys-typescale-label-small-size-tablet);--md-sys-typescale-label-small-tracking: var(--md-sys-typescale-label-small-tracking-tablet);--md-sys-typescale-body-large-line-height: var(--md-sys-typescale-body-large-line-height-tablet);--md-sys-typescale-body-large-size: var(--md-sys-typescale-body-large-size-tablet);--md-sys-typescale-body-large-tracking: var(--md-sys-typescale-body-large-tracking-tablet);--md-sys-typescale-body-medium-line-height: var(--md-sys-typescale-body-medium-line-height-tablet);--md-sys-typescale-body-medium-size: var(--md-sys-typescale-body-medium-size-tablet);--md-sys-typescale-body-medium-tracking: var(--md-sys-typescale-body-medium-tracking-tablet);--md-sys-typescale-body-small-line-height: var(--md-sys-typescale-body-small-line-height-tablet);--md-sys-typescale-body-small-size: var(--md-sys-typescale-body-small-size-tablet);--md-sys-typescale-body-small-tracking: var(--md-sys-typescale-body-small-tracking-tablet)}}@media (min-width: 52.5rem){.opt-theme{--md-sys-typescale-display-large-line-height: var(--md-sys-typescale-display-large-line-height-desktop);--md-sys-typescale-display-large-size: var(--md-sys-typescale-display-large-size-desktop);--md-sys-typescale-display-large-tracking: var(--md-sys-typescale-display-large-tracking-desktop);--md-sys-typescale-display-medium-line-height: var(--md-sys-typescale-display-medium-line-height-desktop);--md-sys-typescale-display-medium-size: var(--md-sys-typescale-display-medium-size-desktop);--md-sys-typescale-display-medium-tracking: var(--md-sys-typescale-display-medium-tracking-desktop);--md-sys-typescale-display-small-line-height: var(--md-sys-typescale-display-small-line-height-desktop);--md-sys-typescale-display-small-size: var(--md-sys-typescale-display-small-size-desktop);--md-sys-typescale-display-small-tracking: var(--md-sys-typescale-display-small-tracking-desktop);--md-sys-typescale-headline-large-line-height: var(--md-sys-typescale-headline-large-line-height-desktop);--md-sys-typescale-headline-large-size: var(--md-sys-typescale-headline-large-size-desktop);--md-sys-typescale-headline-large-tracking: var(--md-sys-typescale-headline-large-tracking-desktop);--md-sys-typescale-headline-medium-line-height: var(--md-sys-typescale-headline-medium-line-height-desktop);--md-sys-typescale-headline-medium-size: var(--md-sys-typescale-headline-medium-size-desktop);--md-sys-typescale-headline-medium-tracking: var(--md-sys-typescale-headline-medium-tracking-desktop);--md-sys-typescale-headline-small-line-height: var(--md-sys-typescale-headline-small-line-height-desktop);--md-sys-typescale-headline-small-size: var(--md-sys-typescale-headline-small-size-desktop);--md-sys-typescale-headline-small-tracking: var(--md-sys-typescale-headline-small-tracking-desktop);--md-sys-typescale-title-large-line-height: var(--md-sys-typescale-title-large-line-height-desktop);--md-sys-typescale-title-large-size: var(--md-sys-typescale-title-large-size-desktop);--md-sys-typescale-title-large-tracking: var(--md-sys-typescale-title-large-tracking-desktop);--md-sys-typescale-title-medium-line-height: var(--md-sys-typescale-title-medium-line-height-desktop);--md-sys-typescale-title-medium-size: var(--md-sys-typescale-title-medium-size-desktop);--md-sys-typescale-title-medium-tracking: var(--md-sys-typescale-title-medium-tracking-desktop);--md-sys-typescale-title-small-line-height: var(--md-sys-typescale-title-small-line-height-desktop);--md-sys-typescale-title-small-size: var(--md-sys-typescale-title-small-size-desktop);--md-sys-typescale-title-small-tracking: var(--md-sys-typescale-title-small-tracking-desktop);--md-sys-typescale-label-large-line-height: var(--md-sys-typescale-label-large-line-height-desktop);--md-sys-typescale-label-large-size: var(--md-sys-typescale-label-large-size-desktop);--md-sys-typescale-label-large-tracking: var(--md-sys-typescale-label-large-tracking-desktop);--md-sys-typescale-label-medium-line-height: var(--md-sys-typescale-label-medium-line-height-desktop);--md-sys-typescale-label-medium-size: var(--md-sys-typescale-label-medium-size-desktop);--md-sys-typescale-label-medium-tracking: var(--md-sys-typescale-label-medium-tracking-desktop);--md-sys-typescale-label-small-line-height: var(--md-sys-typescale-label-small-line-height-desktop);--md-sys-typescale-label-small-size: var(--md-sys-typescale-label-small-size-desktop);--md-sys-typescale-label-small-tracking: var(--md-sys-typescale-label-small-tracking-desktop);--md-sys-typescale-body-large-line-height: var(--md-sys-typescale-body-large-line-height-desktop);--md-sys-typescale-body-large-size: var(--md-sys-typescale-body-large-size-desktop);--md-sys-typescale-body-large-tracking: var(--md-sys-typescale-body-large-tracking-desktop);--md-sys-typescale-body-medium-line-height: var(--md-sys-typescale-body-medium-line-height-desktop);--md-sys-typescale-body-medium-size: var(--md-sys-typescale-body-medium-size-desktop);--md-sys-typescale-body-medium-tracking: var(--md-sys-typescale-body-medium-tracking-desktop);--md-sys-typescale-body-small-line-height: var(--md-sys-typescale-body-small-line-height-desktop);--md-sys-typescale-body-small-size: var(--md-sys-typescale-body-small-size-desktop);--md-sys-typescale-body-small-tracking: var(--md-sys-typescale-body-small-tracking-desktop)}}.opt-theme{--md-sys-color-primary-light: #2b6b28;--md-sys-color-on-primary-light: #ffffff;--md-sys-color-primary-container-light: #aef4a0;--md-sys-color-on-primary-container-light: #002202;--md-sys-color-secondary-light: #53634e;--md-sys-color-on-secondary-light: #ffffff;--md-sys-color-secondary-container-light: #d6e8ce;--md-sys-color-on-secondary-container-light: #111f0f;--md-sys-color-tertiary-light: #386569;--md-sys-color-on-tertiary-light: #ffffff;--md-sys-color-tertiary-container-light: #bcebef;--md-sys-color-on-tertiary-container-light: #002022;--md-sys-color-error-light: #ba1a1a;--md-sys-color-on-error-light: #ffffff;--md-sys-color-error-container-light: #ffdad6;--md-sys-color-on-error-container-light: #410002;--md-sys-color-outline-light: #73796e;--md-sys-color-background-light: #fcfdf6;--md-sys-color-on-background-light: #1a1c19;--md-sys-color-surface-light: #fcfdf6;--md-sys-color-on-surface-light: #1a1c19;--md-sys-color-surface-variant-light: #dee4d8;--md-sys-color-on-surface-variant-light: #42493f;--md-sys-color-inverse-surface-light: #2f312d;--md-sys-color-inverse-on-surface-light: #f1f1eb;--md-sys-color-primary-dark: #92d787;--md-sys-color-on-primary-dark: #003a05;--md-sys-color-primary-container-dark: #0f5212;--md-sys-color-on-primary-container-dark: #aef4a0;--md-sys-color-secondary-dark: #baccb2;--md-sys-color-on-secondary-dark: #263422;--md-sys-color-secondary-container-dark: #3c4b38;--md-sys-color-on-secondary-container-dark: #d6e8ce;--md-sys-color-tertiary-dark: #a0cfd3;--md-sys-color-on-tertiary-dark: #00363a;--md-sys-color-tertiary-container-dark: #1e4d51;--md-sys-color-on-tertiary-container-dark: #bcebef;--md-sys-color-error-dark: #ffb4ab;--md-sys-color-on-error-dark: #690005;--md-sys-color-error-container-dark: #93000a;--md-sys-color-on-error-container-dark: #ffdad6;--md-sys-color-outline-dark: #8c9388;--md-sys-color-background-dark: #1a1c19;--md-sys-color-on-background-dark: #e2e3dd;--md-sys-color-surface-dark: #1a1c19;--md-sys-color-on-surface-dark: #e2e3dd;--md-sys-color-surface-variant-dark: #42493f;--md-sys-color-on-surface-variant-dark: #c2c8bc;--md-sys-color-inverse-surface-dark: #e2e3dd;--md-sys-color-inverse-on-surface-dark: #1a1c19;--md-sys-color-surface-1-light: #f2f6ec;--md-sys-color-surface-1-dark: #20251f;--md-sys-color-surface-2-light: #ebf1e6;--md-sys-color-surface-2-dark: #242b22;--md-sys-color-surface-3-light: #e5eddf;--md-sys-color-surface-3-dark: #273125;--md-sys-color-surface-4-light: #e3ebdd;--md-sys-color-surface-4-dark: #283226;--md-sys-color-surface-5-light: #dfe9d9;--md-sys-color-surface-5-dark: #2b3628;--md-sys-color-surface-variant-1-light: #d5decf;--md-sys-color-surface-variant-1-dark: #465043;--md-sys-color-surface-variant-2-light: #d0daca;--md-sys-color-surface-variant-2-dark: #485445;--md-sys-color-surface-variant-3-light: #cad7c5;--md-sys-color-surface-variant-3-dark: #4b5947;--md-sys-color-surface-variant-4-light: #c9d5c3;--md-sys-color-surface-variant-4-dark: #4c5a48;--md-sys-color-surface-variant-5-light: #c5d3bf;--md-sys-color-surface-variant-5-dark: #4d5d49;--md-sys-color-inverse-surface-1-light: #2f342d;--md-sys-color-inverse-surface-1-dark: #dee2d9;--md-sys-color-inverse-surface-2-light: #2f362d;--md-sys-color-inverse-surface-2-dark: #dce2d6;--md-sys-color-inverse-surface-3-light: #2f372c;--md-sys-color-inverse-surface-3-dark: #d9e2d4;--md-sys-color-inverse-surface-4-light: #2f382c;--md-sys-color-inverse-surface-4-dark: #d8e2d3;--md-sys-color-inverse-surface-5-light: #2e392c;--md-sys-color-inverse-surface-5-dark: #d7e1d1}.opt-theme{--md-sys-color-primary: var(--md-sys-color-primary-light);--md-sys-color-on-primary: var(--md-sys-color-on-primary-light);--md-sys-color-primary-container: var(--md-sys-color-primary-container-light);--md-sys-color-on-primary-container: var(--md-sys-color-on-primary-container-light);--md-sys-color-secondary: var(--md-sys-color-secondary-light);--md-sys-color-on-secondary: var(--md-sys-color-on-secondary-light);--md-sys-color-secondary-container: var(--md-sys-color-secondary-container-light);--md-sys-color-on-secondary-container: var(--md-sys-color-on-secondary-container-light);--md-sys-color-tertiary: var(--md-sys-color-tertiary-light);--md-sys-color-on-tertiary: var(--md-sys-color-on-tertiary-light);--md-sys-color-tertiary-container: var(--md-sys-color-tertiary-container-light);--md-sys-color-on-tertiary-container: var(--md-sys-color-on-tertiary-container-light);--md-sys-color-error: var(--md-sys-color-error-light);--md-sys-color-on-error: var(--md-sys-color-on-error-light);--md-sys-color-error-container: var(--md-sys-color-error-container-light);--md-sys-color-on-error-container: var(--md-sys-color-on-error-container-light);--md-sys-color-outline: var(--md-sys-color-outline-light);--md-sys-color-background: var(--md-sys-color-background-light);--md-sys-color-on-background: var(--md-sys-color-on-background-light);--md-sys-color-surface: var(--md-sys-color-surface-light);--md-sys-color-on-surface: var(--md-sys-color-on-surface-light);--md-sys-color-surface-variant: var(--md-sys-color-surface-variant-light);--md-sys-color-on-surface-variant: var(--md-sys-color-on-surface-variant-light);--md-sys-color-inverse-surface: var(--md-sys-color-inverse-surface-light);--md-sys-color-inverse-on-surface: var(--md-sys-color-inverse-on-surface-light);--md-sys-color-surface-1: var(--md-sys-color-surface-1-light);--md-sys-color-surface-2: var(--md-sys-color-surface-2-light);--md-sys-color-surface-3: var(--md-sys-color-surface-3-light);--md-sys-color-surface-4: var(--md-sys-color-surface-4-light);--md-sys-color-surface-5: var(--md-sys-color-surface-5-light);--md-sys-color-surface-variant-1: var(--md-sys-color-surface-variant-1-light);--md-sys-color-surface-variant-2: var(--md-sys-color-surface-variant-2-light);--md-sys-color-surface-variant-3: var(--md-sys-color-surface-variant-3-light);--md-sys-color-surface-variant-4: var(--md-sys-color-surface-variant-4-light);--md-sys-color-surface-variant-5: var(--md-sys-color-surface-variant-5-light);--md-sys-color-inverse-surface-1: var(--md-sys-color-inverse-surface-1-light);--md-sys-color-inverse-surface-2: var(--md-sys-color-inverse-surface-2-light);--md-sys-color-inverse-surface-3: var(--md-sys-color-inverse-surface-3-light);--md-sys-color-inverse-surface-4: var(--md-sys-color-inverse-surface-4-light);--md-sys-color-inverse-surface-5: var(--md-sys-color-inverse-surface-5-light)}.opt-theme.dark-theme{--md-sys-color-primary: var(--md-sys-color-primary-dark);--md-sys-color-on-primary: var(--md-sys-color-on-primary-dark);--md-sys-color-primary-container: var(--md-sys-color-primary-container-dark);--md-sys-color-on-primary-container: var(--md-sys-color-on-primary-container-dark);--md-sys-color-secondary: var(--md-sys-color-secondary-dark);--md-sys-color-on-secondary: var(--md-sys-color-on-secondary-dark);--md-sys-color-secondary-container: var(--md-sys-color-secondary-container-dark);--md-sys-color-on-secondary-container: var(--md-sys-color-on-secondary-container-dark);--md-sys-color-tertiary: var(--md-sys-color-tertiary-dark);--md-sys-color-on-tertiary: var(--md-sys-color-on-tertiary-dark);--md-sys-color-tertiary-container: var(--md-sys-color-tertiary-container-dark);--md-sys-color-on-tertiary-container: var(--md-sys-color-on-tertiary-container-dark);--md-sys-color-error: var(--md-sys-color-error-dark);--md-sys-color-on-error: var(--md-sys-color-on-error-dark);--md-sys-color-error-container: var(--md-sys-color-error-container-dark);--md-sys-color-on-error-container: var(--md-sys-color-on-error-container-dark);--md-sys-color-outline: var(--md-sys-color-outline-dark);--md-sys-color-background: var(--md-sys-color-background-dark);--md-sys-color-on-background: var(--md-sys-color-on-background-dark);--md-sys-color-surface: var(--md-sys-color-surface-dark);--md-sys-color-on-surface: var(--md-sys-color-on-surface-dark);--md-sys-color-surface-variant: var(--md-sys-color-surface-variant-dark);--md-sys-color-on-surface-variant: var(--md-sys-color-on-surface-variant-dark);--md-sys-color-inverse-surface: var(--md-sys-color-inverse-surface-dark);--md-sys-color-inverse-on-surface: var(--md-sys-color-inverse-on-surface-dark);--md-sys-color-surface-1: var(--md-sys-color-surface-1-dark);--md-sys-color-surface-2: var(--md-sys-color-surface-2-dark);--md-sys-color-surface-3: var(--md-sys-color-surface-3-dark);--md-sys-color-surface-4: var(--md-sys-color-surface-4-dark);--md-sys-color-surface-5: var(--md-sys-color-surface-5-dark);--md-sys-color-surface-variant-1: var(--md-sys-color-surface-variant-1-dark);--md-sys-color-surface-variant-2: var(--md-sys-color-surface-variant-2-dark);--md-sys-color-surface-variant-3: var(--md-sys-color-surface-variant-3-dark);--md-sys-color-surface-variant-4: var(--md-sys-color-surface-variant-4-dark);--md-sys-color-surface-variant-5: var(--md-sys-color-surface-variant-5-dark);--md-sys-color-inverse-surface-1: var(--md-sys-color-inverse-surface-1-dark);--md-sys-color-inverse-surface-2: var(--md-sys-color-inverse-surface-2-dark);--md-sys-color-inverse-surface-3: var(--md-sys-color-inverse-surface-3-dark);--md-sys-color-inverse-surface-4: var(--md-sys-color-inverse-surface-4-dark);--md-sys-color-inverse-surface-5: var(--md-sys-color-inverse-surface-5-dark)}.mat-button,.mat-icon-button,.mat-stroked-button{color:inherit;background:transparent}.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary{color:#47b972}.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent{color:#f57c00}.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{color:#ee5252}.mat-button.mat-primary.mat-button-disabled,.mat-button.mat-accent.mat-button-disabled,.mat-button.mat-warn.mat-button-disabled,.mat-button.mat-button-disabled.mat-button-disabled,.mat-icon-button.mat-primary.mat-button-disabled,.mat-icon-button.mat-accent.mat-button-disabled,.mat-icon-button.mat-warn.mat-button-disabled,.mat-icon-button.mat-button-disabled.mat-button-disabled,.mat-stroked-button.mat-primary.mat-button-disabled,.mat-stroked-button.mat-accent.mat-button-disabled,.mat-stroked-button.mat-warn.mat-button-disabled,.mat-stroked-button.mat-button-disabled.mat-button-disabled{color:#00000042}.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#47b972}.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#f57c00}.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#fff}.mat-button.mat-button-disabled .mat-button-focus-overlay,.mat-icon-button.mat-button-disabled .mat-button-focus-overlay,.mat-stroked-button.mat-button-disabled .mat-button-focus-overlay{background-color:transparent}.mat-button .mat-ripple-element,.mat-icon-button .mat-ripple-element,.mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.mat-button-focus-overlay{background:black}.mat-stroked-button:not(.mat-button-disabled){border-color:#0000001f}.mat-flat-button,.mat-raised-button,.mat-fab,.mat-mini-fab{color:#000000de;background-color:#fff}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{color:#fff}.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{color:#000000de}.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{color:#fff}.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{color:#00000042}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{background-color:#47b972}.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{background-color:#f57c00}.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{background-color:#fff}.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{background-color:#0000001f}.mat-flat-button.mat-primary .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element,.mat-fab.mat-primary .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element{background-color:#ffffff1a}.mat-flat-button.mat-accent .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element,.mat-fab.mat-accent .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element{background-color:#0000001a}.mat-flat-button.mat-warn .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element,.mat-fab.mat-warn .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element{background-color:#ffffff1a}.mat-stroked-button:not([class*=mat-elevation-z]),.mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),.mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),.mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-datepicker-content .mat-mdc-button.mat-unthemed{--mdc-text-button-label-text-color: #000}.mat-datepicker-content .mat-mdc-button.mat-primary{--mdc-text-button-label-text-color: #47b972}.mat-datepicker-content .mat-mdc-button.mat-accent{--mdc-text-button-label-text-color: #f57c00}.mat-datepicker-content .mat-mdc-button.mat-warn{--mdc-text-button-label-text-color: white}.mat-datepicker-content .mat-mdc-button[disabled][disabled]{--mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-text-button-label-text-color: rgba(0, 0, 0, .38)}.mat-datepicker-content .mat-mdc-unelevated-button.mat-unthemed{--mdc-filled-button-container-color: #fff;--mdc-filled-button-label-text-color: #000}.mat-datepicker-content .mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color: #47b972;--mdc-filled-button-label-text-color: #000}.mat-datepicker-content .mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color: #f57c00;--mdc-filled-button-label-text-color: #000}.mat-datepicker-content .mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color: white;--mdc-filled-button-label-text-color: #000}.mat-datepicker-content .mat-mdc-unelevated-button[disabled][disabled]{--mdc-filled-button-disabled-container-color: rgba(0, 0, 0, .12);--mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-filled-button-container-color: rgba(0, 0, 0, .12);--mdc-filled-button-label-text-color: rgba(0, 0, 0, .38)}.mat-datepicker-content .mat-mdc-raised-button.mat-unthemed{--mdc-protected-button-container-color: #fff;--mdc-protected-button-label-text-color: #000}.mat-datepicker-content .mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color: #47b972;--mdc-protected-button-label-text-color: #000}.mat-datepicker-content .mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color: #f57c00;--mdc-protected-button-label-text-color: #000}.mat-datepicker-content .mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color: white;--mdc-protected-button-label-text-color: #000}.mat-datepicker-content .mat-mdc-raised-button[disabled][disabled]{--mdc-protected-button-disabled-container-color: rgba(0, 0, 0, .12);--mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-protected-button-container-color: rgba(0, 0, 0, .12);--mdc-protected-button-label-text-color: rgba(0, 0, 0, .38);--mdc-protected-button-container-elevation: 0}.mat-datepicker-content .mat-mdc-outlined-button{--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12)}.mat-datepicker-content .mat-mdc-outlined-button.mat-unthemed{--mdc-outlined-button-label-text-color: #000}.mat-datepicker-content .mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color: #47b972}.mat-datepicker-content .mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color: #f57c00}.mat-datepicker-content .mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color: white}.mat-datepicker-content .mat-mdc-outlined-button[disabled][disabled]{--mdc-outlined-button-label-text-color: rgba(0, 0, 0, .38);--mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, .12)}.mat-datepicker-content .mat-mdc-button,.mat-datepicker-content .mat-mdc-outlined-button{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)}.mat-datepicker-content .mat-mdc-button:hover .mat-mdc-button-persistent-ripple:before,.mat-datepicker-content .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple:before{opacity:.04}.mat-datepicker-content .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-datepicker-content .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,.mat-datepicker-content .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-datepicker-content .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-datepicker-content .mat-mdc-button:active .mat-mdc-button-persistent-ripple:before,.mat-datepicker-content .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-datepicker-content .mat-mdc-button.mat-primary,.mat-datepicker-content .mat-mdc-outlined-button.mat-primary{--mat-mdc-button-persistent-ripple-color: #47b972;--mat-mdc-button-ripple-color: rgba(71, 185, 114, .1)}.mat-datepicker-content .mat-mdc-button.mat-accent,.mat-datepicker-content .mat-mdc-outlined-button.mat-accent{--mat-mdc-button-persistent-ripple-color: #f57c00;--mat-mdc-button-ripple-color: rgba(245, 124, 0, .1)}.mat-datepicker-content .mat-mdc-button.mat-warn,.mat-datepicker-content .mat-mdc-outlined-button.mat-warn{--mat-mdc-button-persistent-ripple-color: white;--mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)}.mat-datepicker-content .mat-mdc-raised-button,.mat-datepicker-content .mat-mdc-unelevated-button{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)}.mat-datepicker-content .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple:before,.mat-datepicker-content .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple:before{opacity:.04}.mat-datepicker-content .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-datepicker-content .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,.mat-datepicker-content .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-datepicker-content .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-datepicker-content .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple:before,.mat-datepicker-content .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-datepicker-content .mat-mdc-raised-button.mat-primary,.mat-datepicker-content .mat-mdc-unelevated-button.mat-primary,.mat-datepicker-content .mat-mdc-raised-button.mat-accent,.mat-datepicker-content .mat-mdc-unelevated-button.mat-accent,.mat-datepicker-content .mat-mdc-raised-button.mat-warn,.mat-datepicker-content .mat-mdc-unelevated-button.mat-warn,.mat-datepicker-content .mat-mdc-icon-button{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)}.mat-datepicker-content .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple:before{opacity:.04}.mat-datepicker-content .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-datepicker-content .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-datepicker-content .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-datepicker-content .mat-mdc-icon-button.mat-primary{--mat-mdc-button-persistent-ripple-color: #47b972;--mat-mdc-button-ripple-color: rgba(71, 185, 114, .1)}.mat-datepicker-content .mat-mdc-icon-button.mat-accent{--mat-mdc-button-persistent-ripple-color: #f57c00;--mat-mdc-button-ripple-color: rgba(245, 124, 0, .1)}.mat-datepicker-content .mat-mdc-icon-button.mat-warn{--mat-mdc-button-persistent-ripple-color: white;--mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)}.mat-datepicker-content .mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color: #47b972}.mat-datepicker-content .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color: #f57c00}.mat-datepicker-content .mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color: white}.mat-datepicker-content .mat-mdc-icon-button[disabled][disabled]{--mdc-icon-button-icon-color: rgba(0, 0, 0, .38);--mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, .38)}.mat-datepicker-content .mat-mdc-button.mat-mdc-button-base,.mat-datepicker-content .mat-mdc-raised-button.mat-mdc-button-base,.mat-datepicker-content .mat-mdc-unelevated-button.mat-mdc-button-base,.mat-datepicker-content .mat-mdc-outlined-button.mat-mdc-button-base{height:36px}.mat-datepicker-content .mat-mdc-icon-button.mat-mdc-button-base{width:48px;height:48px;padding:12px}.mat-datepicker-content .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring{max-height:48px;max-width:48px}.mat-datepicker-content .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple{width:40px;height:40px;margin:4px}.mat-datepicker-content .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring{max-height:40px;max-width:40px}.mat-datepicker-content .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch{position:absolute;top:50%;height:48px;left:50%;width:48px;transform:translate(-50%,-50%)}.mat-option{color:#000000de}.mat-option:hover:not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-active{background:rgba(0,0,0,.04);color:#000000de}.mat-option.mat-option-disabled{color:#00000061}.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#47b972}.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#f57c00}.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#ee5252}.mat-optgroup-label{color:#0000008a}.mat-optgroup-disabled .mat-optgroup-label{color:#00000061}.mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mat-card{background:white;color:#000000de}.mat-card:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-card-subtitle{color:#0000008a}.mat-progress-bar-background{fill:#cdead8}.mat-progress-bar-buffer{background-color:#cdead8}.mat-progress-bar-fill:after{background-color:#47b972}.mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#f9dbbc}.mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#f9dbbc}.mat-progress-bar.mat-accent .mat-progress-bar-fill:after{background-color:#f57c00}.mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#fbfbfb}.mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#fbfbfb}.mat-progress-bar.mat-warn .mat-progress-bar-fill:after{background-color:#fff}.mat-progress-spinner circle,.mat-spinner circle{stroke:#47b972}.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle{stroke:#f57c00}.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle{stroke:#fff}.mat-tooltip{background:rgba(97,97,97,.9)}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{color:#0000008a}.mat-input-element:disabled,.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix:after{color:#00000061}.mat-input-element{caret-color:#47b972}.mat-input-element::placeholder{color:#0000006b}.mat-input-element::-moz-placeholder{color:#0000006b}.mat-input-element::-webkit-input-placeholder{color:#0000006b}.mat-input-element:-ms-input-placeholder{color:#0000006b}.mat-form-field.mat-accent .mat-input-element{caret-color:#f57c00}.mat-form-field.mat-warn .mat-input-element,.mat-form-field-invalid .mat-input-element{caret-color:#ee5252}.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix:after{color:#ee5252}.mat-form-field-disabled .mat-form-field-prefix,.mat-form-field-disabled .mat-form-field-suffix{color:#00000061}.mat-form-field-label,.mat-hint{color:#0009}.mat-form-field.mat-focused .mat-form-field-label{color:#47b972}.mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#f57c00}.mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#ee5252}.mat-focused .mat-form-field-required-marker{color:#f57c00}.mat-form-field-ripple{background-color:#000000de}.mat-form-field.mat-focused .mat-form-field-ripple{background-color:#47b972}.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#f57c00}.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#ee5252}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix:after{color:#47b972}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix:after{color:#f57c00}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix:after{color:#ee5252}.mat-form-field.mat-form-field-invalid .mat-form-field-label,.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:#ee5252}.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:#ee5252}.mat-error{color:#ee5252}.mat-form-field-appearance-legacy .mat-form-field-label,.mat-form-field-appearance-legacy .mat-hint{color:#0000008a}.mat-form-field-appearance-legacy .mat-form-field-underline{background-color:#0000006b}.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(0,0,0,.42) 0%,rgba(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:#0000006b}.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(0,0,0,.42) 0%,rgba(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:#0000000a}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:#00000005}.mat-form-field-appearance-fill .mat-form-field-underline:before{background-color:#0000006b}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:#00000061}.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:#0000001f}.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:#000000de}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#47b972}.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#f57c00}.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick,.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#fff}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:#00000061}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:#0000000f}.mat-select-value{color:#000000de}.mat-select-placeholder{color:#0000006b}.mat-select-disabled .mat-select-value{color:#00000061}.mat-select-arrow{color:#0000008a}.mat-select-panel{background:white}.mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(0,0,0,.12)}.mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#47b972}.mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#f57c00}.mat-form-field.mat-focused.mat-warn .mat-select-arrow,.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:#ee5252}.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:#00000061}.mat-checkbox-frame{border-color:#0000008a}.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:#47b972}.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#f57c00}.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:#fff}.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:#00000061}.mat-checkbox .mat-ripple-element{background-color:#000}.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:#47b972}.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:#f57c00}.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:white}.mat-autocomplete-panel{background:white;color:#000000de}.mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:white}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#000000de}.mat-dialog-container{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f;background:white;color:#000000de}.mat-chip.mat-standard-chip{background-color:#e0e0e0;color:#000000de}.mat-chip.mat-standard-chip .mat-chip-remove{color:#000000de;opacity:.4}.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.mat-chip.mat-standard-chip:after{background:black}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#47b972;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:#ffffff1a}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#fff;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:#ffffff1a}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#f57c00;color:#000000de}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#000000de;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:#0000001a}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#f57c00}.mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:#f57c008a}.mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#f57c00}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#47b972}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:#47b9728a}.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#47b972}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#fff}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:#ffffff8a}.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#fff}.mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#000}.mat-slide-toggle-thumb{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;background-color:#fafafa}.mat-slide-toggle-bar{background-color:#00000061}.mat-radio-outer-circle{border-color:#0000008a}.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#47b972}.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:#47b972}.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#f57c00}.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:#f57c00}.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#fff}.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:#fff}.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:#00000061}.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:#00000061}.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:#00000061}.mat-radio-button .mat-ripple-element{background-color:#000}.mat-slider-track-background{background-color:#00000042}.mat-slider.mat-primary .mat-slider-track-fill,.mat-slider.mat-primary .mat-slider-thumb,.mat-slider.mat-primary .mat-slider-thumb-label{background-color:#47b972}.mat-slider.mat-primary .mat-slider-thumb-label-text{color:#fff}.mat-slider.mat-primary .mat-slider-focus-ring{background-color:#47b97233}.mat-slider.mat-accent .mat-slider-track-fill,.mat-slider.mat-accent .mat-slider-thumb,.mat-slider.mat-accent .mat-slider-thumb-label{background-color:#f57c00}.mat-slider.mat-accent .mat-slider-thumb-label-text{color:#000000de}.mat-slider.mat-accent .mat-slider-focus-ring{background-color:#f57c0033}.mat-slider.mat-warn .mat-slider-track-fill,.mat-slider.mat-warn .mat-slider-thumb,.mat-slider.mat-warn .mat-slider-thumb-label{background-color:#fff}.mat-slider.mat-warn .mat-slider-thumb-label-text{color:#fff}.mat-slider.mat-warn .mat-slider-focus-ring{background-color:#fff3}.mat-slider:hover .mat-slider-track-background,.mat-slider.cdk-focused .mat-slider-track-background{background-color:#00000061}.mat-slider.mat-slider-disabled .mat-slider-track-background,.mat-slider.mat-slider-disabled .mat-slider-track-fill,.mat-slider.mat-slider-disabled .mat-slider-thumb,.mat-slider.mat-slider-disabled:hover .mat-slider-track-background{background-color:#00000042}.mat-slider.mat-slider-min-value .mat-slider-focus-ring{background-color:#0000001f}.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:#000000de}.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:#00000042}.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:#00000042;background-color:transparent}.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:#00000061}.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:#00000042}.mat-slider-has-ticks .mat-slider-wrapper:after{border-color:#000000b3}.mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)}.mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)}.mat-menu-panel{background:white}.mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-menu-item{background:transparent;color:#000000de}.mat-menu-item[disabled],.mat-menu-item[disabled] .mat-menu-submenu-icon,.mat-menu-item[disabled] .mat-icon-no-color{color:#00000061}.mat-menu-item .mat-icon-no-color,.mat-menu-submenu-icon{color:#0000008a}.mat-menu-item:hover:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item-highlighted:not([disabled]){background:rgba(0,0,0,.04)}.mat-list-base .mat-list-item,.mat-list-base .mat-list-option{color:#000000de}.mat-list-base .mat-subheader{color:#0000008a}.mat-list-base .mat-list-item-disabled{background-color:#eee;color:#00000061}.mat-list-option:hover,.mat-list-option:focus,.mat-nav-list .mat-list-item:hover,.mat-nav-list .mat-list-item:focus,.mat-action-list .mat-list-item:hover,.mat-action-list .mat-list-item:focus{background:rgba(0,0,0,.04)}.mat-list-single-selected-option,.mat-list-single-selected-option:hover,.mat-list-single-selected-option:focus{background:rgba(0,0,0,.12)}.mat-paginator{background:white}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{color:#0000008a}.mat-paginator-decrement,.mat-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}.mat-paginator-first,.mat-paginator-last{border-top:2px solid rgba(0,0,0,.54)}.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-last{border-color:#00000061}.mat-paginator-container{min-height:56px}.mat-tab-nav-bar,.mat-tab-header{border-bottom:1px solid rgba(0,0,0,.12)}.mat-tab-group-inverted-header .mat-tab-nav-bar,.mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}.mat-tab-label,.mat-tab-link{color:#000000de}.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{color:#00000061}.mat-tab-header-pagination-chevron{border-color:#000000de}.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#00000061}.mat-tab-group[class*=mat-background-]>.mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused,.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused,.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused,.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused,.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused,.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused,.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused,.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused{background-color:#e2f4e84d}.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused.mat-tab-disabled{background-color:#0000001a}.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#47b972}.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused,.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused,.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused,.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused,.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused,.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused,.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused,.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused{background-color:#ffe0b24d}.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused.mat-tab-disabled{background-color:#0000001a}.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#f57c00}.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar{background-color:#000000de}.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused,.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused,.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused,.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused,.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused,.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused,.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused,.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused{background-color:#ffffff4d}.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused.mat-tab-disabled{background-color:#0000001a}.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused,.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused,.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused,.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused,.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused,.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused,.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused,.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused{background-color:#e2f4e84d}.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused.mat-tab-disabled{background-color:#0000001a}.mat-tab-group.mat-background-primary>.mat-tab-header,.mat-tab-group.mat-background-primary>.mat-tab-link-container,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination{background-color:#47b972}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link{color:#fff}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#fff6}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-group.mat-background-primary>.mat-tab-header .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-focus-indicator:before{border-color:#fff}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused,.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused,.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused,.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused,.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused,.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused,.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused,.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused{background-color:#ffe0b24d}.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused.mat-tab-disabled{background-color:#0000001a}.mat-tab-group.mat-background-accent>.mat-tab-header,.mat-tab-group.mat-background-accent>.mat-tab-link-container,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination{background-color:#f57c00}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link{color:#000000de}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#0006}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-group.mat-background-accent>.mat-tab-header .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-focus-indicator:before{border-color:#000000de}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#000;opacity:.4}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element{background-color:#000;opacity:.12}.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused,.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused,.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused,.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused,.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused,.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused,.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused,.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused{background-color:#ffffff4d}.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused.mat-tab-disabled{background-color:#0000001a}.mat-tab-group.mat-background-warn>.mat-tab-header,.mat-tab-group.mat-background-warn>.mat-tab-link-container,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination{background-color:#fff}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link{color:#fff}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#fff6}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-group.mat-background-warn>.mat-tab-header .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-focus-indicator:before{border-color:#fff}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}.mat-snack-bar-container{color:#ffffffb3;background:#323232;box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-simple-snackbar-action{color:#f57c00}.mat-table{background:white}.mat-table thead,.mat-table tbody,.mat-table tfoot,mat-header-row,mat-row,mat-footer-row,[mat-header-row],[mat-row],[mat-footer-row],.mat-table-sticky{background:inherit}mat-row,mat-header-row,mat-footer-row,th.mat-header-cell,td.mat-cell,td.mat-footer-cell{border-bottom-color:#0000001f}.mat-header-cell{color:#0000008a}.mat-cell,.mat-footer-cell{color:#000000de}.mat-badge{position:relative}.mat-badge.mat-badge{overflow:visible}.mat-badge-hidden .mat-badge-content{display:none}.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform .2s ease-in-out;transform:scale(.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.ng-animate-disabled .mat-badge-content,.mat-badge-content._mat-animation-noopable{transition:none}.mat-badge-content.mat-badge-active{transform:none}.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}.mat-ripple-element{background-color:#0000001a}.mat-mdc-option{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.mat-mdc-option:hover:not(.mdc-list-item--disabled),.mat-mdc-option:focus:not(.mdc-list-item--disabled),.mat-mdc-option.mat-mdc-option-active,.mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled){background:rgba(0,0,0,.04)}.mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:var(--mdc-theme-primary, #47b972)}.mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:var(--mdc-theme-secondary, #f57c00)}.mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:var(--mdc-theme-error, white)}.mat-mdc-optgroup-label{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.mat-pseudo-checkbox-full{color:#0000008a}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled{color:#b0b0b0}.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#47b972}.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#47b972}.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#f57c00}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#f57c00}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#f57c00}.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#f57c00}.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#fff}.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:white}.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#b0b0b0}.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#b0b0b0}.mat-app-background{background-color:#fafafa;color:#000000de}.mat-elevation-z0,.mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-elevation-z1,.mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.mat-elevation-z2,.mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-elevation-z3,.mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.mat-elevation-z4,.mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-elevation-z5,.mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.mat-elevation-z6,.mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-elevation-z7,.mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.mat-elevation-z8,.mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.mat-elevation-z9,.mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.mat-elevation-z10,.mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.mat-elevation-z11,.mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.mat-elevation-z12,.mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.mat-elevation-z13,.mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.mat-elevation-z14,.mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.mat-elevation-z15,.mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.mat-elevation-z16,.mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.mat-elevation-z17,.mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.mat-elevation-z18,.mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.mat-elevation-z19,.mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.mat-elevation-z20,.mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.mat-elevation-z21,.mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.mat-elevation-z22,.mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.mat-elevation-z23,.mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.mat-elevation-z24,.mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mat-mdc-card{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;--mdc-elevated-card-container-color: #fff}.mat-mdc-card-outlined{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f;--mdc-outlined-card-outline-color: #e0e0e0}.mat-mdc-card-subtitle{color:#0000008a}.mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color: #47b972}.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(71, 185, 114, 0.25)'/%3E%3C/svg%3E")}.mat-mdc-progress-bar .mdc-linear-progress__buffer-bar{background-color:#47b97240}.mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color: #f57c00}.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(245, 124, 0, 0.25)'/%3E%3C/svg%3E")}.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar{background-color:#f57c0040}.mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color: white}.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255, 255, 255, 0.25)'/%3E%3C/svg%3E")}.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar{background-color:#ffffff40}.mat-mdc-tooltip{--mdc-plain-tooltip-container-color: #616161;--mdc-plain-tooltip-supporting-text-color: white}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label{color:#0009}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input{color:#000000de}@media all{.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder{color:#0009}}@media all{.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder{color:#0009}}.mdc-text-field .mdc-text-field__input{caret-color:var(--mdc-theme-primary, #47b972)}.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-helper-text{color:#0009}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-character-counter{color:#0009}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading{color:#0000008a}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:#0000008a}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix{color:#0009}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix{color:#0009}.mdc-text-field--filled .mdc-text-field__ripple:before,.mdc-text-field--filled .mdc-text-field__ripple:after{background-color:var(--mdc-ripple-color, rgba(0, 0, 0, .87))}.mdc-text-field--filled:hover .mdc-text-field__ripple:before,.mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple:before{opacity:var(--mdc-ripple-hover-opacity, .04)}.mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple:before,.mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple:before{opacity:var(--mdc-ripple-focus-opacity, .12)}.mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:#f5f5f5}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple:before{border-bottom-color:#0000006b}.mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple:before{border-bottom-color:#000000de}.mdc-text-field--filled .mdc-line-ripple:after{border-bottom-color:var(--mdc-theme-primary, #47b972)}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:#00000061}.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#000000de}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:var(--mdc-theme-primary, #47b972)}.mdc-text-field--outlined .mdc-text-field__ripple:before,.mdc-text-field--outlined .mdc-text-field__ripple:after{background-color:var(--mdc-ripple-color, transparent)}.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label{color:#47b972de}.mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple:before{border-bottom-color:var(--mdc-theme-error, white)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:after{border-bottom-color:var(--mdc-theme-error, white)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label{color:var(--mdc-theme-error, white)}.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg{color:var(--mdc-theme-error, white)}.mdc-text-field--invalid .mdc-text-field__input{caret-color:var(--mdc-theme-error, white)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:var(--mdc-theme-error, white)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:before{border-bottom-color:var(--mdc-theme-error, white)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, white)}.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, white)}.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, white)}.mdc-text-field--disabled .mdc-text-field__input{color:#00000061}@media all{.mdc-text-field--disabled .mdc-text-field__input::placeholder{color:#00000061}}@media all{.mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder{color:#00000061}}.mdc-text-field--disabled .mdc-floating-label{color:#00000061}.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-helper-text{color:#00000061}.mdc-text-field--disabled .mdc-text-field-character-counter,.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-character-counter{color:#00000061}.mdc-text-field--disabled .mdc-text-field__icon--leading,.mdc-text-field--disabled .mdc-text-field__icon--trailing{color:#0000004d}.mdc-text-field--disabled .mdc-text-field__affix--prefix,.mdc-text-field--disabled .mdc-text-field__affix--suffix{color:#00000061}.mdc-text-field--disabled .mdc-line-ripple:before{border-bottom-color:#0000000f}.mdc-text-field--disabled .mdc-notched-outline__leading,.mdc-text-field--disabled .mdc-notched-outline__notch,.mdc-text-field--disabled .mdc-notched-outline__trailing{border-color:#0000000f}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-text-field__input::placeholder{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-floating-label{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-helper-text{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-text-field-character-counter,.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-character-counter{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-text-field__icon--leading{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-text-field__icon--trailing{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-text-field__affix--prefix{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-text-field__affix--suffix{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-line-ripple:before{border-bottom-color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-notched-outline__leading,.mdc-text-field--disabled .mdc-notched-outline__notch,.mdc-text-field--disabled .mdc-notched-outline__trailing{border-color:GrayText}}.mdc-text-field--disabled.mdc-text-field--filled{background-color:#fafafa}.mat-mdc-form-field-error{color:var(--mdc-theme-error, white)}.mat-mdc-form-field-focus-overlay{background-color:#000000de}.mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay{opacity:.04}.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay{opacity:.12}.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix:after{color:#0000008a}.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix:after{color:#47b972de}.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix:after{color:#f57c00de}.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix:after{color:#ffffffde}.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix:after{color:#00000061}.mat-mdc-form-field.mat-accent .mdc-text-field__input{caret-color:var(--mdc-theme-secondary, #f57c00)}.mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple:after{border-bottom-color:var(--mdc-theme-secondary, #f57c00)}.mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label{color:#f57c00de}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple:before{border-bottom-color:var(--mdc-theme-error, white)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:after{border-bottom-color:var(--mdc-theme-error, white)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label{color:var(--mdc-theme-error, white)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg{color:var(--mdc-theme-error, white)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input{caret-color:var(--mdc-theme-error, white)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:var(--mdc-theme-error, white)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:before{border-bottom-color:var(--mdc-theme-error, white)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, white)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, white)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, white)}.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:var(--mdc-theme-secondary, #f57c00)}.mat-mdc-form-field.mat-warn .mdc-text-field__input{caret-color:var(--mdc-theme-error, white)}.mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple:after{border-bottom-color:var(--mdc-theme-error, white)}.mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label{color:#ffffffde}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple:before{border-bottom-color:var(--mdc-theme-error, white)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:after{border-bottom-color:var(--mdc-theme-error, white)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label{color:var(--mdc-theme-error, white)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg{color:var(--mdc-theme-error, white)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input{caret-color:var(--mdc-theme-error, white)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:var(--mdc-theme-error, white)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:before{border-bottom-color:var(--mdc-theme-error, white)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, white)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, white)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, white)}.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, white)}.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch{border-left:1px solid transparent}[dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch{border-left:none;border-right:1px solid transparent}.mat-mdc-form-field-infix{min-height:56px}.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{top:28px}.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{--mat-mdc-form-field-label-transform: translateY( -34.75px) scale(var(--mat-mdc-form-field-floating-label-scale, .75));transform:var(--mat-mdc-form-field-label-transform)}.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix{padding-top:16px;padding-bottom:16px}.mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix{padding-top:24px;padding-bottom:8px}.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix{padding-top:16px;padding-bottom:16px}.mat-mdc-select-value{color:#000000de}.mat-mdc-select-placeholder{color:#0009}.mat-mdc-select-disabled .mat-mdc-select-value{color:#00000061}.mat-mdc-select-arrow{color:#0000008a}.mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow{color:#47b972de}.mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow{color:#f57c00de}.mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow,.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow{color:#ffffffde}.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow{color:#00000061}.mat-mdc-dialog-container{--mdc-dialog-container-color: white;--mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, .12);--mdc-dialog-subhead-color: rgba(0, 0, 0, .87);--mdc-dialog-supporting-text-color: rgba(0, 0, 0, .6)}.mat-mdc-standard-chip{--mdc-chip-elevated-container-color: #e0e0e0;--mdc-chip-elevated-disabled-container-color: #e0e0e0;--mdc-chip-label-text-color: #212121;--mdc-chip-disabled-label-text-color: #212121;--mdc-chip-with-icon-icon-color: #212121;--mdc-chip-with-icon-disabled-icon-color: #212121;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;--mdc-chip-with-trailing-icon-trailing-icon-color: #212121;--mdc-chip-with-icon-selected-icon-color: #212121}.mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected,.mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted{--mdc-chip-elevated-container-color: #47b972;--mdc-chip-elevated-disabled-container-color: #47b972;--mdc-chip-label-text-color: white;--mdc-chip-disabled-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white}.mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected,.mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted{--mdc-chip-elevated-container-color: #f57c00;--mdc-chip-elevated-disabled-container-color: #f57c00;--mdc-chip-label-text-color: rgba(0, 0, 0, .87);--mdc-chip-disabled-label-text-color: rgba(0, 0, 0, .87);--mdc-chip-with-icon-icon-color: rgba(0, 0, 0, .87);--mdc-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, .87);--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mdc-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, .87);--mdc-chip-with-icon-selected-icon-color: rgba(0, 0, 0, .87)}.mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected,.mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted{--mdc-chip-elevated-container-color: white;--mdc-chip-elevated-disabled-container-color: white;--mdc-chip-label-text-color: white;--mdc-chip-disabled-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white}.mat-mdc-chip-focus-overlay{background:black}.mat-mdc-chip{height:32px}.mat-mdc-slide-toggle{--mdc-switch-disabled-selected-handle-color: #424242;--mdc-switch-disabled-unselected-handle-color: #424242;--mdc-switch-disabled-selected-track-color: #424242;--mdc-switch-disabled-unselected-track-color: #424242;--mdc-switch-unselected-focus-state-layer-color: #424242;--mdc-switch-unselected-pressed-state-layer-color: #424242;--mdc-switch-unselected-hover-state-layer-color: #424242;--mdc-switch-unselected-focus-track-color: #e0e0e0;--mdc-switch-unselected-hover-track-color: #e0e0e0;--mdc-switch-unselected-pressed-track-color: #e0e0e0;--mdc-switch-unselected-track-color: #e0e0e0;--mdc-switch-unselected-focus-handle-color: #212121;--mdc-switch-unselected-hover-handle-color: #212121;--mdc-switch-unselected-pressed-handle-color: #212121;--mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);--mdc-switch-unselected-handle-color: #616161;--mdc-switch-selected-icon-color: #fff;--mdc-switch-disabled-selected-icon-color: #fff;--mdc-switch-disabled-unselected-icon-color: #fff;--mdc-switch-unselected-icon-color: #fff}.mat-mdc-slide-toggle .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.mat-mdc-slide-toggle .mdc-switch--disabled+label{color:#00000061}.mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color: #fb8c00;--mdc-switch-selected-handle-color: #fb8c00;--mdc-switch-selected-hover-state-layer-color: #fb8c00;--mdc-switch-selected-pressed-state-layer-color: #fb8c00;--mdc-switch-selected-focus-handle-color: #e65100;--mdc-switch-selected-hover-handle-color: #e65100;--mdc-switch-selected-pressed-handle-color: #e65100;--mdc-switch-selected-focus-track-color: #ffb74d;--mdc-switch-selected-hover-track-color: #ffb74d;--mdc-switch-selected-pressed-track-color: #ffb74d;--mdc-switch-selected-track-color: #ffb74d}.mat-mdc-slide-toggle{--mdc-switch-state-layer-size: 48px}.mat-mdc-radio-button .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-focus-icon-color: #212121;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #47b972;--mdc-radio-selected-hover-icon-color: #47b972;--mdc-radio-selected-icon-color: #47b972;--mdc-radio-selected-pressed-icon-color: #47b972;--mat-mdc-radio-ripple-color: #000;--mat-mdc-radio-checked-ripple-color: #47b972}.mat-mdc-radio-button.mat-primary .mdc-radio--disabled+label{color:#00000061}.mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-focus-icon-color: #212121;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #f57c00;--mdc-radio-selected-hover-icon-color: #f57c00;--mdc-radio-selected-icon-color: #f57c00;--mdc-radio-selected-pressed-icon-color: #f57c00;--mat-mdc-radio-ripple-color: #000;--mat-mdc-radio-checked-ripple-color: #f57c00}.mat-mdc-radio-button.mat-accent .mdc-radio--disabled+label{color:#00000061}.mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-focus-icon-color: #212121;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: white;--mdc-radio-selected-hover-icon-color: white;--mdc-radio-selected-icon-color: white;--mdc-radio-selected-pressed-icon-color: white;--mat-mdc-radio-ripple-color: #000;--mat-mdc-radio-checked-ripple-color: white}.mat-mdc-radio-button.mat-warn .mdc-radio--disabled+label{color:#00000061}.mat-mdc-radio-button .mdc-radio{padding:10px}.mat-mdc-radio-button .mdc-radio .mdc-radio__background:before{top:-10px;left:-10px;width:40px;height:40px}.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control{top:0;right:0;left:0;width:40px;height:40px}.mat-mdc-slider{--mdc-slider-label-container-color: black;--mdc-slider-label-label-text-color: white;--mdc-slider-disabled-handle-color: #000;--mdc-slider-disabled-active-track-color: #000;--mdc-slider-disabled-inactive-track-color: #000;--mdc-slider-with-tick-marks-disabled-container-color: #000;--mat-mdc-slider-value-indicator-opacity: .6}.mat-mdc-slider.mat-primary{--mdc-slider-handle-color: #47b972;--mdc-slider-focus-handle-color: #47b972;--mdc-slider-hover-handle-color: #47b972;--mdc-slider-active-track-color: #47b972;--mdc-slider-inactive-track-color: #47b972;--mdc-slider-with-tick-marks-active-container-color: #000;--mdc-slider-with-tick-marks-inactive-container-color: #47b972;--mat-mdc-slider-ripple-color: #47b972;--mat-mdc-slider-hover-ripple-color: rgba(71, 185, 114, .05);--mat-mdc-slider-focus-ripple-color: rgba(71, 185, 114, .2)}.mat-mdc-slider.mat-accent{--mdc-slider-handle-color: #f57c00;--mdc-slider-focus-handle-color: #f57c00;--mdc-slider-hover-handle-color: #f57c00;--mdc-slider-active-track-color: #f57c00;--mdc-slider-inactive-track-color: #f57c00;--mdc-slider-with-tick-marks-active-container-color: #000;--mdc-slider-with-tick-marks-inactive-container-color: #f57c00;--mat-mdc-slider-ripple-color: #f57c00;--mat-mdc-slider-hover-ripple-color: rgba(245, 124, 0, .05);--mat-mdc-slider-focus-ripple-color: rgba(245, 124, 0, .2)}.mat-mdc-slider.mat-warn{--mdc-slider-handle-color: white;--mdc-slider-focus-handle-color: white;--mdc-slider-hover-handle-color: white;--mdc-slider-active-track-color: white;--mdc-slider-inactive-track-color: white;--mdc-slider-with-tick-marks-active-container-color: #000;--mdc-slider-with-tick-marks-inactive-container-color: white;--mat-mdc-slider-ripple-color: white;--mat-mdc-slider-hover-ripple-color: rgba(255, 255, 255, .05);--mat-mdc-slider-focus-ripple-color: rgba(255, 255, 255, .2)}.mdc-menu-surface{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;background-color:var(--mdc-theme-surface, #fff);color:var(--mdc-theme-on-surface, #000)}.mdc-list-item__primary-text{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.mdc-list-item__secondary-text{color:var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, .54))}.mdc-list-item__overline-text{color:var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, .38))}.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--with-trailing-icon .mdc-list-item__end{background-color:transparent}.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--with-trailing-icon .mdc-list-item__end{color:var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, .38))}.mdc-list-item__end{color:var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, .38))}.mdc-list-item--disabled .mdc-list-item__start,.mdc-list-item--disabled .mdc-list-item__content,.mdc-list-item--disabled .mdc-list-item__end{opacity:.38}.mdc-list-item--disabled .mdc-list-item__primary-text,.mdc-list-item--disabled .mdc-list-item__secondary-text,.mdc-list-item--disabled .mdc-list-item__overline-text,.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end{color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--selected .mdc-list-item__primary-text,.mdc-list-item--activated .mdc-list-item__primary-text,.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:var(--mdc-theme-primary, #47b972)}.mdc-deprecated-list-group__subheader{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.mdc-list-divider:after{border-bottom-color:#fff}.mdc-list-divider{background-color:#0000001f}.mat-mdc-menu-item[disabled],.mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,.mat-mdc-menu-item[disabled] .mat-icon-no-color{color:var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, .38))}.mat-mdc-menu-item .mat-icon-no-color,.mat-mdc-menu-submenu-icon{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.mat-mdc-menu-item:hover:not([disabled]),.mat-mdc-menu-item.cdk-program-focused:not([disabled]),.mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.mat-mdc-menu-item-highlighted:not([disabled]){background:rgba(0,0,0,.04)}.mat-mdc-list-base{--mdc-list-list-item-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, .54);--mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, .38);--mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-disabled-label-text-color: black;--mdc-list-list-item-disabled-leading-icon-color: black;--mdc-list-list-item-disabled-trailing-icon-color: black;--mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-hover-state-layer-color: black;--mdc-list-list-item-hover-state-layer-opacity: .04;--mdc-list-list-item-focus-state-layer-color: black;--mdc-list-list-item-focus-state-layer-opacity: .12}.mat-mdc-list-option .mdc-list-item__start,.mat-mdc-list-option .mdc-list-item__end{--mdc-checkbox-selected-checkmark-color: #000;--mdc-checkbox-selected-focus-icon-color: #47b972;--mdc-checkbox-selected-hover-icon-color: #47b972;--mdc-checkbox-selected-icon-color: #47b972;--mdc-checkbox-selected-pressed-icon-color: #47b972;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54)}.mat-mdc-list-option .mdc-list-item__start,.mat-mdc-list-option .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-focus-icon-color: #212121;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #47b972;--mdc-radio-selected-hover-icon-color: #47b972;--mdc-radio-selected-icon-color: #47b972;--mdc-radio-selected-pressed-icon-color: #47b972;--mat-mdc-radio-ripple-color: #000;--mat-mdc-radio-checked-ripple-color: #47b972}.mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled+label,.mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled+label{color:#00000061}.mat-mdc-list-option.mat-accent .mdc-list-item__start,.mat-mdc-list-option.mat-accent .mdc-list-item__end{--mdc-checkbox-selected-checkmark-color: #000;--mdc-checkbox-selected-focus-icon-color: #f57c00;--mdc-checkbox-selected-hover-icon-color: #f57c00;--mdc-checkbox-selected-icon-color: #f57c00;--mdc-checkbox-selected-pressed-icon-color: #f57c00;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54)}.mat-mdc-list-option.mat-accent .mdc-list-item__start,.mat-mdc-list-option.mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-focus-icon-color: #212121;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #f57c00;--mdc-radio-selected-hover-icon-color: #f57c00;--mdc-radio-selected-icon-color: #f57c00;--mdc-radio-selected-pressed-icon-color: #f57c00;--mat-mdc-radio-ripple-color: #000;--mat-mdc-radio-checked-ripple-color: #f57c00}.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled+label,.mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled+label{color:#00000061}.mat-mdc-list-option.mat-warn .mdc-list-item__start,.mat-mdc-list-option.mat-warn .mdc-list-item__end{--mdc-checkbox-selected-checkmark-color: #000;--mdc-checkbox-selected-focus-icon-color: white;--mdc-checkbox-selected-hover-icon-color: white;--mdc-checkbox-selected-icon-color: white;--mdc-checkbox-selected-pressed-icon-color: white;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54)}.mat-mdc-list-option.mat-warn .mdc-list-item__start,.mat-mdc-list-option.mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-focus-icon-color: #212121;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: white;--mdc-radio-selected-hover-icon-color: white;--mdc-radio-selected-icon-color: white;--mdc-radio-selected-pressed-icon-color: white;--mat-mdc-radio-ripple-color: #000;--mat-mdc-radio-checked-ripple-color: white}.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled+label,.mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled+label{color:#00000061}.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--activated .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#47b972}.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}.mat-mdc-list-base{--mdc-list-list-item-one-line-container-height: 48px;--mdc-list-list-item-two-line-container-height: 64px;--mdc-list-list-item-three-line-container-height: 88px}.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}.mat-mdc-paginator{background:white;color:#000000de}.mat-mdc-paginator-icon{fill:#0000008a}.mat-mdc-paginator-decrement,.mat-mdc-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}.mat-mdc-paginator-first,.mat-mdc-paginator-last{border-top:2px solid rgba(0,0,0,.54)}.mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,.mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,.mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,.mat-mdc-icon-button[disabled] .mat-mdc-paginator-last{border-color:#0000001f}.mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon{fill:#0000001f}.mat-mdc-paginator .mat-mdc-form-field-infix{min-height:40px}.mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{top:20px}.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{--mat-mdc-form-field-label-transform: translateY( -26.75px) scale(var(--mat-mdc-form-field-floating-label-scale, .75));transform:var(--mat-mdc-form-field-label-transform)}.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}.mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label{display:none}.mat-mdc-paginator-container{min-height:56px}.mat-mdc-tab,.mat-mdc-tab-link{background-color:transparent}.mat-mdc-tab .mdc-tab__text-label,.mat-mdc-tab-link .mdc-tab__text-label{color:#0009}.mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple:before,.mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element,.mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple:before,.mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element{background-color:#00000061}.mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label{color:#47b972}.mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline{border-color:var(--mdc-tab-indicator-active-indicator-color, #47b972)}.mdc-tab__ripple:before,.mat-mdc-tab .mat-ripple-element,.mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-link .mat-ripple-element{background-color:#47b972}.mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label{color:#f57c00}.mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline{border-color:var(--mdc-tab-indicator-active-indicator-color, #f57c00)}.mat-mdc-tab-group.mat-accent .mdc-tab__ripple:before,.mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,.mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple:before,.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element{background-color:#f57c00}.mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label{color:#fff}.mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline{border-color:var(--mdc-tab-indicator-active-indicator-color, white)}.mat-mdc-tab-group.mat-warn .mdc-tab__ripple:before,.mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,.mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple:before,.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element{background-color:#fff}.mat-mdc-tab-group.mat-background-primary,.mat-mdc-tab-nav-bar.mat-background-primary{--mat-mdc-tab-header-with-background-background-color: #47b972;--mat-mdc-tab-header-with-background-foreground-color: #000}.mat-mdc-tab-group.mat-background-accent,.mat-mdc-tab-nav-bar.mat-background-accent{--mat-mdc-tab-header-with-background-background-color: #f57c00;--mat-mdc-tab-header-with-background-foreground-color: #000}.mat-mdc-tab-group.mat-background-warn,.mat-mdc-tab-nav-bar.mat-background-warn{--mat-mdc-tab-header-with-background-background-color: white;--mat-mdc-tab-header-with-background-foreground-color: #000}.mat-mdc-tab-header-pagination-chevron{border-color:var(--mdc-theme-on-surface, #000)}.mat-mdc-tab-header .mdc-tab{height:48px}.mat-mdc-checkbox .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.mat-mdc-checkbox .mat-ripple-element{background-color:#0000001a}.mat-mdc-checkbox .mdc-checkbox__ripple{background:#000}.mat-mdc-checkbox.mat-primary{--mdc-checkbox-selected-checkmark-color: #000;--mdc-checkbox-selected-focus-icon-color: #47b972;--mdc-checkbox-selected-hover-icon-color: #47b972;--mdc-checkbox-selected-icon-color: #47b972;--mdc-checkbox-selected-pressed-icon-color: #47b972;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54)}.mat-mdc-checkbox.mat-primary .mdc-checkbox--selected~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:#47b9721a}.mat-mdc-checkbox.mat-primary .mdc-checkbox--selected~.mdc-checkbox__ripple{background:#47b972}.mat-mdc-checkbox.mat-accent{--mdc-checkbox-selected-checkmark-color: #000;--mdc-checkbox-selected-focus-icon-color: #f57c00;--mdc-checkbox-selected-hover-icon-color: #f57c00;--mdc-checkbox-selected-icon-color: #f57c00;--mdc-checkbox-selected-pressed-icon-color: #f57c00;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54)}.mat-mdc-checkbox.mat-accent .mdc-checkbox--selected~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:#f57c001a}.mat-mdc-checkbox.mat-accent .mdc-checkbox--selected~.mdc-checkbox__ripple{background:#f57c00}.mat-mdc-checkbox.mat-warn{--mdc-checkbox-selected-checkmark-color: #000;--mdc-checkbox-selected-focus-icon-color: white;--mdc-checkbox-selected-hover-icon-color: white;--mdc-checkbox-selected-icon-color: white;--mdc-checkbox-selected-pressed-icon-color: white;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54)}.mat-mdc-checkbox.mat-warn .mdc-checkbox--selected~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:#ffffff1a}.mat-mdc-checkbox.mat-warn .mdc-checkbox--selected~.mdc-checkbox__ripple{background:white}.mat-mdc-checkbox-disabled label{color:#00000061}.mat-mdc-checkbox .mdc-checkbox{padding:calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);margin:calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2)}.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background{top:calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);left:calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2)}.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control{top:calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);right:calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);left:calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);width:var(--mdc-checkbox-touch-target-size, 40px);height:var(--mdc-checkbox-touch-target-size, 40px)}.mat-mdc-button.mat-unthemed{--mdc-text-button-label-text-color: #000}.mat-mdc-button.mat-primary{--mdc-text-button-label-text-color: #47b972}.mat-mdc-button.mat-accent{--mdc-text-button-label-text-color: #f57c00}.mat-mdc-button.mat-warn{--mdc-text-button-label-text-color: white}.mat-mdc-button[disabled][disabled]{--mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-text-button-label-text-color: rgba(0, 0, 0, .38)}.mat-mdc-unelevated-button.mat-unthemed{--mdc-filled-button-container-color: #fff;--mdc-filled-button-label-text-color: #000}.mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color: #47b972;--mdc-filled-button-label-text-color: #000}.mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color: #f57c00;--mdc-filled-button-label-text-color: #000}.mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color: white;--mdc-filled-button-label-text-color: #000}.mat-mdc-unelevated-button[disabled][disabled]{--mdc-filled-button-disabled-container-color: rgba(0, 0, 0, .12);--mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-filled-button-container-color: rgba(0, 0, 0, .12);--mdc-filled-button-label-text-color: rgba(0, 0, 0, .38)}.mat-mdc-raised-button.mat-unthemed{--mdc-protected-button-container-color: #fff;--mdc-protected-button-label-text-color: #000}.mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color: #47b972;--mdc-protected-button-label-text-color: #000}.mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color: #f57c00;--mdc-protected-button-label-text-color: #000}.mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color: white;--mdc-protected-button-label-text-color: #000}.mat-mdc-raised-button[disabled][disabled]{--mdc-protected-button-disabled-container-color: rgba(0, 0, 0, .12);--mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-protected-button-container-color: rgba(0, 0, 0, .12);--mdc-protected-button-label-text-color: rgba(0, 0, 0, .38);--mdc-protected-button-container-elevation: 0}.mat-mdc-outlined-button{--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12)}.mat-mdc-outlined-button.mat-unthemed{--mdc-outlined-button-label-text-color: #000}.mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color: #47b972}.mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color: #f57c00}.mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color: white}.mat-mdc-outlined-button[disabled][disabled]{--mdc-outlined-button-label-text-color: rgba(0, 0, 0, .38);--mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, .12)}.mat-mdc-button,.mat-mdc-outlined-button{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)}.mat-mdc-button:hover .mat-mdc-button-persistent-ripple:before,.mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple:before{opacity:.04}.mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-mdc-button:active .mat-mdc-button-persistent-ripple:before,.mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-mdc-button.mat-primary,.mat-mdc-outlined-button.mat-primary{--mat-mdc-button-persistent-ripple-color: #47b972;--mat-mdc-button-ripple-color: rgba(71, 185, 114, .1)}.mat-mdc-button.mat-accent,.mat-mdc-outlined-button.mat-accent{--mat-mdc-button-persistent-ripple-color: #f57c00;--mat-mdc-button-ripple-color: rgba(245, 124, 0, .1)}.mat-mdc-button.mat-warn,.mat-mdc-outlined-button.mat-warn{--mat-mdc-button-persistent-ripple-color: white;--mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-raised-button,.mat-mdc-unelevated-button{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)}.mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple:before,.mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple:before{opacity:.04}.mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple:before,.mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-mdc-raised-button.mat-primary,.mat-mdc-unelevated-button.mat-primary,.mat-mdc-raised-button.mat-accent,.mat-mdc-unelevated-button.mat-accent,.mat-mdc-raised-button.mat-warn,.mat-mdc-unelevated-button.mat-warn{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)}.mat-mdc-button.mat-mdc-button-base,.mat-mdc-raised-button.mat-mdc-button-base,.mat-mdc-unelevated-button.mat-mdc-button-base,.mat-mdc-outlined-button.mat-mdc-button-base{height:36px}.mat-mdc-icon-button{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)}.mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple:before{opacity:.04}.mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-mdc-icon-button.mat-primary{--mat-mdc-button-persistent-ripple-color: #47b972;--mat-mdc-button-ripple-color: rgba(71, 185, 114, .1)}.mat-mdc-icon-button.mat-accent{--mat-mdc-button-persistent-ripple-color: #f57c00;--mat-mdc-button-ripple-color: rgba(245, 124, 0, .1)}.mat-mdc-icon-button.mat-warn{--mat-mdc-button-persistent-ripple-color: white;--mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color: #47b972}.mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color: #f57c00}.mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color: white}.mat-mdc-icon-button[disabled][disabled]{--mdc-icon-button-icon-color: rgba(0, 0, 0, .38);--mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, .38)}.mat-mdc-icon-button.mat-mdc-button-base{width:48px;height:48px;padding:12px}.mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring{max-height:48px;max-width:48px}.mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple{width:40px;height:40px;margin:4px}.mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring{max-height:40px;max-width:40px}.mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch{position:absolute;top:50%;height:48px;left:50%;width:48px;transform:translate(-50%,-50%)}.mat-mdc-fab,.mat-mdc-mini-fab{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)}.mat-mdc-fab:hover .mat-mdc-button-persistent-ripple:before,.mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple:before{opacity:.04}.mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-mdc-fab:active .mat-mdc-button-persistent-ripple:before,.mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-mdc-fab.mat-primary,.mat-mdc-mini-fab.mat-primary,.mat-mdc-fab.mat-accent,.mat-mdc-mini-fab.mat-accent,.mat-mdc-fab.mat-warn,.mat-mdc-mini-fab.mat-warn{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)}.mat-mdc-fab.mat-unthemed,.mat-mdc-mini-fab.mat-unthemed{--mdc-fab-container-color: #fff;--mdc-fab-icon-color: #000;--mat-mdc-fab-color: #000}.mat-mdc-fab.mat-primary,.mat-mdc-mini-fab.mat-primary{--mdc-fab-container-color: #47b972;--mdc-fab-icon-color: #000;--mat-mdc-fab-color: #000}.mat-mdc-fab.mat-accent,.mat-mdc-mini-fab.mat-accent{--mdc-fab-container-color: #f57c00;--mdc-fab-icon-color: #000;--mat-mdc-fab-color: #000}.mat-mdc-fab.mat-warn,.mat-mdc-mini-fab.mat-warn{--mdc-fab-container-color: white;--mdc-fab-icon-color: #000;--mat-mdc-fab-color: #000}.mat-mdc-fab[disabled][disabled],.mat-mdc-mini-fab[disabled][disabled]{--mdc-fab-container-color: rgba(0, 0, 0, .12);--mdc-fab-icon-color: rgba(0, 0, 0, .38);--mat-mdc-fab-color: rgba(0, 0, 0, .38)}.mat-mdc-snack-bar-container{--mat-mdc-snack-bar-button-color: #f57c00;--mdc-snackbar-container-color: #333333;--mdc-snackbar-supporting-text-color: rgba(255, 255, 255, .87)}.mdc-data-table{background-color:var(--mdc-theme-surface, #fff);border-color:#0000001f}.mdc-data-table__row{background-color:inherit}.mdc-data-table__header-cell{background-color:var(--mdc-theme-surface, #fff)}.mdc-data-table__row--selected{background-color:#47b9720a}.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:#0000001f}.mdc-data-table__cell,.mdc-data-table__header-cell{border-bottom-color:#0000001f}.mdc-data-table__pagination{border-top-color:#0000001f}.mdc-data-table__row:not(.mdc-data-table__row--selected):hover{background-color:#0000000a}.mdc-data-table__header-cell,.mdc-data-table__pagination-total,.mdc-data-table__pagination-rows-per-page-label,.mdc-data-table__cell{color:#000000de}.mat-mdc-table{background:white}.mat-mdc-table .mdc-data-table__row{height:52px}.mat-mdc-table .mdc-data-table__pagination{min-height:52px}.mat-mdc-table .mdc-data-table__header-row{height:56px}.mat-mdc-progress-spinner{--mdc-circular-progress-active-indicator-color: #47b972}.mat-mdc-progress-spinner.mat-accent{--mdc-circular-progress-active-indicator-color: #f57c00}.mat-mdc-progress-spinner.mat-warn{--mdc-circular-progress-active-indicator-color: white}.mat-badge-content{color:#fff;background:#47b972}.cdk-high-contrast-active .mat-badge-content{outline:solid 1px;border-radius:0}.mat-badge-accent .mat-badge-content{background:#f57c00;color:#000000de}.mat-badge-warn .mat-badge-content{color:#fff;background:white}.mat-badge-disabled .mat-badge-content{background:#b9b9b9;color:#00000061}.mat-bottom-sheet-container{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f;background:white;color:#000000de}.mat-button-toggle-standalone:not([class*=mat-elevation-z]),.mat-button-toggle-group:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]){box-shadow:none}.mat-button-toggle{color:#00000061}.mat-button-toggle .mat-button-toggle-focus-overlay{background-color:#0000001f}.mat-button-toggle-appearance-standard{color:#000000de;background:white}.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#000}.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px #e0e0e0}[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px #e0e0e0}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px #e0e0e0}.mat-button-toggle-checked{background-color:#e0e0e0;color:#0000008a}.mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:#000000de}.mat-button-toggle-disabled{color:#00000042;background-color:#eee}.mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:white}.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#bdbdbd}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{border:solid 1px #e0e0e0}.mat-button-toggle-appearance-standard .mat-button-toggle-label-content{line-height:48px}.mat-calendar-arrow{fill:#0000008a}.mat-datepicker-toggle,.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button{color:#0000008a}.mat-calendar-table-header-divider:after{background:rgba(0,0,0,.12)}.mat-calendar-table-header,.mat-calendar-body-label{color:#0000008a}.mat-calendar-body-cell-content,.mat-date-range-input-separator{color:#000000de;border-color:transparent}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:#00000061}.mat-form-field-disabled .mat-date-range-input-separator{color:#00000061}.mat-calendar-body-in-preview{color:#0000003d}.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#00000061}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#0000002e}.mat-calendar-body-in-range:before{background:rgba(71,185,114,.2)}.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.mat-calendar-body-comparison-bridge-start:before,[dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(71,185,114,.2) 50%,rgba(249,171,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(71,185,114,.2) 50%,rgba(249,171,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:#47b972;color:#fff}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#47b97266}.mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.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:#47b9724d}@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:#47b9724d}}.mat-datepicker-content{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;background-color:#fff;color:#000000de}.mat-datepicker-content.mat-accent .mat-calendar-body-in-range:before{background:rgba(245,124,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,.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(245,124,0,.2) 50%,rgba(249,171,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(245,124,0,.2) 50%,rgba(249,171,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:#f57c00;color:#000000de}.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#f57c0066}.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #000000de}.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:#f57c004d}@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:#f57c004d}}.mat-datepicker-content.mat-warn .mat-calendar-body-in-range:before{background:rgba(255,255,255,.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,.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(255,255,255,.2) 50%,rgba(249,171,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(255,255,255,.2) 50%,rgba(249,171,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:#fff;color:#fff}.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#fff6}.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.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:#ffffff4d}@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:#ffffff4d}}.mat-datepicker-content-touch{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mat-datepicker-toggle-active{color:#47b972}.mat-datepicker-toggle-active.mat-accent{color:#f57c00}.mat-datepicker-toggle-active.mat-warn{color:#ee5252}.mat-date-range-input-inner[disabled]{color:#00000061}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{width:40px;height:40px;padding:8px}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring{max-height:40px;max-width:40px}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple{width:40px;height:40px;margin:0}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring{max-height:40px;max-width:40px}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch{position:absolute;top:50%;height:40px;left:50%;width:40px;transform:translate(-50%,-50%)}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target{display:none}.mat-divider{border-top-color:#0000001f}.mat-divider-vertical{border-right-color:#0000001f}.mat-expansion-panel{background:white;color:#000000de}.mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-action-row{border-top-color:#0000001f}.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(0,0,0,.04)}@media (hover: none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:white}}.mat-expansion-panel-header-title{color:#000000de}.mat-expansion-panel-header-description,.mat-expansion-indicator:after{color:#0000008a}.mat-expansion-panel-header[aria-disabled=true]{color:#00000042}.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.mat-expansion-panel-header{height:48px}.mat-expansion-panel-header.mat-expanded{height:64px}.mat-icon.mat-primary{color:#47b972}.mat-icon.mat-accent{color:#f57c00}.mat-icon.mat-warn{color:#ee5252}.mat-drawer-container{background-color:#fafafa;color:#000000de}.mat-drawer{background-color:#fff;color:#000000de}.mat-drawer.mat-drawer-push{background-color:#fff}.mat-drawer:not(.mat-drawer-side){box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.mat-drawer-side{border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-side.mat-drawer-end,[dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(0,0,0,.12);border-right:none}[dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-backdrop.mat-drawer-shown{background-color:#0009}.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover:not([aria-disabled]),.mat-step-header:hover[aria-disabled=false]{background-color:#0000000a}.mat-step-header:hover[aria-disabled=true]{cursor:default}@media (hover: none){.mat-step-header:hover{background:none}}.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{color:#0000008a}.mat-step-header .mat-step-icon{background-color:#0000008a;color:#fff}.mat-step-header .mat-step-icon-selected,.mat-step-header .mat-step-icon-state-done,.mat-step-header .mat-step-icon-state-edit{background-color:#47b972;color:#fff}.mat-step-header.mat-accent .mat-step-icon{color:#000000de}.mat-step-header.mat-accent .mat-step-icon-selected,.mat-step-header.mat-accent .mat-step-icon-state-done,.mat-step-header.mat-accent .mat-step-icon-state-edit{background-color:#f57c00;color:#000000de}.mat-step-header.mat-warn .mat-step-icon{color:#fff}.mat-step-header.mat-warn .mat-step-icon-selected,.mat-step-header.mat-warn .mat-step-icon-state-done,.mat-step-header.mat-warn .mat-step-icon-state-edit{background-color:#fff;color:#fff}.mat-step-header .mat-step-icon-state-error{background-color:transparent;color:#ee5252}.mat-step-header .mat-step-label.mat-step-label-active{color:#000000de}.mat-step-header .mat-step-label.mat-step-label-error{color:#ee5252}.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#fff}.mat-stepper-vertical-line:before{border-left-color:#0000001f}.mat-horizontal-stepper-header:before,.mat-horizontal-stepper-header:after,.mat-stepper-horizontal-line{border-top-color:#0000001f}.mat-horizontal-stepper-header{height:72px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,.mat-vertical-stepper-header{padding:24px}.mat-stepper-vertical-line:before{top:-16px;bottom:-16px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:after,.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:before{top:36px}.mat-stepper-label-position-bottom .mat-stepper-horizontal-line{top:36px}.mat-sort-header-arrow{color:#757575}.mat-toolbar{background:whitesmoke;color:#000000de}.mat-toolbar.mat-primary{background:#47b972;color:#fff}.mat-toolbar.mat-accent{background:#f57c00;color:#000000de}.mat-toolbar.mat-warn{background:white;color:#fff}.mat-toolbar .mat-form-field-underline,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-select-value,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}.mat-toolbar .mat-input-element{caret-color:currentColor}.mat-toolbar-multiple-rows{min-height:64px}.mat-toolbar-row,.mat-toolbar-single-row{height:64px}@media (max-width: 599px){.mat-toolbar-multiple-rows{min-height:56px}.mat-toolbar-row,.mat-toolbar-single-row{height:56px}}.mat-tree{background:white}.mat-tree-node,.mat-nested-tree-node{color:#000000de}.mat-tree-node{min-height:48px}.opclient-dark-theme .mat-button,.opclient-dark-theme .mat-icon-button,.opclient-dark-theme .mat-stroked-button{color:inherit;background:transparent}.opclient-dark-theme .mat-button.mat-primary,.opclient-dark-theme .mat-icon-button.mat-primary,.opclient-dark-theme .mat-stroked-button.mat-primary{color:#47b972}.opclient-dark-theme .mat-button.mat-accent,.opclient-dark-theme .mat-icon-button.mat-accent,.opclient-dark-theme .mat-stroked-button.mat-accent{color:#f57c00}.opclient-dark-theme .mat-button.mat-warn,.opclient-dark-theme .mat-icon-button.mat-warn,.opclient-dark-theme .mat-stroked-button.mat-warn{color:#ee5252}.opclient-dark-theme .mat-button.mat-primary.mat-button-disabled,.opclient-dark-theme .mat-button.mat-accent.mat-button-disabled,.opclient-dark-theme .mat-button.mat-warn.mat-button-disabled,.opclient-dark-theme .mat-button.mat-button-disabled.mat-button-disabled,.opclient-dark-theme .mat-icon-button.mat-primary.mat-button-disabled,.opclient-dark-theme .mat-icon-button.mat-accent.mat-button-disabled,.opclient-dark-theme .mat-icon-button.mat-warn.mat-button-disabled,.opclient-dark-theme .mat-icon-button.mat-button-disabled.mat-button-disabled,.opclient-dark-theme .mat-stroked-button.mat-primary.mat-button-disabled,.opclient-dark-theme .mat-stroked-button.mat-accent.mat-button-disabled,.opclient-dark-theme .mat-stroked-button.mat-warn.mat-button-disabled,.opclient-dark-theme .mat-stroked-button.mat-button-disabled.mat-button-disabled{color:#ffffff4d}.opclient-dark-theme .mat-button.mat-primary .mat-button-focus-overlay,.opclient-dark-theme .mat-icon-button.mat-primary .mat-button-focus-overlay,.opclient-dark-theme .mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#47b972}.opclient-dark-theme .mat-button.mat-accent .mat-button-focus-overlay,.opclient-dark-theme .mat-icon-button.mat-accent .mat-button-focus-overlay,.opclient-dark-theme .mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#f57c00}.opclient-dark-theme .mat-button.mat-warn .mat-button-focus-overlay,.opclient-dark-theme .mat-icon-button.mat-warn .mat-button-focus-overlay,.opclient-dark-theme .mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#fff}.opclient-dark-theme .mat-button.mat-button-disabled .mat-button-focus-overlay,.opclient-dark-theme .mat-icon-button.mat-button-disabled .mat-button-focus-overlay,.opclient-dark-theme .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay{background-color:transparent}.opclient-dark-theme .mat-button .mat-ripple-element,.opclient-dark-theme .mat-icon-button .mat-ripple-element,.opclient-dark-theme .mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.opclient-dark-theme .mat-button-focus-overlay{background:white}.opclient-dark-theme .mat-stroked-button:not(.mat-button-disabled){border-color:#ffffff1f}.opclient-dark-theme .mat-flat-button,.opclient-dark-theme .mat-raised-button,.opclient-dark-theme .mat-fab,.opclient-dark-theme .mat-mini-fab{color:#fff;background-color:#424242}.opclient-dark-theme .mat-flat-button.mat-primary,.opclient-dark-theme .mat-raised-button.mat-primary,.opclient-dark-theme .mat-fab.mat-primary,.opclient-dark-theme .mat-mini-fab.mat-primary{color:#fff}.opclient-dark-theme .mat-flat-button.mat-accent,.opclient-dark-theme .mat-raised-button.mat-accent,.opclient-dark-theme .mat-fab.mat-accent,.opclient-dark-theme .mat-mini-fab.mat-accent{color:#000000de}.opclient-dark-theme .mat-flat-button.mat-warn,.opclient-dark-theme .mat-raised-button.mat-warn,.opclient-dark-theme .mat-fab.mat-warn,.opclient-dark-theme .mat-mini-fab.mat-warn{color:#fff}.opclient-dark-theme .mat-flat-button.mat-primary.mat-button-disabled,.opclient-dark-theme .mat-flat-button.mat-accent.mat-button-disabled,.opclient-dark-theme .mat-flat-button.mat-warn.mat-button-disabled,.opclient-dark-theme .mat-flat-button.mat-button-disabled.mat-button-disabled,.opclient-dark-theme .mat-raised-button.mat-primary.mat-button-disabled,.opclient-dark-theme .mat-raised-button.mat-accent.mat-button-disabled,.opclient-dark-theme .mat-raised-button.mat-warn.mat-button-disabled,.opclient-dark-theme .mat-raised-button.mat-button-disabled.mat-button-disabled,.opclient-dark-theme .mat-fab.mat-primary.mat-button-disabled,.opclient-dark-theme .mat-fab.mat-accent.mat-button-disabled,.opclient-dark-theme .mat-fab.mat-warn.mat-button-disabled,.opclient-dark-theme .mat-fab.mat-button-disabled.mat-button-disabled,.opclient-dark-theme .mat-mini-fab.mat-primary.mat-button-disabled,.opclient-dark-theme .mat-mini-fab.mat-accent.mat-button-disabled,.opclient-dark-theme .mat-mini-fab.mat-warn.mat-button-disabled,.opclient-dark-theme .mat-mini-fab.mat-button-disabled.mat-button-disabled{color:#ffffff4d}.opclient-dark-theme .mat-flat-button.mat-primary,.opclient-dark-theme .mat-raised-button.mat-primary,.opclient-dark-theme .mat-fab.mat-primary,.opclient-dark-theme .mat-mini-fab.mat-primary{background-color:#47b972}.opclient-dark-theme .mat-flat-button.mat-accent,.opclient-dark-theme .mat-raised-button.mat-accent,.opclient-dark-theme .mat-fab.mat-accent,.opclient-dark-theme .mat-mini-fab.mat-accent{background-color:#f57c00}.opclient-dark-theme .mat-flat-button.mat-warn,.opclient-dark-theme .mat-raised-button.mat-warn,.opclient-dark-theme .mat-fab.mat-warn,.opclient-dark-theme .mat-mini-fab.mat-warn{background-color:#fff}.opclient-dark-theme .mat-flat-button.mat-primary.mat-button-disabled,.opclient-dark-theme .mat-flat-button.mat-accent.mat-button-disabled,.opclient-dark-theme .mat-flat-button.mat-warn.mat-button-disabled,.opclient-dark-theme .mat-flat-button.mat-button-disabled.mat-button-disabled,.opclient-dark-theme .mat-raised-button.mat-primary.mat-button-disabled,.opclient-dark-theme .mat-raised-button.mat-accent.mat-button-disabled,.opclient-dark-theme .mat-raised-button.mat-warn.mat-button-disabled,.opclient-dark-theme .mat-raised-button.mat-button-disabled.mat-button-disabled,.opclient-dark-theme .mat-fab.mat-primary.mat-button-disabled,.opclient-dark-theme .mat-fab.mat-accent.mat-button-disabled,.opclient-dark-theme .mat-fab.mat-warn.mat-button-disabled,.opclient-dark-theme .mat-fab.mat-button-disabled.mat-button-disabled,.opclient-dark-theme .mat-mini-fab.mat-primary.mat-button-disabled,.opclient-dark-theme .mat-mini-fab.mat-accent.mat-button-disabled,.opclient-dark-theme .mat-mini-fab.mat-warn.mat-button-disabled,.opclient-dark-theme .mat-mini-fab.mat-button-disabled.mat-button-disabled{background-color:#ffffff1f}.opclient-dark-theme .mat-flat-button.mat-primary .mat-ripple-element,.opclient-dark-theme .mat-raised-button.mat-primary .mat-ripple-element,.opclient-dark-theme .mat-fab.mat-primary .mat-ripple-element,.opclient-dark-theme .mat-mini-fab.mat-primary .mat-ripple-element{background-color:#ffffff1a}.opclient-dark-theme .mat-flat-button.mat-accent .mat-ripple-element,.opclient-dark-theme .mat-raised-button.mat-accent .mat-ripple-element,.opclient-dark-theme .mat-fab.mat-accent .mat-ripple-element,.opclient-dark-theme .mat-mini-fab.mat-accent .mat-ripple-element{background-color:#0000001a}.opclient-dark-theme .mat-flat-button.mat-warn .mat-ripple-element,.opclient-dark-theme .mat-raised-button.mat-warn .mat-ripple-element,.opclient-dark-theme .mat-fab.mat-warn .mat-ripple-element,.opclient-dark-theme .mat-mini-fab.mat-warn .mat-ripple-element{background-color:#ffffff1a}.opclient-dark-theme .mat-stroked-button:not([class*=mat-elevation-z]),.opclient-dark-theme .mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.opclient-dark-theme .mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.opclient-dark-theme .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.opclient-dark-theme .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.opclient-dark-theme .mat-fab:not([class*=mat-elevation-z]),.opclient-dark-theme .mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.opclient-dark-theme .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),.opclient-dark-theme .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.opclient-dark-theme .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),.opclient-dark-theme .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.opclient-dark-theme .mat-datepicker-content .mat-mdc-button.mat-unthemed{--mdc-text-button-label-text-color: #fff}.opclient-dark-theme .mat-datepicker-content .mat-mdc-button.mat-primary{--mdc-text-button-label-text-color: #47b972}.opclient-dark-theme .mat-datepicker-content .mat-mdc-button.mat-accent{--mdc-text-button-label-text-color: #f57c00}.opclient-dark-theme .mat-datepicker-content .mat-mdc-button.mat-warn{--mdc-text-button-label-text-color: white}.opclient-dark-theme .mat-datepicker-content .mat-mdc-button[disabled][disabled]{--mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mdc-text-button-label-text-color: rgba(255, 255, 255, .5)}.opclient-dark-theme .mat-datepicker-content .mat-mdc-unelevated-button.mat-unthemed{--mdc-filled-button-container-color: #424242;--mdc-filled-button-label-text-color: #fff}.opclient-dark-theme .mat-datepicker-content .mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color: #47b972;--mdc-filled-button-label-text-color: #000}.opclient-dark-theme .mat-datepicker-content .mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color: #f57c00;--mdc-filled-button-label-text-color: #000}.opclient-dark-theme .mat-datepicker-content .mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color: white;--mdc-filled-button-label-text-color: #000}.opclient-dark-theme .mat-datepicker-content .mat-mdc-unelevated-button[disabled][disabled]{--mdc-filled-button-disabled-container-color: rgba(255, 255, 255, .12);--mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mdc-filled-button-container-color: rgba(255, 255, 255, .12);--mdc-filled-button-label-text-color: rgba(255, 255, 255, .5)}.opclient-dark-theme .mat-datepicker-content .mat-mdc-raised-button.mat-unthemed{--mdc-protected-button-container-color: #424242;--mdc-protected-button-label-text-color: #fff}.opclient-dark-theme .mat-datepicker-content .mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color: #47b972;--mdc-protected-button-label-text-color: #000}.opclient-dark-theme .mat-datepicker-content .mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color: #f57c00;--mdc-protected-button-label-text-color: #000}.opclient-dark-theme .mat-datepicker-content .mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color: white;--mdc-protected-button-label-text-color: #000}.opclient-dark-theme .mat-datepicker-content .mat-mdc-raised-button[disabled][disabled]{--mdc-protected-button-disabled-container-color: rgba(255, 255, 255, .12);--mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mdc-protected-button-container-color: rgba(255, 255, 255, .12);--mdc-protected-button-label-text-color: rgba(255, 255, 255, .5);--mdc-protected-button-container-elevation: 0}.opclient-dark-theme .mat-datepicker-content .mat-mdc-outlined-button{--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12)}.opclient-dark-theme .mat-datepicker-content .mat-mdc-outlined-button.mat-unthemed{--mdc-outlined-button-label-text-color: #fff}.opclient-dark-theme .mat-datepicker-content .mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color: #47b972}.opclient-dark-theme .mat-datepicker-content .mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color: #f57c00}.opclient-dark-theme .mat-datepicker-content .mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color: white}.opclient-dark-theme .mat-datepicker-content .mat-mdc-outlined-button[disabled][disabled]{--mdc-outlined-button-label-text-color: rgba(255, 255, 255, .5);--mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, .12)}.opclient-dark-theme .mat-datepicker-content .mat-mdc-button,.opclient-dark-theme .mat-datepicker-content .mat-mdc-outlined-button{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)}.opclient-dark-theme .mat-datepicker-content .mat-mdc-button:hover .mat-mdc-button-persistent-ripple:before,.opclient-dark-theme .mat-datepicker-content .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple:before{opacity:.08}.opclient-dark-theme .mat-datepicker-content .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.opclient-dark-theme .mat-datepicker-content .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,.opclient-dark-theme .mat-datepicker-content .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.opclient-dark-theme .mat-datepicker-content .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.24}.opclient-dark-theme .mat-datepicker-content .mat-mdc-button:active .mat-mdc-button-persistent-ripple:before,.opclient-dark-theme .mat-datepicker-content .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple:before{opacity:.24}.opclient-dark-theme .mat-datepicker-content .mat-mdc-button.mat-primary,.opclient-dark-theme .mat-datepicker-content .mat-mdc-outlined-button.mat-primary{--mat-mdc-button-persistent-ripple-color: #47b972;--mat-mdc-button-ripple-color: rgba(71, 185, 114, .1)}.opclient-dark-theme .mat-datepicker-content .mat-mdc-button.mat-accent,.opclient-dark-theme .mat-datepicker-content .mat-mdc-outlined-button.mat-accent{--mat-mdc-button-persistent-ripple-color: #f57c00;--mat-mdc-button-ripple-color: rgba(245, 124, 0, .1)}.opclient-dark-theme .mat-datepicker-content .mat-mdc-button.mat-warn,.opclient-dark-theme .mat-datepicker-content .mat-mdc-outlined-button.mat-warn{--mat-mdc-button-persistent-ripple-color: white;--mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)}.opclient-dark-theme .mat-datepicker-content .mat-mdc-raised-button,.opclient-dark-theme .mat-datepicker-content .mat-mdc-unelevated-button{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)}.opclient-dark-theme .mat-datepicker-content .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple:before,.opclient-dark-theme .mat-datepicker-content .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple:before{opacity:.08}.opclient-dark-theme .mat-datepicker-content .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.opclient-dark-theme .mat-datepicker-content .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,.opclient-dark-theme .mat-datepicker-content .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.opclient-dark-theme .mat-datepicker-content .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.24}.opclient-dark-theme .mat-datepicker-content .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple:before,.opclient-dark-theme .mat-datepicker-content .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple:before{opacity:.24}.opclient-dark-theme .mat-datepicker-content .mat-mdc-raised-button.mat-primary,.opclient-dark-theme .mat-datepicker-content .mat-mdc-unelevated-button.mat-primary,.opclient-dark-theme .mat-datepicker-content .mat-mdc-raised-button.mat-accent,.opclient-dark-theme .mat-datepicker-content .mat-mdc-unelevated-button.mat-accent,.opclient-dark-theme .mat-datepicker-content .mat-mdc-raised-button.mat-warn,.opclient-dark-theme .mat-datepicker-content .mat-mdc-unelevated-button.mat-warn{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)}.opclient-dark-theme .mat-datepicker-content .mat-mdc-icon-button{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)}.opclient-dark-theme .mat-datepicker-content .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple:before{opacity:.08}.opclient-dark-theme .mat-datepicker-content .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.opclient-dark-theme .mat-datepicker-content .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.24}.opclient-dark-theme .mat-datepicker-content .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple:before{opacity:.24}.opclient-dark-theme .mat-datepicker-content .mat-mdc-icon-button.mat-primary{--mat-mdc-button-persistent-ripple-color: #47b972;--mat-mdc-button-ripple-color: rgba(71, 185, 114, .1)}.opclient-dark-theme .mat-datepicker-content .mat-mdc-icon-button.mat-accent{--mat-mdc-button-persistent-ripple-color: #f57c00;--mat-mdc-button-ripple-color: rgba(245, 124, 0, .1)}.opclient-dark-theme .mat-datepicker-content .mat-mdc-icon-button.mat-warn{--mat-mdc-button-persistent-ripple-color: white;--mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)}.opclient-dark-theme .mat-datepicker-content .mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color: #47b972}.opclient-dark-theme .mat-datepicker-content .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color: #f57c00}.opclient-dark-theme .mat-datepicker-content .mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color: white}.opclient-dark-theme .mat-datepicker-content .mat-mdc-icon-button[disabled][disabled]{--mdc-icon-button-icon-color: rgba(255, 255, 255, .5);--mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, .5)}.opclient-dark-theme .mat-option{color:#fff}.opclient-dark-theme .mat-option:hover:not(.mat-option-disabled),.opclient-dark-theme .mat-option:focus:not(.mat-option-disabled){background:rgba(255,255,255,.04)}.opclient-dark-theme .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(255,255,255,.04)}.opclient-dark-theme .mat-option.mat-active{background:rgba(255,255,255,.04);color:#fff}.opclient-dark-theme .mat-option.mat-option-disabled{color:#ffffff80}.opclient-dark-theme .mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#47b972}.opclient-dark-theme .mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#f57c00}.opclient-dark-theme .mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#ee5252}.opclient-dark-theme .mat-optgroup-label{color:#ffffffb3}.opclient-dark-theme .mat-optgroup-disabled .mat-optgroup-label{color:#ffffff80}.opclient-dark-theme .mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.opclient-dark-theme .mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.opclient-dark-theme .mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.opclient-dark-theme .mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.opclient-dark-theme .mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.opclient-dark-theme .mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.opclient-dark-theme .mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.opclient-dark-theme .mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.opclient-dark-theme .mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.opclient-dark-theme .mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.opclient-dark-theme .mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.opclient-dark-theme .mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.opclient-dark-theme .mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.opclient-dark-theme .mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.opclient-dark-theme .mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.opclient-dark-theme .mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.opclient-dark-theme .mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.opclient-dark-theme .mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.opclient-dark-theme .mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.opclient-dark-theme .mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.opclient-dark-theme .mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.opclient-dark-theme .mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.opclient-dark-theme .mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.opclient-dark-theme .mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.opclient-dark-theme .mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.opclient-dark-theme .mat-card{background:#424242;color:#fff}.opclient-dark-theme .mat-card:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.opclient-dark-theme .mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.opclient-dark-theme .mat-card-subtitle{color:#ffffffb3}.opclient-dark-theme .mat-progress-bar-background{fill:#365241}.opclient-dark-theme .mat-progress-bar-buffer{background-color:#365241}.opclient-dark-theme .mat-progress-bar-fill:after{background-color:#47b972}.opclient-dark-theme .mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#614324}.opclient-dark-theme .mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#614324}.opclient-dark-theme .mat-progress-bar.mat-accent .mat-progress-bar-fill:after{background-color:#f57c00}.opclient-dark-theme .mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#646464}.opclient-dark-theme .mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#646464}.opclient-dark-theme .mat-progress-bar.mat-warn .mat-progress-bar-fill:after{background-color:#fff}.opclient-dark-theme .mat-progress-spinner circle,.opclient-dark-theme .mat-spinner circle{stroke:#47b972}.opclient-dark-theme .mat-progress-spinner.mat-accent circle,.opclient-dark-theme .mat-spinner.mat-accent circle{stroke:#f57c00}.opclient-dark-theme .mat-progress-spinner.mat-warn circle,.opclient-dark-theme .mat-spinner.mat-warn circle{stroke:#fff}.opclient-dark-theme .mat-tooltip{background:rgba(97,97,97,.9)}.opclient-dark-theme .mat-form-field-type-mat-native-select .mat-form-field-infix:after{color:#ffffffb3}.opclient-dark-theme .mat-input-element:disabled,.opclient-dark-theme .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix:after{color:#ffffff80}.opclient-dark-theme .mat-input-element{caret-color:#47b972}.opclient-dark-theme .mat-input-element::placeholder{color:#ffffff80}.opclient-dark-theme .mat-input-element::-moz-placeholder{color:#ffffff80}.opclient-dark-theme .mat-input-element::-webkit-input-placeholder{color:#ffffff80}.opclient-dark-theme .mat-input-element:-ms-input-placeholder{color:#ffffff80}.opclient-dark-theme .mat-input-element:not(.mat-native-select-inline) option{color:#000000de}.opclient-dark-theme .mat-input-element:not(.mat-native-select-inline) option:disabled{color:#00000061}.opclient-dark-theme .mat-form-field.mat-accent .mat-input-element{caret-color:#f57c00}.opclient-dark-theme .mat-form-field.mat-warn .mat-input-element,.opclient-dark-theme .mat-form-field-invalid .mat-input-element{caret-color:#ee5252}.opclient-dark-theme .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix:after{color:#ee5252}.opclient-dark-theme .mat-form-field-disabled .mat-form-field-prefix,.opclient-dark-theme .mat-form-field-disabled .mat-form-field-suffix{color:#ffffff80}.opclient-dark-theme .mat-form-field-label,.opclient-dark-theme .mat-hint{color:#ffffffb3}.opclient-dark-theme .mat-form-field.mat-focused .mat-form-field-label{color:#47b972}.opclient-dark-theme .mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#f57c00}.opclient-dark-theme .mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#ee5252}.opclient-dark-theme .mat-focused .mat-form-field-required-marker{color:#f57c00}.opclient-dark-theme .mat-form-field-ripple{background-color:#fff}.opclient-dark-theme .mat-form-field.mat-focused .mat-form-field-ripple{background-color:#47b972}.opclient-dark-theme .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#f57c00}.opclient-dark-theme .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#ee5252}.opclient-dark-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix:after{color:#47b972}.opclient-dark-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix:after{color:#f57c00}.opclient-dark-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix:after{color:#ee5252}.opclient-dark-theme .mat-form-field.mat-form-field-invalid .mat-form-field-label,.opclient-dark-theme .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.opclient-dark-theme .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:#ee5252}.opclient-dark-theme .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.opclient-dark-theme .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#ee5252}.opclient-dark-theme .mat-error{color:#ee5252}.opclient-dark-theme .mat-form-field-appearance-legacy .mat-form-field-label,.opclient-dark-theme .mat-form-field-appearance-legacy .mat-hint{color:#ffffffb3}.opclient-dark-theme .mat-form-field-appearance-legacy .mat-form-field-underline{background-color:#ffffffb3}.opclient-dark-theme .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(255,255,255,.7) 0%,rgba(255,255,255,.7) 33%,transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.opclient-dark-theme .mat-form-field-appearance-standard .mat-form-field-underline{background-color:#ffffffb3}.opclient-dark-theme .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(255,255,255,.7) 0%,rgba(255,255,255,.7) 33%,transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.opclient-dark-theme .mat-form-field-appearance-fill .mat-form-field-flex{background-color:#ffffff1a}.opclient-dark-theme .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:#ffffff0d}.opclient-dark-theme .mat-form-field-appearance-fill .mat-form-field-underline:before{background-color:#ffffff80}.opclient-dark-theme .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:#ffffff80}.opclient-dark-theme .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline:before{background-color:transparent}.opclient-dark-theme .mat-form-field-appearance-outline .mat-form-field-outline{color:#ffffff4d}.opclient-dark-theme .mat-form-field-appearance-outline .mat-form-field-outline-thick{color:#fff}.opclient-dark-theme .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#47b972}.opclient-dark-theme .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#f57c00}.opclient-dark-theme .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick,.opclient-dark-theme .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#fff}.opclient-dark-theme .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:#ffffff80}.opclient-dark-theme .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:#ffffff26}.opclient-dark-theme .mat-select-value{color:#fff}.opclient-dark-theme .mat-select-placeholder,.opclient-dark-theme .mat-select-disabled .mat-select-value{color:#ffffff80}.opclient-dark-theme .mat-select-arrow{color:#ffffffb3}.opclient-dark-theme .mat-select-panel{background:#424242}.opclient-dark-theme .mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.opclient-dark-theme .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(255,255,255,.12)}.opclient-dark-theme .mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#47b972}.opclient-dark-theme .mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#f57c00}.opclient-dark-theme .mat-form-field.mat-focused.mat-warn .mat-select-arrow,.opclient-dark-theme .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:#ee5252}.opclient-dark-theme .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:#ffffff80}.opclient-dark-theme .mat-checkbox-frame{border-color:#ffffffb3}.opclient-dark-theme .mat-checkbox-checkmark{fill:#303030}.opclient-dark-theme .mat-checkbox-checkmark-path{stroke:#303030!important}.opclient-dark-theme .mat-checkbox-mixedmark{background-color:#303030}.opclient-dark-theme .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.opclient-dark-theme .mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:#47b972}.opclient-dark-theme .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.opclient-dark-theme .mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#f57c00}.opclient-dark-theme .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.opclient-dark-theme .mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:#fff}.opclient-dark-theme .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.opclient-dark-theme .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#686868}.opclient-dark-theme .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#686868}.opclient-dark-theme .mat-checkbox-disabled .mat-checkbox-label{color:#ffffff80}.opclient-dark-theme .mat-checkbox .mat-ripple-element{background-color:#fff}.opclient-dark-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.opclient-dark-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#47b972}.opclient-dark-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.opclient-dark-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#f57c00}.opclient-dark-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.opclient-dark-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:white}.opclient-dark-theme .mat-autocomplete-panel{background:#424242;color:#fff}.opclient-dark-theme .mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.opclient-dark-theme .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#424242}.opclient-dark-theme .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#fff}.opclient-dark-theme .mat-dialog-container{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f;background:#424242;color:#fff}.opclient-dark-theme .mat-chip.mat-standard-chip{background-color:#616161;color:#fff}.opclient-dark-theme .mat-chip.mat-standard-chip .mat-chip-remove{color:#fff;opacity:.4}.opclient-dark-theme .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.opclient-dark-theme .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.opclient-dark-theme .mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.opclient-dark-theme .mat-chip.mat-standard-chip:after{background:white}.opclient-dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#47b972;color:#fff}.opclient-dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}.opclient-dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:#ffffff1a}.opclient-dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#fff;color:#fff}.opclient-dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.opclient-dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:#ffffff1a}.opclient-dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#f57c00;color:#000000de}.opclient-dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#000000de;opacity:.4}.opclient-dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:#0000001a}.opclient-dark-theme .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#f57c00}.opclient-dark-theme .mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:#f57c008a}.opclient-dark-theme .mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#f57c00}.opclient-dark-theme .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#47b972}.opclient-dark-theme .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:#47b9728a}.opclient-dark-theme .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#47b972}.opclient-dark-theme .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#fff}.opclient-dark-theme .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:#ffffff8a}.opclient-dark-theme .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#fff}.opclient-dark-theme .mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#fff}.opclient-dark-theme .mat-slide-toggle-thumb{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;background-color:#bdbdbd}.opclient-dark-theme .mat-slide-toggle-bar{background-color:#ffffff80}.opclient-dark-theme .mat-radio-outer-circle{border-color:#ffffffb3}.opclient-dark-theme .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#47b972}.opclient-dark-theme .mat-radio-button.mat-primary .mat-radio-inner-circle,.opclient-dark-theme .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.opclient-dark-theme .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.opclient-dark-theme .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#47b972}.opclient-dark-theme .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#f57c00}.opclient-dark-theme .mat-radio-button.mat-accent .mat-radio-inner-circle,.opclient-dark-theme .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.opclient-dark-theme .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.opclient-dark-theme .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#f57c00}.opclient-dark-theme .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#fff}.opclient-dark-theme .mat-radio-button.mat-warn .mat-radio-inner-circle,.opclient-dark-theme .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.opclient-dark-theme .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.opclient-dark-theme .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#fff}.opclient-dark-theme .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.opclient-dark-theme .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:#ffffff80}.opclient-dark-theme .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.opclient-dark-theme .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:#ffffff80}.opclient-dark-theme .mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:#ffffff80}.opclient-dark-theme .mat-radio-button .mat-ripple-element{background-color:#fff}.opclient-dark-theme .mat-slider-track-background{background-color:#ffffff4d}.opclient-dark-theme .mat-slider.mat-primary .mat-slider-track-fill,.opclient-dark-theme .mat-slider.mat-primary .mat-slider-thumb,.opclient-dark-theme .mat-slider.mat-primary .mat-slider-thumb-label{background-color:#47b972}.opclient-dark-theme .mat-slider.mat-primary .mat-slider-thumb-label-text{color:#fff}.opclient-dark-theme .mat-slider.mat-primary .mat-slider-focus-ring{background-color:#47b97233}.opclient-dark-theme .mat-slider.mat-accent .mat-slider-track-fill,.opclient-dark-theme .mat-slider.mat-accent .mat-slider-thumb,.opclient-dark-theme .mat-slider.mat-accent .mat-slider-thumb-label{background-color:#f57c00}.opclient-dark-theme .mat-slider.mat-accent .mat-slider-thumb-label-text{color:#000000de}.opclient-dark-theme .mat-slider.mat-accent .mat-slider-focus-ring{background-color:#f57c0033}.opclient-dark-theme .mat-slider.mat-warn .mat-slider-track-fill,.opclient-dark-theme .mat-slider.mat-warn .mat-slider-thumb,.opclient-dark-theme .mat-slider.mat-warn .mat-slider-thumb-label{background-color:#fff}.opclient-dark-theme .mat-slider.mat-warn .mat-slider-thumb-label-text{color:#fff}.opclient-dark-theme .mat-slider.mat-warn .mat-slider-focus-ring{background-color:#fff3}.opclient-dark-theme .mat-slider:hover .mat-slider-track-background,.opclient-dark-theme .mat-slider.cdk-focused .mat-slider-track-background,.opclient-dark-theme .mat-slider.mat-slider-disabled .mat-slider-track-background,.opclient-dark-theme .mat-slider.mat-slider-disabled .mat-slider-track-fill,.opclient-dark-theme .mat-slider.mat-slider-disabled .mat-slider-thumb,.opclient-dark-theme .mat-slider.mat-slider-disabled:hover .mat-slider-track-background{background-color:#ffffff4d}.opclient-dark-theme .mat-slider.mat-slider-min-value .mat-slider-focus-ring{background-color:#ffffff1f}.opclient-dark-theme .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.opclient-dark-theme .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:#fff}.opclient-dark-theme .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.opclient-dark-theme .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:#ffffff4d}.opclient-dark-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:#ffffff4d;background-color:transparent}.opclient-dark-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.opclient-dark-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:#ffffff4d}.opclient-dark-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.opclient-dark-theme .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:#ffffff4d}.opclient-dark-theme .mat-slider-has-ticks .mat-slider-wrapper:after{border-color:#ffffffb3}.opclient-dark-theme .mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.opclient-dark-theme .mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.opclient-dark-theme .mat-menu-panel{background:#424242}.opclient-dark-theme .mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.opclient-dark-theme .mat-menu-item{background:transparent;color:#fff}.opclient-dark-theme .mat-menu-item[disabled],.opclient-dark-theme .mat-menu-item[disabled] .mat-menu-submenu-icon,.opclient-dark-theme .mat-menu-item[disabled] .mat-icon-no-color{color:#ffffff80}.opclient-dark-theme .mat-menu-item .mat-icon-no-color,.opclient-dark-theme .mat-menu-submenu-icon{color:#fff}.opclient-dark-theme .mat-menu-item:hover:not([disabled]),.opclient-dark-theme .mat-menu-item.cdk-program-focused:not([disabled]),.opclient-dark-theme .mat-menu-item.cdk-keyboard-focused:not([disabled]),.opclient-dark-theme .mat-menu-item-highlighted:not([disabled]){background:rgba(255,255,255,.04)}.opclient-dark-theme .mat-list-base .mat-list-item,.opclient-dark-theme .mat-list-base .mat-list-option{color:#fff}.opclient-dark-theme .mat-list-base .mat-subheader{color:#ffffffb3}.opclient-dark-theme .mat-list-base .mat-list-item-disabled{background-color:#ffffff1f;color:#ffffff80}.opclient-dark-theme .mat-list-option:hover,.opclient-dark-theme .mat-list-option:focus,.opclient-dark-theme .mat-nav-list .mat-list-item:hover,.opclient-dark-theme .mat-nav-list .mat-list-item:focus,.opclient-dark-theme .mat-action-list .mat-list-item:hover,.opclient-dark-theme .mat-action-list .mat-list-item:focus{background:rgba(255,255,255,.04)}.opclient-dark-theme .mat-list-single-selected-option,.opclient-dark-theme .mat-list-single-selected-option:hover,.opclient-dark-theme .mat-list-single-selected-option:focus{background:rgba(255,255,255,.12)}.opclient-dark-theme .mat-paginator{background:#424242}.opclient-dark-theme .mat-paginator,.opclient-dark-theme .mat-paginator-page-size .mat-select-trigger{color:#ffffffb3}.opclient-dark-theme .mat-paginator-decrement,.opclient-dark-theme .mat-paginator-increment{border-top:2px solid white;border-right:2px solid white}.opclient-dark-theme .mat-paginator-first,.opclient-dark-theme .mat-paginator-last{border-top:2px solid white}.opclient-dark-theme .mat-icon-button[disabled] .mat-paginator-decrement,.opclient-dark-theme .mat-icon-button[disabled] .mat-paginator-increment,.opclient-dark-theme .mat-icon-button[disabled] .mat-paginator-first,.opclient-dark-theme .mat-icon-button[disabled] .mat-paginator-last{border-color:#ffffff80}.opclient-dark-theme .mat-tab-nav-bar,.opclient-dark-theme .mat-tab-header{border-bottom:1px solid rgba(255,255,255,.12)}.opclient-dark-theme .mat-tab-group-inverted-header .mat-tab-nav-bar,.opclient-dark-theme .mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(255,255,255,.12);border-bottom:none}.opclient-dark-theme .mat-tab-label,.opclient-dark-theme .mat-tab-link{color:#fff}.opclient-dark-theme .mat-tab-label.mat-tab-disabled,.opclient-dark-theme .mat-tab-link.mat-tab-disabled{color:#ffffff80}.opclient-dark-theme .mat-tab-header-pagination-chevron{border-color:#fff}.opclient-dark-theme .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#ffffff80}.opclient-dark-theme .mat-tab-group[class*=mat-background-]>.mat-tab-header,.opclient-dark-theme .mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.opclient-dark-theme .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused,.opclient-dark-theme .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused,.opclient-dark-theme .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused,.opclient-dark-theme .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused,.opclient-dark-theme .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused,.opclient-dark-theme .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused,.opclient-dark-theme .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused,.opclient-dark-theme .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused{background-color:#e2f4e84d}.opclient-dark-theme .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused.mat-tab-disabled{background-color:#ffffff1a}.opclient-dark-theme .mat-tab-group.mat-primary .mat-ink-bar,.opclient-dark-theme .mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#47b972}.opclient-dark-theme .mat-tab-group.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.opclient-dark-theme .mat-tab-group.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar,.opclient-dark-theme .mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.opclient-dark-theme .mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.opclient-dark-theme .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused,.opclient-dark-theme .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused,.opclient-dark-theme .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused,.opclient-dark-theme .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused,.opclient-dark-theme .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused,.opclient-dark-theme .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused,.opclient-dark-theme .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused,.opclient-dark-theme .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused{background-color:#ffe0b24d}.opclient-dark-theme .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused.mat-tab-disabled{background-color:#ffffff1a}.opclient-dark-theme .mat-tab-group.mat-accent .mat-ink-bar,.opclient-dark-theme .mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#f57c00}.opclient-dark-theme .mat-tab-group.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.opclient-dark-theme .mat-tab-group.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar,.opclient-dark-theme .mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.opclient-dark-theme .mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar{background-color:#000000de}.opclient-dark-theme .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused,.opclient-dark-theme .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused,.opclient-dark-theme .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused,.opclient-dark-theme .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused,.opclient-dark-theme .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused,.opclient-dark-theme .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused,.opclient-dark-theme .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused,.opclient-dark-theme .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused{background-color:#ffffff4d}.opclient-dark-theme .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused.mat-tab-disabled{background-color:#ffffff1a}.opclient-dark-theme .mat-tab-group.mat-warn .mat-ink-bar,.opclient-dark-theme .mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#fff}.opclient-dark-theme .mat-tab-group.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.opclient-dark-theme .mat-tab-group.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar,.opclient-dark-theme .mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.opclient-dark-theme .mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.opclient-dark-theme .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused,.opclient-dark-theme .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused,.opclient-dark-theme .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused,.opclient-dark-theme .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused,.opclient-dark-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused,.opclient-dark-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused,.opclient-dark-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused,.opclient-dark-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused{background-color:#e2f4e84d}.opclient-dark-theme .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused.mat-tab-disabled{background-color:#ffffff1a}.opclient-dark-theme .mat-tab-group.mat-background-primary>.mat-tab-header,.opclient-dark-theme .mat-tab-group.mat-background-primary>.mat-tab-link-container,.opclient-dark-theme .mat-tab-group.mat-background-primary>.mat-tab-header-pagination,.opclient-dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header,.opclient-dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container,.opclient-dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination{background-color:#47b972}.opclient-dark-theme .mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label,.opclient-dark-theme .mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link,.opclient-dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label,.opclient-dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link{color:#fff}.opclient-dark-theme .mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.opclient-dark-theme .mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.opclient-dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.opclient-dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#fff6}.opclient-dark-theme .mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.opclient-dark-theme .mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.opclient-dark-theme .mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-focus-indicator:before,.opclient-dark-theme .mat-tab-group.mat-background-primary>.mat-tab-header .mat-focus-indicator:before,.opclient-dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.opclient-dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.opclient-dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-focus-indicator:before,.opclient-dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-focus-indicator:before{border-color:#fff}.opclient-dark-theme .mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.opclient-dark-theme .mat-tab-group.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.opclient-dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.opclient-dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.opclient-dark-theme .mat-tab-group.mat-background-primary>.mat-tab-header .mat-ripple-element,.opclient-dark-theme .mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.opclient-dark-theme .mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element,.opclient-dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-ripple-element,.opclient-dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.opclient-dark-theme .mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}.opclient-dark-theme .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused,.opclient-dark-theme .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused,.opclient-dark-theme .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused,.opclient-dark-theme .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused,.opclient-dark-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused,.opclient-dark-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused,.opclient-dark-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused,.opclient-dark-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused{background-color:#ffe0b24d}.opclient-dark-theme .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused.mat-tab-disabled{background-color:#ffffff1a}.opclient-dark-theme .mat-tab-group.mat-background-accent>.mat-tab-header,.opclient-dark-theme .mat-tab-group.mat-background-accent>.mat-tab-link-container,.opclient-dark-theme .mat-tab-group.mat-background-accent>.mat-tab-header-pagination,.opclient-dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header,.opclient-dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container,.opclient-dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination{background-color:#f57c00}.opclient-dark-theme .mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label,.opclient-dark-theme .mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link,.opclient-dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label,.opclient-dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link{color:#000000de}.opclient-dark-theme .mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.opclient-dark-theme .mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.opclient-dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.opclient-dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#0006}.opclient-dark-theme .mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.opclient-dark-theme .mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.opclient-dark-theme .mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-focus-indicator:before,.opclient-dark-theme .mat-tab-group.mat-background-accent>.mat-tab-header .mat-focus-indicator:before,.opclient-dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.opclient-dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.opclient-dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-focus-indicator:before,.opclient-dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-focus-indicator:before{border-color:#000000de}.opclient-dark-theme .mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.opclient-dark-theme .mat-tab-group.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.opclient-dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.opclient-dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#000;opacity:.4}.opclient-dark-theme .mat-tab-group.mat-background-accent>.mat-tab-header .mat-ripple-element,.opclient-dark-theme .mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.opclient-dark-theme .mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element,.opclient-dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-ripple-element,.opclient-dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.opclient-dark-theme .mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element{background-color:#000;opacity:.12}.opclient-dark-theme .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused,.opclient-dark-theme .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused,.opclient-dark-theme .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused,.opclient-dark-theme .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused,.opclient-dark-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused,.opclient-dark-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused,.opclient-dark-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused,.opclient-dark-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused{background-color:#ffffff4d}.opclient-dark-theme .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.opclient-dark-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused.mat-tab-disabled{background-color:#ffffff1a}.opclient-dark-theme .mat-tab-group.mat-background-warn>.mat-tab-header,.opclient-dark-theme .mat-tab-group.mat-background-warn>.mat-tab-link-container,.opclient-dark-theme .mat-tab-group.mat-background-warn>.mat-tab-header-pagination,.opclient-dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header,.opclient-dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container,.opclient-dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination{background-color:#fff}.opclient-dark-theme .mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label,.opclient-dark-theme .mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link,.opclient-dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label,.opclient-dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link{color:#fff}.opclient-dark-theme .mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.opclient-dark-theme .mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.opclient-dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.opclient-dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#fff6}.opclient-dark-theme .mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.opclient-dark-theme .mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.opclient-dark-theme .mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-focus-indicator:before,.opclient-dark-theme .mat-tab-group.mat-background-warn>.mat-tab-header .mat-focus-indicator:before,.opclient-dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.opclient-dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.opclient-dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-focus-indicator:before,.opclient-dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-focus-indicator:before{border-color:#fff}.opclient-dark-theme .mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.opclient-dark-theme .mat-tab-group.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.opclient-dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.opclient-dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.opclient-dark-theme .mat-tab-group.mat-background-warn>.mat-tab-header .mat-ripple-element,.opclient-dark-theme .mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.opclient-dark-theme .mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element,.opclient-dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-ripple-element,.opclient-dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.opclient-dark-theme .mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}.opclient-dark-theme .mat-snack-bar-container{color:#000000de;background:#fafafa;box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.opclient-dark-theme .mat-simple-snackbar-action{color:inherit}.opclient-dark-theme .mat-table{background:#424242}.opclient-dark-theme .mat-table thead,.opclient-dark-theme .mat-table tbody,.opclient-dark-theme .mat-table tfoot,.opclient-dark-theme mat-header-row,.opclient-dark-theme mat-row,.opclient-dark-theme mat-footer-row,.opclient-dark-theme [mat-header-row],.opclient-dark-theme [mat-row],.opclient-dark-theme [mat-footer-row],.opclient-dark-theme .mat-table-sticky{background:inherit}.opclient-dark-theme mat-row,.opclient-dark-theme mat-header-row,.opclient-dark-theme mat-footer-row,.opclient-dark-theme th.mat-header-cell,.opclient-dark-theme td.mat-cell,.opclient-dark-theme td.mat-footer-cell{border-bottom-color:#ffffff1f}.opclient-dark-theme .mat-header-cell{color:#ffffffb3}.opclient-dark-theme .mat-cell,.opclient-dark-theme .mat-footer-cell{color:#fff}.opclient-dark-theme .mat-ripple-element{background-color:#ffffff1a}.opclient-dark-theme .mat-mdc-option{color:var(--mdc-theme-text-primary-on-background, white)}.opclient-dark-theme .mat-mdc-option:hover:not(.mdc-list-item--disabled),.opclient-dark-theme .mat-mdc-option:focus:not(.mdc-list-item--disabled),.opclient-dark-theme .mat-mdc-option.mat-mdc-option-active,.opclient-dark-theme .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled){background:rgba(255,255,255,.08)}.opclient-dark-theme .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:var(--mdc-theme-primary, #47b972)}.opclient-dark-theme .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:var(--mdc-theme-secondary, #f57c00)}.opclient-dark-theme .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:var(--mdc-theme-error, white)}.opclient-dark-theme .mat-mdc-optgroup-label{color:var(--mdc-theme-text-primary-on-background, white)}.opclient-dark-theme .mat-pseudo-checkbox-full{color:#ffffffb3}.opclient-dark-theme .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled{color:#686868}.opclient-dark-theme .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.opclient-dark-theme .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#47b972}.opclient-dark-theme .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.opclient-dark-theme .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#47b972}.opclient-dark-theme .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.opclient-dark-theme .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#303030}.opclient-dark-theme .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.opclient-dark-theme .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#f57c00}.opclient-dark-theme .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.opclient-dark-theme .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#f57c00}.opclient-dark-theme .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.opclient-dark-theme .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#303030}.opclient-dark-theme .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.opclient-dark-theme .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#f57c00}.opclient-dark-theme .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.opclient-dark-theme .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#f57c00}.opclient-dark-theme .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.opclient-dark-theme .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#303030}.opclient-dark-theme .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.opclient-dark-theme .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#fff}.opclient-dark-theme .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.opclient-dark-theme .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:white}.opclient-dark-theme .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.opclient-dark-theme .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#303030}.opclient-dark-theme .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.opclient-dark-theme .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#686868}.opclient-dark-theme .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.opclient-dark-theme .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#686868}.opclient-dark-theme .mat-app-background,.opclient-dark-theme.mat-app-background{background-color:#303030;color:#fff}.opclient-dark-theme .mat-elevation-z0,.opclient-dark-theme .mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.opclient-dark-theme .mat-elevation-z1,.opclient-dark-theme .mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.opclient-dark-theme .mat-elevation-z2,.opclient-dark-theme .mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.opclient-dark-theme .mat-elevation-z3,.opclient-dark-theme .mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.opclient-dark-theme .mat-elevation-z4,.opclient-dark-theme .mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.opclient-dark-theme .mat-elevation-z5,.opclient-dark-theme .mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.opclient-dark-theme .mat-elevation-z6,.opclient-dark-theme .mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.opclient-dark-theme .mat-elevation-z7,.opclient-dark-theme .mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.opclient-dark-theme .mat-elevation-z8,.opclient-dark-theme .mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.opclient-dark-theme .mat-elevation-z9,.opclient-dark-theme .mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.opclient-dark-theme .mat-elevation-z10,.opclient-dark-theme .mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.opclient-dark-theme .mat-elevation-z11,.opclient-dark-theme .mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.opclient-dark-theme .mat-elevation-z12,.opclient-dark-theme .mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.opclient-dark-theme .mat-elevation-z13,.opclient-dark-theme .mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.opclient-dark-theme .mat-elevation-z14,.opclient-dark-theme .mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.opclient-dark-theme .mat-elevation-z15,.opclient-dark-theme .mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.opclient-dark-theme .mat-elevation-z16,.opclient-dark-theme .mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.opclient-dark-theme .mat-elevation-z17,.opclient-dark-theme .mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.opclient-dark-theme .mat-elevation-z18,.opclient-dark-theme .mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.opclient-dark-theme .mat-elevation-z19,.opclient-dark-theme .mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.opclient-dark-theme .mat-elevation-z20,.opclient-dark-theme .mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.opclient-dark-theme .mat-elevation-z21,.opclient-dark-theme .mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.opclient-dark-theme .mat-elevation-z22,.opclient-dark-theme .mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.opclient-dark-theme .mat-elevation-z23,.opclient-dark-theme .mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.opclient-dark-theme .mat-elevation-z24,.opclient-dark-theme .mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mat-theme-loaded-marker{display:none}.opclient-dark-theme .mat-mdc-card{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;--mdc-elevated-card-container-color: #424242}.opclient-dark-theme .mat-mdc-card-outlined{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f;--mdc-outlined-card-outline-color: #595959}.opclient-dark-theme .mat-mdc-card-subtitle{color:#ffffffb3}.opclient-dark-theme .mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color: #47b972}.opclient-dark-theme .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(71, 185, 114, 0.25)'/%3E%3C/svg%3E")}.opclient-dark-theme .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar{background-color:#47b97240}.opclient-dark-theme .mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color: #f57c00}.opclient-dark-theme .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(245, 124, 0, 0.25)'/%3E%3C/svg%3E")}.opclient-dark-theme .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar{background-color:#f57c0040}.opclient-dark-theme .mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color: white}.opclient-dark-theme .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255, 255, 255, 0.25)'/%3E%3C/svg%3E")}.opclient-dark-theme .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar{background-color:#ffffff40}.opclient-dark-theme .mat-mdc-tooltip{--mdc-plain-tooltip-container-color: #616161;--mdc-plain-tooltip-supporting-text-color: white}.opclient-dark-theme .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label{color:#fff9}.opclient-dark-theme .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input{color:#ffffffde}@media all{.opclient-dark-theme .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder{color:#fff9}}@media all{.opclient-dark-theme .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder{color:#fff9}}.opclient-dark-theme .mdc-text-field .mdc-text-field__input{caret-color:var(--mdc-theme-primary, #47b972)}.opclient-dark-theme .mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-helper-text{color:#0009}.opclient-dark-theme .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,.opclient-dark-theme .mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-character-counter{color:#0009}.opclient-dark-theme .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading{color:#0000008a}.opclient-dark-theme .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:#0000008a}.opclient-dark-theme .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix{color:#0009}.opclient-dark-theme .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix{color:#0009}.opclient-dark-theme .mdc-text-field--filled .mdc-text-field__ripple:before,.opclient-dark-theme .mdc-text-field--filled .mdc-text-field__ripple:after{background-color:var(--mdc-ripple-color, rgba(255, 255, 255, .87))}.opclient-dark-theme .mdc-text-field--filled:hover .mdc-text-field__ripple:before,.opclient-dark-theme .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple:before{opacity:var(--mdc-ripple-hover-opacity, .08)}.opclient-dark-theme .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple:before,.opclient-dark-theme .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple:before{opacity:var(--mdc-ripple-focus-opacity, .24)}.opclient-dark-theme .mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:#4a4a4a}.opclient-dark-theme .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple:before{border-bottom-color:#ffffff6b}.opclient-dark-theme .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple:before{border-bottom-color:#ffffffde}.opclient-dark-theme .mdc-text-field--filled .mdc-line-ripple:after{border-bottom-color:var(--mdc-theme-primary, #47b972)}.opclient-dark-theme .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.opclient-dark-theme .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.opclient-dark-theme .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:#ffffff61}.opclient-dark-theme .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.opclient-dark-theme .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.opclient-dark-theme .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#ffffffde}.opclient-dark-theme .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.opclient-dark-theme .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.opclient-dark-theme .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:var(--mdc-theme-primary, #47b972)}.opclient-dark-theme .mdc-text-field--outlined .mdc-text-field__ripple:before,.opclient-dark-theme .mdc-text-field--outlined .mdc-text-field__ripple:after{background-color:var(--mdc-ripple-color, transparent)}.opclient-dark-theme .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label{color:#47b972de}.opclient-dark-theme .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple:before{border-bottom-color:var(--mdc-theme-error, white)}.opclient-dark-theme .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:after{border-bottom-color:var(--mdc-theme-error, white)}.opclient-dark-theme .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label{color:var(--mdc-theme-error, white)}.opclient-dark-theme .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg{color:var(--mdc-theme-error, white)}.opclient-dark-theme .mdc-text-field--invalid .mdc-text-field__input{caret-color:var(--mdc-theme-error, white)}.opclient-dark-theme .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:var(--mdc-theme-error, white)}.opclient-dark-theme .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:before{border-bottom-color:var(--mdc-theme-error, white)}.opclient-dark-theme .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.opclient-dark-theme .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.opclient-dark-theme .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, white)}.opclient-dark-theme .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.opclient-dark-theme .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.opclient-dark-theme .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, white)}.opclient-dark-theme .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.opclient-dark-theme .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.opclient-dark-theme .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, white)}.opclient-dark-theme .mdc-text-field--disabled .mdc-text-field__input{color:#ffffff61}@media all{.opclient-dark-theme .mdc-text-field--disabled .mdc-text-field__input::placeholder{color:#ffffff61}}@media all{.opclient-dark-theme .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder{color:#ffffff61}}.opclient-dark-theme .mdc-text-field--disabled .mdc-floating-label{color:#ffffff61}.opclient-dark-theme .mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-helper-text{color:#00000061}.opclient-dark-theme .mdc-text-field--disabled .mdc-text-field-character-counter,.opclient-dark-theme .mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-character-counter{color:#00000061}.opclient-dark-theme .mdc-text-field--disabled .mdc-text-field__icon--leading,.opclient-dark-theme .mdc-text-field--disabled .mdc-text-field__icon--trailing{color:#0000004d}.opclient-dark-theme .mdc-text-field--disabled .mdc-text-field__affix--prefix,.opclient-dark-theme .mdc-text-field--disabled .mdc-text-field__affix--suffix{color:#00000061}.opclient-dark-theme .mdc-text-field--disabled .mdc-line-ripple:before{border-bottom-color:#ffffff0f}.opclient-dark-theme .mdc-text-field--disabled .mdc-notched-outline__leading,.opclient-dark-theme .mdc-text-field--disabled .mdc-notched-outline__notch,.opclient-dark-theme .mdc-text-field--disabled .mdc-notched-outline__trailing{border-color:#ffffff0f}@media screen and (forced-colors: active),(-ms-high-contrast: active){.opclient-dark-theme .mdc-text-field--disabled .mdc-text-field__input::placeholder{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.opclient-dark-theme .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.opclient-dark-theme .mdc-text-field--disabled .mdc-floating-label{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.opclient-dark-theme .mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-helper-text{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.opclient-dark-theme .mdc-text-field--disabled .mdc-text-field-character-counter,.opclient-dark-theme .mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-character-counter{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.opclient-dark-theme .mdc-text-field--disabled .mdc-text-field__icon--leading{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.opclient-dark-theme .mdc-text-field--disabled .mdc-text-field__icon--trailing{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.opclient-dark-theme .mdc-text-field--disabled .mdc-text-field__affix--prefix{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.opclient-dark-theme .mdc-text-field--disabled .mdc-text-field__affix--suffix{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.opclient-dark-theme .mdc-text-field--disabled .mdc-line-ripple:before{border-bottom-color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.opclient-dark-theme .mdc-text-field--disabled .mdc-notched-outline__leading,.opclient-dark-theme .mdc-text-field--disabled .mdc-notched-outline__notch,.opclient-dark-theme .mdc-text-field--disabled .mdc-notched-outline__trailing{border-color:GrayText}}.opclient-dark-theme .mdc-text-field--disabled.mdc-text-field--filled{background-color:#464646}.opclient-dark-theme .mat-mdc-form-field-error{color:var(--mdc-theme-error, white)}.opclient-dark-theme .mat-mdc-form-field-focus-overlay{background-color:#ffffffde}.opclient-dark-theme .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay{opacity:.08}.opclient-dark-theme .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay{opacity:.24}.opclient-dark-theme select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option{color:#000000de}.opclient-dark-theme select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option:disabled{color:#00000061}.opclient-dark-theme .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix:after{color:#ffffff8a}.opclient-dark-theme .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix:after{color:#47b972de}.opclient-dark-theme .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix:after{color:#f57c00de}.opclient-dark-theme .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix:after{color:#ffffffde}.opclient-dark-theme .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix:after{color:#ffffff61}.opclient-dark-theme .mat-mdc-form-field.mat-accent .mdc-text-field__input{caret-color:var(--mdc-theme-secondary, #f57c00)}.opclient-dark-theme .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple:after{border-bottom-color:var(--mdc-theme-secondary, #f57c00)}.opclient-dark-theme .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label{color:#f57c00de}.opclient-dark-theme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple:before{border-bottom-color:var(--mdc-theme-error, white)}.opclient-dark-theme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:after{border-bottom-color:var(--mdc-theme-error, white)}.opclient-dark-theme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label{color:var(--mdc-theme-error, white)}.opclient-dark-theme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg{color:var(--mdc-theme-error, white)}.opclient-dark-theme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input{caret-color:var(--mdc-theme-error, white)}.opclient-dark-theme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:var(--mdc-theme-error, white)}.opclient-dark-theme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:before{border-bottom-color:var(--mdc-theme-error, white)}.opclient-dark-theme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.opclient-dark-theme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.opclient-dark-theme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, white)}.opclient-dark-theme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.opclient-dark-theme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.opclient-dark-theme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, white)}.opclient-dark-theme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.opclient-dark-theme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.opclient-dark-theme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, white)}.opclient-dark-theme .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.opclient-dark-theme .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.opclient-dark-theme .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:var(--mdc-theme-secondary, #f57c00)}.opclient-dark-theme .mat-mdc-form-field.mat-warn .mdc-text-field__input{caret-color:var(--mdc-theme-error, white)}.opclient-dark-theme .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple:after{border-bottom-color:var(--mdc-theme-error, white)}.opclient-dark-theme .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label{color:#ffffffde}.opclient-dark-theme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple:before{border-bottom-color:var(--mdc-theme-error, white)}.opclient-dark-theme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:after{border-bottom-color:var(--mdc-theme-error, white)}.opclient-dark-theme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label{color:var(--mdc-theme-error, white)}.opclient-dark-theme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg{color:var(--mdc-theme-error, white)}.opclient-dark-theme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input{caret-color:var(--mdc-theme-error, white)}.opclient-dark-theme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:var(--mdc-theme-error, white)}.opclient-dark-theme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:before{border-bottom-color:var(--mdc-theme-error, white)}.opclient-dark-theme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.opclient-dark-theme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.opclient-dark-theme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, white)}.opclient-dark-theme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.opclient-dark-theme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.opclient-dark-theme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, white)}.opclient-dark-theme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.opclient-dark-theme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.opclient-dark-theme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, white)}.opclient-dark-theme .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.opclient-dark-theme .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.opclient-dark-theme .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, white)}.opclient-dark-theme .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch{border-left:1px solid transparent}.opclient-dark-theme [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch{border-left:none;border-right:1px solid transparent}.opclient-dark-theme .mat-mdc-select-value{color:#ffffffde}.opclient-dark-theme .mat-mdc-select-placeholder{color:#fff9}.opclient-dark-theme .mat-mdc-select-disabled .mat-mdc-select-value{color:#ffffff61}.opclient-dark-theme .mat-mdc-select-arrow{color:#ffffff8a}.opclient-dark-theme .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow{color:#47b972de}.opclient-dark-theme .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow{color:#f57c00de}.opclient-dark-theme .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow,.opclient-dark-theme .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow{color:#ffffffde}.opclient-dark-theme .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow{color:#ffffff61}.opclient-dark-theme .mat-mdc-dialog-container{--mdc-dialog-container-color: #424242;--mdc-dialog-with-divider-divider-color: rgba(255, 255, 255, .12);--mdc-dialog-subhead-color: rgba(255, 255, 255, .87);--mdc-dialog-supporting-text-color: rgba(255, 255, 255, .6)}.opclient-dark-theme .mat-mdc-standard-chip{--mdc-chip-elevated-container-color: #595959;--mdc-chip-elevated-disabled-container-color: #595959;--mdc-chip-label-text-color: #fafafa;--mdc-chip-disabled-label-text-color: #fafafa;--mdc-chip-with-icon-icon-color: #fafafa;--mdc-chip-with-icon-disabled-icon-color: #fafafa;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;--mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;--mdc-chip-with-icon-selected-icon-color: #fafafa}.opclient-dark-theme .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected,.opclient-dark-theme .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted{--mdc-chip-elevated-container-color: #47b972;--mdc-chip-elevated-disabled-container-color: #47b972;--mdc-chip-label-text-color: white;--mdc-chip-disabled-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white}.opclient-dark-theme .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected,.opclient-dark-theme .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted{--mdc-chip-elevated-container-color: #f57c00;--mdc-chip-elevated-disabled-container-color: #f57c00;--mdc-chip-label-text-color: rgba(0, 0, 0, .87);--mdc-chip-disabled-label-text-color: rgba(0, 0, 0, .87);--mdc-chip-with-icon-icon-color: rgba(0, 0, 0, .87);--mdc-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, .87);--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mdc-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, .87);--mdc-chip-with-icon-selected-icon-color: rgba(0, 0, 0, .87)}.opclient-dark-theme .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected,.opclient-dark-theme .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted{--mdc-chip-elevated-container-color: white;--mdc-chip-elevated-disabled-container-color: white;--mdc-chip-label-text-color: white;--mdc-chip-disabled-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white}.opclient-dark-theme .mat-mdc-chip-focus-overlay{background:white}.opclient-dark-theme .mat-mdc-slide-toggle{--mdc-switch-disabled-selected-handle-color: #000;--mdc-switch-disabled-unselected-handle-color: #000;--mdc-switch-disabled-selected-track-color: #f5f5f5;--mdc-switch-disabled-unselected-track-color: #f5f5f5;--mdc-switch-unselected-focus-state-layer-color: #f5f5f5;--mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;--mdc-switch-unselected-hover-state-layer-color: #f5f5f5;--mdc-switch-unselected-focus-track-color: #616161;--mdc-switch-unselected-hover-track-color: #616161;--mdc-switch-unselected-pressed-track-color: #616161;--mdc-switch-unselected-track-color: #616161;--mdc-switch-unselected-focus-handle-color: #fafafa;--mdc-switch-unselected-hover-handle-color: #fafafa;--mdc-switch-unselected-pressed-handle-color: #fafafa;--mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);--mdc-switch-unselected-handle-color: #9e9e9e;--mdc-switch-selected-icon-color: #212121;--mdc-switch-disabled-selected-icon-color: #212121;--mdc-switch-disabled-unselected-icon-color: #212121;--mdc-switch-unselected-icon-color: #212121}.opclient-dark-theme .mat-mdc-slide-toggle .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, white)}.opclient-dark-theme .mat-mdc-slide-toggle .mdc-switch--disabled+label{color:#ffffff80}.opclient-dark-theme .mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color: #ffb74d;--mdc-switch-selected-handle-color: #ffb74d;--mdc-switch-selected-hover-state-layer-color: #ffb74d;--mdc-switch-selected-pressed-state-layer-color: #ffb74d;--mdc-switch-selected-focus-handle-color: #ffcc80;--mdc-switch-selected-hover-handle-color: #ffcc80;--mdc-switch-selected-pressed-handle-color: #ffcc80;--mdc-switch-selected-focus-track-color: #fb8c00;--mdc-switch-selected-hover-track-color: #fb8c00;--mdc-switch-selected-pressed-track-color: #fb8c00;--mdc-switch-selected-track-color: #fb8c00}.opclient-dark-theme .mat-mdc-radio-button .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, white)}.opclient-dark-theme .mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-focus-icon-color: #eeeeee;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #47b972;--mdc-radio-selected-hover-icon-color: #47b972;--mdc-radio-selected-icon-color: #47b972;--mdc-radio-selected-pressed-icon-color: #47b972;--mat-mdc-radio-ripple-color: #fff;--mat-mdc-radio-checked-ripple-color: #47b972}.opclient-dark-theme .mat-mdc-radio-button.mat-primary .mdc-radio--disabled+label{color:#ffffff80}.opclient-dark-theme .mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-focus-icon-color: #eeeeee;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #f57c00;--mdc-radio-selected-hover-icon-color: #f57c00;--mdc-radio-selected-icon-color: #f57c00;--mdc-radio-selected-pressed-icon-color: #f57c00;--mat-mdc-radio-ripple-color: #fff;--mat-mdc-radio-checked-ripple-color: #f57c00}.opclient-dark-theme .mat-mdc-radio-button.mat-accent .mdc-radio--disabled+label{color:#ffffff80}.opclient-dark-theme .mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-focus-icon-color: #eeeeee;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: white;--mdc-radio-selected-hover-icon-color: white;--mdc-radio-selected-icon-color: white;--mdc-radio-selected-pressed-icon-color: white;--mat-mdc-radio-ripple-color: #fff;--mat-mdc-radio-checked-ripple-color: white}.opclient-dark-theme .mat-mdc-radio-button.mat-warn .mdc-radio--disabled+label{color:#ffffff80}.opclient-dark-theme .mat-mdc-slider{--mdc-slider-label-container-color: white;--mdc-slider-label-label-text-color: black;--mdc-slider-disabled-handle-color: #fff;--mdc-slider-disabled-active-track-color: #fff;--mdc-slider-disabled-inactive-track-color: #fff;--mdc-slider-with-tick-marks-disabled-container-color: #fff;--mat-mdc-slider-value-indicator-opacity: .9}.opclient-dark-theme .mat-mdc-slider.mat-primary{--mdc-slider-handle-color: #47b972;--mdc-slider-focus-handle-color: #47b972;--mdc-slider-hover-handle-color: #47b972;--mdc-slider-active-track-color: #47b972;--mdc-slider-inactive-track-color: #47b972;--mdc-slider-with-tick-marks-active-container-color: #000;--mdc-slider-with-tick-marks-inactive-container-color: #47b972;--mat-mdc-slider-ripple-color: #47b972;--mat-mdc-slider-hover-ripple-color: rgba(71, 185, 114, .05);--mat-mdc-slider-focus-ripple-color: rgba(71, 185, 114, .2)}.opclient-dark-theme .mat-mdc-slider.mat-accent{--mdc-slider-handle-color: #f57c00;--mdc-slider-focus-handle-color: #f57c00;--mdc-slider-hover-handle-color: #f57c00;--mdc-slider-active-track-color: #f57c00;--mdc-slider-inactive-track-color: #f57c00;--mdc-slider-with-tick-marks-active-container-color: #000;--mdc-slider-with-tick-marks-inactive-container-color: #f57c00;--mat-mdc-slider-ripple-color: #f57c00;--mat-mdc-slider-hover-ripple-color: rgba(245, 124, 0, .05);--mat-mdc-slider-focus-ripple-color: rgba(245, 124, 0, .2)}.opclient-dark-theme .mat-mdc-slider.mat-warn{--mdc-slider-handle-color: white;--mdc-slider-focus-handle-color: white;--mdc-slider-hover-handle-color: white;--mdc-slider-active-track-color: white;--mdc-slider-inactive-track-color: white;--mdc-slider-with-tick-marks-active-container-color: #000;--mdc-slider-with-tick-marks-inactive-container-color: white;--mat-mdc-slider-ripple-color: white;--mat-mdc-slider-hover-ripple-color: rgba(255, 255, 255, .05);--mat-mdc-slider-focus-ripple-color: rgba(255, 255, 255, .2)}.opclient-dark-theme .mdc-menu-surface{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;background-color:var(--mdc-theme-surface, #424242);color:var(--mdc-theme-on-surface, #fff)}.opclient-dark-theme .mdc-list-item__primary-text{color:var(--mdc-theme-text-primary-on-background, white)}.opclient-dark-theme .mdc-list-item__secondary-text{color:var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, .7))}.opclient-dark-theme .mdc-list-item__overline-text{color:var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, .5))}.opclient-dark-theme .mdc-list-item--with-leading-icon .mdc-list-item__start,.opclient-dark-theme .mdc-list-item--with-trailing-icon .mdc-list-item__end{background-color:transparent}.opclient-dark-theme .mdc-list-item--with-leading-icon .mdc-list-item__start,.opclient-dark-theme .mdc-list-item--with-trailing-icon .mdc-list-item__end{color:var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, .5))}.opclient-dark-theme .mdc-list-item__end{color:var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, .5))}.opclient-dark-theme .mdc-list-item--disabled .mdc-list-item__start,.opclient-dark-theme .mdc-list-item--disabled .mdc-list-item__content,.opclient-dark-theme .mdc-list-item--disabled .mdc-list-item__end{opacity:.38}.opclient-dark-theme .mdc-list-item--disabled .mdc-list-item__primary-text,.opclient-dark-theme .mdc-list-item--disabled .mdc-list-item__secondary-text,.opclient-dark-theme .mdc-list-item--disabled .mdc-list-item__overline-text,.opclient-dark-theme .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,.opclient-dark-theme .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,.opclient-dark-theme .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end{color:var(--mdc-theme-on-surface, #fff)}.opclient-dark-theme .mdc-list-item--selected .mdc-list-item__primary-text,.opclient-dark-theme .mdc-list-item--activated .mdc-list-item__primary-text,.opclient-dark-theme .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.opclient-dark-theme .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:var(--mdc-theme-primary, #47b972)}.opclient-dark-theme .mdc-deprecated-list-group__subheader{color:var(--mdc-theme-text-primary-on-background, white)}.opclient-dark-theme .mdc-list-divider:after{border-bottom-color:#fff}.opclient-dark-theme .mdc-list-divider{background-color:#fff3}.opclient-dark-theme .mat-mdc-menu-item[disabled],.opclient-dark-theme .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,.opclient-dark-theme .mat-mdc-menu-item[disabled] .mat-icon-no-color{color:var(--mdc-theme-text-disabled-on-background, rgba(255, 255, 255, .5))}.opclient-dark-theme .mat-mdc-menu-item .mat-icon-no-color,.opclient-dark-theme .mat-mdc-menu-submenu-icon{color:var(--mdc-theme-text-primary-on-background, white)}.opclient-dark-theme .mat-mdc-menu-item:hover:not([disabled]),.opclient-dark-theme .mat-mdc-menu-item.cdk-program-focused:not([disabled]),.opclient-dark-theme .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.opclient-dark-theme .mat-mdc-menu-item-highlighted:not([disabled]){background:rgba(255,255,255,.08)}.opclient-dark-theme .mat-mdc-list-base{--mdc-list-list-item-label-text-color: white;--mdc-list-list-item-supporting-text-color: rgba(255, 255, 255, .7);--mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, .5);--mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-disabled-label-text-color: white;--mdc-list-list-item-disabled-leading-icon-color: white;--mdc-list-list-item-disabled-trailing-icon-color: white;--mdc-list-list-item-hover-label-text-color: white;--mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-focus-label-text-color: white;--mdc-list-list-item-hover-state-layer-color: white;--mdc-list-list-item-hover-state-layer-opacity: .08;--mdc-list-list-item-focus-state-layer-color: white;--mdc-list-list-item-focus-state-layer-opacity: .24}.opclient-dark-theme .mat-mdc-list-option .mdc-list-item__start,.opclient-dark-theme .mat-mdc-list-option .mdc-list-item__end{--mdc-checkbox-selected-checkmark-color: #000;--mdc-checkbox-selected-focus-icon-color: #47b972;--mdc-checkbox-selected-hover-icon-color: #47b972;--mdc-checkbox-selected-icon-color: #47b972;--mdc-checkbox-selected-pressed-icon-color: #47b972;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54)}.opclient-dark-theme .mat-mdc-list-option .mdc-list-item__start,.opclient-dark-theme .mat-mdc-list-option .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-focus-icon-color: #eeeeee;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #47b972;--mdc-radio-selected-hover-icon-color: #47b972;--mdc-radio-selected-icon-color: #47b972;--mdc-radio-selected-pressed-icon-color: #47b972;--mat-mdc-radio-ripple-color: #fff;--mat-mdc-radio-checked-ripple-color: #47b972}.opclient-dark-theme .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled+label,.opclient-dark-theme .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled+label{color:#ffffff80}.opclient-dark-theme .mat-mdc-list-option.mat-accent .mdc-list-item__start,.opclient-dark-theme .mat-mdc-list-option.mat-accent .mdc-list-item__end{--mdc-checkbox-selected-checkmark-color: #000;--mdc-checkbox-selected-focus-icon-color: #f57c00;--mdc-checkbox-selected-hover-icon-color: #f57c00;--mdc-checkbox-selected-icon-color: #f57c00;--mdc-checkbox-selected-pressed-icon-color: #f57c00;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54)}.opclient-dark-theme .mat-mdc-list-option.mat-accent .mdc-list-item__start,.opclient-dark-theme .mat-mdc-list-option.mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-focus-icon-color: #eeeeee;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #f57c00;--mdc-radio-selected-hover-icon-color: #f57c00;--mdc-radio-selected-icon-color: #f57c00;--mdc-radio-selected-pressed-icon-color: #f57c00;--mat-mdc-radio-ripple-color: #fff;--mat-mdc-radio-checked-ripple-color: #f57c00}.opclient-dark-theme .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled+label,.opclient-dark-theme .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled+label{color:#ffffff80}.opclient-dark-theme .mat-mdc-list-option.mat-warn .mdc-list-item__start,.opclient-dark-theme .mat-mdc-list-option.mat-warn .mdc-list-item__end{--mdc-checkbox-selected-checkmark-color: #000;--mdc-checkbox-selected-focus-icon-color: white;--mdc-checkbox-selected-hover-icon-color: white;--mdc-checkbox-selected-icon-color: white;--mdc-checkbox-selected-pressed-icon-color: white;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54)}.opclient-dark-theme .mat-mdc-list-option.mat-warn .mdc-list-item__start,.opclient-dark-theme .mat-mdc-list-option.mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-focus-icon-color: #eeeeee;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: white;--mdc-radio-selected-hover-icon-color: white;--mdc-radio-selected-icon-color: white;--mdc-radio-selected-pressed-icon-color: white;--mat-mdc-radio-ripple-color: #fff;--mat-mdc-radio-checked-ripple-color: white}.opclient-dark-theme .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled+label,.opclient-dark-theme .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled+label{color:#ffffff80}.opclient-dark-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.opclient-dark-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.opclient-dark-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.opclient-dark-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#47b972}.opclient-dark-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.opclient-dark-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.opclient-dark-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.opclient-dark-theme .mat-mdc-paginator{background:#424242;color:#ffffffde}.opclient-dark-theme .mat-mdc-paginator-icon{fill:#ffffff8a}.opclient-dark-theme .mat-mdc-paginator-decrement,.opclient-dark-theme .mat-mdc-paginator-increment{border-top:2px solid rgba(255,255,255,.54);border-right:2px solid rgba(255,255,255,.54)}.opclient-dark-theme .mat-mdc-paginator-first,.opclient-dark-theme .mat-mdc-paginator-last{border-top:2px solid rgba(255,255,255,.54)}.opclient-dark-theme .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,.opclient-dark-theme .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,.opclient-dark-theme .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,.opclient-dark-theme .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last{border-color:#ffffff1f}.opclient-dark-theme .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon{fill:#ffffff1f}.opclient-dark-theme .mat-mdc-tab,.opclient-dark-theme .mat-mdc-tab-link{background-color:transparent}.opclient-dark-theme .mat-mdc-tab .mdc-tab__text-label,.opclient-dark-theme .mat-mdc-tab-link .mdc-tab__text-label{color:#fff9}.opclient-dark-theme .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple:before,.opclient-dark-theme .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element,.opclient-dark-theme .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple:before,.opclient-dark-theme .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element{background-color:#ffffff80}.opclient-dark-theme .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.opclient-dark-theme .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label{color:#47b972}.opclient-dark-theme .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.opclient-dark-theme .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline{border-color:var(--mdc-tab-indicator-active-indicator-color, #47b972)}.opclient-dark-theme .mdc-tab__ripple:before,.opclient-dark-theme .mat-mdc-tab .mat-ripple-element,.opclient-dark-theme .mat-mdc-tab-header-pagination .mat-ripple-element,.opclient-dark-theme .mat-mdc-tab-link .mat-ripple-element{background-color:#47b972}.opclient-dark-theme .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.opclient-dark-theme .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.opclient-dark-theme .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.opclient-dark-theme .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label{color:#f57c00}.opclient-dark-theme .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.opclient-dark-theme .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.opclient-dark-theme .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.opclient-dark-theme .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline{border-color:var(--mdc-tab-indicator-active-indicator-color, #f57c00)}.opclient-dark-theme .mat-mdc-tab-group.mat-accent .mdc-tab__ripple:before,.opclient-dark-theme .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,.opclient-dark-theme .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,.opclient-dark-theme .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element,.opclient-dark-theme .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple:before,.opclient-dark-theme .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,.opclient-dark-theme .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,.opclient-dark-theme .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element{background-color:#f57c00}.opclient-dark-theme .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.opclient-dark-theme .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.opclient-dark-theme .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.opclient-dark-theme .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label{color:#fff}.opclient-dark-theme .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.opclient-dark-theme .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.opclient-dark-theme .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.opclient-dark-theme .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline{border-color:var(--mdc-tab-indicator-active-indicator-color, white)}.opclient-dark-theme .mat-mdc-tab-group.mat-warn .mdc-tab__ripple:before,.opclient-dark-theme .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,.opclient-dark-theme .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,.opclient-dark-theme .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element,.opclient-dark-theme .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple:before,.opclient-dark-theme .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,.opclient-dark-theme .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,.opclient-dark-theme .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element{background-color:#fff}.opclient-dark-theme .mat-mdc-tab-group.mat-background-primary,.opclient-dark-theme .mat-mdc-tab-nav-bar.mat-background-primary{--mat-mdc-tab-header-with-background-background-color: #47b972;--mat-mdc-tab-header-with-background-foreground-color: #000}.opclient-dark-theme .mat-mdc-tab-group.mat-background-accent,.opclient-dark-theme .mat-mdc-tab-nav-bar.mat-background-accent{--mat-mdc-tab-header-with-background-background-color: #f57c00;--mat-mdc-tab-header-with-background-foreground-color: #000}.opclient-dark-theme .mat-mdc-tab-group.mat-background-warn,.opclient-dark-theme .mat-mdc-tab-nav-bar.mat-background-warn{--mat-mdc-tab-header-with-background-background-color: white;--mat-mdc-tab-header-with-background-foreground-color: #000}.opclient-dark-theme .mat-mdc-tab-header-pagination-chevron{border-color:var(--mdc-theme-on-surface, #fff)}.opclient-dark-theme .mat-mdc-checkbox .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, white)}.opclient-dark-theme .mat-mdc-checkbox .mat-ripple-element{background-color:#ffffff1a}.opclient-dark-theme .mat-mdc-checkbox .mdc-checkbox__ripple{background:#fff}.opclient-dark-theme .mat-mdc-checkbox.mat-primary{--mdc-checkbox-selected-checkmark-color: #000;--mdc-checkbox-selected-focus-icon-color: #47b972;--mdc-checkbox-selected-hover-icon-color: #47b972;--mdc-checkbox-selected-icon-color: #47b972;--mdc-checkbox-selected-pressed-icon-color: #47b972;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54)}.opclient-dark-theme .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:#47b9721a}.opclient-dark-theme .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected~.mdc-checkbox__ripple{background:#47b972}.opclient-dark-theme .mat-mdc-checkbox.mat-accent{--mdc-checkbox-selected-checkmark-color: #000;--mdc-checkbox-selected-focus-icon-color: #f57c00;--mdc-checkbox-selected-hover-icon-color: #f57c00;--mdc-checkbox-selected-icon-color: #f57c00;--mdc-checkbox-selected-pressed-icon-color: #f57c00;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54)}.opclient-dark-theme .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:#f57c001a}.opclient-dark-theme .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected~.mdc-checkbox__ripple{background:#f57c00}.opclient-dark-theme .mat-mdc-checkbox.mat-warn{--mdc-checkbox-selected-checkmark-color: #000;--mdc-checkbox-selected-focus-icon-color: white;--mdc-checkbox-selected-hover-icon-color: white;--mdc-checkbox-selected-icon-color: white;--mdc-checkbox-selected-pressed-icon-color: white;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54)}.opclient-dark-theme .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:#ffffff1a}.opclient-dark-theme .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected~.mdc-checkbox__ripple{background:white}.opclient-dark-theme .mat-mdc-checkbox-disabled label{color:#ffffff80}.opclient-dark-theme .mat-mdc-button.mat-unthemed{--mdc-text-button-label-text-color: #fff}.opclient-dark-theme .mat-mdc-button.mat-primary{--mdc-text-button-label-text-color: #47b972}.opclient-dark-theme .mat-mdc-button.mat-accent{--mdc-text-button-label-text-color: #f57c00}.opclient-dark-theme .mat-mdc-button.mat-warn{--mdc-text-button-label-text-color: white}.opclient-dark-theme .mat-mdc-button[disabled][disabled]{--mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mdc-text-button-label-text-color: rgba(255, 255, 255, .5)}.opclient-dark-theme .mat-mdc-unelevated-button.mat-unthemed{--mdc-filled-button-container-color: #424242;--mdc-filled-button-label-text-color: #fff}.opclient-dark-theme .mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color: #47b972;--mdc-filled-button-label-text-color: #000}.opclient-dark-theme .mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color: #f57c00;--mdc-filled-button-label-text-color: #000}.opclient-dark-theme .mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color: white;--mdc-filled-button-label-text-color: #000}.opclient-dark-theme .mat-mdc-unelevated-button[disabled][disabled]{--mdc-filled-button-disabled-container-color: rgba(255, 255, 255, .12);--mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mdc-filled-button-container-color: rgba(255, 255, 255, .12);--mdc-filled-button-label-text-color: rgba(255, 255, 255, .5)}.opclient-dark-theme .mat-mdc-raised-button.mat-unthemed{--mdc-protected-button-container-color: #424242;--mdc-protected-button-label-text-color: #fff}.opclient-dark-theme .mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color: #47b972;--mdc-protected-button-label-text-color: #000}.opclient-dark-theme .mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color: #f57c00;--mdc-protected-button-label-text-color: #000}.opclient-dark-theme .mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color: white;--mdc-protected-button-label-text-color: #000}.opclient-dark-theme .mat-mdc-raised-button[disabled][disabled]{--mdc-protected-button-disabled-container-color: rgba(255, 255, 255, .12);--mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mdc-protected-button-container-color: rgba(255, 255, 255, .12);--mdc-protected-button-label-text-color: rgba(255, 255, 255, .5);--mdc-protected-button-container-elevation: 0}.opclient-dark-theme .mat-mdc-outlined-button{--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12)}.opclient-dark-theme .mat-mdc-outlined-button.mat-unthemed{--mdc-outlined-button-label-text-color: #fff}.opclient-dark-theme .mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color: #47b972}.opclient-dark-theme .mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color: #f57c00}.opclient-dark-theme .mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color: white}.opclient-dark-theme .mat-mdc-outlined-button[disabled][disabled]{--mdc-outlined-button-label-text-color: rgba(255, 255, 255, .5);--mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, .12)}.opclient-dark-theme .mat-mdc-button,.opclient-dark-theme .mat-mdc-outlined-button{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)}.opclient-dark-theme .mat-mdc-button:hover .mat-mdc-button-persistent-ripple:before,.opclient-dark-theme .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple:before{opacity:.08}.opclient-dark-theme .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.opclient-dark-theme .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,.opclient-dark-theme .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.opclient-dark-theme .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.24}.opclient-dark-theme .mat-mdc-button:active .mat-mdc-button-persistent-ripple:before,.opclient-dark-theme .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple:before{opacity:.24}.opclient-dark-theme .mat-mdc-button.mat-primary,.opclient-dark-theme .mat-mdc-outlined-button.mat-primary{--mat-mdc-button-persistent-ripple-color: #47b972;--mat-mdc-button-ripple-color: rgba(71, 185, 114, .1)}.opclient-dark-theme .mat-mdc-button.mat-accent,.opclient-dark-theme .mat-mdc-outlined-button.mat-accent{--mat-mdc-button-persistent-ripple-color: #f57c00;--mat-mdc-button-ripple-color: rgba(245, 124, 0, .1)}.opclient-dark-theme .mat-mdc-button.mat-warn,.opclient-dark-theme .mat-mdc-outlined-button.mat-warn{--mat-mdc-button-persistent-ripple-color: white;--mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)}.opclient-dark-theme .mat-mdc-raised-button,.opclient-dark-theme .mat-mdc-unelevated-button{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)}.opclient-dark-theme .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple:before,.opclient-dark-theme .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple:before{opacity:.08}.opclient-dark-theme .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.opclient-dark-theme .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,.opclient-dark-theme .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.opclient-dark-theme .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.24}.opclient-dark-theme .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple:before,.opclient-dark-theme .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple:before{opacity:.24}.opclient-dark-theme .mat-mdc-raised-button.mat-primary,.opclient-dark-theme .mat-mdc-unelevated-button.mat-primary,.opclient-dark-theme .mat-mdc-raised-button.mat-accent,.opclient-dark-theme .mat-mdc-unelevated-button.mat-accent,.opclient-dark-theme .mat-mdc-raised-button.mat-warn,.opclient-dark-theme .mat-mdc-unelevated-button.mat-warn{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)}.opclient-dark-theme .mat-mdc-icon-button{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)}.opclient-dark-theme .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple:before{opacity:.08}.opclient-dark-theme .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.opclient-dark-theme .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.24}.opclient-dark-theme .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple:before{opacity:.24}.opclient-dark-theme .mat-mdc-icon-button.mat-primary{--mat-mdc-button-persistent-ripple-color: #47b972;--mat-mdc-button-ripple-color: rgba(71, 185, 114, .1)}.opclient-dark-theme .mat-mdc-icon-button.mat-accent{--mat-mdc-button-persistent-ripple-color: #f57c00;--mat-mdc-button-ripple-color: rgba(245, 124, 0, .1)}.opclient-dark-theme .mat-mdc-icon-button.mat-warn{--mat-mdc-button-persistent-ripple-color: white;--mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)}.opclient-dark-theme .mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color: #47b972}.opclient-dark-theme .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color: #f57c00}.opclient-dark-theme .mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color: white}.opclient-dark-theme .mat-mdc-icon-button[disabled][disabled]{--mdc-icon-button-icon-color: rgba(255, 255, 255, .5);--mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, .5)}.opclient-dark-theme .mat-mdc-fab,.opclient-dark-theme .mat-mdc-mini-fab{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)}.opclient-dark-theme .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple:before,.opclient-dark-theme .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple:before{opacity:.08}.opclient-dark-theme .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.opclient-dark-theme .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,.opclient-dark-theme .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.opclient-dark-theme .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.24}.opclient-dark-theme .mat-mdc-fab:active .mat-mdc-button-persistent-ripple:before,.opclient-dark-theme .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple:before{opacity:.24}.opclient-dark-theme .mat-mdc-fab.mat-primary,.opclient-dark-theme .mat-mdc-mini-fab.mat-primary,.opclient-dark-theme .mat-mdc-fab.mat-accent,.opclient-dark-theme .mat-mdc-mini-fab.mat-accent,.opclient-dark-theme .mat-mdc-fab.mat-warn,.opclient-dark-theme .mat-mdc-mini-fab.mat-warn{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)}.opclient-dark-theme .mat-mdc-fab.mat-unthemed,.opclient-dark-theme .mat-mdc-mini-fab.mat-unthemed{--mdc-fab-container-color: #424242;--mdc-fab-icon-color: #fff;--mat-mdc-fab-color: #fff}.opclient-dark-theme .mat-mdc-fab.mat-primary,.opclient-dark-theme .mat-mdc-mini-fab.mat-primary{--mdc-fab-container-color: #47b972;--mdc-fab-icon-color: #000;--mat-mdc-fab-color: #000}.opclient-dark-theme .mat-mdc-fab.mat-accent,.opclient-dark-theme .mat-mdc-mini-fab.mat-accent{--mdc-fab-container-color: #f57c00;--mdc-fab-icon-color: #000;--mat-mdc-fab-color: #000}.opclient-dark-theme .mat-mdc-fab.mat-warn,.opclient-dark-theme .mat-mdc-mini-fab.mat-warn{--mdc-fab-container-color: white;--mdc-fab-icon-color: #000;--mat-mdc-fab-color: #000}.opclient-dark-theme .mat-mdc-fab[disabled][disabled],.opclient-dark-theme .mat-mdc-mini-fab[disabled][disabled]{--mdc-fab-container-color: rgba(255, 255, 255, .12);--mdc-fab-icon-color: rgba(255, 255, 255, .5);--mat-mdc-fab-color: rgba(255, 255, 255, .5)}.opclient-dark-theme .mat-mdc-snack-bar-container{--mat-mdc-snack-bar-button-color: rgba(0, 0, 0, .87);--mdc-snackbar-container-color: #d9d9d9;--mdc-snackbar-supporting-text-color: rgba(66, 66, 66, .87)}.opclient-dark-theme .mdc-data-table{background-color:var(--mdc-theme-surface, #424242);border-color:#ffffff1f}.opclient-dark-theme .mdc-data-table__row{background-color:inherit}.opclient-dark-theme .mdc-data-table__header-cell{background-color:var(--mdc-theme-surface, #424242)}.opclient-dark-theme .mdc-data-table__row--selected{background-color:#47b9720a}.opclient-dark-theme .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,.opclient-dark-theme .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,.opclient-dark-theme .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:#ffffff1f}.opclient-dark-theme .mdc-data-table__cell,.opclient-dark-theme .mdc-data-table__header-cell{border-bottom-color:#ffffff1f}.opclient-dark-theme .mdc-data-table__pagination{border-top-color:#ffffff1f}.opclient-dark-theme .mdc-data-table__row:not(.mdc-data-table__row--selected):hover{background-color:#ffffff0a}.opclient-dark-theme .mdc-data-table__header-cell,.opclient-dark-theme .mdc-data-table__pagination-total,.opclient-dark-theme .mdc-data-table__pagination-rows-per-page-label,.opclient-dark-theme .mdc-data-table__cell{color:#ffffffde}.opclient-dark-theme .mat-mdc-table{background:#424242}.opclient-dark-theme .mat-mdc-progress-spinner{--mdc-circular-progress-active-indicator-color: #47b972}.opclient-dark-theme .mat-mdc-progress-spinner.mat-accent{--mdc-circular-progress-active-indicator-color: #f57c00}.opclient-dark-theme .mat-mdc-progress-spinner.mat-warn{--mdc-circular-progress-active-indicator-color: white}.opclient-dark-theme .mat-badge-content{color:#fff;background:#47b972}.cdk-high-contrast-active .opclient-dark-theme .mat-badge-content{outline:solid 1px;border-radius:0}.opclient-dark-theme .mat-badge-accent .mat-badge-content{background:#f57c00;color:#000000de}.opclient-dark-theme .mat-badge-warn .mat-badge-content{color:#fff;background:white}.opclient-dark-theme .mat-badge-disabled .mat-badge-content{background:#6e6e6e;color:#ffffff80}.opclient-dark-theme .mat-bottom-sheet-container{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f;background:#424242;color:#fff}.opclient-dark-theme .mat-button-toggle-standalone:not([class*=mat-elevation-z]),.opclient-dark-theme .mat-button-toggle-group:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.opclient-dark-theme .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),.opclient-dark-theme .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]){box-shadow:none}.opclient-dark-theme .mat-button-toggle{color:#ffffff80}.opclient-dark-theme .mat-button-toggle .mat-button-toggle-focus-overlay{background-color:#ffffff1f}.opclient-dark-theme .mat-button-toggle-appearance-standard{color:#fff;background:#424242}.opclient-dark-theme .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#fff}.opclient-dark-theme .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px #595959}.opclient-dark-theme [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px #595959}.opclient-dark-theme .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px #595959}.opclient-dark-theme .mat-button-toggle-checked{background-color:#212121;color:#ffffffb3}.opclient-dark-theme .mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:#fff}.opclient-dark-theme .mat-button-toggle-disabled{color:#ffffff4d;background-color:#000}.opclient-dark-theme .mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#424242}.opclient-dark-theme .mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#424242}.opclient-dark-theme .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.opclient-dark-theme .mat-button-toggle-group-appearance-standard{border:solid 1px #595959}.opclient-dark-theme .mat-calendar-arrow{fill:#fff}.opclient-dark-theme .mat-datepicker-toggle,.opclient-dark-theme .mat-datepicker-content .mat-calendar-next-button,.opclient-dark-theme .mat-datepicker-content .mat-calendar-previous-button{color:#fff}.opclient-dark-theme .mat-calendar-table-header-divider:after{background:rgba(255,255,255,.12)}.opclient-dark-theme .mat-calendar-table-header,.opclient-dark-theme .mat-calendar-body-label{color:#ffffffb3}.opclient-dark-theme .mat-calendar-body-cell-content,.opclient-dark-theme .mat-date-range-input-separator{color:#fff;border-color:transparent}.opclient-dark-theme .mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:#ffffff80}.opclient-dark-theme .mat-form-field-disabled .mat-date-range-input-separator{color:#ffffff80}.opclient-dark-theme .mat-calendar-body-in-preview{color:#ffffff3d}.opclient-dark-theme .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#ffffff80}.opclient-dark-theme .mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#ffffff4d}.opclient-dark-theme .mat-calendar-body-in-range:before{background:rgba(71,185,114,.2)}.opclient-dark-theme .mat-calendar-body-comparison-identical,.opclient-dark-theme .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.opclient-dark-theme .mat-calendar-body-comparison-bridge-start:before,.opclient-dark-theme [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(71,185,114,.2) 50%,rgba(249,171,0,.2) 50%)}.opclient-dark-theme .mat-calendar-body-comparison-bridge-end:before,.opclient-dark-theme [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(71,185,114,.2) 50%,rgba(249,171,0,.2) 50%)}.opclient-dark-theme .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.opclient-dark-theme .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.opclient-dark-theme .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.opclient-dark-theme .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.opclient-dark-theme .mat-calendar-body-selected{background-color:#47b972;color:#fff}.opclient-dark-theme .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#47b97266}.opclient-dark-theme .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.opclient-dark-theme .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.opclient-dark-theme .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:#47b9724d}@media (hover: hover){.opclient-dark-theme .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:#47b9724d}}.opclient-dark-theme .mat-datepicker-content{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;background-color:#424242;color:#fff}.opclient-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-range:before{background:rgba(245,124,0,.2)}.opclient-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,.opclient-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.opclient-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start:before,.opclient-dark-theme .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(245,124,0,.2) 50%,rgba(249,171,0,.2) 50%)}.opclient-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end:before,.opclient-dark-theme .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(245,124,0,.2) 50%,rgba(249,171,0,.2) 50%)}.opclient-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.opclient-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.opclient-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.opclient-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.opclient-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#f57c00;color:#000000de}.opclient-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#f57c0066}.opclient-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #000000de}.opclient-dark-theme .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),.opclient-dark-theme .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:#f57c004d}@media (hover: hover){.opclient-dark-theme .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:#f57c004d}}.opclient-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-range:before{background:rgba(255,255,255,.2)}.opclient-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,.opclient-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.opclient-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start:before,.opclient-dark-theme .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(255,255,255,.2) 50%,rgba(249,171,0,.2) 50%)}.opclient-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end:before,.opclient-dark-theme .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(255,255,255,.2) 50%,rgba(249,171,0,.2) 50%)}.opclient-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.opclient-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.opclient-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.opclient-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.opclient-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#fff;color:#fff}.opclient-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#fff6}.opclient-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.opclient-dark-theme .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),.opclient-dark-theme .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:#ffffff4d}@media (hover: hover){.opclient-dark-theme .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:#ffffff4d}}.opclient-dark-theme .mat-datepicker-content-touch{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.opclient-dark-theme .mat-datepicker-toggle-active{color:#47b972}.opclient-dark-theme .mat-datepicker-toggle-active.mat-accent{color:#f57c00}.opclient-dark-theme .mat-datepicker-toggle-active.mat-warn{color:#ee5252}.opclient-dark-theme .mat-date-range-input-inner[disabled]{color:#ffffff80}.opclient-dark-theme .mat-divider{border-top-color:#ffffff1f}.opclient-dark-theme .mat-divider-vertical{border-right-color:#ffffff1f}.opclient-dark-theme .mat-expansion-panel{background:#424242;color:#fff}.opclient-dark-theme .mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.opclient-dark-theme .mat-action-row{border-top-color:#ffffff1f}.opclient-dark-theme .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.opclient-dark-theme .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.opclient-dark-theme .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(255,255,255,.04)}@media (hover: none){.opclient-dark-theme .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#424242}}.opclient-dark-theme .mat-expansion-panel-header-title{color:#fff}.opclient-dark-theme .mat-expansion-panel-header-description,.opclient-dark-theme .mat-expansion-indicator:after{color:#ffffffb3}.opclient-dark-theme .mat-expansion-panel-header[aria-disabled=true]{color:#ffffff4d}.opclient-dark-theme .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.opclient-dark-theme .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.opclient-dark-theme .mat-icon.mat-primary{color:#47b972}.opclient-dark-theme .mat-icon.mat-accent{color:#f57c00}.opclient-dark-theme .mat-icon.mat-warn{color:#ee5252}.opclient-dark-theme .mat-drawer-container{background-color:#303030;color:#fff}.opclient-dark-theme .mat-drawer{background-color:#424242;color:#fff}.opclient-dark-theme .mat-drawer.mat-drawer-push{background-color:#424242}.opclient-dark-theme .mat-drawer:not(.mat-drawer-side){box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.opclient-dark-theme .mat-drawer-side{border-right:solid 1px rgba(255,255,255,.12)}.opclient-dark-theme .mat-drawer-side.mat-drawer-end,.opclient-dark-theme [dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(255,255,255,.12);border-right:none}.opclient-dark-theme [dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(255,255,255,.12)}.opclient-dark-theme .mat-drawer-backdrop.mat-drawer-shown{background-color:#bdbdbd99}.opclient-dark-theme .mat-step-header.cdk-keyboard-focused,.opclient-dark-theme .mat-step-header.cdk-program-focused,.opclient-dark-theme .mat-step-header:hover:not([aria-disabled]),.opclient-dark-theme .mat-step-header:hover[aria-disabled=false]{background-color:#ffffff0a}.opclient-dark-theme .mat-step-header:hover[aria-disabled=true]{cursor:default}@media (hover: none){.opclient-dark-theme .mat-step-header:hover{background:none}}.opclient-dark-theme .mat-step-header .mat-step-label,.opclient-dark-theme .mat-step-header .mat-step-optional{color:#ffffffb3}.opclient-dark-theme .mat-step-header .mat-step-icon{background-color:#ffffffb3;color:#fff}.opclient-dark-theme .mat-step-header .mat-step-icon-selected,.opclient-dark-theme .mat-step-header .mat-step-icon-state-done,.opclient-dark-theme .mat-step-header .mat-step-icon-state-edit{background-color:#47b972;color:#fff}.opclient-dark-theme .mat-step-header.mat-accent .mat-step-icon{color:#000000de}.opclient-dark-theme .mat-step-header.mat-accent .mat-step-icon-selected,.opclient-dark-theme .mat-step-header.mat-accent .mat-step-icon-state-done,.opclient-dark-theme .mat-step-header.mat-accent .mat-step-icon-state-edit{background-color:#f57c00;color:#000000de}.opclient-dark-theme .mat-step-header.mat-warn .mat-step-icon{color:#fff}.opclient-dark-theme .mat-step-header.mat-warn .mat-step-icon-selected,.opclient-dark-theme .mat-step-header.mat-warn .mat-step-icon-state-done,.opclient-dark-theme .mat-step-header.mat-warn .mat-step-icon-state-edit{background-color:#fff;color:#fff}.opclient-dark-theme .mat-step-header .mat-step-icon-state-error{background-color:transparent;color:#ee5252}.opclient-dark-theme .mat-step-header .mat-step-label.mat-step-label-active{color:#fff}.opclient-dark-theme .mat-step-header .mat-step-label.mat-step-label-error{color:#ee5252}.opclient-dark-theme .mat-stepper-horizontal,.opclient-dark-theme .mat-stepper-vertical{background-color:#424242}.opclient-dark-theme .mat-stepper-vertical-line:before{border-left-color:#ffffff1f}.opclient-dark-theme .mat-horizontal-stepper-header:before,.opclient-dark-theme .mat-horizontal-stepper-header:after,.opclient-dark-theme .mat-stepper-horizontal-line{border-top-color:#ffffff1f}.opclient-dark-theme .mat-sort-header-arrow{color:#c6c6c6}.opclient-dark-theme .mat-toolbar{background:#212121;color:#fff}.opclient-dark-theme .mat-toolbar.mat-primary{background:#47b972;color:#fff}.opclient-dark-theme .mat-toolbar.mat-accent{background:#f57c00;color:#000000de}.opclient-dark-theme .mat-toolbar.mat-warn{background:white;color:#fff}.opclient-dark-theme .mat-toolbar .mat-form-field-underline,.opclient-dark-theme .mat-toolbar .mat-form-field-ripple,.opclient-dark-theme .mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}.opclient-dark-theme .mat-toolbar .mat-form-field-label,.opclient-dark-theme .mat-toolbar .mat-focused .mat-form-field-label,.opclient-dark-theme .mat-toolbar .mat-select-value,.opclient-dark-theme .mat-toolbar .mat-select-arrow,.opclient-dark-theme .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}.opclient-dark-theme .mat-toolbar .mat-input-element{caret-color:currentColor}.opclient-dark-theme .mat-tree{background:#424242}.opclient-dark-theme .mat-tree-node,.opclient-dark-theme .mat-nested-tree-node{color:#fff}.mat-h1,.mat-headline,.mat-typography .mat-h1,.mat-typography .mat-headline,.mat-typography h1{font-size:24px;font-weight:400;line-height:32px;font-family:Inter,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-size:20px;font-weight:500;line-height:32px;font-family:Inter,sans-serif;letter-spacing:.0125em;margin:0 0 16px}.mat-h3,.mat-subheading-2,.mat-typography .mat-h3,.mat-typography .mat-subheading-2,.mat-typography h3{font-size:16px;font-weight:400;line-height:28px;font-family:Inter,sans-serif;letter-spacing:.009375em;margin:0 0 16px}.mat-h4,.mat-subheading-1,.mat-typography .mat-h4,.mat-typography .mat-subheading-1,.mat-typography h4{font-size:14px;font-weight:500;line-height:22px;font-family:Inter,sans-serif;letter-spacing:.0071428571em;margin:0 0 16px}.mat-h5,.mat-typography .mat-h5,.mat-typography h5{font:400 11.62px/20px Inter,sans-serif;margin:0 0 12px}.mat-h6,.mat-typography .mat-h6,.mat-typography h6{font:400 9.38px/20px Inter,sans-serif;margin:0 0 12px}.mat-body-strong,.mat-body-2,.mat-typography .mat-body-strong,.mat-typography .mat-body-2{font-size:16px;font-weight:400;line-height:24px;font-family:Inter,sans-serif;letter-spacing:.03125em}.mat-body,.mat-body-1,.mat-typography .mat-body,.mat-typography .mat-body-1,.mat-typography{font-size:14px;font-weight:400;line-height:20px;font-family:Inter,sans-serif;letter-spacing:.0178571429em}.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-size:12px;font-weight:400;line-height:20px;font-family:Inter,sans-serif;letter-spacing:.0333333333em}.mat-display-4,.mat-typography .mat-display-4{font-size:96px;font-weight:300;line-height:96px;font-family:Inter,sans-serif;letter-spacing:-.015625em;margin:0 0 56px}.mat-display-3,.mat-typography .mat-display-3{font-size:60px;font-weight:300;line-height:60px;font-family:Inter,sans-serif;letter-spacing:-.0083333333em;margin:0 0 64px}.mat-display-2,.mat-typography .mat-display-2{font-size:48px;font-weight:400;line-height:50px;font-family:Inter,sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-display-1,.mat-typography .mat-display-1{font-size:34px;font-weight:400;line-height:40px;font-family:Inter,sans-serif;letter-spacing:.0073529412em;margin:0 0 64px}.mat-badge-content{font-weight:600;font-size:12px;font-family:Inter,sans-serif}.mat-badge-small .mat-badge-content{font-size:9px}.mat-badge-large .mat-badge-content{font-size:24px}.mat-bottom-sheet-container{font-size:14px;font-weight:400;line-height:20px;font-family:Inter,sans-serif;letter-spacing:.0178571429em}.mat-button-toggle,.mat-calendar{font-family:Inter,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-expansion-panel-header{font-family:Inter,sans-serif;font-size:14px;font-weight:500}.mat-expansion-panel-content{font-size:14px;font-weight:400;line-height:20px;font-family:Inter,sans-serif;letter-spacing:.0178571429em}.mat-grid-tile-header,.mat-grid-tile-footer{font-size:14px}.mat-grid-tile-header .mat-line,.mat-grid-tile-footer .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-header .mat-line:nth-child(n+2),.mat-grid-tile-footer .mat-line:nth-child(n+2){font-size:12px}.mat-stepper-vertical,.mat-stepper-horizontal{font-family:Inter,sans-serif}.mat-step-label{font-size:14px;font-weight:400}.mat-step-sub-label-error{font-weight:400}.mat-step-label-error{font-size:16px}.mat-step-label-selected{font-size:16px;font-weight:400}.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font-size:20px;font-weight:500;line-height:32px;font-family:Inter,sans-serif;letter-spacing:.0125em;margin:0}.mat-tree{font-family:Inter,sans-serif}.mat-tree-node,.mat-nested-tree-node{font-weight:400;font-size:14px}.mat-option{font-family:Inter,sans-serif;font-size:16px}.mat-optgroup-label{font-size:16px;font-weight:400;line-height:24px;font-family:Inter,sans-serif;letter-spacing:.03125em}.mat-button,.mat-raised-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button,.mat-fab,.mat-mini-fab{font-family:Inter,sans-serif;font-size:14px;font-weight:500}.mat-datepicker-content .mdc-button{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Inter, sans-serif));font-size:var(--mdc-typography-button-font-size, 14px);line-height:var(--mdc-typography-button-line-height, 36px);font-weight:var(--mdc-typography-button-font-weight, 500);letter-spacing:var(--mdc-typography-button-letter-spacing, .0892857143em);-webkit-text-decoration:var(--mdc-typography-button-text-decoration, none);text-decoration:var(--mdc-typography-button-text-decoration, none);text-transform:var(--mdc-typography-button-text-transform, none)}.mat-card{font-family:Inter,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-tooltip{font-family:Inter,sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset{font-size:14px;padding-top:8px;padding-bottom:8px}input.mat-input-element{margin-top:-.0625em}.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Inter,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:.5em 0;border-top:.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.34373em) scale(.75);width:133.3333533333%}.mat-form-field-can-float .mat-input-server[label]+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34372em) scale(.75);width:133.3333633333%}.mat-form-field-label-wrapper{top:-.84375em;padding-top:.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:.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:.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(.75) perspective(100px) translateZ(.00106px);width:133.3333933333%}.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(.75) perspective(100px) translateZ(.00107px);width:133.3334033333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00108px);width:133.3334133333%}.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:.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.28116em) scale(.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.28115em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28114em) scale(.75)}}.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em}.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-.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(-.59373em) scale(.75);width:133.3333533333%}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-.59372em) scale(.75);width:133.3333633333%}.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0}.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-.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.59373em) scale(.75);width:133.3333533333%}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59372em) scale(.75);width:133.3333633333%}.mat-select{font-family:Inter,sans-serif}.mat-select-trigger{height:1.125em}.mat-checkbox{font-family:Inter,sans-serif}.mat-checkbox-layout .mat-checkbox-label{line-height:24px}.mat-dialog-title{font-size:20px;font-weight:500;line-height:32px;font-family:Inter,sans-serif;letter-spacing:.0125em}.mat-chip{font-size:16px;font-weight:400}.mat-chip .mat-chip-trailing-icon.mat-icon,.mat-chip .mat-chip-remove.mat-icon{font-size:18px}.mat-slide-toggle-content,.mat-tab-group{font-family:Inter,sans-serif}.mat-tab-label,.mat-tab-link{font-family:Inter,sans-serif;font-size:14px;font-weight:500}.mat-radio-button{font-family:Inter,sans-serif}.mat-slider-thumb-label-text{font-family:Inter,sans-serif;font-size:12px;font-weight:400}.mat-menu-item{font-family:Inter,sans-serif;font-size:14px;font-weight:400}.mat-list-item,.mat-list-option{font-family:Inter,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:Inter,sans-serif;font-size:16px;font-weight:400}.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:Inter,sans-serif;font-size:12px;font-weight:400}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Inter,sans-serif;font-size:12px}.mat-simple-snackbar{font-family:Inter,sans-serif;font-size:14px}.mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-table{font-family:Inter,sans-serif}.mat-header-cell{font-size:12px;font-weight:400}.mat-cell,.mat-footer-cell{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,.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;inset:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.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:.6}.cdk-overlay-dark-backdrop{background:rgba(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{inset: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{inset: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}html{scroll-behavior:smooth}::-webkit-scrollbar{width:24px;height:24px}::-webkit-scrollbar-track{margin-block:0px}::-webkit-scrollbar-thumb{height:12px;width:12px;border-radius:100vw;border:8px solid transparent;background-clip:content-box;background-color:var(--md-sys-color-outline)}@supports (scrollbar-color: var(--md-sys-color-outline) transparent){*{scrollbar-color:var(--md-sys-color-outline) transparent;scrollbar-width:thin}}html,body{height:100%}body{font-family:Inter,sans-serif;margin:0;overflow:hidden}mat-button-toggle.mat-button-toggle button{height:50px}mat-button-toggle.mat-button-toggle button .mat-button-toggle-label-content{line-height:20px}.mat-mdc-icon-button{transition-delay:0s;transition-duration:.28s;transition-property:color;transition-timing-function:cubic-bezier(.4,0,.2,1)}button:not(.standard)[mat-flat-button]{letter-spacing:normal}button:not(.standard)[mat-flat-button].mat-primary{--mdc-filled-button-label-text-color: white}button:not(.standard).mat-mdc-button,button:not(.standard).mat-mdc-outlined-button,button:not(.standard).mat-mdc-unelevated-button{border-radius:6px;font-family:Inter,sans-serif;font-size:16px;font-weight:700;line-height:24px;padding:12px 24px;transition-delay:0s;transition-duration:.28s;transition-property:background-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}button:not(.standard).mat-mdc-button[color=primary]:hover,button:not(.standard).mat-mdc-outlined-button[color=primary]:hover,button:not(.standard).mat-mdc-unelevated-button[color=primary]:hover{background-color:#3ea364}button:not(.standard).mat-mdc-button.mat-small-button,button:not(.standard).mat-mdc-outlined-button.mat-small-button,button:not(.standard).mat-mdc-unelevated-button.mat-small-button{padding:6px 12px;font-size:14px;font-weight:500;line-height:20px;min-width:auto;white-space:nowrap}button:not(.standard).mat-mdc-button mat-spinner.mat-mdc-progress-spinner,button:not(.standard).mat-mdc-outlined-button mat-spinner.mat-mdc-progress-spinner,button:not(.standard).mat-mdc-unelevated-button mat-spinner.mat-mdc-progress-spinner{margin:0 auto}button:not(.standard).mat-mdc-icon-button.mat-custom-icon-button{align-items:center;display:flex;justify-content:center;padding:6px;width:40px;height:40px}button:not(.standard).mat-mdc-icon-button.mat-custom-icon-button .mat-mdc-button-touch-target{width:40px;height:40px}a.mat-mdc-unelevated-button{background:none;border-radius:6px;color:#6e6d7a;font-size:14px;font-weight:400;line-height:20px;padding:0;transition-delay:0s;transition-duration:.28s;transition-property:color;transition-timing-function:cubic-bezier(.4,0,.2,1)}a.mat-mdc-unelevated-button>.mat-ripple{display:none}a.mat-mdc-unelevated-button:hover{color:#c5c5ca}mat-checkbox.mat-mdc-checkbox.mat-primary{--mdc-checkbox-selected-checkmark-color: #fff}mat-chip.mdc-evolution-chip{font-size:12px}.mat-dialog-extra-large>mat-dialog-container{width:100vw;max-width:100vw}@media (min-width: 1280px){.mat-dialog-extra-large>mat-dialog-container{width:1464px}}.mat-dialog-large>mat-dialog-container{width:1064px;max-width:100vw}.mat-dialog-middle>mat-dialog-container{min-width:0}@media (min-width: 960px){.mat-dialog-middle>mat-dialog-container{min-width:816px}}.mat-dialog-middle.mat-dialog-fixed-width>mat-dialog-container{width:816px}.mat-dialog-autowidth>mat-dialog-container{width:auto}mat-dialog-container.mat-mdc-dialog-container{border-radius:6px;color:#0d0c22;display:flex;font-size:16px;max-height:85vh;padding:0;max-width:100%}@media (min-width: 839px){mat-dialog-container.mat-mdc-dialog-container{max-width:1064px}}mat-dialog-container.mat-mdc-dialog-container>*{flex-grow:1;width:100%}mat-dialog-container.mat-mdc-dialog-container .opt-dialog-container{padding:0;box-sizing:border-box}mat-dialog-container.mat-mdc-dialog-container [mat-dialog-title]{line-height:20px;padding:0;margin:24px}mat-dialog-container.mat-mdc-dialog-container [mat-dialog-title]:before{height:0}mat-dialog-container.mat-mdc-dialog-container [mat-dialog-content],mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content{padding:0 24px;font-size:16px;margin:0}mat-dialog-container.mat-mdc-dialog-container [mat-dialog-content]>*:not(:first-child):not(.mat-mdc-form-field-error):not(.mat-mdc-form-field):not(.mat-form-field-rules):not(.mat-form-field-complex):not(.opt-form-field-group),mat-dialog-container.mat-mdc-dialog-container [mat-dialog-content]>form>*:not(:first-child):not(.mat-mdc-form-field-error):not(.mat-mdc-form-field):not(.mat-form-field-rules):not(.mat-form-field-complex):not(.opt-form-field-group),mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content>*:not(:first-child):not(.mat-mdc-form-field-error):not(.mat-mdc-form-field):not(.mat-form-field-rules):not(.mat-form-field-complex):not(.opt-form-field-group),mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content>form>*:not(:first-child):not(.mat-mdc-form-field-error):not(.mat-mdc-form-field):not(.mat-form-field-rules):not(.mat-form-field-complex):not(.opt-form-field-group){margin-top:16px}mat-dialog-container.mat-mdc-dialog-container [mat-dialog-content]>*:not(:first-child).mat-mdc-form-field-error,mat-dialog-container.mat-mdc-dialog-container [mat-dialog-content]>form>*:not(:first-child).mat-mdc-form-field-error,mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content>*:not(:first-child).mat-mdc-form-field-error,mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content>form>*:not(:first-child).mat-mdc-form-field-error{margin-top:4px}mat-dialog-container.mat-mdc-dialog-container [mat-dialog-content]>*:not(:first-child).mat-mdc-form-field,mat-dialog-container.mat-mdc-dialog-container [mat-dialog-content]>*:not(:first-child).mat-form-field-complex,mat-dialog-container.mat-mdc-dialog-container [mat-dialog-content]>form>*:not(:first-child).mat-mdc-form-field,mat-dialog-container.mat-mdc-dialog-container [mat-dialog-content]>form>*:not(:first-child).mat-form-field-complex,mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content>*:not(:first-child).mat-mdc-form-field,mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content>*:not(:first-child).mat-form-field-complex,mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content>form>*:not(:first-child).mat-mdc-form-field,mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content>form>*:not(:first-child).mat-form-field-complex{margin-top:8px}mat-dialog-container.mat-mdc-dialog-container [mat-dialog-content]>*:not(:first-child).mat-form-field-rules,mat-dialog-container.mat-mdc-dialog-container [mat-dialog-content]>form>*:not(:first-child).mat-form-field-rules,mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content>*:not(:first-child).mat-form-field-rules,mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content>form>*:not(:first-child).mat-form-field-rules{margin-top:4px}mat-dialog-container.mat-mdc-dialog-container [mat-dialog-content]>*:not(:first-child).mat-form-field-rules>mat-label,mat-dialog-container.mat-mdc-dialog-container [mat-dialog-content]>form>*:not(:first-child).mat-form-field-rules>mat-label,mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content>*:not(:first-child).mat-form-field-rules>mat-label,mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content>form>*:not(:first-child).mat-form-field-rules>mat-label{display:flex;transition-delay:0s;transition-duration:.28s;transition-property:color;transition-timing-function:cubic-bezier(.4,0,.2,1)}mat-dialog-container.mat-mdc-dialog-container [mat-dialog-content]>*:not(:first-child).mat-form-field-rules>mat-label>mat-icon,mat-dialog-container.mat-mdc-dialog-container [mat-dialog-content]>form>*:not(:first-child).mat-form-field-rules>mat-label>mat-icon,mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content>*:not(:first-child).mat-form-field-rules>mat-label>mat-icon,mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content>form>*:not(:first-child).mat-form-field-rules>mat-label>mat-icon{margin-right:4px}mat-dialog-container.mat-mdc-dialog-container [mat-dialog-content]>*:not(:first-child).mat-form-field-rules>mat-label.valid,mat-dialog-container.mat-mdc-dialog-container [mat-dialog-content]>form>*:not(:first-child).mat-form-field-rules>mat-label.valid,mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content>*:not(:first-child).mat-form-field-rules>mat-label.valid,mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content>form>*:not(:first-child).mat-form-field-rules>mat-label.valid{color:#47b972}mat-dialog-container.mat-mdc-dialog-container [mat-dialog-content]>*:not(:first-child).mat-form-field-rules>mat-label.invalid,mat-dialog-container.mat-mdc-dialog-container [mat-dialog-content]>form>*:not(:first-child).mat-form-field-rules>mat-label.invalid,mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content>*:not(:first-child).mat-form-field-rules>mat-label.invalid,mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content>form>*:not(:first-child).mat-form-field-rules>mat-label.invalid{color:#ee5252}mat-dialog-container.mat-mdc-dialog-container [mat-dialog-content] .mat-form-field-group,mat-dialog-container.mat-mdc-dialog-container [mat-dialog-content]>form .mat-form-field-group,mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content .mat-form-field-group,mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content>form .mat-form-field-group{display:flex;gap:16px}mat-dialog-container.mat-mdc-dialog-container [mat-dialog-content] .mat-form-field-group .mat-form-field-group-item,mat-dialog-container.mat-mdc-dialog-container [mat-dialog-content]>form .mat-form-field-group .mat-form-field-group-item,mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content .mat-form-field-group .mat-form-field-group-item,mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-content>form .mat-form-field-group .mat-form-field-group-item{flex:1}mat-dialog-container.mat-mdc-dialog-container [matdialogactions],mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-actions{display:flex;justify-content:space-between;padding:16px 24px}mat-dialog-container.mat-mdc-dialog-container [matdialogactions].single,mat-dialog-container.mat-mdc-dialog-container .mat-mdc-dialog-actions.single{flex-direction:row-reverse}.invoice-picker-dialog .mat-mdc-dialog-container{overflow:hidden}mat-error.mat-mdc-form-field-error{font-size:14px;line-height:20px}mat-expansion-panel.mat-expansion-panel{max-width:100%}mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header{padding:16px 32px}mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header,mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header.mat-expanded{height:auto}mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header .mat-content{overflow:visible}mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-body{padding:0 32px 16px}mat-expansion-panel.mat-expansion-panel:not(:last-of-type){border-bottom:1px solid #ececed}.mat-form-field-appearance-outline:not(.mdc-text-field--disabled):not(.mat-form-field-invalid) .mdc-notched-outline__leading,.mat-form-field-appearance-outline:not(.mdc-text-field--disabled):not(.mat-form-field-invalid) .mdc-notched-outline__notch,.mat-form-field-appearance-outline:not(.mdc-text-field--disabled):not(.mat-form-field-invalid) .mdc-notched-outline__trailing{border-color:#d8d8dc}mat-form-field[appearance=outline].mat-mdc-form-field{background-color:#fff;box-sizing:border-box;color:#0d0c22;transition-delay:0s;transition-duration:.28s;transition-property:border-color,box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1)}mat-form-field[appearance=outline].mat-mdc-form-field .mat-mdc-input-element{caret-color:#0d0c22}mat-form-field[appearance=outline].mat-mdc-form-field .mat-mdc-input-element::placeholder{color:#0d0c22;opacity:.4;transition-delay:0s;transition-duration:.28s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}mat-form-field[appearance=outline].mat-mdc-form-field .mat-mdc-input-element::-moz-placeholder{color:#0d0c22;opacity:.4;transition-delay:0s;transition-duration:.28s;-moz-transition-property:opacity;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}mat-form-field[appearance=outline].mat-mdc-form-field .mat-mdc-input-element::-webkit-input-placeholder{color:#0d0c22;opacity:.4;transition-delay:0s;transition-duration:.28s;-webkit-transition-property:opacity;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}mat-form-field[appearance=outline].mat-mdc-form-field .mat-mdc-input-element:-ms-input-placeholder{color:#0d0c22;opacity:.4;transition-delay:0s;transition-duration:.28s;-ms-transition-property:opacity;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}mat-form-field[appearance=outline].mat-mdc-form-field+mat-error.mat-mdc-form-field-error{animation-name:from-top-to-bottom;animation-duration:.28s;animation-timing-function:cubic-bezier(.4,0,.2,1)}mat-form-field[appearance=outline].mat-mdc-form-field.mat-focused{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}mat-form-field[appearance=outline].mat-mdc-form-field.mat-focused .mat-mdc-input-element::placeholder{opacity:.2}mat-form-field[appearance=outline].mat-mdc-form-field.mat-focused .mat-mdc-input-element::-moz-placeholder{opacity:.2}mat-form-field[appearance=outline].mat-mdc-form-field.mat-focused .mat-mdc-input-element::-webkit-input-placeholder{opacity:.2}mat-form-field[appearance=outline].mat-mdc-form-field.mat-focused .mat-mdc-input-element:-ms-input-placeholder{opacity:.2}mat-form-field[appearance=outline].mat-mdc-form-field.mat-form-field-invalid{--mdc-theme-error: #ee5252}mat-form-field[appearance=outline].mat-mdc-form-field.mat-form-field-invalid .mat-mdc-input-element{caret-color:#ee5252}form mat-form-field{width:100%}.mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow{color:#0d0c22}.mat-form-field-complex{display:flex}.mat-form-field-complex>*:not(:first-child){margin-left:8px}@keyframes from-top-to-bottom{0%{margin-top:-20px}to{margin-top:4px}}mat-icon.mat-icon{font-size:20px;height:20px;line-height:20px;width:20px}button.mat-mdc-icon-button .mat-icon{line-height:20px}mat-label{display:block;font-size:14px;line-height:20px}.cdk-virtual-scroll-content-wrapper{right:0}.mat-mdc-menu-content mat-label{color:#6e6d7a;font-size:12px;font-weight:500;padding:4px 12px;text-transform:uppercase}.mat-mdc-menu-content .mat-menu-item-active{background-color:#e2f4e8}mat-option.mat-mdc-option mat-pseudo-checkbox.mat-pseudo-checkbox{border-radius:4px;margin-right:16px}mat-option.mat-mdc-option.mat-option-compact{min-height:40px;height:40px}mat-option.mat-mdc-option .mdc-list-item__primary-text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}mat-sidenav-container.mat-sidenav-container{background-color:transparent;height:100%;width:100%}mat-sidenav-content.mat-sidenav-content{display:flex;justify-content:flex-start;flex-direction:column;align-items:center;overflow:unset}mat-toolbar.mat-toolbar{display:flex;justify-content:space-between;flex-direction:row;align-items:center}mat-sidenav.mat-sidenav{border:none;background-color:#222;max-width:250px;overflow-y:visible;padding:10px}mat-sidenav.mat-sidenav.sidenav-mobile{min-width:60vw}mat-sidenav.mat-sidenav.sidenav-mobile .mdc-list-item:focus:before{--mdc-list-list-item-focus-state-layer-color: transparent}mat-sidenav.mat-sidenav.sidenav-tablet{min-width:40vw}mat-sidenav.mat-sidenav>.mat-drawer-inner-container{display:flex;flex-direction:column}mat-sidenav.mat-sidenav>.mat-drawer-inner-container>.mat-sidenav-filler{flex-grow:1}mat-sidenav.mat-sidenav button.mat-mdc-icon-button{color:#fff}mat-sidenav.mat-sidenav.sidenav-collapsed{width:62px}mat-sidenav.mat-sidenav.sidenav-collapsed .navigation-text{display:none}mat-sidenav.mat-sidenav .mobile-nav-list{margin-top:0}mat-toolbar.mat-toolbar{background-color:#222;color:#f5f5f6}mat-toolbar.mat-toolbar button:not(.standard).mat-mdc-outlined-button{border:1px solid rgba(255,255,255,.25);color:#e2e2e4;padding:3px 12px;font-weight:500;font-size:16px}mat-toolbar.mat-toolbar .header-logo{display:flex;align-items:center;justify-content:center;padding:0 10px}mat-toolbar.mat-toolbar .header-logo>img{height:30px}mat-toolbar.mat-toolbar .header-logo .logo-text{flex-grow:1;margin-left:10px}mat-toolbar.mat-toolbar .header-logo .logo-text img{width:115px}:root{--mdc-theme-primary: rgb(71, 185, 114);--mdc-switch-selected-track-color: #91d5ab;--mdc-switch-selected-hover-handle-color: rgb(71, 185, 114);--mdc-switch-selected-hover-track-color: #91d5ab;--mdc-switch-selected-pressed-handle-color: rgb(71, 185, 114);--mdc-switch-selected-pressed-track-color: #91d5ab;--mdc-switch-selected-focus-handle-color: rgb(71, 185, 114);--mdc-switch-selected-focus-track-color: #91d5ab}table.mat-mdc-table{width:100%}table.mat-mdc-table tr.mat-mdc-header-row{height:40px}table.mat-mdc-table tr.mat-mdc-header-row>th.mat-mdc-header-cell{color:#0d0c22;font-size:14px;font-weight:700;cursor:move}table.mat-mdc-table tr.mat-mdc-row.group-header-row{background-color:#d8d8dc;height:40px}table.mat-mdc-table th.mat-mdc-header-cell,table.mat-mdc-table td.mat-mdc-cell,table.mat-mdc-table td.mat-mdc-footer-cell{max-width:1000px;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap;position:relative}table.mat-mdc-table th.mat-mdc-header-cell:first-of-type,table.mat-mdc-table td.mat-mdc-cell:first-of-type,table.mat-mdc-table td.mat-mdc-footer-cell:first-of-type{padding-left:32px}table.mat-mdc-table th.mat-mdc-header-cell:last-of-type,table.mat-mdc-table td.mat-mdc-cell:last-of-type,table.mat-mdc-table td.mat-mdc-footer-cell:last-of-type{padding-right:32px}table.mat-mdc-table th.mat-mdc-header-cell{border-bottom-width:2px;border-bottom-color:#e2e2e4}table.mat-mdc-table td.mat-mdc-cell{border-bottom-color:#ececed}table.mat-mdc-table td.mat-mdc-cell:last-of-type{padding-right:8px}table.mat-mdc-table td.mat-mdc-footer-cell{border-bottom:none;border-top:2px solid #e2e2e4;font-weight:700}table.mat-mdc-table tr.mat-mdc-row:not(.group-header-row){transition-delay:0s;transition-duration:.28s;transition-property:background-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}table.mat-mdc-table tr.mat-mdc-row:not(.group-header-row):nth-child(even){background-color:#f5f5f6}table.mat-mdc-table tr.mat-mdc-row:not(.group-header-row):not(.not-clickable):hover{background-color:#ececed;cursor:pointer}table.mat-mdc-table tr.mat-mdc-row:not(.group-header-row).mat-row-selected{background-color:#e2f4e8}table.mat-mdc-table tr.mat-mdc-row:not(.group-header-row).mat-row-not-active{background-color:#ececed}table.mat-mdc-table tr.mat-mdc-row:not(.group-header-row).mat-row-highlighted{color:#ee5252}table.mat-mdc-table tr.mat-mdc-row:not(.group-header-row).mat-row-highlighted .mat-mdc-cell{color:currentColor}table.mat-mdc-table tr.mat-mdc-row:not(.group-header-row):last-child>td.mat-mdc-cell{border-bottom-width:0}.mat-column-select{min-width:32px}.mat-mdc-cell,.mat-mdc-footer-cell{color:#0d0c22}.mat-mdc-table-sticky-border-elem-left{border-right:2px solid #e2e2e4}.mat-mdc-table-sticky-border-elem-right{border-left:2px solid #e2e2e4}.mat-mdc-tooltip.wide-tooltip{max-width:420px}.tooltip-popover>div{background-color:#000000b3;max-width:250px;border-radius:4px;color:#fff;padding:16px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 0 1px #6e6d7a29,0 2px 4px #6e6d7a29}.tooltip-popover>div ul{padding-left:18px;margin:0}.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label{color:#fff}.mat-mdc-snack-bar-container.opt-snackbar-success .mdc-snackbar__surface{background-color:#47b972}.mat-mdc-snack-bar-container.opt-snackbar-error .mdc-snackbar__surface{background-color:#ee5252}.mat-mdc-snack-bar-container.opt-snackbar-warn .mdc-snackbar__surface{background-color:#f57c00}:root .mat-mdc-snack-bar-container{--mdc-snackbar-supporting-text-font: "Inter", sans-serif;--mdc-snackbar-supporting-text-weight: 500}.color-bg{color:#fff}.background-color-bg{background-color:#fff}.color-sidebar-bg{color:#222}.background-color-sidebar-bg{background-color:#222}.color-text{color:#0d0c22}.background-color-text{background-color:#0d0c22}.color-text-secondary{color:#6e6d7a}.background-color-text-secondary{background-color:#6e6d7a}.color-primary{color:#47b972}.background-color-primary{background-color:#47b972}.color-primary-hover{color:#3ea364}.background-color-primary-hover{background-color:#3ea364}.color-primary-light{color:#e2f4e8}.background-color-primary-light{background-color:#e2f4e8}.color-primary-light-hover{color:#d3eedd}.background-color-primary-light-hover{background-color:#d3eedd}.color-gray-4{color:#f5f5f6}.background-color-gray-4{background-color:#f5f5f6}.color-gray-8{color:#ececed}.background-color-gray-8{background-color:#ececed}.color-gray-12{color:#e2e2e4}.background-color-gray-12{background-color:#e2e2e4}.color-gray-16{color:#d8d8dc}.background-color-gray-16{background-color:#d8d8dc}.color-gray-24{color:#c5c5ca}.background-color-gray-24{background-color:#c5c5ca}.color-gray-32{color:#b2b2b8}.background-color-gray-32{background-color:#b2b2b8}.color-error{color:#ee5252}.background-color-error{background-color:#ee5252}.color-accent{color:#f57c00}.background-color-accent{background-color:#f57c00}.cdk-overlay-pane.cdk-overlay-pane:has(.mat-mdc-select-panel){min-width:-moz-fit-content;min-width:fit-content;max-width:525px;--mdc-theme-primary: #0d0c22}.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow{color:#ee5252}.compact-select .mat-mdc-form-field-flex{height:38px}.compact-select .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix{min-height:24px;padding-top:7px;padding-bottom:7px}.fix-date-range-input .mat-date-range-input-wrapper{line-height:22px}.cdk-virtual-scroll-viewport{flex-grow:1}:root{--mdc-typography-font-family: "Inter", sans-serif;--mdc-typography-subtitle2-font-family: "Inter", sans-serif;--md-sys-elevation-level-0: none;--md-sys-elevation-level-1: 0px 1px 2px rgba(0, 0, 0, .3), 0px 1px 3px 1px rgba(0, 0, 0, .15);--md-sys-elevation-level-2: 0px 1px 2px rgba(0, 0, 0, .3), 0px 2px 6px 2px rgba(0, 0, 0, .15);--md-sys-elevation-level-3: 0px 4px 8px 3px rgba(0, 0, 0, .15), 0px 1px 3px rgba(0, 0, 0, .3);--md-sys-elevation-level-4: 0px 6px 10px 4px rgba(0, 0, 0, .15), 0px 2px 3px rgba(0, 0, 0, .3);--md-sys-elevation-level-5: 0px 8px 12px 6px rgba(0, 0, 0, .15), 0px 4px 4px rgba(0, 0, 0, .3);--mdc-theme-error: #ee5252}.mdc-menu-surface.mdc-menu-surface.mat-mdc-select-panel{max-height:calc(50vh - 28px)}.mat-mdc-tooltip-panel{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background-color:#000000b3;border-radius:4px;color:#fff}.mat-mdc-tooltip-panel .mat-mdc-tooltip{background-color:transparent;max-width:200px;min-height:20px;min-width:40px;padding:16px}.mat-mdc-tooltip-panel .mat-mdc-tooltip .mdc-tooltip__surface{background-color:transparent;font-family:Inter,sans-serif;font-size:14px;line-height:20px;min-height:20px;padding:0}

/*# sourceMappingURL=styles.d8225e4808d48b4e.css.map*/