:root{--text-color: #4b4c47;--main-color: #007da5;--main-text-color: #fff;--footer-color: #3a3a37;--footer-text-color: #ffffff;--border-color: #d2c6a1;--secondary-color: #f4f4f3;--font-family: "Catamaran", sans-serif;--header-font-family: "Rubik", sans-serif;--page-padding: 50px;--mobile-breakpoint: 768px;--tablet-breakpoint: 968px;--laptop-breakpoint: 1520px}html{font-size:10px;font-family:var(--font-family);color:var(--text-color)}body{margin:0;padding:0;font-size:1.6rem}h1,h2,h3,h4,h5{margin:0;padding:0;font-weight:700;font-family:var(--header-font-family)}figure{margin:0;padding:0}a img{text-decoration:none}.hero{display:grid;height:calc(100vh - 40px);grid-template-columns:repeat(1,minmax(100px,500px));grid-template-rows:auto;justify-content:space-around;align-content:center;background:#fff}.hero__content{text-align:center;font-family:Catamaran,sans-serif}.hero__content img{width:135px;height:135px;margin-bottom:30px}.hero__content h1{font-size:48px;font-family:Catamaran,sans-serif;color:#4b4c47;font-weight:700}.hero__content p{font-size:30px;color:#4b4c47;font-weight:100}.hero__content .hero__button{background:#fefbf1;padding:10px 40px;border:1px solid #f8d778;border-radius:5px;color:#4b4c47;text-decoration:none;font-weight:700}.header{padding:15px;text-align:center;background:var(--main-color);color:var(--main-text-color)}.header a{text-decoration:none;color:var(--main-text-color)}.header img{height:50px;width:auto;min-width:50px;max-width:100%;display:inline-block}.outerContainer{min-height:calc(100vh - 40px)}ul.breadcrumbs{font-size:1.4rem;font-weight:400;list-style:none;margin:0;padding:0;display:flex;flex-direction:row}ul.breadcrumbs>li{font-size:1.2rem;padding-right:5px}ul.breadcrumbs>li:not(:last-child):after{content:">";padding-left:5px}ul.breadcrumbs.no-text-transform{text-transform:none}ul.breadcrumbs a{color:var(--text-color)}ul.breadcrumbs:not(:last-child):after{margin:0 .25rem}.weaveWrapper{width:1520px;margin:0 auto}.weaveGrid{display:grid;grid-gap:10px}.weaveSplit{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.mainContent{min-height:calc(100vh - 120px)}.weavePage_header{padding:28px var(--page-padding) 17px;position:relative}.weavePage_header h1{font-size:2.8rem;font-weight:500}.sectionDivider{background:var(--secondary-color);padding:15px var(--page-padding);font-size:1.5rem;font-weight:700;margin-bottom:20px;position:relative}.sectionDivider h2,.sectionDivider h3{font-size:1.5rem;font-weight:700}.sectionDivider .backButton{position:absolute;left:10px;top:11px}.listFilters{grid-template-columns:350px 600px minmax(0,1fr);grid-template-areas:"filter search .";grid-gap:20px;padding:0 var(--page-padding);margin-bottom:20px}.groupLabel{display:block;background:#f9f9f9;margin-left:-20px;padding-left:20px;margin-right:-20px;margin-top:-6px;padding-top:6px}.filterSelect .itemFilters{border-radius:5px;border:1px solid #90908b;background:#f7f7f7b3;padding:7px 20px;font-size:15px;font-weight:700;line-height:16px;cursor:pointer;max-width:100%;overflow:hidden;white-space:nowrap}.filterSelect .itemFilters .filtersContainer{display:inline-block;width:calc(100% - 70px);overflow:hidden;vertical-align:middle}.filterSelect .filter_options{position:absolute;left:0;top:39px;width:100%;border:1px solid #90908b;border-radius:0 0 5px 5px;border-top:none;z-index:9;padding-top:12px;background:#f9f9f9;font-weight:700}.filterSelect .filter_options ul li.current,.filterSelect .filter_options ul li.current:hover{background:#d8d8d8}.filterSelect .opened{background:#f8d77826}.searchFieldNoButtonContainer .searchField{border:1px solid #90908b;border-radius:5px;padding:10px 15px 10px 30px;width:100%;line-height:1;font-size:15px;background:#f7f7f7b3}.searchField::placeholder{color:#4b4c47}.mapContainer{padding:0 var(--page-padding);margin-bottom:40px}table{width:100%;border-collapse:collapse;border:none;margin-bottom:34px}th{background:var(--secondary-color);font-weight:800;font-size:1.2rem;letter-spacing:.5px;border-bottom:solid 1px var(--border-color)}td,th{padding:12px 15px 10px;text-align:left}th:first-of-type,td:first-of-type{padding-left:var(--page-padding)}td{font-size:15px;font-weight:500;border-bottom:solid 1px var(--border-color)}td a{font-weight:700;text-decoration:underline;color:var(--text-color)}.clickableColumn{cursor:pointer;position:relative}.sorter{position:absolute;top:8px}.schoolLogo{width:24px;height:24px;border-radius:50%;overflow:hidden;vertical-align:middle;border:solid 1.5px #f6c115;background:#b6b6b6;display:inline-block}.schoolLogo img{width:24px;height:24px;object-fit:cover}ul.pagination .pagination-previous span,ul.pagination .pagination-previous a,ul.pagination .pagination-next span,ul.pagination .pagination-next a,ul.pagination .disabled{border:1px solid #ddded6;border-radius:3px;font-size:14px;padding:1px 10px 0}.pagination-previous a:before,.pagination-previous.disabled:before{content:"\f488";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pagination .current{background:#fed766;color:#4b4c47}.pagination a:hover,.pagination button:hover{background:#e7e7e7}.pagination .active{background:#fed766 none repeat scroll 0 0;color:#4b4c47}.paginator-wrapper>ul,.paginator-wrapper>.paginator-results{text-align:center}.paginator-wrapper ul.pagination li{margin:7px;display:inline-block}.paginator-wrapper ul.pagination li.next-item a,.paginator-wrapper ul.pagination li.previous-item a{display:flex;padding:0;width:26px;height:26px;justify-content:center;align-items:center}.paginator-wrapper ul.pagination li.next-item{margin-left:15px}.paginator-wrapper ul.pagination li.previous-item{margin-right:15px}.paginator-wrapper ul.pagination a{background:none;color:#4b4c47;border-radius:5px;display:block;padding:8px 10px;font-size:14px;cursor:pointer}.paginator-wrapper ul.pagination a:hover,.paginator-wrapper ul.pagination a.active{background:#4b4c47;color:#fff}.mainInfo{padding:var(--page-padding);grid-gap:38px;grid-template-columns:minmax(0,210px) minmax(0,2fr) minmax(0,3fr);grid-template-areas:"logo title map " "logo info map" "logo . map";margin-bottom:40px}.mainInfo .mainInfo_title{grid-area:title}.mainInfo .mainInfo_logo{grid-area:logo}.mainInfo .mainInfo_logo figure{line-height:0;text-align:center}.mainInfo .mainInfo_logo figure.withoutImage{background:#b6b6b6}.mainInfo .mainInfo_logo img{max-width:100%;height:auto}.mainInfo .mainInfo_details{grid-area:info}.mainInfo .mainInfo_title{font-size:2.8rem;font-weight:700;margin-bottom:40px}.mainInfo .mainInfo_contactDetails{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.mainInfo .mainInfo_part{font-size:1.8rem;font-weight:400;line-height:1.44;position:relative}.mainInfo .mainInfo_part .question{position:absolute;right:0;top:37px;background:#000;border:none;border-radius:50%;width:14px;height:14px;font-size:10px;overflow:hidden;color:#fff;line-height:1;text-align:center;cursor:pointer}.mainInfo .mainInfo_part h3{font-size:1.2rem;font-weight:800;letter-spacing:.5px;margin-bottom:15px}.mainInfo .mainInfo_part p,.mainInfo .mainInfo_part a{margin:0 0 12px;color:var(--text-color)}.mainInfo .mainInfo_part a{font-weight:700;margin-bottom:12px;display:block}.mainInfo .mainInfo_map{grid-area:map}.mainInfo .button.formAction{text-decoration:none;display:inline-block;background-color:#fefbf1;color:#4b4c47;border:1px solid #f8d778;border-radius:5px;padding:14px 40px;font-weight:700;font-size:15px}.tooltipContainer{position:relative;padding-right:20px}.tooltipButton{font-size:9px;line-height:15px;color:#fff;position:absolute;top:5px;right:0;width:14px;height:14px;background:#3a3a37;text-align:center;border-radius:50%;overflow:hidden}.sectionDivider .tooltipButton,.info_bite .tooltipButton{top:1px}.tooltipContainer .tooltipContent{display:none;position:absolute;width:600px;height:auto;background:#000c;color:#fff;left:-100px;top:35px;padding:5px 10px;font-size:14px;font-weight:400;font-family:Catamaran,sans-serif;z-index:999}.tooltipContainer .tooltipContent.upwardsTooltip{top:auto;bottom:35px}.tooltipContainer:hover .tooltipContent{display:block}.tabs{display:flex;flex-wrap:wrap}.tabs label{order:1;display:block;padding:15px 20px;cursor:pointer;transition:background ease .2s;background:transparent;font-size:1.5rem;font-weight:800;border-right:1px solid #fff}.tabs .tab{order:99;flex-grow:1;width:100%;display:none;padding:25px 0;background:#fff}.tabs input[type=radio]{display:none}.tabs input[type=radio]:checked+label{background:var(--main-color);color:var(--main-text-color)}.tabs input[type=radio]:checked+label+.tab{display:block}.tabs .sectionDivider{padding-left:20px}.tabsContainer{margin-left:var(--page-padding);background:#007da51a}.tabSlide .weaveGrid{grid-gap:20px}.info_bite{margin-bottom:40px}.info_bite h3,.info_bite h4{font-size:1.2rem;font-weight:800;letter-spacing:.5px;padding-bottom:11px;border-bottom:solid 1px #cecfcb;margin-bottom:10px}.info_bite h4{border-bottom:none;margin-left:40px;padding-bottom:0}.info_bite p{font-size:1.5rem;font-weight:400;margin:0;padding:0}.info_bite a{color:#4b4c47}.tab1{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.tab2{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);grid-template-areas:"one one one one one one" "two three four five six seven" "eight nine . . . ."}.tab2 .one{grid-area:one}.tab4{grid-template-columns:minmax(0,1fr)}agm-map{height:620px}.mainInfo_map agm-map{height:445px}p{margin-top:0}.list2columns{columns:2;column-gap:60px}@media screen and (max-width: 1520px){.weaveWrapper{width:100%}.mainInfo .mainInfo_contactDetails{grid-template-columns:minmax(0,1fr)}.tab1{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.tab2{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);grid-template-areas:"one one one one" "two three four five" "six seven eight nine"}}@media screen and (max-width: 1020px){:root{--page-padding: 30px}.weaveSplit{grid-template-columns:minmax(0,1fr)}.listFilters{grid-template-columns:minmax(0,1fr);grid-template-areas:"filter" "search"}.tabs .tab,.tabs label{order:initial}.tabs label{width:100%;margin-right:0;margin-top:.2rem;border:none}.sectionDivider:first-of-type{display:none}.mainInfo{grid-template-columns:50px minmax(0,1fr);grid-template-areas:"map map" "logo title" "info info";padding-top:10px;grid-column-gap:15px}.mainInfo .mainInfo_title{margin-bottom:0}.mainInfo .mainInfo_logo{width:44px;height:44px;margin:-4px 0 0}.tabsContainer{margin-right:0;margin-left:0}.tabs label{position:relative}.tabs label:after{display:block;content:"";width:20px;height:20px;position:absolute;right:15px;top:15px;background:url("./media/arrow_down-KTKLNX5H.svg");background-size:20px}.tabs input[type=radio]:checked+label:after{background-image:url("./media/arrow_up-26KMHMPR.svg")}.tabs .tab{padding-left:15px;padding-right:15px}.tab1,.tab2,.tab4{grid-template-columns:minmax(0,1fr)}.tab2{grid-template-areas:"one" "two" "three" "four" "five" "six" "seven" "eight" "nine"}.tab .info_bite:last-of-type{margin-bottom:0}.tabs .sectionDivider{padding-left:15px;margin-left:-15px;margin-right:-15px}.mainInfo_map agm-map{height:445px}}@media (max-width: 768px){.tooltipContainer{display:none}table,thead,tbody,th,td,tr{display:block}thead tr{position:absolute;top:-9999px;left:-9999px}tr{border-bottom:1px solid var(--border-color)}td,td:first-of-type{border:none;position:relative;padding-left:35%}td:before{position:absolute;top:6px;left:6px;width:25%;padding:12px 10px 10px 0;white-space:nowrap}td:nth-of-type(1):before{content:"INSTITUTION"}td:nth-of-type(2):before{content:"ADDRESS"}td:nth-of-type(3):before{content:"STATUS"}td:nth-of-type(4):before{content:"WEBSITE"}}:root{--mdc-typography-font-family: "Inter", sans-serif;--mdc-typography-subtitle1-font-family: "Inter", sans-serif;--mat-form-field-container-vertical-padding: 16px;--mat-form-field-state-layer-color: transparent;--mat-form-field-container-text-font: "Inter", sans-serif;--mat-form-field-subscript-text-font: "Inter", sans-serif;--mat-form-field-subscript-text-size: 12px;--mat-form-field-subscript-text-tracking: .5px;--mat-form-field-subscript-text-weight: bold;--mat-form-field-container-text-size: 14px;--mat-form-field-container-text-weight: normal;--mat-option-label-text-font: "Inter", sans-serif;--mat-select-trigger-text-tracking: 0;--mdc-filled-text-field-label-text-font: "Inter", sans-serif;--mdc-filled-text-field-label-text-color: var(--dark-grey);--mdc-filled-text-field-input-text-placeholder-color: var(--dark-grey);--mdc-filled-text-field-label-text-size: 14px;--mdc-filled-text-field-label-text-weight: bold;--mdc-filled-text-field-container-color: transparent;--mdc-outlined-text-field-input-text-color: var(--dark-grey);--mat-text-button-state-layer-color: var(--dark-grey);--mat-menu-item-label-text-font: "Inter", sans-serif;--mat-menu-item-label-text-size: 14px;--mdc-dialog-supporting-text-line-height: 1.4;--mdc-dialog-supporting-text-size: 14px;--mat-dialog-container-max-width: 900px;--mdc-dialog-subhead-font: "Inter", sans-serif;--mdc-dialog-container-shape: 5px;--mdc-dialog-subhead-size: 14px;--mdc-dialog-subhead-color: var(--dark-grey);--mdc-dialog-subhead-line-height: 1.4;--mdc-dialog-subhead-weight: bold;--mat-dialog-headline-padding: 6px 24px 0 24px;--mat-dialog-actions-padding: 0 24px 44px;--mdc-dialog-supporting-text-color: var(--dark-grey);--mdc-dialog-supporting-text-font: "Inter", sans-serif;--mat-select-trigger-text-line-height: 14px;--mat-select-trigger-text-size: 14px;--mat-select-trigger-text-weight: bold;--mat-select-trigger-text-font: "Inter", sans-serif;--mat-select-enabled-trigger-text-color: var(--dark-grey);--mat-select-enabled-arrow-color: var(--dark-grey);--mat-option-label-text-size: 14px;--mat-checkbox-label-text-color: var(--dark-grey);--mat-checkbox-label-text-font: "Inter", sans-serif;--mat-checkbox-label-text-weight: bold;--mdc-radio-selected-icon-color: var(--dark-grey);--selected-icon-color: var(--dark-grey);--mdc-outlined-text-field-label-text-font: "Inter", sans-serif;--mdc-outlined-text-field-label-text-size: 14px;--mdc-outlined-text-field-label-text-weight: bold}.mat-mdc-tab-header,.mat-mdc-tab,.mat-mdc-tab .mdc-tab__text-label,.mat-mdc-tab.mdc-tab--active:hover .mdc-tab__text-label{--mat-tab-header-inactive-label-text-color: #4b4c47 !important;--mat-tab-header-active-label-text-color: #4b4c47 !important;--mat-tab-header-label-text-font: "Inter", sans-serif !important;--mat-sys-title-small-font: "Inter", sans-serif;--mat-tab-header-active-hover-label-text-color: #4b4c47 !important;--mat-tab-header-label-text-weight: bold !important;--mat-tab-header-active-focus-label-text-color: #4b4c47;--mat-tab-header-active-focus-indicator-color: #4b4c47;--mdc-tab-indicator-active-indicator-height: 3px}.mdc-tab__text-label{--mat-tab-header-label-text-weight: normal !important}.mat-mdc-dialog-title:before{height:0!important}.mat-mdc-dialog-actions{gap:20px}.weaveSelect.weaveThinSelect{height:30px;--mat-form-field-container-vertical-padding: 0}.weaveSelect.weaveThinSelect .mat-mdc-select-value{padding-right:10px;text-align:right}.weaveSelect.weaveThinSelect.hasLabel{--mat-form-field-container-height: 0;--mat-form-field-container-vertical-padding: 16px}.weaveSelect .mdc-line-ripple,.weaveSelect .mat-mdc-form-field-subscript-wrapper.mat-mdc-form-field-bottom-align{display:none}.mat-mdc-dialog-container .mat-mdc-dialog-content{--mdc-typography-subtitle1-font-family: "Inter", sans-serif}.mat-form-field,mat-form-field-wrapper{width:100%}.mat-progress-bar-fill:after{background-color:#f8d778}.weave-progress-bar.primary .mat-progress-bar-fill:after{background-color:#05668d}.weave-progress-bar.warn .mat-progress-bar-fill:after{background-color:var(--warning-color)}.weave-progress-bar.error .mat-progress-bar-fill:after{background-color:var(--error-color)}.weave-progress-bar.warn .mat-progress-bar-buffer,.weave-progress-bar .mat-progress-bar-buffer{background-color:#e2e2e2}.cdk-drag-preview{box-sizing:border-box;border-radius:4px;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.cdk-drag-animating{transition:transform .25s cubic-bezier(0,0,.2,1)}.mat-accent .mat-slider-track-fill,.mat-accent .mat-slider-thumb,.mat-accent .mat-slider-thumb-label{background:#f8ce46}.mat-accent .mat-slider-thumb-label-text{color:#4b4c47}.mat-menu-content a{display:block;width:100%}.mat-tab-group.mat-primary .mat-ink-bar{background-color:var(--dark-border)}.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:var(--header-bg)}.mat-option:hover:not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled),.mat-option.mat-active{background:var(--header-bg)}.mat-form-field-wrapper{height:56px!important;display:flex;align-items:center}.mat-form-field-type-mat-select .mat-form-field-appearance-outline .mat-form-field-infix{padding-top:10px}button.buttonWithIcon{display:flex;align-items:center}button.buttonWithIcon mat-icon{display:flex;align-items:center;font-size:24px;margin-bottom:2px}.mat-form-field-can-float .mat-form-field-label{font-weight:700;color:var(--dark-grey);letter-spacing:.5px}.mat-mdc-form-field-textarea-control{padding-top:10px}html{--mat-ripple-color: rgba(0, 0, 0, .1)}html{--mat-option-selected-state-label-text-color: #9e9e9e;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}.mat-accent{--mat-option-selected-state-label-text-color: #eeeeee;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}.mat-warn{--mat-option-selected-state-label-text-color: #f44336;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}html{--mat-optgroup-label-text-color: rgba(0, 0, 0, .87)}html{--mat-full-pseudo-checkbox-selected-icon-color: #eeeeee;--mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0}html{--mat-minimal-pseudo-checkbox-selected-checkmark-color: #eeeeee;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0}.mat-primary{--mat-full-pseudo-checkbox-selected-icon-color: #9e9e9e;--mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0}.mat-primary{--mat-minimal-pseudo-checkbox-selected-checkmark-color: #9e9e9e;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0}.mat-accent{--mat-full-pseudo-checkbox-selected-icon-color: #eeeeee;--mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0}.mat-accent{--mat-minimal-pseudo-checkbox-selected-checkmark-color: #eeeeee;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0}.mat-warn{--mat-full-pseudo-checkbox-selected-icon-color: #f44336;--mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0}.mat-warn{--mat-minimal-pseudo-checkbox-selected-checkmark-color: #f44336;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0}html{--mat-app-background-color: #fafafa;--mat-app-text-color: rgba(0, 0, 0, .87);--mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12)}html{--mdc-elevated-card-container-shape: 4px}html{--mdc-outlined-card-container-shape: 4px;--mdc-outlined-card-outline-width: 1px}html{--mdc-elevated-card-container-color: white;--mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12)}html{--mdc-outlined-card-container-color: white;--mdc-outlined-card-outline-color: rgba(0, 0, 0, .12);--mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12)}html{--mat-card-subtitle-text-color: rgba(0, 0, 0, .54)}html{--mdc-linear-progress-active-indicator-height: 4px;--mdc-linear-progress-track-height: 4px;--mdc-linear-progress-track-shape: 0}.mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color: #9e9e9e;--mdc-linear-progress-track-color: rgba(158, 158, 158, .25)}.mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color: #eeeeee;--mdc-linear-progress-track-color: rgba(238, 238, 238, .25)}.mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color: #f44336;--mdc-linear-progress-track-color: rgba(244, 67, 54, .25)}html{--mdc-plain-tooltip-container-shape: 4px;--mdc-plain-tooltip-supporting-text-line-height: 16px}html{--mdc-plain-tooltip-container-color: #616161;--mdc-plain-tooltip-supporting-text-color: #fff}html{--mdc-filled-text-field-active-indicator-height: 1px;--mdc-filled-text-field-focus-active-indicator-height: 2px;--mdc-filled-text-field-container-shape: 4px}html{--mdc-outlined-text-field-outline-width: 1px;--mdc-outlined-text-field-focus-outline-width: 2px;--mdc-outlined-text-field-container-shape: 4px}html{--mdc-filled-text-field-caret-color: #9e9e9e;--mdc-filled-text-field-focus-active-indicator-color: #9e9e9e;--mdc-filled-text-field-focus-label-text-color: rgba(158, 158, 158, .87);--mdc-filled-text-field-container-color: rgb(244.8, 244.8, 244.8);--mdc-filled-text-field-disabled-container-color: rgb(249.9, 249.9, 249.9);--mdc-filled-text-field-label-text-color: rgba(0, 0, 0, .6);--mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, .6);--mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-filled-text-field-input-text-color: rgba(0, 0, 0, .87);--mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, .38);--mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, .6);--mdc-filled-text-field-error-hover-label-text-color: #f44336;--mdc-filled-text-field-error-focus-label-text-color: #f44336;--mdc-filled-text-field-error-label-text-color: #f44336;--mdc-filled-text-field-error-caret-color: #f44336;--mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, .42);--mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, .06);--mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, .87);--mdc-filled-text-field-error-active-indicator-color: #f44336;--mdc-filled-text-field-error-focus-active-indicator-color: #f44336;--mdc-filled-text-field-error-hover-active-indicator-color: #f44336}html{--mdc-outlined-text-field-caret-color: #9e9e9e;--mdc-outlined-text-field-focus-outline-color: #9e9e9e;--mdc-outlined-text-field-focus-label-text-color: rgba(158, 158, 158, .87);--mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, .6);--mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, .6);--mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, .87);--mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, .6);--mdc-outlined-text-field-error-caret-color: #f44336;--mdc-outlined-text-field-error-focus-label-text-color: #f44336;--mdc-outlined-text-field-error-label-text-color: #f44336;--mdc-outlined-text-field-error-hover-label-text-color: #f44336;--mdc-outlined-text-field-outline-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, .06);--mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, .87);--mdc-outlined-text-field-error-focus-outline-color: #f44336;--mdc-outlined-text-field-error-hover-outline-color: #f44336;--mdc-outlined-text-field-error-outline-color: #f44336}html{--mat-form-field-focus-select-arrow-color: rgba(158, 158, 158, .87);--mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, .38);--mat-form-field-state-layer-color: rgba(0, 0, 0, .87);--mat-form-field-error-text-color: #f44336;--mat-form-field-select-option-text-color: inherit;--mat-form-field-select-disabled-option-text-color: GrayText;--mat-form-field-leading-icon-color: unset;--mat-form-field-disabled-leading-icon-color: unset;--mat-form-field-trailing-icon-color: unset;--mat-form-field-disabled-trailing-icon-color: unset;--mat-form-field-error-focus-trailing-icon-color: unset;--mat-form-field-error-hover-trailing-icon-color: unset;--mat-form-field-error-trailing-icon-color: unset;--mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, .54);--mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, .38);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .08}.mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color: #eeeeee;--mdc-filled-text-field-focus-active-indicator-color: #eeeeee;--mdc-filled-text-field-focus-label-text-color: rgba(238, 238, 238, .87)}.mat-mdc-form-field.mat-accent{--mdc-outlined-text-field-caret-color: #eeeeee;--mdc-outlined-text-field-focus-outline-color: #eeeeee;--mdc-outlined-text-field-focus-label-text-color: rgba(238, 238, 238, .87)}.mat-mdc-form-field.mat-accent{--mat-form-field-focus-select-arrow-color: rgba(238, 238, 238, .87)}.mat-mdc-form-field.mat-warn{--mdc-filled-text-field-caret-color: #f44336;--mdc-filled-text-field-focus-active-indicator-color: #f44336;--mdc-filled-text-field-focus-label-text-color: rgba(244, 67, 54, .87)}.mat-mdc-form-field.mat-warn{--mdc-outlined-text-field-caret-color: #f44336;--mdc-outlined-text-field-focus-outline-color: #f44336;--mdc-outlined-text-field-focus-label-text-color: rgba(244, 67, 54, .87)}.mat-mdc-form-field.mat-warn{--mat-form-field-focus-select-arrow-color: rgba(244, 67, 54, .87)}html{--mat-form-field-container-height: 56px;--mat-form-field-filled-label-display: block;--mat-form-field-container-vertical-padding: 16px;--mat-form-field-filled-with-label-container-padding-top: 24px;--mat-form-field-filled-with-label-container-padding-bottom: 8px}html{--mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(158, 158, 158, .87);--mat-select-invalid-arrow-color: rgba(244, 67, 54, .87)}html .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(238, 238, 238, .87);--mat-select-invalid-arrow-color: rgba(244, 67, 54, .87)}html .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(244, 67, 54, .87);--mat-select-invalid-arrow-color: rgba(244, 67, 54, .87)}html{--mat-autocomplete-container-shape: 4px;--mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-autocomplete-background-color: white}html{--mdc-dialog-container-shape: 4px}html{--mat-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mat-dialog-container-max-width: 80vw;--mat-dialog-container-small-max-width: 80vw;--mat-dialog-container-min-width: 0;--mat-dialog-actions-alignment: start;--mat-dialog-actions-padding: 8px;--mat-dialog-content-padding: 20px 24px;--mat-dialog-with-actions-content-padding: 20px 24px;--mat-dialog-headline-padding: 0 24px 9px}html{--mdc-dialog-container-color: white;--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-container-shape-radius: 16px;--mdc-chip-with-avatar-avatar-shape-radius: 14px;--mdc-chip-with-avatar-avatar-size: 28px;--mdc-chip-with-icon-icon-size: 18px;--mdc-chip-outline-width: 0;--mdc-chip-outline-color: transparent;--mdc-chip-disabled-outline-color: transparent;--mdc-chip-focus-outline-color: transparent;--mdc-chip-hover-state-layer-opacity: .04;--mdc-chip-with-avatar-disabled-avatar-opacity: 1;--mdc-chip-flat-selected-outline-width: 0;--mdc-chip-selected-hover-state-layer-opacity: .04;--mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;--mdc-chip-with-icon-disabled-icon-opacity: 1}.mat-mdc-standard-chip{--mat-chip-disabled-container-opacity: .4;--mat-chip-trailing-action-opacity: .54;--mat-chip-trailing-action-focus-opacity: 1;--mat-chip-trailing-action-state-layer-color: transparent;--mat-chip-selected-trailing-action-state-layer-color: transparent;--mat-chip-trailing-action-hover-state-layer-opacity: 0;--mat-chip-trailing-action-focus-state-layer-opacity: 0}.mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color: #212121;--mdc-chip-elevated-container-color: rgb(224.4, 224.4, 224.4);--mdc-chip-elevated-selected-container-color: rgb(224.4, 224.4, 224.4);--mdc-chip-elevated-disabled-container-color: rgb(224.4, 224.4, 224.4);--mdc-chip-flat-disabled-selected-container-color: rgb(224.4, 224.4, 224.4);--mdc-chip-focus-state-layer-color: black;--mdc-chip-hover-state-layer-color: black;--mdc-chip-selected-hover-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-selected-focus-state-layer-color: black;--mdc-chip-selected-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: #212121;--mdc-chip-selected-label-text-color: #212121;--mdc-chip-with-icon-icon-color: #212121;--mdc-chip-with-icon-disabled-icon-color: #212121;--mdc-chip-with-icon-selected-icon-color: #212121;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;--mdc-chip-with-trailing-icon-trailing-icon-color: #212121}.mat-mdc-standard-chip{--mat-chip-selected-disabled-trailing-icon-color: #212121;--mat-chip-selected-trailing-icon-color: #212121}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mdc-chip-disabled-label-text-color: rgba(0, 0, 0, .87);--mdc-chip-elevated-container-color: #9e9e9e;--mdc-chip-elevated-selected-container-color: #9e9e9e;--mdc-chip-elevated-disabled-container-color: #9e9e9e;--mdc-chip-flat-disabled-selected-container-color: #9e9e9e;--mdc-chip-focus-state-layer-color: black;--mdc-chip-hover-state-layer-color: black;--mdc-chip-selected-hover-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-selected-focus-state-layer-color: black;--mdc-chip-selected-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: rgba(0, 0, 0, .87);--mdc-chip-selected-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-icon-selected-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)}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, .87)}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color: rgba(0, 0, 0, .87);--mdc-chip-elevated-container-color: #eeeeee;--mdc-chip-elevated-selected-container-color: #eeeeee;--mdc-chip-elevated-disabled-container-color: #eeeeee;--mdc-chip-flat-disabled-selected-container-color: #eeeeee;--mdc-chip-focus-state-layer-color: black;--mdc-chip-hover-state-layer-color: black;--mdc-chip-selected-hover-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-selected-focus-state-layer-color: black;--mdc-chip-selected-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: rgba(0, 0, 0, .87);--mdc-chip-selected-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-icon-selected-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)}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, .87)}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #f44336;--mdc-chip-elevated-selected-container-color: #f44336;--mdc-chip-elevated-disabled-container-color: #f44336;--mdc-chip-flat-disabled-selected-container-color: #f44336;--mdc-chip-focus-state-layer-color: black;--mdc-chip-hover-state-layer-color: black;--mdc-chip-selected-hover-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-selected-focus-state-layer-color: black;--mdc-chip-selected-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-selected-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-trailing-icon-color: white}.mat-mdc-chip.mat-mdc-standard-chip{--mdc-chip-container-height: 32px}html{--mdc-switch-disabled-selected-icon-opacity: .38;--mdc-switch-disabled-track-opacity: .12;--mdc-switch-disabled-unselected-icon-opacity: .38;--mdc-switch-handle-height: 20px;--mdc-switch-handle-shape: 10px;--mdc-switch-handle-width: 20px;--mdc-switch-selected-icon-size: 18px;--mdc-switch-track-height: 14px;--mdc-switch-track-shape: 7px;--mdc-switch-track-width: 36px;--mdc-switch-unselected-icon-size: 18px;--mdc-switch-selected-focus-state-layer-opacity: .12;--mdc-switch-selected-hover-state-layer-opacity: .04;--mdc-switch-selected-pressed-state-layer-opacity: .1;--mdc-switch-unselected-focus-state-layer-opacity: .12;--mdc-switch-unselected-hover-state-layer-opacity: .04;--mdc-switch-unselected-pressed-state-layer-opacity: .1}html .mat-mdc-slide-toggle{--mat-switch-disabled-selected-handle-opacity: .38;--mat-switch-disabled-unselected-handle-opacity: .38;--mat-switch-unselected-handle-size: 20px;--mat-switch-selected-handle-size: 20px;--mat-switch-pressed-handle-size: 20px;--mat-switch-with-icon-handle-size: 20px;--mat-switch-selected-handle-horizontal-margin: 0;--mat-switch-selected-with-icon-handle-horizontal-margin: 0;--mat-switch-selected-pressed-handle-horizontal-margin: 0;--mat-switch-unselected-handle-horizontal-margin: 0;--mat-switch-unselected-with-icon-handle-horizontal-margin: 0;--mat-switch-unselected-pressed-handle-horizontal-margin: 0;--mat-switch-visible-track-opacity: 1;--mat-switch-hidden-track-opacity: 1;--mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, .2, 1);--mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(.4, 0, .6, 1);--mat-switch-track-outline-width: 1px;--mat-switch-track-outline-color: transparent;--mat-switch-selected-track-outline-width: 1px;--mat-switch-selected-track-outline-color: transparent;--mat-switch-disabled-unselected-track-outline-width: 1px;--mat-switch-disabled-unselected-track-outline-color: transparent}html{--mdc-switch-selected-focus-state-layer-color: #757575;--mdc-switch-selected-handle-color: #757575;--mdc-switch-selected-hover-state-layer-color: #757575;--mdc-switch-selected-pressed-state-layer-color: #757575;--mdc-switch-selected-focus-handle-color: #212121;--mdc-switch-selected-hover-handle-color: #212121;--mdc-switch-selected-pressed-handle-color: #212121;--mdc-switch-selected-focus-track-color: #e0e0e0;--mdc-switch-selected-hover-track-color: #e0e0e0;--mdc-switch-selected-pressed-track-color: #e0e0e0;--mdc-switch-selected-track-color: #e0e0e0;--mdc-switch-disabled-selected-handle-color: #424242;--mdc-switch-disabled-selected-icon-color: #fff;--mdc-switch-disabled-selected-track-color: #424242;--mdc-switch-disabled-unselected-handle-color: #424242;--mdc-switch-disabled-unselected-icon-color: #fff;--mdc-switch-disabled-unselected-track-color: #424242;--mdc-switch-handle-surface-color: #fff;--mdc-switch-selected-icon-color: #fff;--mdc-switch-unselected-focus-handle-color: #212121;--mdc-switch-unselected-focus-state-layer-color: #424242;--mdc-switch-unselected-focus-track-color: #e0e0e0;--mdc-switch-unselected-handle-color: #616161;--mdc-switch-unselected-hover-handle-color: #212121;--mdc-switch-unselected-hover-state-layer-color: #424242;--mdc-switch-unselected-hover-track-color: #e0e0e0;--mdc-switch-unselected-icon-color: #fff;--mdc-switch-unselected-pressed-handle-color: #212121;--mdc-switch-unselected-pressed-state-layer-color: #424242;--mdc-switch-unselected-pressed-track-color: #e0e0e0;--mdc-switch-unselected-track-color: #e0e0e0;--mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12)}html{--mdc-switch-disabled-label-text-color: rgba(0, 0, 0, .38)}html .mat-mdc-slide-toggle{--mat-switch-label-text-color: rgba(0, 0, 0, .87)}html .mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color: #757575;--mdc-switch-selected-handle-color: #757575;--mdc-switch-selected-hover-state-layer-color: #757575;--mdc-switch-selected-pressed-state-layer-color: #757575;--mdc-switch-selected-focus-handle-color: #212121;--mdc-switch-selected-hover-handle-color: #212121;--mdc-switch-selected-pressed-handle-color: #212121;--mdc-switch-selected-focus-track-color: #e0e0e0;--mdc-switch-selected-hover-track-color: #e0e0e0;--mdc-switch-selected-pressed-track-color: #e0e0e0;--mdc-switch-selected-track-color: #e0e0e0}html .mat-mdc-slide-toggle.mat-warn{--mdc-switch-selected-focus-state-layer-color: #e53935;--mdc-switch-selected-handle-color: #e53935;--mdc-switch-selected-hover-state-layer-color: #e53935;--mdc-switch-selected-pressed-state-layer-color: #e53935;--mdc-switch-selected-focus-handle-color: #b71c1c;--mdc-switch-selected-hover-handle-color: #b71c1c;--mdc-switch-selected-pressed-handle-color: #b71c1c;--mdc-switch-selected-focus-track-color: #e57373;--mdc-switch-selected-hover-track-color: #e57373;--mdc-switch-selected-pressed-track-color: #e57373;--mdc-switch-selected-track-color: #e57373}html{--mdc-switch-state-layer-size: 40px}html{--mdc-radio-disabled-selected-icon-opacity: .38;--mdc-radio-disabled-unselected-icon-opacity: .38;--mdc-radio-state-layer-size: 40px}.mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color: black;--mdc-radio-disabled-unselected-icon-color: black;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-focus-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: #9e9e9e;--mdc-radio-selected-hover-icon-color: #9e9e9e;--mdc-radio-selected-icon-color: #9e9e9e;--mdc-radio-selected-pressed-icon-color: #9e9e9e}.mat-mdc-radio-button.mat-primary{--mat-radio-ripple-color: black;--mat-radio-checked-ripple-color: #9e9e9e;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38);--mat-radio-label-text-color: rgba(0, 0, 0, .87)}.mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color: black;--mdc-radio-disabled-unselected-icon-color: black;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-focus-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: #eeeeee;--mdc-radio-selected-hover-icon-color: #eeeeee;--mdc-radio-selected-icon-color: #eeeeee;--mdc-radio-selected-pressed-icon-color: #eeeeee}.mat-mdc-radio-button.mat-accent{--mat-radio-ripple-color: black;--mat-radio-checked-ripple-color: #eeeeee;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38);--mat-radio-label-text-color: rgba(0, 0, 0, .87)}.mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color: black;--mdc-radio-disabled-unselected-icon-color: black;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-focus-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: #f44336;--mdc-radio-selected-hover-icon-color: #f44336;--mdc-radio-selected-icon-color: #f44336;--mdc-radio-selected-pressed-icon-color: #f44336}.mat-mdc-radio-button.mat-warn{--mat-radio-ripple-color: black;--mat-radio-checked-ripple-color: #f44336;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38);--mat-radio-label-text-color: rgba(0, 0, 0, .87)}html{--mdc-radio-state-layer-size: 40px}html{--mdc-slider-active-track-height: 6px;--mdc-slider-active-track-shape: 9999px;--mdc-slider-handle-height: 20px;--mdc-slider-handle-shape: 50%;--mdc-slider-handle-width: 20px;--mdc-slider-inactive-track-height: 4px;--mdc-slider-inactive-track-shape: 9999px;--mdc-slider-with-overlap-handle-outline-width: 1px;--mdc-slider-with-tick-marks-active-container-opacity: .6;--mdc-slider-with-tick-marks-container-shape: 50%;--mdc-slider-with-tick-marks-container-size: 2px;--mdc-slider-with-tick-marks-inactive-container-opacity: .6;--mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12)}html{--mat-slider-value-indicator-width: auto;--mat-slider-value-indicator-height: 32px;--mat-slider-value-indicator-caret-display: block;--mat-slider-value-indicator-border-radius: 4px;--mat-slider-value-indicator-padding: 0 12px;--mat-slider-value-indicator-text-transform: none;--mat-slider-value-indicator-container-transform: translateX(-50%)}html{--mdc-slider-handle-color: #9e9e9e;--mdc-slider-focus-handle-color: #9e9e9e;--mdc-slider-hover-handle-color: #9e9e9e;--mdc-slider-active-track-color: #9e9e9e;--mdc-slider-inactive-track-color: #9e9e9e;--mdc-slider-with-tick-marks-inactive-container-color: #9e9e9e;--mdc-slider-with-tick-marks-active-container-color: rgba(0, 0, 0, .87);--mdc-slider-disabled-active-track-color: #000;--mdc-slider-disabled-handle-color: #000;--mdc-slider-disabled-inactive-track-color: #000;--mdc-slider-label-container-color: #000;--mdc-slider-label-label-text-color: #fff;--mdc-slider-with-overlap-handle-outline-color: #fff;--mdc-slider-with-tick-marks-disabled-container-color: #000}html{--mat-slider-ripple-color: #9e9e9e;--mat-slider-hover-state-layer-color: rgba(158, 158, 158, .05);--mat-slider-focus-state-layer-color: rgba(158, 158, 158, .2);--mat-slider-value-indicator-opacity: .6}html .mat-accent{--mdc-slider-handle-color: #eeeeee;--mdc-slider-focus-handle-color: #eeeeee;--mdc-slider-hover-handle-color: #eeeeee;--mdc-slider-active-track-color: #eeeeee;--mdc-slider-inactive-track-color: #eeeeee;--mdc-slider-with-tick-marks-inactive-container-color: #eeeeee;--mdc-slider-with-tick-marks-active-container-color: rgba(0, 0, 0, .87)}html .mat-accent{--mat-slider-ripple-color: #eeeeee;--mat-slider-hover-state-layer-color: rgba(238, 238, 238, .05);--mat-slider-focus-state-layer-color: rgba(238, 238, 238, .2)}html .mat-warn{--mdc-slider-handle-color: #f44336;--mdc-slider-focus-handle-color: #f44336;--mdc-slider-hover-handle-color: #f44336;--mdc-slider-active-track-color: #f44336;--mdc-slider-inactive-track-color: #f44336;--mdc-slider-with-tick-marks-inactive-container-color: #f44336;--mdc-slider-with-tick-marks-active-container-color: white}html .mat-warn{--mat-slider-ripple-color: #f44336;--mat-slider-hover-state-layer-color: rgba(244, 67, 54, .05);--mat-slider-focus-state-layer-color: rgba(244, 67, 54, .2)}html{--mat-menu-container-shape: 4px;--mat-menu-divider-bottom-spacing: 0;--mat-menu-divider-top-spacing: 0;--mat-menu-item-spacing: 16px;--mat-menu-item-icon-size: 24px;--mat-menu-item-leading-spacing: 16px;--mat-menu-item-trailing-spacing: 16px;--mat-menu-item-with-icon-leading-spacing: 16px;--mat-menu-item-with-icon-trailing-spacing: 16px;--mat-menu-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-menu-item-label-text-color: rgba(0, 0, 0, .87);--mat-menu-item-icon-color: rgba(0, 0, 0, .87);--mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-menu-container-color: white;--mat-menu-divider-color: rgba(0, 0, 0, .12)}html{--mdc-list-list-item-container-shape: 0;--mdc-list-list-item-leading-avatar-shape: 50%;--mdc-list-list-item-container-color: transparent;--mdc-list-list-item-selected-container-color: transparent;--mdc-list-list-item-leading-avatar-color: transparent;--mdc-list-list-item-leading-icon-size: 24px;--mdc-list-list-item-leading-avatar-size: 40px;--mdc-list-list-item-trailing-icon-size: 24px;--mdc-list-list-item-disabled-state-layer-color: transparent;--mdc-list-list-item-disabled-state-layer-opacity: 0;--mdc-list-list-item-disabled-label-text-opacity: .38;--mdc-list-list-item-disabled-leading-icon-opacity: .38;--mdc-list-list-item-disabled-trailing-icon-opacity: .38}html{--mat-list-active-indicator-color: transparent;--mat-list-active-indicator-shape: 4px}html{--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}.mdc-list-item__start,.mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: black;--mdc-radio-disabled-unselected-icon-color: black;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-focus-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: #9e9e9e;--mdc-radio-selected-hover-icon-color: #9e9e9e;--mdc-radio-selected-icon-color: #9e9e9e;--mdc-radio-selected-pressed-icon-color: #9e9e9e}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: black;--mdc-radio-disabled-unselected-icon-color: black;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-focus-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: #eeeeee;--mdc-radio-selected-hover-icon-color: #eeeeee;--mdc-radio-selected-icon-color: #eeeeee;--mdc-radio-selected-pressed-icon-color: #eeeeee}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: black;--mdc-radio-disabled-unselected-icon-color: black;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-focus-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: #f44336;--mdc-radio-selected-hover-icon-color: #f44336;--mdc-radio-selected-icon-color: #f44336;--mdc-radio-selected-pressed-icon-color: #f44336}.mat-mdc-list-option{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: black;--mdc-checkbox-selected-focus-icon-color: #9e9e9e;--mdc-checkbox-selected-hover-icon-color: #9e9e9e;--mdc-checkbox-selected-icon-color: #9e9e9e;--mdc-checkbox-selected-pressed-icon-color: #9e9e9e;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #9e9e9e;--mdc-checkbox-selected-hover-state-layer-color: #9e9e9e;--mdc-checkbox-selected-pressed-state-layer-color: #9e9e9e;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: black;--mdc-checkbox-selected-focus-icon-color: #eeeeee;--mdc-checkbox-selected-hover-icon-color: #eeeeee;--mdc-checkbox-selected-icon-color: #eeeeee;--mdc-checkbox-selected-pressed-icon-color: #eeeeee;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #eeeeee;--mdc-checkbox-selected-hover-state-layer-color: #eeeeee;--mdc-checkbox-selected-pressed-state-layer-color: #eeeeee;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: #f44336;--mdc-checkbox-selected-hover-icon-color: #f44336;--mdc-checkbox-selected-icon-color: #f44336;--mdc-checkbox-selected-pressed-icon-color: #f44336;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #f44336;--mdc-checkbox-selected-hover-state-layer-color: #f44336;--mdc-checkbox-selected-pressed-state-layer-color: #f44336;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#9e9e9e}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}html{--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}.mdc-list-item__start,.mdc-list-item__end{--mdc-radio-state-layer-size: 40px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}html{--mat-paginator-container-text-color: rgba(0, 0, 0, .87);--mat-paginator-container-background-color: white;--mat-paginator-enabled-icon-color: rgba(0, 0, 0, .54);--mat-paginator-disabled-icon-color: rgba(0, 0, 0, .12)}html{--mat-paginator-container-size: 56px;--mat-paginator-form-field-container-height: 40px;--mat-paginator-form-field-container-vertical-padding: 8px;--mat-paginator-touch-target-display: block}html{--mdc-secondary-navigation-tab-container-height: 48px}html{--mdc-tab-indicator-active-indicator-height: 2px;--mdc-tab-indicator-active-indicator-shape: 0}html{--mat-tab-header-divider-color: transparent;--mat-tab-header-divider-height: 0}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color: #9e9e9e}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: black;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #9e9e9e;--mat-tab-header-active-ripple-color: #9e9e9e;--mat-tab-header-inactive-ripple-color: #9e9e9e;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #9e9e9e;--mat-tab-header-active-hover-label-text-color: #9e9e9e;--mat-tab-header-active-focus-indicator-color: #9e9e9e;--mat-tab-header-active-hover-indicator-color: #9e9e9e}.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color: #eeeeee}.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: black;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #eeeeee;--mat-tab-header-active-ripple-color: #eeeeee;--mat-tab-header-inactive-ripple-color: #eeeeee;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #eeeeee;--mat-tab-header-active-hover-label-text-color: #eeeeee;--mat-tab-header-active-focus-indicator-color: #eeeeee;--mat-tab-header-active-hover-indicator-color: #eeeeee}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color: #f44336}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: black;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #f44336;--mat-tab-header-active-ripple-color: #f44336;--mat-tab-header-inactive-ripple-color: #f44336;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #f44336;--mat-tab-header-active-hover-label-text-color: #f44336;--mat-tab-header-active-focus-indicator-color: #f44336;--mat-tab-header-active-hover-indicator-color: #f44336}.mat-mdc-tab-group.mat-background-primary,.mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-header-with-background-background-color: #9e9e9e;--mat-tab-header-with-background-foreground-color: rgba(0, 0, 0, .87)}.mat-mdc-tab-group.mat-background-accent,.mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color: #eeeeee;--mat-tab-header-with-background-foreground-color: rgba(0, 0, 0, .87)}.mat-mdc-tab-group.mat-background-warn,.mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color: #f44336;--mat-tab-header-with-background-foreground-color: white}.mat-mdc-tab-header{--mdc-secondary-navigation-tab-container-height: 48px}html{--mdc-checkbox-disabled-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-state-layer-opacity: .16;--mdc-checkbox-selected-hover-state-layer-opacity: .04;--mdc-checkbox-selected-pressed-state-layer-opacity: .16;--mdc-checkbox-unselected-focus-state-layer-opacity: .16;--mdc-checkbox-unselected-hover-state-layer-opacity: .04;--mdc-checkbox-unselected-pressed-state-layer-opacity: .16}html{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: black;--mdc-checkbox-selected-focus-icon-color: #eeeeee;--mdc-checkbox-selected-hover-icon-color: #eeeeee;--mdc-checkbox-selected-icon-color: #eeeeee;--mdc-checkbox-selected-pressed-icon-color: #eeeeee;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #eeeeee;--mdc-checkbox-selected-hover-state-layer-color: #eeeeee;--mdc-checkbox-selected-pressed-state-layer-color: #eeeeee;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}html{--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87)}.mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: black;--mdc-checkbox-selected-focus-icon-color: #9e9e9e;--mdc-checkbox-selected-hover-icon-color: #9e9e9e;--mdc-checkbox-selected-icon-color: #9e9e9e;--mdc-checkbox-selected-pressed-icon-color: #9e9e9e;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #9e9e9e;--mdc-checkbox-selected-hover-state-layer-color: #9e9e9e;--mdc-checkbox-selected-pressed-state-layer-color: #9e9e9e;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: #f44336;--mdc-checkbox-selected-hover-icon-color: #f44336;--mdc-checkbox-selected-icon-color: #f44336;--mdc-checkbox-selected-pressed-icon-color: #f44336;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #f44336;--mdc-checkbox-selected-hover-state-layer-color: #f44336;--mdc-checkbox-selected-pressed-state-layer-color: #f44336;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}html{--mdc-checkbox-state-layer-size: 40px}html{--mdc-text-button-container-shape: 4px;--mdc-text-button-keep-touch-target: false}html{--mdc-filled-button-container-shape: 4px;--mdc-filled-button-keep-touch-target: false}html{--mdc-protected-button-container-shape: 4px;--mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mdc-outlined-button-keep-touch-target: false;--mdc-outlined-button-outline-width: 1px;--mdc-outlined-button-container-shape: 4px}html{--mat-text-button-horizontal-padding: 8px;--mat-text-button-with-icon-horizontal-padding: 8px;--mat-text-button-icon-spacing: 8px;--mat-text-button-icon-offset: 0}html{--mat-filled-button-horizontal-padding: 16px;--mat-filled-button-icon-spacing: 8px;--mat-filled-button-icon-offset: -4px}html{--mat-protected-button-horizontal-padding: 16px;--mat-protected-button-icon-spacing: 8px;--mat-protected-button-icon-offset: -4px}html{--mat-outlined-button-horizontal-padding: 15px;--mat-outlined-button-icon-spacing: 8px;--mat-outlined-button-icon-offset: -4px}html{--mdc-text-button-label-text-color: black;--mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, .38)}html{--mat-text-button-state-layer-color: black;--mat-text-button-disabled-state-layer-color: black;--mat-text-button-ripple-color: rgba(0, 0, 0, .1);--mat-text-button-hover-state-layer-opacity: .04;--mat-text-button-focus-state-layer-opacity: .12;--mat-text-button-pressed-state-layer-opacity: .12}html{--mdc-filled-button-container-color: white;--mdc-filled-button-label-text-color: black;--mdc-filled-button-disabled-container-color: rgba(0, 0, 0, .12);--mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, .38)}html{--mat-filled-button-state-layer-color: black;--mat-filled-button-disabled-state-layer-color: black;--mat-filled-button-ripple-color: rgba(0, 0, 0, .1);--mat-filled-button-hover-state-layer-opacity: .04;--mat-filled-button-focus-state-layer-opacity: .12;--mat-filled-button-pressed-state-layer-opacity: .12}html{--mdc-protected-button-container-color: white;--mdc-protected-button-label-text-color: black;--mdc-protected-button-disabled-container-color: rgba(0, 0, 0, .12);--mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, .38)}html{--mat-protected-button-state-layer-color: black;--mat-protected-button-disabled-state-layer-color: black;--mat-protected-button-ripple-color: rgba(0, 0, 0, .1);--mat-protected-button-hover-state-layer-opacity: .04;--mat-protected-button-focus-state-layer-opacity: .12;--mat-protected-button-pressed-state-layer-opacity: .12}html{--mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, .12);--mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-outlined-button-label-text-color: black;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12)}html{--mat-outlined-button-state-layer-color: black;--mat-outlined-button-disabled-state-layer-color: black;--mat-outlined-button-ripple-color: rgba(0, 0, 0, .1);--mat-outlined-button-hover-state-layer-opacity: .04;--mat-outlined-button-focus-state-layer-opacity: .12;--mat-outlined-button-pressed-state-layer-opacity: .12}.mat-mdc-button.mat-primary{--mdc-text-button-label-text-color: #9e9e9e}.mat-mdc-button.mat-primary{--mat-text-button-state-layer-color: #9e9e9e;--mat-text-button-ripple-color: rgba(158, 158, 158, .1)}.mat-mdc-button.mat-accent{--mdc-text-button-label-text-color: #eeeeee}.mat-mdc-button.mat-accent{--mat-text-button-state-layer-color: #eeeeee;--mat-text-button-ripple-color: rgba(238, 238, 238, .1)}.mat-mdc-button.mat-warn{--mdc-text-button-label-text-color: #f44336}.mat-mdc-button.mat-warn{--mat-text-button-state-layer-color: #f44336;--mat-text-button-ripple-color: rgba(244, 67, 54, .1)}.mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color: #9e9e9e;--mdc-filled-button-label-text-color: black}.mat-mdc-unelevated-button.mat-primary{--mat-filled-button-state-layer-color: black;--mat-filled-button-ripple-color: rgba(0, 0, 0, .1)}.mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color: #eeeeee;--mdc-filled-button-label-text-color: black}.mat-mdc-unelevated-button.mat-accent{--mat-filled-button-state-layer-color: black;--mat-filled-button-ripple-color: rgba(0, 0, 0, .1)}.mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color: #f44336;--mdc-filled-button-label-text-color: white}.mat-mdc-unelevated-button.mat-warn{--mat-filled-button-state-layer-color: white;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color: #9e9e9e;--mdc-protected-button-label-text-color: black}.mat-mdc-raised-button.mat-primary{--mat-protected-button-state-layer-color: black;--mat-protected-button-ripple-color: rgba(0, 0, 0, .1)}.mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color: #eeeeee;--mdc-protected-button-label-text-color: black}.mat-mdc-raised-button.mat-accent{--mat-protected-button-state-layer-color: black;--mat-protected-button-ripple-color: rgba(0, 0, 0, .1)}.mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color: #f44336;--mdc-protected-button-label-text-color: white}.mat-mdc-raised-button.mat-warn{--mat-protected-button-state-layer-color: white;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color: #9e9e9e;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12)}.mat-mdc-outlined-button.mat-primary{--mat-outlined-button-state-layer-color: #9e9e9e;--mat-outlined-button-ripple-color: rgba(158, 158, 158, .1)}.mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color: #eeeeee;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12)}.mat-mdc-outlined-button.mat-accent{--mat-outlined-button-state-layer-color: #eeeeee;--mat-outlined-button-ripple-color: rgba(238, 238, 238, .1)}.mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color: #f44336;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12)}.mat-mdc-outlined-button.mat-warn{--mat-outlined-button-state-layer-color: #f44336;--mat-outlined-button-ripple-color: rgba(244, 67, 54, .1)}html{--mdc-text-button-container-height: 36px}html{--mdc-filled-button-container-height: 36px}html{--mdc-protected-button-container-height: 36px}html{--mdc-outlined-button-container-height: 36px}html{--mdc-icon-button-icon-size: 24px}html{--mdc-icon-button-icon-color: inherit;--mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, .38)}html{--mat-icon-button-state-layer-color: black;--mat-icon-button-disabled-state-layer-color: black;--mat-icon-button-ripple-color: rgba(0, 0, 0, .1);--mat-icon-button-hover-state-layer-opacity: .04;--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-pressed-state-layer-opacity: .12}html .mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color: #9e9e9e}html .mat-mdc-icon-button.mat-primary{--mat-icon-button-state-layer-color: #9e9e9e;--mat-icon-button-ripple-color: rgba(158, 158, 158, .1)}html .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color: #eeeeee}html .mat-mdc-icon-button.mat-accent{--mat-icon-button-state-layer-color: #eeeeee;--mat-icon-button-ripple-color: rgba(238, 238, 238, .1)}html .mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color: #f44336}html .mat-mdc-icon-button.mat-warn{--mat-icon-button-state-layer-color: #f44336;--mat-icon-button-ripple-color: rgba(244, 67, 54, .1)}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 48px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:12px}html{--mdc-fab-container-shape: 50%;--mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12)}html{--mdc-fab-small-container-shape: 50%;--mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12)}html{--mdc-extended-fab-container-height: 48px;--mdc-extended-fab-container-shape: 24px;--mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12)}html{--mdc-fab-container-color: white}html{--mat-fab-foreground-color: black;--mat-fab-state-layer-color: black;--mat-fab-disabled-state-layer-color: black;--mat-fab-ripple-color: rgba(0, 0, 0, .1);--mat-fab-hover-state-layer-opacity: .04;--mat-fab-focus-state-layer-opacity: .12;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-disabled-state-container-color: rgba(0, 0, 0, .12);--mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, .38)}html{--mdc-fab-small-container-color: white}html{--mat-fab-small-foreground-color: black;--mat-fab-small-state-layer-color: black;--mat-fab-small-disabled-state-layer-color: black;--mat-fab-small-ripple-color: rgba(0, 0, 0, .1);--mat-fab-small-hover-state-layer-opacity: .04;--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, .12);--mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, .38)}html .mat-mdc-fab.mat-primary{--mdc-fab-container-color: #9e9e9e}html .mat-mdc-fab.mat-primary{--mat-fab-foreground-color: black;--mat-fab-state-layer-color: black;--mat-fab-ripple-color: rgba(0, 0, 0, .1)}html .mat-mdc-fab.mat-accent{--mdc-fab-container-color: #eeeeee}html .mat-mdc-fab.mat-accent{--mat-fab-foreground-color: black;--mat-fab-state-layer-color: black;--mat-fab-ripple-color: rgba(0, 0, 0, .1)}html .mat-mdc-fab.mat-warn{--mdc-fab-container-color: #f44336}html .mat-mdc-fab.mat-warn{--mat-fab-foreground-color: white;--mat-fab-state-layer-color: white;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}html .mat-mdc-mini-fab.mat-primary{--mdc-fab-small-container-color: #9e9e9e}html .mat-mdc-mini-fab.mat-primary{--mat-fab-small-foreground-color: black;--mat-fab-small-state-layer-color: black;--mat-fab-small-ripple-color: rgba(0, 0, 0, .1)}html .mat-mdc-mini-fab.mat-accent{--mdc-fab-small-container-color: #eeeeee}html .mat-mdc-mini-fab.mat-accent{--mat-fab-small-foreground-color: black;--mat-fab-small-state-layer-color: black;--mat-fab-small-ripple-color: rgba(0, 0, 0, .1)}html .mat-mdc-mini-fab.mat-warn{--mdc-fab-small-container-color: #f44336}html .mat-mdc-mini-fab.mat-warn{--mat-fab-small-foreground-color: white;--mat-fab-small-state-layer-color: white;--mat-fab-small-ripple-color: rgba(255, 255, 255, .1)}html{--mdc-snackbar-container-shape: 4px}html{--mdc-snackbar-container-color: #333333;--mdc-snackbar-supporting-text-color: rgba(255, 255, 255, .87)}html{--mat-snack-bar-button-color: whitesmoke}html{--mat-table-row-item-outline-width: 1px}html{--mat-table-background-color: white;--mat-table-header-headline-color: rgba(0, 0, 0, .87);--mat-table-row-item-label-text-color: rgba(0, 0, 0, .87);--mat-table-row-item-outline-color: rgba(0, 0, 0, .12)}html{--mat-table-header-container-height: 56px;--mat-table-footer-container-height: 52px;--mat-table-row-item-container-height: 52px}html{--mdc-circular-progress-active-indicator-width: 4px;--mdc-circular-progress-size: 48px}html{--mdc-circular-progress-active-indicator-color: #9e9e9e}html .mat-accent{--mdc-circular-progress-active-indicator-color: #eeeeee}html .mat-warn{--mdc-circular-progress-active-indicator-color: #f44336}html{--mat-badge-container-shape: 50%;--mat-badge-container-size: unset;--mat-badge-small-size-container-size: unset;--mat-badge-large-size-container-size: unset;--mat-badge-legacy-container-size: 22px;--mat-badge-legacy-small-size-container-size: 16px;--mat-badge-legacy-large-size-container-size: 28px;--mat-badge-container-offset: -11px 0;--mat-badge-small-size-container-offset: -8px 0;--mat-badge-large-size-container-offset: -14px 0;--mat-badge-container-overlap-offset: -11px;--mat-badge-small-size-container-overlap-offset: -8px;--mat-badge-large-size-container-overlap-offset: -14px;--mat-badge-container-padding: 0;--mat-badge-small-size-container-padding: 0;--mat-badge-large-size-container-padding: 0}html{--mat-badge-background-color: #9e9e9e;--mat-badge-text-color: rgba(0, 0, 0, .87);--mat-badge-disabled-state-background-color: #b9b9b9;--mat-badge-disabled-state-text-color: rgba(0, 0, 0, .38)}.mat-badge-accent{--mat-badge-background-color: #eeeeee;--mat-badge-text-color: rgba(0, 0, 0, .87)}.mat-badge-warn{--mat-badge-background-color: #f44336;--mat-badge-text-color: white}html{--mat-bottom-sheet-container-shape: 4px}html{--mat-bottom-sheet-container-text-color: rgba(0, 0, 0, .87);--mat-bottom-sheet-container-background-color: white}html{--mat-legacy-button-toggle-height: 36px;--mat-legacy-button-toggle-shape: 2px;--mat-legacy-button-toggle-focus-state-layer-opacity: 1}html{--mat-standard-button-toggle-shape: 4px;--mat-standard-button-toggle-hover-state-layer-opacity: .04;--mat-standard-button-toggle-focus-state-layer-opacity: .12}html{--mat-legacy-button-toggle-text-color: rgba(0, 0, 0, .38);--mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, .12);--mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, .54);--mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;--mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;--mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd}html{--mat-standard-button-toggle-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-background-color: white;--mat-standard-button-toggle-state-layer-color: black;--mat-standard-button-toggle-selected-state-background-color: #e0e0e0;--mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-standard-button-toggle-disabled-state-background-color: white;--mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;--mat-standard-button-toggle-divider-color: rgb(224.4, 224.4, 224.4)}html{--mat-standard-button-toggle-height: 48px}html{--mat-datepicker-calendar-container-shape: 4px;--mat-datepicker-calendar-container-touch-shape: 4px;--mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12)}html{--mat-datepicker-calendar-date-selected-state-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-selected-state-background-color: #9e9e9e;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(158, 158, 158, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-focus-state-background-color: rgba(158, 158, 158, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(158, 158, 158, .3);--mat-datepicker-toggle-active-state-icon-color: #9e9e9e;--mat-datepicker-calendar-date-in-range-state-background-color: rgba(158, 158, 158, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: black;--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, .18);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .24);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, .38);--mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-selected-state-background-color: #eeeeee;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(238, 238, 238, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-focus-state-background-color: rgba(238, 238, 238, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(238, 238, 238, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(238, 238, 238, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032)}.mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #f44336;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032)}.mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color: #eeeeee}.mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color: #f44336}.mat-calendar-controls{--mat-icon-button-touch-target-display: none}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 40px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:8px}html{--mat-divider-width: 1px}html{--mat-divider-color: rgba(0, 0, 0, .12)}html{--mat-expansion-container-shape: 4px;--mat-expansion-legacy-header-indicator-display: inline-block;--mat-expansion-header-indicator-display: none}html{--mat-expansion-container-background-color: white;--mat-expansion-container-text-color: rgba(0, 0, 0, .87);--mat-expansion-actions-divider-color: rgba(0, 0, 0, .12);--mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-expansion-header-text-color: rgba(0, 0, 0, .87);--mat-expansion-header-description-color: rgba(0, 0, 0, .54);--mat-expansion-header-indicator-color: rgba(0, 0, 0, .54)}html{--mat-expansion-header-collapsed-state-height: 48px;--mat-expansion-header-expanded-state-height: 64px}html{--mat-icon-color: inherit}.mat-icon.mat-primary{--mat-icon-color: #9e9e9e}.mat-icon.mat-accent{--mat-icon-color: #eeeeee}.mat-icon.mat-warn{--mat-icon-color: #f44336}html{--mat-sidenav-container-shape: 0;--mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-sidenav-container-width: auto}html{--mat-sidenav-container-divider-color: rgba(0, 0, 0, .12);--mat-sidenav-container-background-color: white;--mat-sidenav-container-text-color: rgba(0, 0, 0, .87);--mat-sidenav-content-background-color: #fafafa;--mat-sidenav-content-text-color: rgba(0, 0, 0, .87);--mat-sidenav-scrim-color: rgba(0, 0, 0, .6)}html{--mat-stepper-header-icon-foreground-color: rgba(0, 0, 0, .87);--mat-stepper-header-selected-state-icon-background-color: #9e9e9e;--mat-stepper-header-selected-state-icon-foreground-color: rgba(0, 0, 0, .87);--mat-stepper-header-done-state-icon-background-color: #9e9e9e;--mat-stepper-header-done-state-icon-foreground-color: rgba(0, 0, 0, .87);--mat-stepper-header-edit-state-icon-background-color: #9e9e9e;--mat-stepper-header-edit-state-icon-foreground-color: rgba(0, 0, 0, .87);--mat-stepper-container-color: white;--mat-stepper-line-color: rgba(0, 0, 0, .12);--mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-stepper-header-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, .87);--mat-stepper-header-error-state-label-text-color: #f44336;--mat-stepper-header-icon-background-color: rgba(0, 0, 0, .54);--mat-stepper-header-error-state-icon-foreground-color: #f44336;--mat-stepper-header-error-state-icon-background-color: transparent}html .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: rgba(0, 0, 0, .87);--mat-stepper-header-selected-state-icon-background-color: #eeeeee;--mat-stepper-header-selected-state-icon-foreground-color: rgba(0, 0, 0, .87);--mat-stepper-header-done-state-icon-background-color: #eeeeee;--mat-stepper-header-done-state-icon-foreground-color: rgba(0, 0, 0, .87);--mat-stepper-header-edit-state-icon-background-color: #eeeeee;--mat-stepper-header-edit-state-icon-foreground-color: rgba(0, 0, 0, .87)}html .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #f44336;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #f44336;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #f44336;--mat-stepper-header-edit-state-icon-foreground-color: white}html{--mat-stepper-header-height: 72px}html{--mat-sort-arrow-color: rgb(117.3, 117.3, 117.3)}html{--mat-toolbar-container-background-color: whitesmoke;--mat-toolbar-container-text-color: rgba(0, 0, 0, .87)}.mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #9e9e9e;--mat-toolbar-container-text-color: rgba(0, 0, 0, .87)}.mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #eeeeee;--mat-toolbar-container-text-color: rgba(0, 0, 0, .87)}.mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #f44336;--mat-toolbar-container-text-color: white}html{--mat-toolbar-standard-height: 64px;--mat-toolbar-mobile-height: 56px}html{--mat-tree-container-background-color: white;--mat-tree-node-text-color: rgba(0, 0, 0, .87)}html{--mat-tree-node-min-height: 48px}html{--mat-timepicker-container-shape: 4px;--mat-timepicker-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-timepicker-container-background-color: white}html{--mat-badge-text-font: Roboto, sans-serif;--mat-badge-line-height: 22px;--mat-badge-text-size: 12px;--mat-badge-text-weight: 600;--mat-badge-small-size-text-size: 9px;--mat-badge-small-size-line-height: 16px;--mat-badge-large-size-text-size: 24px;--mat-badge-large-size-line-height: 28px}.mat-h1,.mat-headline-5,.mat-typography .mat-h1,.mat-typography .mat-headline-5,.mat-typography h1{font:400 24px/32px 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:500 20px/32px 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:400 16px/28px 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:400 16px/24px 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:500 14px/22px Roboto,sans-serif;letter-spacing:.0071428571em}.mat-body,.mat-body-2,.mat-typography .mat-body,.mat-typography .mat-body-2,.mat-typography{font:400 14px/20px 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:400 12px/20px Roboto,sans-serif;letter-spacing:.0333333333em}.mat-headline-1,.mat-typography .mat-headline-1{font:300 96px/96px Roboto,sans-serif;letter-spacing:-.015625em;margin:0 0 56px}.mat-headline-2,.mat-typography .mat-headline-2{font:300 60px/60px Roboto,sans-serif;letter-spacing:-.0083333333em;margin:0 0 64px}.mat-headline-3,.mat-typography .mat-headline-3{font:400 48px/50px Roboto,sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-headline-4,.mat-typography .mat-headline-4{font:400 34px/40px Roboto,sans-serif;letter-spacing:.0073529412em;margin:0 0 64px}html{--mat-bottom-sheet-container-text-font: Roboto, sans-serif;--mat-bottom-sheet-container-text-line-height: 20px;--mat-bottom-sheet-container-text-size: 14px;--mat-bottom-sheet-container-text-tracking: .0178571429em;--mat-bottom-sheet-container-text-weight: 400}html{--mat-legacy-button-toggle-label-text-font: Roboto, sans-serif;--mat-legacy-button-toggle-label-text-line-height: 24px;--mat-legacy-button-toggle-label-text-size: 16px;--mat-legacy-button-toggle-label-text-tracking: .03125em;--mat-legacy-button-toggle-label-text-weight: 400}html{--mat-standard-button-toggle-label-text-font: Roboto, sans-serif;--mat-standard-button-toggle-label-text-line-height: 24px;--mat-standard-button-toggle-label-text-size: 16px;--mat-standard-button-toggle-label-text-tracking: .03125em;--mat-standard-button-toggle-label-text-weight: 400}html{--mat-datepicker-calendar-text-font: Roboto, sans-serif;--mat-datepicker-calendar-text-size: 13px;--mat-datepicker-calendar-body-label-text-size: 14px;--mat-datepicker-calendar-body-label-text-weight: 500;--mat-datepicker-calendar-period-button-text-size: 14px;--mat-datepicker-calendar-period-button-text-weight: 500;--mat-datepicker-calendar-header-text-size: 11px;--mat-datepicker-calendar-header-text-weight: 400}html{--mat-expansion-header-text-font: Roboto, sans-serif;--mat-expansion-header-text-size: 14px;--mat-expansion-header-text-weight: 500;--mat-expansion-header-text-line-height: inherit;--mat-expansion-header-text-tracking: inherit;--mat-expansion-container-text-font: Roboto, sans-serif;--mat-expansion-container-text-line-height: 20px;--mat-expansion-container-text-size: 14px;--mat-expansion-container-text-tracking: .0178571429em;--mat-expansion-container-text-weight: 400}html{--mat-grid-list-tile-header-primary-text-size: 14px;--mat-grid-list-tile-header-secondary-text-size: 12px;--mat-grid-list-tile-footer-primary-text-size: 14px;--mat-grid-list-tile-footer-secondary-text-size: 12px}html{--mat-stepper-container-text-font: Roboto, sans-serif;--mat-stepper-header-label-text-font: Roboto, sans-serif;--mat-stepper-header-label-text-size: 14px;--mat-stepper-header-label-text-weight: 400;--mat-stepper-header-error-state-label-text-size: 16px;--mat-stepper-header-selected-state-label-text-size: 16px;--mat-stepper-header-selected-state-label-text-weight: 400}html{--mat-toolbar-title-text-font: Roboto, sans-serif;--mat-toolbar-title-text-line-height: 32px;--mat-toolbar-title-text-size: 20px;--mat-toolbar-title-text-tracking: .0125em;--mat-toolbar-title-text-weight: 500}html{--mat-tree-node-text-font: Roboto, sans-serif;--mat-tree-node-text-size: 14px;--mat-tree-node-text-weight: 400}html{--mat-option-label-text-font: Roboto, sans-serif;--mat-option-label-text-line-height: 24px;--mat-option-label-text-size: 16px;--mat-option-label-text-tracking: .03125em;--mat-option-label-text-weight: 400}html{--mat-optgroup-label-text-font: Roboto, sans-serif;--mat-optgroup-label-text-line-height: 24px;--mat-optgroup-label-text-size: 16px;--mat-optgroup-label-text-tracking: .03125em;--mat-optgroup-label-text-weight: 400}html{--mat-card-title-text-font: Roboto, sans-serif;--mat-card-title-text-line-height: 32px;--mat-card-title-text-size: 20px;--mat-card-title-text-tracking: .0125em;--mat-card-title-text-weight: 500;--mat-card-subtitle-text-font: Roboto, sans-serif;--mat-card-subtitle-text-line-height: 22px;--mat-card-subtitle-text-size: 14px;--mat-card-subtitle-text-tracking: .0071428571em;--mat-card-subtitle-text-weight: 500}html{--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}html{--mdc-filled-text-field-label-text-font: Roboto, sans-serif;--mdc-filled-text-field-label-text-size: 16px;--mdc-filled-text-field-label-text-tracking: .03125em;--mdc-filled-text-field-label-text-weight: 400}html{--mdc-outlined-text-field-label-text-font: Roboto, sans-serif;--mdc-outlined-text-field-label-text-size: 16px;--mdc-outlined-text-field-label-text-tracking: .03125em;--mdc-outlined-text-field-label-text-weight: 400}html{--mat-form-field-container-text-font: Roboto, sans-serif;--mat-form-field-container-text-line-height: 24px;--mat-form-field-container-text-size: 16px;--mat-form-field-container-text-tracking: .03125em;--mat-form-field-container-text-weight: 400;--mat-form-field-outlined-label-text-populated-size: 16px;--mat-form-field-subscript-text-font: Roboto, sans-serif;--mat-form-field-subscript-text-line-height: 20px;--mat-form-field-subscript-text-size: 12px;--mat-form-field-subscript-text-tracking: .0333333333em;--mat-form-field-subscript-text-weight: 400}html{--mat-select-trigger-text-font: Roboto, sans-serif;--mat-select-trigger-text-line-height: 24px;--mat-select-trigger-text-size: 16px;--mat-select-trigger-text-tracking: .03125em;--mat-select-trigger-text-weight: 400}html{--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-chip-label-text-font: Roboto, sans-serif;--mdc-chip-label-text-line-height: 20px;--mdc-chip-label-text-size: 14px;--mdc-chip-label-text-tracking: .0178571429em;--mdc-chip-label-text-weight: 400}html .mat-mdc-slide-toggle{--mat-switch-label-text-font: Roboto, sans-serif;--mat-switch-label-text-line-height: 20px;--mat-switch-label-text-size: 14px;--mat-switch-label-text-tracking: .0178571429em;--mat-switch-label-text-weight: 400}html{--mat-radio-label-text-font: Roboto, sans-serif;--mat-radio-label-text-line-height: 20px;--mat-radio-label-text-size: 14px;--mat-radio-label-text-tracking: .0178571429em;--mat-radio-label-text-weight: 400}html{--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}html{--mat-menu-item-label-text-font: Roboto, sans-serif;--mat-menu-item-label-text-size: 16px;--mat-menu-item-label-text-tracking: .03125em;--mat-menu-item-label-text-line-height: 24px;--mat-menu-item-label-text-weight: 400}html{--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:400 16px/28px Roboto,sans-serif;letter-spacing:.009375em}html{--mat-paginator-container-text-font: Roboto, sans-serif;--mat-paginator-container-text-line-height: 20px;--mat-paginator-container-text-size: 12px;--mat-paginator-container-text-tracking: .0333333333em;--mat-paginator-container-text-weight: 400;--mat-paginator-select-trigger-text-size: 12px}.mat-mdc-tab-header{--mat-tab-header-label-text-font: Roboto, sans-serif;--mat-tab-header-label-text-size: 14px;--mat-tab-header-label-text-tracking: .0892857143em;--mat-tab-header-label-text-line-height: 36px;--mat-tab-header-label-text-weight: 500}html{--mat-checkbox-label-text-font: Roboto, sans-serif;--mat-checkbox-label-text-line-height: 20px;--mat-checkbox-label-text-size: 14px;--mat-checkbox-label-text-tracking: .0178571429em;--mat-checkbox-label-text-weight: 400}html{--mdc-text-button-label-text-font: Roboto, sans-serif;--mdc-text-button-label-text-size: 14px;--mdc-text-button-label-text-tracking: .0892857143em;--mdc-text-button-label-text-weight: 500;--mdc-text-button-label-text-transform: none}html{--mdc-filled-button-label-text-font: Roboto, sans-serif;--mdc-filled-button-label-text-size: 14px;--mdc-filled-button-label-text-tracking: .0892857143em;--mdc-filled-button-label-text-weight: 500;--mdc-filled-button-label-text-transform: none}html{--mdc-protected-button-label-text-font: Roboto, sans-serif;--mdc-protected-button-label-text-size: 14px;--mdc-protected-button-label-text-tracking: .0892857143em;--mdc-protected-button-label-text-weight: 500;--mdc-protected-button-label-text-transform: none}html{--mdc-outlined-button-label-text-font: Roboto, sans-serif;--mdc-outlined-button-label-text-size: 14px;--mdc-outlined-button-label-text-tracking: .0892857143em;--mdc-outlined-button-label-text-weight: 500;--mdc-outlined-button-label-text-transform: none}html{--mdc-extended-fab-label-text-font: Roboto, sans-serif;--mdc-extended-fab-label-text-size: 14px;--mdc-extended-fab-label-text-tracking: .0892857143em;--mdc-extended-fab-label-text-weight: 500}html{--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}html{--mat-table-header-headline-font: Roboto, sans-serif;--mat-table-header-headline-line-height: 22px;--mat-table-header-headline-size: 14px;--mat-table-header-headline-weight: 500;--mat-table-header-headline-tracking: .0071428571em;--mat-table-row-item-label-text-font: Roboto, sans-serif;--mat-table-row-item-label-text-line-height: 20px;--mat-table-row-item-label-text-size: 14px;--mat-table-row-item-label-text-weight: 400;--mat-table-row-item-label-text-tracking: .0178571429em;--mat-table-footer-supporting-text-font: Roboto, sans-serif;--mat-table-footer-supporting-text-line-height: 20px;--mat-table-footer-supporting-text-size: 14px;--mat-table-footer-supporting-text-weight: 400;--mat-table-footer-supporting-text-tracking: .0178571429em}html{--mat-form-field-container-height: 52px;--mat-form-field-filled-label-display: block;--mat-form-field-container-vertical-padding: 14px;--mat-form-field-filled-with-label-container-padding-top: 22px;--mat-form-field-filled-with-label-container-padding-bottom: 6px}html{--mat-select-arrow-transform: translateY(-8px)}html{--mdc-checkbox-state-layer-size: 36px}html{--mat-checkbox-touch-target-display: block}.mat-mdc-chip.mat-mdc-standard-chip{--mdc-chip-container-height: 28px}html{--mdc-switch-state-layer-size: 36px}html{--mdc-radio-state-layer-size: 36px}html{--mat-radio-touch-target-display: block}html{--mdc-list-list-item-one-line-container-height: 44px;--mdc-list-list-item-two-line-container-height: 60px;--mdc-list-list-item-three-line-container-height: 84px}html{--mat-list-list-item-leading-icon-start-space: 16px;--mat-list-list-item-leading-icon-end-space: 32px}.mdc-list-item__start,.mdc-list-item__end{--mdc-radio-state-layer-size: 36px}.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:52px}.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:68px}html{--mat-paginator-container-size: 52px;--mat-paginator-form-field-container-height: 40px;--mat-paginator-form-field-container-vertical-padding: 8px;--mat-paginator-touch-target-display: block}.mat-mdc-tab-header{--mdc-secondary-navigation-tab-container-height: 44px}html{--mdc-text-button-container-height: 32px}html{--mdc-filled-button-container-height: 32px}html{--mdc-protected-button-container-height: 32px}html{--mdc-outlined-button-container-height: 32px}html{--mat-text-button-touch-target-display: block}html{--mat-filled-button-touch-target-display: block}html{--mat-protected-button-touch-target-display: block}html{--mat-outlined-button-touch-target-display: block}html{--mat-icon-button-touch-target-display: block}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 44px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:10px}html{--mat-fab-touch-target-display: block}html{--mat-fab-small-touch-target-display: block}html{--mat-table-header-container-height: 52px;--mat-table-footer-container-height: 48px;--mat-table-row-item-container-height: 48px}html{--mat-expansion-header-collapsed-state-height: 44px;--mat-expansion-header-expanded-state-height: 60px}html{--mat-stepper-header-height: 68px}html{--mat-toolbar-standard-height: 60px;--mat-toolbar-mobile-height: 52px}html{--mat-tree-node-min-height: 44px}html{--mat-standard-button-toggle-height: 44px}.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}.mat-mdc-radio-button,.mat-mdc-radio-button.mat-accent{--mdc-radio-selected-icon-color: var(--dark-grey);--mdc-radio-selected-focus-icon-color: var(--dark-grey);--mdc-radio-selected-hover-icon-color: var(--dark-grey);--mdc-radio-selected-pressed-icon-color: var(--dark-grey)}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{font-size:10px}a,button{cursor:pointer}:root{--background: #F6F6F6;--dark-grey: #4b4c47;--plainWhite: #fff;--section-subheader: #e6e6e6;--section-bg: #dcdcdc;--disabled-gray: #aaa;--table-header-bg: #e9e9e9;--table-even-row-bg: #f0f0f0;--field-bg: #efefef;--field-border: #b5b5b5;--field-border-active: #292926;--field-border-enabled: #007aff;--field-border-inactive: rgba(181, 181, 181, .55);--select-hover: #ececec;--select-active: #e2e2e2;--select-hover-item-bg: #e2e2e2;--select-bg: #efefef;--buttonBg: #292926;--buttonHover: #161613;--buttonActive: #000;--buttonDisabled: #aaa;--toggle-on: #83de73;--dark-header: #292926;--submenu-bg: #3b3b36;--menu-active: #cea82c;--user-menu-bg: #3b3b36;--error-color: #e62800;--ok-color: #b2b2b0;--warning-color: #f8d778;--submitted: #1a68f0;--submitted-bg: #1a68f040;--ready: #01ad01;--ready-bg: #01ad0140;--internal: #fdd004;--internal-bg: #fdd00440;--progress: #ff9957;--progress-bg: #ff995740;--notStarted: #fa1028;--notStarted-bg: #fa102840;--not-rated: #fdd004;--not-rated-bg: #fdd0040;--not-met: #fa1028;--not-met-bg: #fa102840;--met: #1a68f0;--met-bg: #1a68f040;--exceeded: #01ad01;--exceeded-bg: #01ad0140;--submitted-accr: #fdd004;--submitted-accr-bg: #fdd00440;--completed: #01ad01;--completed-bg: #01ad0140;--goal: #ffc800;--objective: #a3db00;--measure: #ff64ff;--dashboard-green: #01AD01;--dashboard-red: #FA1028;--dashboard-yellow: #FDD004;--widget-border: #babab9;--widget-back: #2a2a25;--widget-back-light: #fff;--widget-header-light: #f8fafc;--widget-links: #cea82c;--text-color-light: #3a3a37;--table-hader: #4e4e45;--google-button-bg: #fffdf8;--google-button-bg-hover: #FFF3D6;--sidebar-bg: #e9e9e9;--mapping-outcome: #a3db00;--mapping-course: #FFFDF8;--learning-outcome: #b2e925;--core-course: #14a6cc;--general-course: #ff5d69;--introduced-outcome: #ffb601;--reinforced-outcome: #14a6cc;--demonstrated-outcome: #6651f6;--mastered-outcome: #ff5d69;--empty-point: #f8d778;--row-background: rgba(242, 237, 226, .3);--mapping-border: #ccc;--mapping-active: #0091ff;--mapping-course-border: #f8ce46;--mapping-divider: #faf8f3;--mapping-fields-border: #90908b;--mapping-active-filter: rgba(248, 215, 120, .15);--form-border-color: #979797;--border-line-color: #b5b5b5;--header-bg: #e9e9e9;--grey: #707265;--button-shadow: 0 8px 8px 0 rgba(0, 0, 0, .24), 0 0 8px 0 rgba(0, 0, 0, .12);--secondary-color: #f4f4f3;--border-color: #d2c6a1;--gold: #fed766;--dark-border: rgba(58, 58, 55, .5);--label-color: #3a3a37;--search-field-border: rgba(144, 144, 139, .6);--light-gold: #fff4d6;--light-grey: #ddded6;--hover-gray: #dfdfdf;--active-gray: #d5d5d5;--footer-color: #3a3a37;--footer-text-color: #ffffff}:root{--page-padding: 50px;--mobile-breakpoint: 768px;--tablet-breakpoint: 968px;--laptop-breakpoint: 1520px}body{font-family:Inter,sans-serif;color:var(--dark-grey);line-height:1.625;font-size:14px;background:var(--background)}button,html,input,select,textarea{font-family:Inter,sans-serif}*{box-sizing:border-box}*::selection{background:#fed766}button{background:transparent;border:none;cursor:pointer}.relative{position:relative}.pageSubtitle{font-weight:400;font-size:3.2rem;line-height:1.6;margin-bottom:10px}.text-left{text-align:left}.text-center{text-align:center}.margin-around{margin-top:20px;margin-bottom:20px}.fullWidth{width:100%}.standard-width{width:350px}.flexGrow,.flexGrow1{flex-grow:1}a:not(.button),a:not(.button):visited{color:var(--dark-grey)}*:focus-visible{outline:3px solid #fed766}.inlineList{padding:0;margin:0;list-style:none;display:flex}.allHeightContent{min-height:100vh;width:100%}.fullHeightContent{min-height:calc(100vh - 133px);width:100%}.pageTitle{font-size:2.4rem;font-weight:700;line-height:1.4;margin:0;padding:0}.pageHeader{font-size:1.4rem;font-weight:700;line-height:1.4;margin:0;padding:0}.labelNav{font-size:1.2rem;font-weight:700;line-height:1.4;margin:0;padding:0}.specialLabelNav{font-size:1.2rem;font-weight:800;line-height:1.4;margin:0;padding:0;letter-spacing:.5px}.captions{font-size:1.2rem;font-weight:800;line-height:1.4;margin:0;padding:0}.weavePage_header{padding:50px var(--page-padding) 17px;position:relative;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 220px}.listFilters{display:flex;flex-direction:row;column-gap:20px;margin-bottom:20px;align-items:center}.listFilters .simpleCheckbox{margin-bottom:0;padding:10px 0 0}.text-right{text-align:right}.sectionDivider{background:var(--header-bg);padding:8px var(--page-padding);line-height:1.4}.sectionDividerDark{background:var(--section-bg);padding:8px var(--page-padding);height:40px}hr{height:0;width:100%;border:none;border-top:solid 1px var(--border-line-color);margin:0;padding:0}.block-ui-message-container{display:none}.closeLink{background:url("./media/cancel-3ZUCI7WM.svg") no-repeat;padding-left:20px;background-size:16px;background-position-y:-1px}.alert{color:var(--error-color)}.userPane{position:relative}.userPaneFixed{position:sticky;top:0;height:100vh;overflow-y:auto}.hide{display:none}.header{padding:15px;text-align:center}.header a{color:#fff}.footer,.footer a{color:var(--footer-text-color);font-size:10px;text-decoration:none}.footer{padding:1rem;background:var(--footer-color);text-align:center}.footer img{height:20px;width:auto;vertical-align:bottom}.narrowWrapper{width:600px;max-width:100%;margin:0 auto}.weaveWrapper{margin:0 auto;padding:0 20px}.weaveInnerWrapper{width:80%;margin:0 auto}@media screen and (max-width: 576px){.weaveWrapper{width:100%;padding:0 15px}}@media screen and (min-width: 576px) and (max-width: 768px){.weaveWrapper{width:540px;padding:0 15px}}@media screen and (min-width: 768px) and (max-width: 992px){.weaveWrapper{width:720px}}@media screen and (min-width: 992px) and (max-width: 1220px){.weaveWrapper{width:960px}}@media screen and (min-width: 1220px){.weaveWrapper{width:1140px}}@media screen and (min-width: 1440px){.weaveWrapper{width:1440px}}@media screen and (min-width: 1600px){.weaveWrapper{width:1600px}}.formWrapper{text-align:center;width:100%}.formContainer{display:inline-block;text-align:left}.radioOptions{width:250px;margin:0 auto}*:focus{outline:none}.slds-dropdown{display:none}.keyboardNav *:focus{outline:3px solid var(--gold)}.keyboardNav .slds-dropdown-holder{position:relative}.keyboardNav .slds-dropdown.open{display:block}.keyboardNav .slds-dropdown__list{position:absolute;top:0;left:0;width:100px;height:200px;overflow-y:scroll;z-index:1000;background:#fff}a.skip-main{left:-999px;position:absolute;top:auto;width:1px;height:1px;overflow:hidden;z-index:-999}a.skip-main:focus,a.skip-main:active{color:#fff;background-color:#000;left:auto;top:auto;width:30%;height:auto;overflow:auto;margin:6px 35%;padding:5px;border-radius:15px;border:2px solid var(--gold);text-align:center;font-size:1.2em;z-index:999}.screen-reader-only{position:absolute;height:1px;width:1px;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);clip-path:polygon(0px 0px,0px 0px,0px 0px);-webkit-clip-path:polygon(0px 0px,0px 0px,0px 0px);overflow:hidden!important}.show-for-sr,.show-on-focus{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.weaveFlip{background-color:transparent;perspective:1000px}.weaveFlip-inner{position:relative;width:100%;height:100%;text-align:center;transition:transform .8s;transform-style:preserve-3d}.weaveFlip.flipped .weaveFlip-inner{transform:rotateY(180deg)}.weaveFlip-front,.weaveFlip-back{position:absolute;width:100%;height:100%;background-color:#fff;-webkit-backface-visibility:hidden;backface-visibility:hidden}.weaveFlip-back{transform:rotateY(180deg)}.hiddenMenu{display:none;position:absolute}.hiddenMenu.open{display:block}.fakeTooltipContainer{position:relative}.fakeTooltipContainer .fakeTooltip{width:120px;margin-left:-28px;display:none;text-align:left;background-color:#3a3a37e6;color:var(--plainWhite);line-height:1.3em;padding:7px 10px;position:absolute;z-index:11;top:calc(100% + 8px);border-radius:3px}.fakeTooltipContainer .fakeTooltip:before{content:"";display:block;width:0;height:0;border:inset .5rem;border-color:transparent transparent var(--dark-grey);border-bottom-style:solid;border-top-width:0;bottom:100%;position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%)}.fakeTooltipContainer:hover .fakeTooltip{display:block}.breadcrumbs:after,.breadcrumbs:before{content:" ";display:table}.breadcrumbs:after{clear:both}ul.breadcrumbs{font-family:Inter,sans-serif;font-size:14px;font-weight:400;list-style:none;margin:0 0 1rem;padding:0}ul.breadcrumbs>li{color:var(--dark-grey);font-size:12px;text-transform:capitalize;float:left}ul.breadcrumbs>li.no-text-transform{text-transform:none}ul.breadcrumbs>li>a{color:var(--header-bg)}ul.breadcrumbs>li:not(:last-child):after{color:var(--dark-grey);margin:0 .25rem}.breadcrumbs li:not(:last-child):after{color:#cacaca;content:"/";margin:0 .75rem;position:relative;top:1px;opacity:1}ul.breadcrumbs.darkBreadcrumbs{font-weight:700}ul.breadcrumbs.darkBreadcrumbs>li>a{color:var(--dark-grey)}ul.breadcrumbs.darkBreadcrumbs>li:not(:last-child):after{content:">"}.topBreadcrumbs{margin-left:50px;padding-top:25px}table{width:100%}.listingTable{border:none;margin-bottom:34px;border-collapse:collapse;border-spacing:2px;width:100%}.listingTable th{background-color:var(--table-header-bg);line-height:1.9em;font-size:1.2rem;font-weight:800;margin:0;letter-spacing:.5px;text-transform:uppercase;text-align:left;padding:5px 5px 0;height:40px}.listingTable thead th>span.columnSorter{margin-top:-2px}.listingTable thead th>span{display:block;float:left;position:relative}.listingTable th.clickable{cursor:pointer}.listingTable th.clickable .sorter{margin-top:-2px}.listingTable td{line-height:1.9em;padding:12px 5px 10px}.listingTable tbody tr:nth-child(odd){background-color:#fff}.listingTable tbody tr:nth-child(2n){background-color:var(--table-even-row-bg)}.listingTable th:first-child,.listingTable td:first-child{padding-left:var(--page-padding)}.listingTable td.check-column:first-child{padding-left:12px}.clickableColumn{cursor:pointer}.paginator-wrapper>.paginator-results{text-align:center}.paginator-wrapper ul.pagination{list-style:none;margin:0 0 16px;padding:0;display:flex;justify-content:center;column-gap:14px}.paginator-wrapper ul.pagination li.next-item a,.paginator-wrapper ul.pagination li.previous-item a{display:flex;padding:0;width:22px;height:22px;justify-content:center;align-items:center}.paginator-wrapper ul.pagination li.next-item i,.paginator-wrapper ul.pagination li.previous-item i{font-size:14px}.paginator-wrapper ul.pagination li.next-item{margin-top:-6px;margin-left:15px}.paginator-wrapper ul.pagination li.previous-item{margin-top:-6px;margin-right:15px}.paginator-wrapper ul.pagination li.previous-item i{width:8px}.paginator-wrapper ul.pagination a{background:none;color:var(--dark-grey);border-radius:5px;padding:3px 10px}.paginator-wrapper ul.pagination a:hover,.paginator-wrapper ul.pagination a.active{background:var(--dark-grey);color:#fff}.tableWrapper{max-width:1620px;margin:auto}.tableWrapper h1{margin-top:50px}.mat-calendar-table-header th{background:#fff;line-height:1.2}.mat-calendar-table,.mat-calendar-table-header,.mat-calendar-body{border:none}table.mat-calendar-table tbody tr:nth-child(2n){background-color:transparent}app-weave-repeater table.weaveRepeater,app-inline-repeater table.weaveRepeater{border:none;margin-bottom:5px;background:none}app-weave-repeater table.weaveRepeater thead,app-weave-repeater table.weaveRepeater th,app-inline-repeater table.weaveRepeater thead,app-inline-repeater table.weaveRepeater th{background:none;border:none}app-weave-repeater table.weaveRepeater th,app-inline-repeater table.weaveRepeater th{font-size:12px;font-weight:800;padding:10px 20px 10px 0!important;text-transform:uppercase}app-weave-repeater table.weaveRepeater th.editTh,app-inline-repeater table.weaveRepeater th.editTh{width:2px}app-weave-repeater table.weaveRepeater tbody,app-inline-repeater table.weaveRepeater tbody{border:none;background:none}app-weave-repeater table.weaveRepeater tbody tr,app-weave-repeater table.weaveRepeater tbody td,app-inline-repeater table.weaveRepeater tbody tr,app-inline-repeater table.weaveRepeater tbody td{background:none;border:none}app-weave-repeater table.weaveRepeater tbody tr,app-inline-repeater table.weaveRepeater tbody tr{position:relative}app-weave-repeater table.weaveRepeater tbody tr .notificationsIcon,app-inline-repeater table.weaveRepeater tbody tr .notificationsIcon{top:30px!important;left:-20px!important}app-weave-repeater table.weaveRepeater tbody td,app-inline-repeater table.weaveRepeater tbody td{padding:10px 20px 10px 0!important;vertical-align:top}app-weave-repeater table.weaveRepeater tbody td input,app-inline-repeater table.weaveRepeater tbody td input{margin:0}app-weave-repeater table.weaveRepeater tbody td.editTd,app-inline-repeater table.weaveRepeater tbody td.editTd{padding:0!important;vertical-align:middle}app-inline-repeater{cursor:pointer}button.removeRow{font-size:12px;font-weight:800}.weaveTable thead,.plainLookingTable.weaveTable thead{background:#ede9db;border-bottom:1px solid #d2c6a1}.weaveTable thead th.inst-name,.plainLookingTable.weaveTable thead th.inst-name{padding-left:40px}.weaveTable thead th span,.plainLookingTable.weaveTable thead th span{display:block;float:left;max-height:22px}.weaveTable thead th span.sorter,.plainLookingTable.weaveTable thead th span.sorter{margin-left:10px;margin-top:-2px}.weaveTable thead th.clickable,.plainLookingTable.weaveTable thead th.clickable{cursor:pointer}.weaveTable thead .search-wrapper,.plainLookingTable.weaveTable thead .search-wrapper{display:inline-block;width:90%;margin-left:10px;text-align:center}.weaveTable thead .search-wrapper .searchFieldNoButtonContainer,.plainLookingTable.weaveTable thead .search-wrapper .searchFieldNoButtonContainer{width:350px;margin:auto}.weaveTable tbody tr,.plainLookingTable.weaveTable tbody tr{border-bottom:1px solid #cecfcb}.weaveTable tbody tr td,.plainLookingTable.weaveTable tbody tr td{padding-top:12px;padding-bottom:12px;color:var(--dark-grey);vertical-align:middle}.weaveTable tbody tr td.institution-name,.plainLookingTable.weaveTable tbody tr td.institution-name{position:relative;background:none;padding-left:40px;width:250px}.weaveTable tbody tr td.school-name,.plainLookingTable.weaveTable tbody tr td.school-name{width:250px}.weaveTable tbody tr td.program-name,.plainLookingTable.weaveTable tbody tr td.program-name{width:350px}.weaveTable tbody tr td.due-date,.plainLookingTable.weaveTable tbody tr td.due-date{width:200px}.weaveTable tbody tr td.program-team,.plainLookingTable.weaveTable tbody tr td.program-team{width:320px}.weaveTable tbody tr td.accreditation-manager-cell,.plainLookingTable.weaveTable tbody tr td.accreditation-manager-cell{padding:0 0 26px}.weaveTable tbody tr td.institution-name:before,.plainLookingTable.weaveTable tbody tr td.institution-name:before{content:" ";position:absolute;left:20px;top:calc(50% - 8px);width:10px;height:10px;border-radius:50%}.weaveTable tbody tr td.status-notstarted:before,.plainLookingTable.weaveTable tbody tr td.status-notstarted:before{background:var(--notStarted)}.weaveTable tbody tr td.status-inprogress:before,.plainLookingTable.weaveTable tbody tr td.status-inprogress:before{background:var(--progress)}.weaveTable tbody tr td.status-submit:before,.plainLookingTable.weaveTable tbody tr td.status-submit:before{background:var(--submitted)}.weaveTable tbody tr td.status-complete:before,.plainLookingTable.weaveTable tbody tr td.status-complete:before{background:var(--completed-bg)}.weaveTable tbody tr td ul.manager-list,.plainLookingTable.weaveTable tbody tr td ul.manager-list{padding:0;margin:0;list-style:none;display:flex;float:left;flex-wrap:wrap;width:90%}.weaveTable tbody tr td ul.manager-list li,.plainLookingTable.weaveTable tbody tr td ul.manager-list li{margin-right:5px;margin-bottom:5px}.weaveTable tbody tr td .manager-name,.plainLookingTable.weaveTable tbody tr td .manager-name{float:left;margin-left:5px;padding-top:5px}.weaveTable tbody tr td a.disabled,.plainLookingTable.weaveTable tbody tr td a.disabled{pointer-events:none;opacity:.5}.weaveTable tbody tr td .functionsWrapper,.plainLookingTable.weaveTable tbody tr td .functionsWrapper{position:absolute;right:0;top:calc(50% - 20px)}.weaveTable tbody tr.inactive,.plainLookingTable.weaveTable tbody tr.inactive{opacity:.5;pointer-events:none}.weaveTable tbody tr td:last-child,.plainLookingTable.weaveTable tbody tr td:last-child{padding-bottom:7px}.weaveTable tbody tr:nth-child(2n),.plainLookingTable.weaveTable tbody tr:nth-child(2n){border-bottom:1px solid #cecfcb}.learningAssessment table{background-color:transparent;border:0;border-collapse:collapse;font-family:var(--laFont)}.learningAssessment thead,.learningAssessment tbody{background-color:transparent;border:0}.learningAssessment th{background-color:transparent;color:#fff;font-family:var(--laFont);font-size:10px;font-weight:800;letter-spacing:.5px}.learningAssessment th span{display:block;float:left;max-height:22px}.learningAssessment th span.personSorter{margin-left:10px;margin-top:-2px}.learningAssessment th.clickable{cursor:pointer}.learningAssessment table tbody tr:nth-child(2n){background-color:transparent}.learningAssessment .instruction-assignments tr th{border-bottom:1px solid ui_components-var(--plainWhite)}.learningAssessment .instruction-assignments tr td{border-bottom:1px solid #666}.learningAssessment .paginator-wrapper ul.pagination a{color:ui_components-var(--plainWhite);background:transparent;border:1px solid transparent}.learningAssessment .paginator-wrapper ul.pagination a:hover,.learningAssessment .paginator-wrapper ul.pagination a.active{border-color:ui_components-var(--plainWhite)}.learningAssessment .filterSelect .itemFilters{border:1px solid #fff;background:transparent}.learningAssessment .filterSelect .filter_options{border-color:ui_components-var(--plainWhite);background:#0f0f0d}.learningAssessment .filterSelect button{color:#fff}.learningAssessment .filterSelect .filter_options ul li{padding:0}.learningAssessment .filterSelect .filter_options ul li button{display:block;width:100%;padding:10px 0}.learningAssessment li.current button{color:#000}.learningAssessment.lightMode th{color:#3a3a37}.learningAssessment.lightMode .instruction-assignments tr th{border-bottom-color:#3a3a37}.learningAssessment.lightMode .instruction-assignments tr td{border-bottom-color:#b2b2ad}.learningAssessment.lightMode .paginator-wrapper ul.pagination a{color:#3a3a37}.learningAssessment.lightMode .paginator-wrapper ul.pagination a:hover,.learningAssessment.lightMode .paginator-wrapper ul.pagination a.active{border-color:#b2b2ad}.learningAssessment.lightMode .filterSelect .itemFilters{border-color:#979797}.learningAssessment.lightMode .filterSelect .filter_options{border-color:#979797;background:#f6f6f6}.learningAssessment.lightMode .filterSelect button{color:#3a3a37}.learningAssessment.lightMode .filterSelect li.current button{color:#000}.pagePagination{margin:1em 0}ul.pagination{font-size:14px}ul.pagination>li{font-size:14px;line-height:1rem;vertical-align:middle}ul.pagination>li:not(.show-all)>a{text-decoration:none}ul.pagination .pagination-previous span,ul.pagination .pagination-previous a,ul.pagination .pagination-next span,ul.pagination .pagination-next a,ul.pagination .disabled{border:1px solid var(--light-grey);border-radius:3px;font-size:14px;padding:1px 10px 0}.pagination-previous a:before,.pagination-previous.disabled:before,.pagination-next a:after,.pagination-next.disabled:after{font-family:Ionicons;margin:3px .25rem}.pagination-previous a:before,.pagination-previous.disabled:before{content:"\f488";transform:rotate(180deg)}.pagination-next a:after,.pagination-next.disabled:after{content:"\f488"}.pagination .ellipsis:after{content:"..."}.pagination .current{color:var(--dark-grey)}.pagination a:hover,.pagination button:hover{background:var(--highlight-grey)}.pagination .show-all a:hover{background:transparent}.pagination .active{background:var(--dark-grey) none repeat scroll 0 0;color:var(--dark-grey)}dir-pagination-controls{display:inline-block;margin-right:10px}.pagination-table .ngx-pagination .current,.pagination-table .ngx-pagination li:hover{border:solid 1.5px var(--light-grey);background:#e6e6e6;font-size:14px;font-weight:700;color:var(--dark-grey);border-radius:6px}.pagination-table .ngx-pagination a,.pagination-table .ngx-pagination button{text-decoration:none;font-size:14px;font-weight:700;color:#4b4c47}.pagination-table .ngx-pagination .pagination-next a:after,.pagination-table .ngx-pagination .pagination-next.disabled:after,.pagination-table .ngx-pagination .pagination-previous a:before,.pagination-table .ngx-pagination .pagination-previous.disabled:before{content:" ";background-image:url(/assets/img/icons/svg/pagination_next.svg);width:16px;height:11px;margin:0;background-position:0}.paginationDetails{margin-bottom:30px}.paginationDetails .paginator-results{text-align:right;padding-top:4px}.paginationDetails .splitGrid{grid-gap:10px}.paginationDetails .filterSelect{width:130px;margin-top:-7px}.paginationDetails .filterSelect button{cursor:pointer}.loader{display:inline-block}.loader>img{display:block}.block-ui-message{background:url("./media/ring-HPZJFA7R.svg") no-repeat center center;color:#4b4c48;display:inline-block;font-size:20px;font-weight:700;height:90px;padding:20px;text-align:left;width:280px;opacity:.6}.block-ui-active>.block-ui-container{min-height:150px}body .block-ui-wrapper{background:#ffffff80}body.learningAssessment.darkMode .block-ui-wrapper{background:#000000b3}body .block-ui-spinner{display:flex;justify-content:center;align-content:center}.modal-header{position:relative;padding:44px 0 0}.modal-header h3{margin-top:10px}.modal-header .close-button{position:absolute;top:2px;right:10px}.modal-header .close-button span{font-size:28px}.modal-footer{margin-top:20px}.simpleInput{border:1px solid var(--form-border-color);border-radius:8px;padding:10px 15px;background:#fff}input.simpleDatePicker:disabled,input.simpleDatePicker[readonly]{cursor:pointer}.editable.notAllowed{cursor:not-allowed}.simpleDropdown.mat-select-panel{border-radius:5px!important;border:solid 1px var(--form-border-color)}.simpleDropdown .mat-select{border:1px solid var(--form-border-color);padding:10px 5px 10px 15px;border-radius:8px}.simpleDropdown .mat-select-arrow{color:#4b4c48}.simpleDropdown .mat-option.mat-selected:not(.mat-option-multiple),.simpleDropdown .mat-option:hover:not(.mat-option-disabled),.simpleDropdown .mat-option:focus:not(.mat-option-disabled){background:#e8e8e7}.simpleDropdown .mat-select-search-input,.simpleDropdown .mat-select-search-input:focus{border:none;border-top:1px solid var(--form-border-color);border-top-right-radius:5px;border-top-left-radius:5px}.weaveSelectOption.mat-selected{background:#f8d7784d}.inlineTextArea,.inlineEditArea{position:relative;margin:0x -10px;padding-bottom:0}.directory .tabs .inlineEditArea label,.inlineEditArea label,.inline-text-label{position:absolute;top:-4px;left:6px;z-index:9;font-size:12px;font-stretch:100%;font-weight:800;text-transform:uppercase;padding:0 6px;color:var(--dark-grey);letter-spacing:.5px;line-height:12px;font-style:normal}.editable-textarea,.editable-text,.inlineEditArea textarea,.inlineEditArea input{text-decoration:none;cursor:pointer;display:block;font-size:14px;line-height:22px;border:2px solid transparent;border-radius:5px;margin-bottom:0;padding:20px 10px;color:var(--dark-grey)}.editable-text,.inlineEditArea input{width:100%;overflow:hidden}.inlineTextArea:hover .editable:not(.disabled){border-color:var(--form-border-color);background:var(--plainWhite)}.inlineTextArea:hover .editable.disabled{cursor:not-allowed}.inlineTextArea:hover .inline-text-label:not(.disabled){background:var(--plainWhite)}.inlineEditArea label{background:var(--plainWhite)}.inlineEditArea textarea,.inlineEditArea textarea:focus,.inlineTextArea .editable:focus:not(.disabled),.inlineEditArea input{border-color:var(--form-border-color);border-radius:5px;cursor:text;color:var(--dark-grey)}.firefox .inlineEditArea textarea{padding-bottom:9px}.editable-textarea{min-height:89px;white-space:pre-wrap;overflow-wrap:break-word}.transparentInput.simpleDatePicker{border:none;max-width:100%;background:transparent;padding:0;margin:0}.weaveDatePicker{display:inline-block}.weaveDatePicker input{background:#fff;cursor:pointer}.inlineEditorTextContainer input,.inlineEditorTextContainer textarea{max-width:100%;font-size:16px}.editable-text.currency,.weaveCurrency,.weavePercentage{text-align:left!important}.editable-textarea,.weaveTextarea textarea{padding:20px 10px;margin:0;min-height:62px;white-space:pre-wrap;overflow-wrap:break-word;display:inline-block;width:100%}.inlineTextArea.editing .editable,.inlineTextArea:hover .editable:not(.disabled).editing,.inlineTextArea .editable:focus:not(.disabled).editing{border-color:var(--form-border-color);background:#fff}.inlineTextArea.shortText.editing .editable,.inlineTextArea.shortText:hover .editable:not(.disabled).editing,.inlineTextArea.shortText .editable:focus:not(.disabled).editing{border-color:var(--form-border-color)}.inlineTextArea.editing .inline-text-label,.inlineTextArea.editing:hover .inline-text-label,.inlineTextArea.editing:focus .inline-text-label{background:#fff}.inlineTextArea{margin-bottom:20px}.plainLookingTable .inlineTextArea{margin-bottom:0}.inlineEditArea input{height:66px;line-height:22px}.inlineEdit{text-decoration:none}[contenteditable][placeholder]:empty:before{content:attr(placeholder);color:gray;background-color:transparent}.inlineEditText{padding-left:5px;line-height:24px;max-width:100%}.inlineEditorContainer hr{margin:0 15px;position:relative;z-index:3;width:calc(100% - 30px)}.progressWrapper{grid-template-areas:"text progress" "counter counter";grid-template-columns:minmax(0,1fr) minmax(0,1fr);background:#fff;padding:23px 15px 3px;border:2px solid var(--form-border-color);border-radius:0 0 5px 5px;border-top:0;top:-5px;position:relative;z-index:2;font-size:12px;line-height:1}.progressWrapper .progress{margin-bottom:5px;height:8px}.charCounter{text-align:right;grid-area:counter;padding:0 20px}.charCounter.warning{color:var(--warning-color)}.charCounter.error{color:var(--error-color)}.progressWrapper .progress{overflow:hidden;margin-top:4px;height:4px;border-radius:0;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.progress-bar-ok{background-color:var(--ok-color)}.progress-bar-warning{background-color:var(--warning-color)}.progress-bar-error{background-color:var(--error-color)}app-idle-warning-modal p{margin-top:6px}app-idle-warning-modal .weave-progress-bar{height:8px}.dropDownLookalike{position:relative;height:88px}.dropDownLookalike h4{font-size:12px;font-weight:800;line-height:normal;letter-spacing:.5px;margin:0 0 10px;padding:0 0 0 10px;color:var(--label-color)}.dropDownLookalike .dropDown_button{border:1px solid var(--form-border-color);background:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black" width="18px" height="18px"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>') no-repeat right center var(--plainWhite);background-size:24px;background-position-x:right 12px;border-radius:4px;padding:14px 50px 14px 19px;font-weight:700;font-size:1.4rem;color:var(--label-color);text-align:left;cursor:pointer;height:48px;margin-bottom:24px;width:fit-content;min-width:165px;white-space:nowrap}.dropDownLookalike .dropDown_button.warning{color:#e44928}.dropDownLookalike .dropDown_button.clicked{border-radius:4px 4px 0 0}.dropDownLookalike .dropDown_button:disabled{opacity:.5;cursor:not-allowed}.dropDownLookalike .dropDown_menu{position:absolute;top:47px;left:0;list-style:none;margin:0;padding:0;z-index:999;border:1px solid var(--form-border-color);background:var(--plainWhite);border-top:0;border-radius:0 0 4px 4px;width:165px;overflow:hidden;right:0;text-align:left}.dropDownLookalike .dropDown_menu li{background:var(--plainWhite);color:var(--label-color);cursor:pointer;padding:10px}.dropDownLookalike .dropDown_menu li a{display:block;width:100%;padding:10px 15px 10px 35px;text-decoration:none}.dropDownLookalike .dropDown_menu li.disabled{opacity:.5;cursor:not-allowed}.dropDownLookalike .dropDown_menu li.selected,.dropDownLookalike .dropDown_menu li:hover{background:var(--header-bg);position:relative}.dropDownLookalike .dropDown_menu li.selected:before{content:"";width:20px;height:20px;background:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black" width="18px" height="18px"><path d="M0 0h24v24H0z" fill="none"/><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>') no-repeat left center;position:absolute;left:5px;top:10px}.dropDownLookalike .dropDown_menu li h5{font-weight:700;font-size:14px;line-height:1.2;padding:0;margin:0}.dropDownLookalike .dropDown_menu li .status-desc{font-size:12px;padding:0;margin:0;font-weight:400}.leftButton{margin-right:20px}.filterSelect{position:relative}.filterSelect .material-icons{display:inline-block;vertical-align:middle}.filterSelect .itemFilters{border-radius:5px;border:none;background:transparent;padding:11px 20px;font-size:1.4rem;font-weight:700;line-height:16px;cursor:pointer;width:100%}.filterSelect .filter_options{position:absolute;left:0;top:38px;width:100%;border:1px solid var(--form-border-color);border-radius:0 0 5px 5px;z-index:9;padding-top:12px;background:var(--plainWhite);font-weight:700;overflow:hidden;max-height:380px;overflow-y:scroll}.filterSelect .filter_options.above{top:-192px;border:1px solid var(--form-border-color);border-radius:5px 5px 0 0;border-bottom:none;padding-top:0;padding-bottom:12px}.filterSelect .filter_options ul,.filterSelect .filter_options .subItems{list-style:none}.filterSelect .filter_options>ul{padding:0;margin:0}.filterSelect .filter_options ul li{padding:6px 20px;margin:0;line-height:26px}.filterSelect .filter_options ul li label{font-weight:700}.filterSelect .filter_options ul li a{display:block;width:100%;text-decoration:none;font-weight:700}.filterSelect .filter_options ul li.current,.filterSelect .filter_options ul li.current:hover{background:var(--header-bg)}.filterSelect.open .itemFilters{border-radius:5px 5px 0 0}.filterSelect.open .itemFilters.above{border-radius:0 0 5px 5px}.filterSelect .itemTitle{cursor:pointer}.filterSelect .itemTitle,.filterSelect .options ul{border-bottom:1px solid rgba(185,185,183,.5)}.filterSelect .itemTitle,.filterSelect .options ul li,.filterSelect .options ul li:last-child{padding:6px 20px;margin:0}.filterSelect .opened{background:var(--header-bg)}.filterSelect .options ul{list-style:none;padding:0;margin:0}.removeFiltersList{margin-top:10px;justify-content:flex-start;flex-wrap:wrap}.removeFiltersList li{margin-right:5px;flex-grow:0;min-width:auto;width:auto}.removeFiltersList .removeFilter{font-size:12px;cursor:pointer;font-weight:800;letter-spacing:.5px;white-space:nowrap}.removeFiltersList .removeFilter .removeFilterIcon{width:18px;height:18px;vertical-align:middle}.removeFiltersList .removeFilter .material-icons{position:relative;top:5px;left:auto;font-size:20px}app-inline-checkboxes .editMode ul{list-style:none;margin:0;padding:0}.groupLabel{display:block;width:calc(100% + 60px);margin-left:-40px;padding-left:40px;font-size:14px;font-weight:700}.searchButton{cursor:pointer;padding:7px 15px;border:1px solid #b9b9b7;background:#f7f7f7;border-radius:5px;line-height:0}.searchField{border-radius:5px 0 0 5px;border:solid 1px #dfdfdd;border-right:0;background:#f7f7f7b3;padding:6px 20px;font-size:15px;font-weight:400;line-height:16px;height:39px}.searchField::placeholder{opacity:.5}.searchFieldNoButtonContainer{position:relative}.searchFieldNoButtonContainer .searchField{border:1px solid var(--search-field-border);background:#dcdcdc66;border-radius:20px;padding-left:30px;width:100%}.searchFieldNoButtonContainer .searchIcon{position:absolute;top:10px;left:8px;font-size:21px}.weaveSelect .mat-select{border:solid 1px #b1b2af;background-color:#fff;border-radius:5px;padding:12px 15px;margin-top:-13px}.weaveSelect .mat-form-field-infix{padding:0;border-top:0}.addEvaluatorCandidate .mat-option{background:#fff}.addEvaluatorCandidate .mat-option.mat-active,.addEvaluatorCandidate .mat-option:hover:not(.mat-option-disabled),.addEvaluatorCandidate .mat-option:focus:not(.mat-option-disabled){background:#90908b29}.tagsAutocomplete.mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:none;border:1px solid #b1b2af;border-top:0;margin-left:-1px;margin-top:-2px}.tagsAutocomplete.mat-autocomplete-panel:not([class*=mat-elevation-z]) .mat-option:hover:not(.mat-option-disabled),.tagsAutocomplete.mat-autocomplete-panel:not([class*=mat-elevation-z]) .mat-option:focus:not(.mat-option-disabled){background:#f0f7fd}.weaveTags{border:1px solid #b1b2af;border-radius:5px}.weaveTags .mat-form-field-wrapper{padding:0}.weaveTags.mat-form-field-appearance-fill .mat-form-field-flex{background:#fff;padding:13px 14px;border-radius:5px}.weaveTags.mat-form-field-appearance-fill .mat-form-field-infix{padding:0;border-top:0}.weaveTags .mat-basic-chip{border-radius:5px;background-color:#4b4c4799;padding:4px 11px;color:#fff;font-size:12px;font-weight:800;text-align:center;line-height:1;margin-right:10px}.weaveTags .mat-basic-chip .removeTagIcon{width:20px;height:20px}.itemsFilterSelected{border:solid 1px rgb(144,144,139);background:#fff;padding:7px 16px 6px;border-radius:5px;font-size:15px}.itemsFilterSelected .fieldToggler{width:400px;display:inline-block}.itemsFilterSelected .itemsFilterSelected_title{font-weight:700}.itemsFilterSelected button{display:inline;font-weight:700;float:right;margin-top:5px;cursor:pointer}[type=text].itemsFilterSelected_field,[type=text].itemsFilterSelected_field:focus{color:#4b4c47;border:solid 1px rgb(144,144,139);background:#fff;padding:7px 16px 6px;border-radius:5px;font-size:15px;margin-bottom:0}input.itemsFilterSelected_field::placeholder{color:#3a3a37;opacity:.5}.selectPreviewData{padding:20px 10px;margin:0;cursor:pointer}.newLabel{color:#707265;font-size:12px;line-height:1.5em;padding:0 0 1px;text-align:left;text-transform:uppercase;font-weight:700}.weaveFormField{position:relative}.weaveFormField .weaveInput,.weaveFormField .weaveInput[type=password]{margin-bottom:0}.weaveFormField textarea{width:100%}.weaveFormField .weaveInput:focus-visible,.weaveFormField .weaveInput[type=password]:focus-visible,.weaveFormField [type=text]:focus-visible,.weaveFormField textarea:focus-visible{border:1px solid #fed766;outline:none}.weaveFormField.error .weaveInput,.weaveFormField.error .mat-select{border-color:var(--error-color)!important}.weaveFormField label{color:var(--dark-grey);font-weight:700}.weaveFormField .weaveSelect .mat-select{margin-top:0;padding:10px 5px 10px 15px;border-radius:8px}.weaveFormField .weaveSelect .mat-form-field-wrapper{padding-bottom:0}.weaveFormField .weaveTextareaWrapper.hasAutoHeight{display:grid}.weaveFormField .weaveTextareaWrapper.hasAutoHeight:after{content:attr(data-replicated-value) " ";white-space:pre-wrap;visibility:hidden}.weaveFormField .weaveTextareaWrapper.hasAutoHeight>.weaveTextareaFlat{resize:none;overflow:hidden}.weaveFormField .weaveTextareaWrapper.hasAutoHeight>.weaveTextareaFlat,.weaveFormField .weaveTextareaWrapper.hasAutoHeight:after{line-height:22px;font-size:16px;padding:20px 10px;min-height:62px;white-space:pre-wrap;overflow-wrap:break-word;border:1px solid var(--form-border-color);border-radius:8px;background:#fff;width:100%;color:var(--dark-grey);margin:0;grid-area:1/1/2/2}.weaveFormField .weaveFormField_error{position:absolute;bottom:5px;color:var(--error-color);font-size:14px;line-height:1}.weaveFormField.weaveFormFieldRadio .weaveFormField_error{bottom:22px}.weaveFilterSelect .itemFilters{position:relative}.weaveFilterSelect .itemFilters .material-icons{position:absolute;right:2px;top:6px}.weaveSearch{position:relative}.weaveSearch input{padding:10px 5px 10px 30px;border-radius:8px;border:1px solid var(--form-border-color);width:100%;height:40px;background:#fff}.weaveSearch .searchIcon{position:absolute;top:10px;left:8px;font-size:21px}.weaveTableEdit .weaveFormField_error{bottom:-4px}.repeaterContainer{position:relative}.repeaterContainer .editTd button{margin-top:-10px}.repeaterFunctions{position:relative}.repeaterFunctions button{position:relative;top:20px}.radio.darkRadio input+label{background-image:url("./media/radio_on_dark-WGNWQTFW.svg"),url("./media/radio_off_dark-CMUICNIR.svg");background-size:25px}.impersonate-form .mat-menu-content:not(:empty){padding:0}.impersonate-form.mat-menu-panel{min-height:auto}.crate-new-menu{width:220px;background:#fff}.crate-new-menu .mat-menu-content:not(:empty){padding:0}.crate-new-menu div.mat-menu-item{color:var(--dark-grey)}.crate-new-menu div.mat-menu-item:hover{background:var(--header-bg)}.crate-new-menu div.mat-menu-item a{text-decoration:none;font-size:16px}app-inline-radio-buttons .weaveRadioGroup mat-radio-button label.mat-radio-label{padding:0;display:flex;align-items:center;margin-bottom:.5em;line-height:1}app-inline-radio-buttons .weaveRadioGroup .mat-radio-group-vertical{gap:0}@media only screen and (max-width: 1440px){.crate-new-menu div.mat-menu-item{padding:.5rem .4rem 1rem}}input:focus{outline:none}.weaveFormField.inlineSelect .weaveSelect{display:flex;column-gap:5px}.weaveFormField.inlineSelect .mat-form-field-wrapper{margin-top:3px}.weaveFormField.inlineSelect .weaveSelect .mat-select{border:0;padding:0 5px 0 0;background:none!important;font-size:14px;font-weight:700}a.datePickerLink{text-decoration:underline;position:relative}a.datePickerLink:after{position:absolute;content:"";display:block;background:url("./media/calendar-KBNHY3EV.svg") no-repeat;background-size:16px;right:-20px;top:2px;width:16px;height:16px}.mat-menu-item.addItem,.mat-menu-item.editItem,.mat-menu-item.addItem:hover,.mat-menu-item.editItem:hover{background:url("./media/add-6EKGEEYS.svg") no-repeat;background-position-y:8px;background-size:20px;background-position-x:5px;width:100%;text-align:left;padding:10px 30px}.mat-menu-item.addItem:hover,.mat-menu-item.editItem:hover{background-color:var(--header-bg)}.mat-menu-item.editItem,.mat-menu-item.editItem:hover{background-image:url("./media/edit-Y4YGU5EZ.svg")}.form-error{color:var(--error-color)}.button{background-color:var(--buttonBg);color:var(--plainWhite);border-radius:20px;font-size:14px;line-height:18px;font-weight:700;padding:11px 30px;border:none;cursor:pointer;text-decoration:none;display:inline-block;text-align:center}.button:hover,.button:focus{background-color:var(--buttonHover);color:var(--plainWhite)}.button:active{background-color:var(--buttonActive);color:var(--plainWhite)}.button.dropdown .button-title{padding-right:17px}.button.dropdown .button-divider{right:40px}.button.dropdown:after{display:block;width:0;height:0;content:"";border-color:#fefefe transparent transparent;border-style:solid inset inset;border-width:.4em .4em 0;position:relative;top:8px;float:right;margin-left:0;right:-10px}.button.secondary{background-color:var(--plainWhite);color:var(--dark-grey);border:solid 1px var(--light-grey)}.button.secondary:hover,.button.secondary:focus{background-color:var(--dark-grey);color:var(--plainWhite)}.button.secondary.dropdown:after{border-color:var(--dark-grey) transparent transparent}.button.secondary.dropdown .button-divider{border-color:var(--light-grey)}.button.action-alert{background-color:var(--dashboard-red);color:var(--plainWhite)}.button-group .button:not(:last-child){margin-right:0;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;border-right:0}.button-group .button:last-child{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.button.dropdown{position:relative}.button.dropdown span.button-divider{position:absolute;height:100%;width:1px;top:0;display:inline-block;border-right-width:1px;border-right-style:solid}.button[disabled],.button.disabled,.button.secondary[disabled],.button.secondary.disabled{background-color:var(--buttonDisabled);color:var(--plainWhite);opacity:1;cursor:not-allowed}.button[disabled]:hover,.button[disabled]:focus,.button[disabled]:active,.button.disabled:hover,.button.disabled:focus,.button.disabled:active,.button.secondary[disabled]:hover,.button.secondary[disabled]:focus,.button.secondary[disabled]:active,.button.secondary.disabled:hover,.button.secondary.disabled:focus,.button.secondary.disabled:active{background-color:var(--buttonDisabled);color:var(--plainWhite);box-shadow:none}.button.googleSSO{background-color:var(--google-button-bg);color:var(--dark-grey)}.button.googleSSO:hover,.button.googleSSO:focus{background-color:var(--google-button-bg);color:var(--dark-grey)}button.close-button{background-color:transparent;color:var(--dark-grey);border:0;box-shadow:none}.split-button{position:relative}.split-button .dropdown-pane{border:none;width:calc(100% + 40px);box-shadow:0 8px 8px #0000003d,0 0 8px #0000001f}.split-button .is-open .button.secondary.dropdown{border:2px solid var(--form-border-color)}.split-button .is-open .button.secondary.dropdown .button-divider{border-color:var(--form-border-color);border-width:2px}.split-button-menu a{text-decoration:none;color:var(--dark-grey);font-size:14px}.button-group .dropdown-pane,.dropdown-button .dropdown-pane{padding:0;text-align:left}.dropdown-button{display:inline-block}.inlineButton{cursor:pointer}@keyframes spinner{to{transform:rotate(360deg)}}.spinner:before{content:"";box-sizing:border-box;position:absolute;top:50%;left:50%;width:20px;height:20px;margin-top:-6px;margin-left:85px;border-radius:50%;border:2px solid #ffffff;border-top-color:#000;animation:spinner .8s linear infinite}.manage-student-modal button.close-button{background-color:transparent;color:#fff}.learningAssessment.lightMode .manage-student-modal button.close-button{background-color:transparent;color:var(--dark-header)}.learningAssessment.lightMode button.close-button,.learningAssessment.darkMode button.close-button,.learningAssessment.darkMode .laModal .mat-button{color:#fff}.buttonLikeLink{background:transparent;border:none;color:var(--dark-grey);text-decoration:underline;cursor:pointer}.plusButton,.editButton{position:relative;padding:2px 0 0 24px;line-height:14px;cursor:pointer;color:var(--plainWhite);text-decoration:none;font-size:14px;letter-spacing:normal;font-weight:700;text-transform:none;display:block}.plusButton:before,.editButton:before{position:absolute;left:0;top:-4px;display:block;content:"";width:24px;height:24px;background:url(/assets/icons/add.svg) no-repeat transparent;background-position-y:5px}.editButton:before{background-image:url(/assets/icons/edit.svg);background-size:19px;top:-6px}.plusButton_dark,.editButton_dark{color:var(--dark-grey)}.plusButton_dark:before{background-image:url(/assets/img/icons/svg/add_dark.svg)}.plusButton.split{padding:8px 20px 8px 40px;border-radius:17px;background:transparent}.plusButton.split:before{left:10px;top:1px}.plusButton.split:hover{background:var(--hover-gray)}.plusButton.split:active,.plusButton.split.opened{background:var(--active-gray)}.buttonWrapper{display:flex;justify-content:center;gap:20px;margin:20px 0}.mat-mdc-menu-content .material-icons{vertical-align:bottom}.weaveGrid{display:-ms-grid;display:grid}.wideWrapper{width:835px;max-width:100%;margin:0 auto}.textWrapper{width:680px;max-width:100%;margin:0 auto}.contentWrapper{width:938px;max-width:100%;margin:0 auto}.splitGrid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:20px}.threeColumn{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);grid-gap:20px}.fourColumn{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) 200px;grid-gap:20px}.gapGrid{grid-gap:20px}.twoButtonsGrid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:20px}.twoButtonsGrid>*:first-child{text-align:right}.flex{display:flex}.mb0{margin-bottom:0!important}.mt10{margin-top:10px}.ml10{margin-left:10px}.mr10{margin-right:10px}.mb10{margin-bottom:10px}.mt15{margin-top:15px}.ml15{margin-left:15px}.mr15{margin-right:15px}.mb15{margin-bottom:15px}.mt20{margin-top:20px}.ml20{margin-left:20px}.mr20{margin-right:20px}.mb20{margin-bottom:20px}.pt10{padding-top:10px}.pl10{padding-left:10px}.pr10{padding-right:10px}.pb10{padding-bottom:10px}.pt15{padding-top:15px}.pl15{padding-left:15px}.pr15{padding-right:15px}.pb15{padding-bottom:15px}.p20{padding:20px}.pt20{padding-top:20px}.pl20{padding-left:20px}.pr20{padding-right:20px}.pb20{padding-bottom:20px}.headerBoxMargin{margin-top:54px}.reportHeaderMargin{margin-top:140px}:root{--text-color: #4b4c47;--main-color: #3a3a37;--main-text-color: #fff;--secondary-color: #f4f4f3;--page-padding: 50px;--mobile-breakpoint: 768px;--tablet-breakpoint: 968px;--laptop-breakpoint: 1520px}.directory .inlineTextArea{border-radius:8px}.directory .repeaterPreview ul li{position:relative}.directory .repeaterPreview ul li .notificationsIcon{top:3px;left:-40px}.directory .weaveGrid{grid-gap:10px}.directory .headerGrid .constantContactButtonsContainer{margin-top:10px;text-align:right}.directory .headerGrid .constantContactDisconnect{margin-top:-10px}.directory .membersGrid{grid-template-columns:minmax(0,250px) minmax(0,1fr)}.directory .ccAuthorize{margin-left:10px}.directory app-weave-date-picker .inlineTextArea .editable:not(.disabled){border-color:var(--form-border-color);border-width:2px;background:url("./media/Calendar-KBNHY3EV.svg") no-repeat transparent center right 10px;background-size:20px}.directory app-weave-date-picker .inlineTextArea .inline-text-label:not(.disabled){background:var(--plainWhite)}.directory app-weave-date-picker .editable-text{padding-top:20px;padding-bottom:20px;line-height:23px}.directory app-weave-date-picker .inlineEditArea input{border-color:var(--form-border-color);border-width:2px;padding-top:20px;padding-bottom:20px;line-height:23px;background:url("./media/Calendar-KBNHY3EV.svg") no-repeat transparent center right 10px;background-size:20px}.directory .weavePage_header_info{grid-template-columns:minmax(0,200px) minmax(0,1fr);align-items:center}.directory .mainContent{min-height:calc(100vh - 183px)}.directory .weavePage_header{padding:50px var(--page-padding) 17px;position:relative}.directory .institutionSuccessMessage{position:absolute;display:flex;align-items:center;justify-content:center;width:100%;top:0;left:0;box-shadow:0 2px 4px #0000001a;background-color:#fdf6e1;font-size:15px;font-weight:700;height:55px;z-index:99}.directory .institutionSuccessMessage a{margin-left:10px;margin-top:-3px}.directory .institutionSuccessMessage a img{width:20px}.directory .sectionDivider{margin:0 0 20px;position:relative}.directory .sectionDivider.topSectionDivider{display:flex}.directory .sectionDivider.topSectionDivider .accreditationLink{line-height:1;padding-left:30px;margin-left:30px;border-left:solid 1px var(--border-line-color)}.directory .sectionDivider .backButton{position:absolute;left:10px;top:7px}.directory .listFilters{grid-template-columns:350px 600px minmax(0,1fr);grid-template-areas:"filter search .";grid-gap:20px;padding:0 var(--page-padding);margin-bottom:20px}.directory .listFilters .simpleCheckbox{margin-bottom:0;padding:10px 0 0}.directory .groupLabel{display:block;background:#f9f9f9;margin-left:-20px;padding-left:20px;margin-right:-20px;margin-top:-6px;padding-top:6px}.directory .filterSelect{position:relative}.directory .filterSelect .material-icons{display:inline-block;vertical-align:middle}.directory .filterSelect .itemFilters{border-radius:4px;border:1px solid var(--border-line-color);background:#f7f7f7b3;padding:7px 20px;font-weight:700;line-height:16px;cursor:pointer;max-width:100%;overflow:hidden;white-space:nowrap}.directory .filterSelect .itemFilters.bigItemFilters{padding:15px 20px}.directory .filterSelect .itemFilters .filtersContainer{display:inline-block;width:calc(100% - 70px);overflow:hidden;vertical-align:middle}.directory .filterSelect .filter_options{position:absolute;left:0;top:31px;width:100%;border:1px solid var(--border-line-color);border-radius:0 0 5px 5px;border-top:none;z-index:9;padding-top:12px;background:#f9f9f9;font-weight:700;overflow-x:hidden;overflow-y:auto;max-height:500px}.directory .filterSelect .filter_options.above{top:-192px;border:1px solid var(--border-line-color);border-radius:5px 5px 0 0;border-bottom:none;padding-top:0;padding-bottom:12px}.directory .filterSelect .filter_options ul,.directory .filterSelect .filter_options .subItems{list-style:none}.directory .filterSelect .filter_options>ul{padding:0;margin:0}.directory .filterSelect .filter_options ul li{padding:6px 20px;margin:0;line-height:26px}.directory .filterSelect .filter_options ul li label{font-weight:700}.directory .filterSelect .filter_options ul li a{display:block;width:100%;text-decoration:none;font-weight:700}.directory .filterSelect .filter_options ul li.current,.directory .filterSelect .filter_options ul li.current:hover{background:#d8d8d8}.directory .filterSelect.open .itemFilters{border-radius:5px 5px 0 0}.directory .filterSelect.open .itemFilters.above{border-radius:0 0 5px 5px}.directory .filterSelect .itemTitle{cursor:pointer}.directory .filterSelect .itemTitle,.directory .filterSelect .options ul{border-bottom:1px solid rgba(185,185,183,.5)}.directory .filterSelect .itemTitle,.directory .filterSelect .options ul li,.directory .filterSelect .options ul li:last-child{padding:6px 20px;margin:0}.directory .filterSelect .opened{background:#f8d77826}.directory .filterSelect .options ul{list-style:none;padding:0;margin:0}.directory .mapContainer{padding:0 var(--page-padding);margin-bottom:40px}.directory .institutionalDirectoryTabsContainer{margin-bottom:30px}.directory .personnelTable{margin:25px -25px 34px;width:calc(100% + 50px)}.directory td a{font-weight:700;text-decoration:underline;color:var(--text-color)}.directory td a.button{font-weight:700;text-decoration:none;color:var(--plainWhite);margin-bottom:0}.directory .schoolLogo{width:24px;height:24px;border-radius:50%;overflow:hidden;vertical-align:middle;border:solid 1.5px #f6c115;background:#b6b6b6;display:inline-block;line-height:1}.directory .schoolLogo img{width:24px;height:24px;object-fit:cover}.directory .lastPublishDate,.directory .lastUpdatedDate{color:var(--dark-grey)}.directory .mainInfo{padding:var(--page-padding);grid-gap:38px;grid-template-columns:minmax(0,210px) minmax(0,2fr) minmax(0,3fr);grid-template-areas:"logo title map " "logo info map" "logo . map";margin-bottom:40px}.directory .mainInfo .mainInfo_title{grid-area:title}.directory .mainInfo .mainInfo_logo{grid-area:logo}.directory .mainInfo .mainInfo_logo figure{background:#b6b6b6;line-height:0}.directory .mainInfo .mainInfo_logo figure.editable{cursor:pointer}.directory .mainInfo .mainInfo_logo img{width:100%;height:auto}.directory .mainInfo .mainInfo_details{grid-area:info}.directory .mainInfo .mainInfo_details .mainInfo_part h3{margin-top:-3px;margin-bottom:7px}.directory .mainInfo .mainInfo_details .mainInfo_part .checkbox{margin-bottom:22px}.directory .mainInfo .mainInfo_title{margin-bottom:40px}.directory .mainInfo .mainInfo_contactDetails{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.directory .mainInfo .mainInfo_contactDetails.editView{grid-template-columns:minmax(0,1fr);margin-top:-30px}.directory .mainInfo .mainInfo_contactDetails.editView .simpleCheckbox{margin-top:-22px}.directory .mainInfo .mainInfo_part{font-size:14px;font-weight:400;line-height:1.44;position:relative}.directory .mainInfo .mainInfo_part.nonEditable{margin-left:12px}.directory .mainInfo .mainInfo_part .question{position:absolute;right:0;top:37px;background:#000;border:none;border-radius:50%;width:14px;height:14px;font-size:10px;overflow:hidden;color:#fff;line-height:1;text-align:center;cursor:pointer}.directory .mainInfo .mainInfo_part .program_previous_name{padding-left:12px;margin-bottom:22px}.directory .mainInfo .mainInfo_part h3{font-size:12px;font-weight:800;letter-spacing:.5px;margin-bottom:15px}.directory .mainInfo .mainInfo_part p,.directory .mainInfo .mainInfo_part a:not(.button){margin:0 0 12px;color:var(--text-color)}.directory .mainInfo .mainInfo_part a:not(.button){font-weight:700;display:block}.directory .mainInfo .mainInfo_map{grid-area:map}.directory .mainInfo .button.formAction{display:inline-block}.directory .mainInfo .notificationsIcon{top:-5px;left:-12px}.directory .mainInfo .mainInfo_details .readOnlyView .mainInfo_part .program_previous_name,.directory .mainInfo .mainInfo_details .readOnlyView .mainInfo_part.program_president{padding-left:0}.directory .mainInfo .mainInfo_part.program_president{padding-left:12px;margin-bottom:22px}.directory .tooltipContainer{position:relative;padding-right:20px}.directory .toolTipThingy{position:absolute;left:-14px;top:-9px}.directory .tooltipButton{font-size:13px;line-height:16px;color:#fff;position:absolute;top:6px;right:0;width:14px;height:14px;background:#888882;text-align:center;border-radius:50%;overflow:hidden;cursor:default}.directory .sectionDivider .tooltipButton,.directory .info_bite .tooltipButton{top:1px}.directory .tooltipContainer .tooltipContent{display:none;position:absolute;width:300px;height:auto;background:#000c;color:#fff;left:-100px;top:35px;padding:5px 10px;font-size:14px;font-weight:400;z-index:999}.directory .tooltipContainer .tooltipContent.upwardsTooltip{top:auto;bottom:35px}.directory .tooltipContainer:hover .tooltipContent{display:block}.directory .tabs{display:flex;flex-wrap:wrap;margin:0;border:none;background:transparent;list-style-type:none}.directory .tabs .weaveGrid{grid-column-gap:20px}.directory .tabs>label{order:1;display:block;padding:15px 44px;cursor:pointer;transition:background ease .2s;background-color:transparent;font-size:15px;font-weight:800;border-right:1px solid #fff;color:var(--text-color);margin:0}.directory .tabs .tab{order:99;flex-grow:1;width:100%;display:none;padding:25px;background:#fff}.directory .tabs .noTopPadding{padding-top:0}.directory .tabs input[type=radio]{display:none}.directory .tabs input[type=radio]:checked+label{background:var(--main-color);color:var(--main-text-color)}.directory .tabs input[type=radio]:checked+label+.tab{display:block}.directory .tabs .sectionDivider{padding-left:20px}.directory .tabs .tabLabel{position:relative;text-transform:initial}.directory .tabs .tabLabel .changedNotice{top:18px;left:22px}.directory .tabsContainer{margin-left:var(--page-padding);background:var(--header-bg)}.directory .tabSlide .weaveGrid{grid-gap:20px}.directory .info_bite{margin-bottom:40px;position:relative}.directory .info_bite .notificationsIcon{top:-5px;left:-5px}.directory .info_bite h3{font-size:12px;font-weight:800;letter-spacing:.5px;padding-bottom:20px;border-bottom:solid 1px #cecfcb;margin-bottom:20px;position:relative}.directory .info_bite h3 .notificationsIcon{left:-20px;top:0}.directory .info_bite p{font-size:15px;font-weight:400;margin:0;padding:0}.directory .info_bite a{color:#4b4c47}.directory .flexFields{display:flex;flex-wrap:wrap;flex-direction:row;gap:18px}.directory .flexFields .info_bite{width:230px}.directory .aboutProgramData{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)}.directory .tab2 .one{grid-area:one}.directory .tab4{grid-template-columns:minmax(0,1fr)}.directory agm-map{height:620px}.directory .mainInfo_map agm-map{height:445px}.directory p{margin-top:0}.directory .directoryButtonsContainer button:first-of-type{margin-right:10px}.directory .directoryButtonsContainer button:last-of-type{margin-left:10px}.directory th span{display:block;float:left;max-height:22px}.directory th span.personSorter{margin-left:10px;margin-top:-2px}.directory th.clickable{cursor:pointer}.directory .inline-text-label{font-weight:800}.directory .personnelTable .contactEditStateLink{position:relative}.directory .personnelTable .contactEditStateLink .notificationsIcon{top:5px;left:-25px}.directory .personnelTable td{width:130px}.directory .personnelTable td app-weave-select.assignRoleSelect .weaveFormField{max-width:200px;margin-left:-15px;padding-bottom:0}.directory .personnelTable td app-weave-select.assignRoleSelect .weaveFormField .weaveSelect .mat-select{border:solid 1.5px #f8d778;background-color:#fefbf1}.directory .personnelTable td app-weave-select.assignRoleSelect .weaveFormField .weaveSelect .mat-select .mat-select-value{font-weight:700}.directory .personnelTable td:nth-child(1){width:190px}.directory .personnelTable .smallColumn{width:30px}.directory tr.vacantRow td:not(.smallColumn){color:#bdbdbd}.fixedPairsList{list-style:none;margin:30px 0 0;padding:0}.fixedPairsList li{position:relative}.personEdit{padding-top:20px}.directory .addPersonForm{grid-template-areas:"prefix firstName lastName suffix" "email email role position" "degree startYear tenure ." "address city address2 address2" "country . . .";grid-gap:20px;grid-row-gap:40px}.directory .addPersonForm .person_email{grid-area:email}.directory .addPersonForm .role{grid-area:role}.directory .addPersonForm .person_position{grid-area:position}.directory .addPersonForm .person_degree{grid-area:degree}.directory .addPersonForm .person_degree .mat-form-field-appearance-legacy .mat-form-field-wrapper{margin-top:-20px}.directory .addPersonForm .person_startYear{grid-area:startYear}.directory .addPersonForm .person_tenure{grid-area:tenure}.directory .addPersonForm .person_address{grid-area:address}.directory .addPersonForm .person_city{grid-area:city}.directory .addPersonForm .person_address2{grid-area:address2;grid-gap:20px}.directory .addPersonForm .person_address2 .mat-form-field-wrapper{margin-top:-19px}.directory .addPersonForm .person_country{grid-area:country}.directory .addPersonForm .person_country .mat-form-field-appearance-legacy .mat-form-field-wrapper{margin-top:-20px}.directory .addPersonForm label{font-weight:700}.directory .addPersonForm label,.directory .addPersonForm input::placeholder{color:var(--dark-grey)}.directory .addPersonForm .mat-form-field-hide-placeholder .mat-select{border-width:1px;background:#fff;border-radius:5px;padding:12px 15px}.directory .addPersonForm .relative{position:relative}.directory .addPersonForm .email-error{position:absolute;bottom:-30px;color:var(--error-color);display:none}.directory .personButtonsContainer{grid-gap:20px}@media screen and (max-width: 1520px){.directory .weaveWrapper{width:100%}.directory .mainInfo .mainInfo_contactDetails{grid-template-columns:minmax(0,1fr)}.directory .tab1{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.directory .tab2{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);grid-template-areas:"one one one one" "two three four five" "six seven eight nine"}}@media screen and (max-width: 1020px){:root{--page-padding: 30px}.directory .weaveSplit{grid-template-columns:minmax(0,1fr)}.directory .listFilters{grid-template-columns:minmax(0,1fr);grid-template-areas:"filter" "search"}.directory .tabs .tab,.directory .tabs label{order:initial}.directory .tabs label{width:100%;margin-right:0;margin-top:2px;border:none}.directory .sectionDivider:first-of-type{display:none}.directory .mainInfo{grid-template-columns:50px minmax(0,1fr);grid-template-areas:"map map" "logo title" "info info";padding-top:10px;grid-column-gap:15px}.directory .mainInfo .mainInfo_title{margin-bottom:0}.directory .mainInfo .mainInfo_logo{margin:-4px 0 0}.directory .tabsContainer{margin-right:0;margin-left:0}.directory .tabs label{position:relative}.directory .tabs label:after{display:block;content:"";width:20px;height:20px;position:absolute;right:15px;top:15px;background:url("./media/arrow_down-KTKLNX5H.svg");background-size:20px}.directory .tabs input[type=radio]:checked+label:after{background-image:url("./media/arrow_up-26KMHMPR.svg")}.directory .tabs .tab{padding-left:15px;padding-right:15px}.directory .tab1,.directory .tab2,.directory .tab4{grid-template-columns:minmax(0,1fr)}.directory .tab2{grid-template-areas:"one" "two" "three" "four" "five" "six" "seven" "eight" "nine"}.directory .tab .info_bite:last-of-type{margin-bottom:0}.directory .tabs .sectionDivider{padding-left:15px;margin-left:-15px;margin-right:-15px}.directory .mainInfo_map agm-map{height:445px}}@media (max-width: 768px){.directory table,.directory thead,.directory tbody,.directory th,.directory td,.directory tr{display:block}.directory thead tr{position:absolute;top:-9999px;left:-9999px}.directory tr{border-bottom:1px solid var(--border-color)}.directory td,.directory td:first-of-type{border:none;position:relative;padding-left:35%}.directory td:before{position:absolute;top:6px;left:6px;width:25%;padding:12px 10px 10px 0;white-space:nowrap}.directory td:nth-of-type(1):before{content:"INSTITUTION"}.directory td:nth-of-type(2):before{content:"ADDRESS"}.directory td:nth-of-type(3):before{content:"STATUS"}.directory td:nth-of-type(4):before{content:"WEBSITE"}}.template-editor{padding-top:20px}.template-editor .addDataWrap{padding:12px 0;position:relative;border-bottom:solid 1px #cecfcb}.template-editor .addDataWrap.instructions{padding:0 0 12px;margin-bottom:30px}.template-editor .addDataWrap.instructions .body{padding:0 0 5px 15px}.template-editor .addData{cursor:pointer;font-size:15px;font-weight:700;display:flex;align-items:center}.template-editor .addData span{padding:2px 0 0 7px}.template-editor .add-btn-wrapper{position:relative}.template-editor .center{margin:0;position:absolute;top:50%;left:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.template-editor .addSectionMenu,.template-editor .addFormItem{box-shadow:0 2px 4px #00000080;background-color:#fff;width:350px;padding:0;position:absolute;top:-10px;left:-20px;z-index:2}.template-editor .addSectionMenu ul,.template-editor .addFormItem ul{list-style:none;padding:0;margin:0}.template-editor .addSectionMenu ul li:first-child button,.template-editor .addFormItem ul li:first-child button{font-weight:700}.template-editor .addSectionMenu ul li button,.template-editor .addFormItem ul li button{display:flex;align-items:center;padding:10px 20px;font-size:15px;cursor:pointer;width:100%}.template-editor .addSectionMenu ul li button.used,.template-editor .addFormItem ul li button.used{cursor:default;pointer-events:none}.template-editor .addSectionMenu ul li button:hover,.template-editor .addFormItem ul li button:hover{background:#faf8f3}.template-editor .addSectionMenu ul li button span,.template-editor .addFormItem ul li button span{padding:2px 0 0 7px;text-align:left}.template-editor .addFormItem ul li:first-child button{padding-top:17px;padding-bottom:17px;cursor:default}.template-editor ul.sections{margin:0;padding:0;list-style:none}.template-editor ul.sections .dueDatepicker{max-width:300px}.template-editor ul.sections li .sectionDivider{margin:0 0 20px;grid-template-columns:300px 100px minmax(0,1fr) 70px;align-items:center}.template-editor ul.sections li .sectionDivider .inlineTextArea{margin:5px 0 0}.template-editor ul.sections li .sectionDivider .editable-text,.template-editor ul.sections li .sectionDivider .inlineEditArea input{padding-top:10px;padding-bottom:10px;height:auto}.template-editor ul.sections li .sectionDivider#section5,.template-editor ul.sections li .sectionDivider#section1_aaqep,.template-editor ul.sections li .sectionDivider#section4_aaqep{background:url("./media/upload-icon-347KQ5TI.svg") no-repeat transparent 3px 17px;background-size:18px}.template-editor ul.sections li .sectionDivider .positionArrows i{font-size:18px}.template-editor ul.sections li .sectionDivider .functionsWrapper{text-align:center;align-items:center}.template-editor ul.sections li .sectionDivider .functionsWrapper button{cursor:pointer}.template-editor ul.sections li:first-child .sectionDivider{border-top:none}.template-editor ul.sections li .addFormItemPlaceholder{font-size:20px;font-weight:300;color:#3a3a37;text-align:center;padding:75px 0}.template-editor ul.sections li .addFormItemPlaceholder a.addFormItemLink{font-weight:700;position:relative}.template-editor ul.sections li>ul{list-style:none;padding:0;margin:0}.template-editor ul.sections li>ul li{margin:0 0 40px}.template-editor ul.sections li>ul li h3{font-size:15px;font-weight:700;margin:0 0 12px}.template-editor ul.sections li>ul li.uploadField{margin:0 0 10px}.template-editor ul.sections li>ul li.uploadField div{display:flex;font-size:15px;font-weight:700}.template-editor ul.sections li>ul li.uploadField div i{margin-right:5px}.alignedItem .inline-text-label{left:-6px;font-size:12px}.alignedItem .inlineTextArea:after{position:absolute;content:"";display:block;width:100%;border-bottom:solid 1px #cecfcb;height:0;top:18px}.alignedItem .inlineTextArea:hover:after,.alignedItem .inlineTextArea.editing:after{display:none}.ccLayoutContent{height:calc(100vh - 177px)}.ccLayoutContent .ccWrapper{height:100%;display:grid;justify-content:center;align-items:center;font-size:30px;text-align:center}.programDirectory .programsContainer{margin:-80px 0 120px;font-size:15px;font-weight:700}.programDirectory .programsContainer .programsTitle{border-top:solid 1px #cecfcb;border-bottom:solid 1px #cecfcb;padding:15px 0;margin:0 0 15px}.directoryOtherContainer .info_bite{margin-bottom:20px}.directoryOtherContainer .selectPreviewData{min-height:auto}.tab3 h4{font-size:14px;font-weight:700}.directory .tab6 .flexFields .info_bite{width:400px}.directory .tab6 .info_bite .notificationsIcon{left:-20px}
