:root{--blue:#094fa3;--red:#ed1c24;--ink:#172e48;--muted:#64748b;--line:#e2e8f0;--page:#f5f7fa}*{box-sizing:border-box}body{margin:0;background:var(--page);color:var(--ink);font:14px/1.5 Segoe UI,Arial,sans-serif}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit}button,.button{border-radius:7px;padding:10px 16px;font-weight:600;cursor:pointer;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:6px;text-decoration:none;white-space:nowrap}button:disabled{opacity:.45;cursor:not-allowed}button:hover:not(:disabled),a.button:hover{filter:brightness(.95);text-decoration:none}.primary{background:var(--blue);color:#fff}.secondary{background:#fff;color:var(--ink);border:1px solid #ccd6e2}.quiet{color:var(--blue);background:transparent;padding:6px 8px}.debt{color:#c21721!important}.muted{color:var(--muted)}h1,h2,h3,p{margin-top:0}h1{font-size:34px;line-height:1.2;letter-spacing:-1.2px;margin-bottom:12px;font-weight:650}h2{font-size:19px;font-weight:650;margin-bottom:12px;letter-spacing:-.35px}h3{font-size:17px;margin-bottom:8px}small{display:block;color:var(--muted);font-size:12px;line-height:1.6}label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:600;color:#4b5d73}input,select,textarea{border:1px solid #ccd6e2;border-radius:6px;padding:10px 11px;color:var(--ink);background:#fff;width:100%;min-width:0;font-size:14px;line-height:1.4}input:focus,select:focus,textarea:focus{outline:2px solid #87b4ed;outline-offset:1px}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #7baded;outline-offset:3px}.workspace{display:flex;min-height:100vh}.sidebar{width:228px;flex-shrink:0;background:#fff;border-right:1px solid var(--line);position:fixed;top:0;bottom:0;padding:29px 18px;display:flex;flex-direction:column;z-index:10}.brand{display:flex;align-items:center;gap:11px;color:var(--blue);font-size:34px;font-weight:750;letter-spacing:-1.8px;line-height:1.1}.brand:hover{text-decoration:none}.brand small{font-size:8px;letter-spacing:1.05px;color:var(--muted);font-weight:650;margin-top:9px}.brand-mark{width:37px;height:40px;border:3px solid var(--blue);border-radius:6px;display:grid;place-items:center;font-size:32px;position:relative;transform:skewY(-6deg)}.brand-mark span{position:absolute;width:11px;height:11px;background:var(--red);right:-5px;bottom:-4px;border:2px solid white}.nav-label{font-size:10px;font-weight:700;letter-spacing:1.7px;color:#8290a3;margin:42px 14px 12px}.sidebar nav a{display:flex;align-items:center;gap:13px;color:#53667d;font-weight:600;padding:12px 15px;margin:4px 0;border-radius:7px}.sidebar nav a span{font-size:21px;font-weight:400;width:22px;line-height:1}.sidebar nav a.selected{background:#eaf2fc;color:var(--blue);box-shadow:inset 3px 0 var(--blue)}.sidebar nav a:hover{background:#f0f5fc;text-decoration:none}.sidebar-bottom{margin-top:auto;padding:24px 10px 0;font-size:11px;font-weight:600;color:var(--ink)}.sidebar-bottom p{color:var(--muted);font-size:10px;font-weight:400;margin:5px 0 18px}.demo-dot{display:inline-block;width:6px;height:6px;border-radius:100%;background:var(--blue);margin-right:5px}.sidebar-bottom button{padding-left:0}.workspace-body{margin-left:228px;flex:1;min-width:0}.topbar{height:73px;border-bottom:1px solid var(--line);background:#fffc;display:flex;align-items:center;justify-content:space-between;padding:0 36px;font-size:12px}.topbar .muted{margin-left:10px}.staff-label{display:flex;gap:14px;align-items:center;font-size:9px;letter-spacing:1px;font-weight:600;color:var(--muted)}.staff-label b{background:#eaf2fc;border-radius:50%;padding:9px;font-size:11px;color:var(--blue)}.page{padding:35px 36px;max-width:1600px;margin:auto}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:3px 0 29px}.page-heading p{color:var(--muted);margin-bottom:0;font-size:13px;max-width:680px}.eyebrow{display:block;font-size:10px;letter-spacing:1.8px;font-weight:700;color:var(--blue);margin-bottom:12px}.stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:25px}.stat{background:#fff;border:1px solid var(--line);border-radius:9px;padding:20px 24px;position:relative}.stat:first-child:before{content:"";position:absolute;left:-1px;top:20px;bottom:20px;width:3px;background:var(--blue);border-radius:2px}.stat>span{font-size:10px;letter-spacing:1px;font-weight:650;color:var(--muted)}.stat strong{display:block;font-size:31px;font-weight:600;letter-spacing:-1px;line-height:1.3;margin:9px 0 6px}.stat small{font-size:11px}.panel{background:#fff;border:1px solid var(--line);border-radius:9px;overflow:hidden}.search-row{display:flex;gap:12px;padding:23px 23px 16px}.search-box{display:flex;flex-direction:row;align-items:center;gap:10px;flex:1;position:relative}.search-box>span:not(.sr-only){position:absolute;left:14px;font-size:25px;color:var(--muted);font-weight:400}.search-box input{padding:12px 14px 12px 43px}.field-select{min-width:180px}.field-select select{height:100%;background:#fafbfd}.filter-row{display:flex;gap:14px;padding:0 23px 18px;align-items:flex-end;flex-wrap:wrap}.filter-row label{flex:1;min-width:140px}.filter-row select{font-size:12px;padding:9px 10px}.reset{font-size:12px;margin-bottom:2px}.more-filters{border-top:1px solid #f0f3f7}.more-filters summary{font-size:12px;padding:10px 23px;color:var(--blue);cursor:pointer}.more-filters .filter-row{padding-top:10px}.result-bar{display:flex;justify-content:space-between;gap:10px;font-size:11px;color:var(--muted);padding:12px 23px;border-top:1px solid var(--line)}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;text-align:left;white-space:nowrap;font-size:12px}thead{background:#f8fafc;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}th{font-size:10px;letter-spacing:.55px;color:#697c90;text-transform:uppercase;padding:13px 18px;font-weight:650}td{padding:17px 18px;border-bottom:1px solid #edf1f6}td:first-child,th:first-child{padding-left:23px}td small{font-size:10px;margin-top:4px}tbody tr:hover{background:#fafcff}.member-cell{display:flex;gap:12px;align-items:center}.avatar{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#edf3fc;color:#37669e;font-size:11px;font-weight:600;flex-shrink:0}.member-name{font-weight:650;color:var(--ink);font-size:13px}.member-name:hover{color:var(--blue)}.badge{display:inline-flex;align-items:center;gap:5px;background:#f0f2f5;color:#5c6a7c;padding:3px 9px;border-radius:5px;font-size:10px;font-weight:600;white-space:nowrap}.badge.active{background:#eaf2fc;color:var(--blue)}.badge.canceled{background:#fff0f0;color:#b52c33}.number{text-align:right;font-variant-numeric:tabular-nums}.row-open{font-size:19px;color:#7e8ea3}.pagination{display:flex;justify-content:space-between;align-items:center;padding:17px 23px;font-size:12px}.pagination div{display:flex;gap:8px}.pagination button{font-size:11px;padding:7px 12px}.page-footnote{font-size:11px;color:var(--muted);margin:16px 0}.info-strip{padding:16px 20px;background:#eaf2fc;color:#3b5b80;border-left:3px solid var(--blue);border-radius:5px;font-size:12px;line-height:1.7;margin-bottom:24px}.info-strip b{margin-right:7px}.empty{text-align:center;padding:50px 20px;color:var(--muted)}.empty>span{font-size:40px}.empty h2{margin:10px 0}.empty p{font-size:13px}.error{padding:12px 16px;background:#fff0f0;color:#ab1a22;border-radius:5px;margin:10px 0}.success-message{padding:13px 18px;background:#eaf2fc;color:var(--blue);margin:12px}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.signed-out .workspace-body{margin:0}.login-layout{display:grid;grid-template-columns:1.1fr 1fr;min-height:100vh;background:#fff}.login-story{background:var(--blue);color:#fff;padding:65px 12%;overflow:hidden;position:relative}.brand.light{color:#fff;font-size:43px;margin-bottom:95px}.red-square{width:14px;height:14px;background:var(--red);margin-top:20px}.login-story .eyebrow{color:#adcdf4}.login-story h1{font-size:45px;line-height:1.2;letter-spacing:-1.4px}.login-story>p:not(.eyebrow){color:#d0e0f7;max-width:370px;line-height:1.8}.login-art{display:flex;gap:18px;margin:85px 0 0;transform:rotate(-15deg)}.login-art i{width:100px;height:100px;border:1px solid #6697d2;display:block}.login-art i:nth-child(2){background:#ed1c24;border-color:#ed1c24;transform:translateY(35px)}.login-side{display:flex;justify-content:center;align-items:center;padding:45px}.login-form{width:350px;max-width:100%}.login-form h2{font-size:31px;letter-spacing:-1px}.login-form label{margin:21px 0}.login-form>.primary{width:100%;margin-top:6px}.demo-note{background:#f5f7fa;padding:17px;border-radius:6px;font-size:11px;margin-top:30px;color:var(--muted)}.demo-note p{margin:6px 0 0;line-height:1.8}.back-link{display:inline-block;font-size:12px;margin-bottom:22px}.profile-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:22px;margin-bottom:24px}.form-panel{padding:24px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.form-panel>label{margin-top:12px}.detail-panel{margin-bottom:22px;padding:23px}.detail-panel th:first-child,.detail-panel td:first-child{padding-left:8px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:17px}.section-heading h2,.section-heading h3{margin:0}.section-heading p{font-size:12px;margin:4px 0 0}.empty-small{color:var(--muted);padding:20px 0;margin:0}.cutoff-box{background:#f5f8fd;border:1px solid #dce7f6;padding:22px;border-radius:8px;margin-top:20px}.cutoff-box>p{font-size:12px;line-height:1.8;color:#546982}.cutoff-preview{padding:17px;background:#fff;border-left:3px solid var(--blue);margin-top:18px;font-size:13px}.cutoff-preview p{margin:9px 0;line-height:1.8}.actions{display:flex;gap:10px;margin-top:20px}.key-row{display:flex;align-items:center;gap:15px;border-bottom:1px solid var(--line);padding:12px 0}.key-row code{min-width:180px}.detail-panel>p.muted{font-size:11px;margin:14px 0 0}details>summary{cursor:pointer;color:var(--blue);padding:9px 0;font-size:13px}.audit-row{border-top:1px solid var(--line);padding:17px 0;font-size:12px}.audit-row p{margin:4px 0}.bgprimary{background:var(--blue);color:#fff}.bgdark{background:#063c80}.bggray{background:#f5f7fa}.bglightgray{background:#fff}.mat-mdc-dialog-container{max-height:90vh!important}.mat-mdc-form-field{max-width:100%}@media(min-width:1700px){.page{padding-top:45px}}@media(max-width:1200px){.sidebar{width:195px;padding:26px 13px}.workspace-body{margin-left:195px}.brand{font-size:30px}.brand small{font-size:7px}.page{padding:28px 23px}.topbar{padding:0 23px}.stats{gap:12px}.stat{padding:18px}.filter-row{gap:10px}.staff-label{font-size:0}td,th{padding-left:13px;padding-right:13px}}@media(max-width:800px){.sidebar{position:sticky;top:0;width:100%;bottom:auto;display:block;padding:13px 18px;border-right:0;border-bottom:1px solid var(--line)}.workspace{display:block}.sidebar .brand{font-size:25px}.brand-mark{width:28px;height:30px;font-size:24px}.sidebar .brand small,.sidebar>.nav-label,.sidebar-bottom,.sidebar nav .nav-label{display:none}.sidebar nav{display:flex;gap:6px;margin-top:13px;overflow-x:auto}.sidebar nav a{font-size:11px;padding:7px 9px;margin:0;white-space:nowrap}.sidebar nav a span{font-size:17px;width:auto}.workspace-body{margin:0}.topbar{height:45px;font-size:10px}.staff-label{display:none}.page{padding:24px 16px}.page-heading{align-items:flex-start}.page-heading h1{font-size:28px}.page-heading .button{font-size:11px;padding:9px 11px}.stats{gap:9px}.stat{padding:14px}.stat strong{font-size:26px}.stat small{font-size:9px}.stat>span{font-size:8px}.search-row{padding:16px;flex-wrap:wrap}.field-select{min-width:140px}.filter-row{padding:0 16px 16px}.filter-row label{min-width:135px}.profile-grid,.login-layout{grid-template-columns:1fr}.login-story{display:none}.login-side{padding:35px 24px}.detail-panel{padding:18px}.key-row{flex-wrap:wrap}}@media(max-width:480px){.stats{grid-template-columns:1fr}.stat{display:grid;grid-template-columns:1fr auto;align-items:center}.stat strong{grid-column:2;grid-row:1/span 2;margin:0}.stat small{grid-column:1}.page-heading{flex-direction:column;gap:15px}.search-box{min-width:100%}.form-grid{grid-template-columns:1fr}.topbar .muted{display:none}.section-heading{align-items:flex-start}.section-heading button{font-size:10px}.pagination{padding:14px 12px;font-size:10px}.pagination .muted{display:none}.actions{flex-wrap:wrap}}.cubit-wordmark{width:100%;height:auto;display:block}.sidebar .brand{margin:-12px -7px -8px}.login-logo{background:#fff;border-radius:9px;width:225px;margin-bottom:74px;padding:0 5px}.login-logo img{display:block;width:100%;height:auto}@media(max-width:800px){.sidebar .brand{margin:-10px 0;width:130px}.sidebar nav{margin-top:8px}}.cubit-dialog{width:440px;max-width:100%;padding:6px}.cubit-dialog label{margin-bottom:18px}.cubit-dialog p.muted{font-size:12px;margin-top:15px}.cubit-dialog .actions{justify-content:flex-end}.directory-panel,.detail-panel{min-width:0}.page{width:100%;min-width:0}.workspace-body main{min-width:0;width:100%}.table-scroll{position:relative}.mobile-signout{display:none}@media(max-width:800px){.mobile-signout{display:inline-flex;font-size:11px;padding:5px}}.compact-email{display:none}@media(min-width:801px)and (max-width:1250px){.directory-panel td,.directory-panel th{padding-left:12px;padding-right:12px}.directory-panel td:first-child,.directory-panel th:first-child{padding-left:20px}.directory-panel td small{white-space:normal}.directory-panel td:nth-child(4){max-width:120px}.directory-panel td:nth-child(5){max-width:145px}}.nav-icon{width:22px;height:22px;flex-shrink:0;opacity:.72}.selected .nav-icon{opacity:1;filter:invert(22%) sepia(93%) saturate(1540%) hue-rotate(194deg) brightness(82%) contrast(99%)}.sidebar-bottom button{margin-top:16px}.page-heading h1{margin:0}.stat-link:hover{text-decoration:none;background:#fafdff;border-color:#abc7e9}.stat-link{color:var(--ink)}.stat strong{margin-bottom:0}.search-row{align-items:center;flex-wrap:wrap}.search-row .search-box{flex:0 1 330px;min-width:200px}.search-row .field-select{min-width:170px}.inline-check{flex-direction:row;align-items:center;gap:8px;margin-left:auto;white-space:nowrap}.inline-check input{width:16px;height:16px;accent-color:var(--blue)}.member-row{cursor:pointer}.member-row:focus-within{outline:2px solid #87b4ed;outline-offset:-2px}.row-actions{display:flex;flex-direction:column;gap:8px;font-size:11px}.charge-date-sort{padding:0;text-transform:uppercase;font-size:10px;letter-spacing:.55px}.contact-actions{margin:0;gap:14px;font-size:12px}#access-keys{scroll-margin-top:30px}@media(max-width:800px){.inline-check{margin-left:0}.search-row .search-box{flex:1;min-width:180px}.nav-icon{width:18px;height:18px}#access-keys{scroll-margin-top:150px}}textarea{font:inherit;width:100%;box-sizing:border-box;border:1px solid #d8dee7;border-radius:7px;padding:12px;color:#253b50;background:#fff;resize:vertical}textarea:focus{outline:2px solid #094fa3;outline-offset:2px}.staff-tools{margin-bottom:24px;align-items:start}.staff-tools .detail-panel{margin-bottom:0}.note-entry{padding:16px 0;border-bottom:1px solid #e5eaf0}.note-entry p{white-space:pre-wrap;overflow-wrap:anywhere;margin:6px 0}.note-entry small{color:#63758a}.checkbox-line{display:flex;gap:10px;align-items:center;margin:16px 0}.checkbox-line input{width:17px;height:17px;margin:0;flex-shrink:0}.report-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:start}.report-grid .detail-panel{margin-bottom:0}.report-grid{margin-bottom:24px}.four-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.report-range{display:flex;flex-wrap:wrap;align-items:flex-end;gap:10px}.report-range label{margin:0}.report-range input{width:150px}.chart-row,.status-report{display:grid;grid-template-columns:65px minmax(30px,1fr) 85px;gap:12px;align-items:center;margin:17px 0;font-size:12px}.status-report{grid-template-columns:65px minmax(30px,1fr) 35px}.chart-row b,.status-report b{text-align:right;font-variant-numeric:tabular-nums}.bar-track{background:#edf2f8;border-radius:3px;height:12px;overflow:hidden}.chart-bar{background:#094fa3;height:100%;min-width:0}.chart-bar.negative{background:#ed1c24}.export-list>div{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:15px 0;border-bottom:1px solid #e5eaf0}.export-list p{color:#63758a;margin:5px 0;font-size:13px}.notice-strip{background:#eaf1fa;border:1px solid #d1e1f4;padding:15px 20px;border-radius:9px;margin-bottom:24px;color:#094fa3}.event-card{border:1px solid #e1e7ee;border-radius:8px;padding:18px;margin:14px 0;overflow-wrap:anywhere}.event-card .actions{align-items:flex-end;flex-wrap:wrap}.event-card label{flex:1;min-width:220px}.event-card small{display:block;margin-top:12px}.event-card p{margin:7px 0}pre{white-space:pre-wrap;overflow-wrap:anywhere;font:inherit;font-size:13px;background:#f4f7fb;padding:14px;border-radius:6px}.run-preview{margin-top:20px;padding-top:16px;border-top:1px solid #e1e7ee}@media(max-width:1100px){.four-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.report-grid{grid-template-columns:1fr}.reports-page .page-heading{align-items:start;flex-direction:column;gap:20px}}@media(max-width:650px){.report-range input{width:125px}.four-stats .stat strong{font-size:25px}.export-list>div{align-items:start}.chart-row{grid-template-columns:58px minmax(25px,1fr) 78px;gap:8px}}.checkbox-line{flex-direction:row}.staff-tools .secondary{white-space:normal}@media(max-width:650px){.four-stats .stat{display:block}.four-stats .stat strong{font-size:23px;margin-top:9px;overflow-wrap:anywhere}}.billing-history .billing-entry{min-width:150px;max-width:270px;white-space:normal;overflow-wrap:anywhere}.billing-history .billing-entry small{line-height:1.5}.billing-history .payment-amount{color:#094fa3}.billing-audit{border-top:1px solid #e2e8f0;margin-top:18px;padding-top:8px}.billing-edit-preview{padding:14px;background:#f3f7fc;border-radius:7px;margin-top:16px;line-height:1.8}.billing-history .number{white-space:nowrap}.portal-page{max-width:1150px}.portal-welcome{display:flex;justify-content:space-between;align-items:center;gap:20px}.portal-welcome img{width:160px;max-width:30%}.portal-welcome h2{font-size:25px}.portal-welcome p{margin-bottom:8px}.portal-welcome .access-message{margin-top:12px}.portal-plan,.waiver-card{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:20px 0;border-bottom:1px solid var(--line)}.portal-plan:last-child,.waiver-card:last-child{border-bottom:0}.waiver-card>div{flex:1;min-width:0}.waiver-card h3{margin-bottom:6px}.waiver-card p{margin-bottom:8px}.waiver-card .badge{margin-top:12px}.waiver-document{white-space:pre-wrap;max-height:450px;overflow:auto;padding:24px;line-height:1.85}.waiver-template{border-top:1px solid var(--line);padding:24px 0}.waiver-template .section-heading{align-items:flex-start}.waiver-template .actions{margin-top:0;flex-wrap:wrap}.waiver-filters{display:flex;flex-wrap:wrap;gap:16px;margin:20px 0}.waiver-filters label{flex:1;min-width:160px}.compliance-table td:nth-child(3){white-space:normal;min-width:180px;max-width:300px}.portal-page .detail-panel>label,.waivers-page form>label{margin-bottom:18px}.portal-page form .actions{margin-top:24px}.portal-page .table-scroll{margin:0 -8px}.sidebar{overflow-y:auto}@media(max-width:800px){.sidebar{overflow:visible}.sidebar nav{overflow-x:auto}.waivers-page .section-heading,.waiver-card{flex-wrap:wrap}.waiver-card>div{flex-basis:100%}.portal-plan{flex-wrap:wrap;gap:4px}.portal-page .billing-history td,.portal-page .billing-history th{padding:13px 10px}.portal-page .billing-history .billing-entry{min-width:130px}}.column-sort{border:0;background:transparent;padding:5px 0;color:inherit;font-size:inherit;text-transform:inherit;letter-spacing:inherit;text-align:inherit;border-radius:3px;gap:6px;min-height:32px}.column-sort:hover,th[aria-sort=ascending],th[aria-sort=descending]{color:var(--blue)}.column-sort span{font-size:14px;letter-spacing:0}.split-sort{display:flex;align-items:center;gap:6px}.directory-pagination{padding:14px 20px;display:flex;flex-direction:column;gap:12px;border-top:1px solid var(--line)}.page-settings{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;font-size:12px;color:var(--muted)}.page-settings label{display:flex;flex-direction:row;align-items:center;gap:9px;white-space:nowrap}.page-settings select{width:76px;padding:6px 9px}.page-buttons{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.page-buttons button{font-size:12px;padding:7px 10px;min-width:34px;min-height:36px}.page-buttons .page-number{padding:7px 8px}.page-buttons button[aria-current=page]{opacity:1;cursor:default}.directory-panel .number .column-sort{margin-left:auto}@media(max-width:600px){.directory-pagination{padding:12px}.page-settings{gap:10px}.page-buttons{gap:4px}.page-buttons button{padding:7px 8px;min-width:32px}.page-settings label{font-size:11px}}.report-periods{margin:0 0 24px;gap:8px;flex-wrap:wrap}.report-periods button{min-width:82px}.chart-heading{flex-wrap:wrap}.chart-toggle{display:flex;gap:2px;background:#edf2f8;padding:3px;border-radius:7px}.chart-toggle button{background:transparent;color:var(--muted);padding:7px 13px;font-size:12px;border:0}.chart-toggle button.selected{background:#fff;color:var(--blue);box-shadow:0 1px 3px #15365320}.membership-line{display:block;width:100%;height:auto;min-height:180px;margin-top:16px;overflow:visible}.membership-line text{fill:#63758a;font-size:12px}.chart-gridline{stroke:#e5ebf3;stroke-width:1}.membership-line-path{fill:none;stroke:#094fa3;stroke-width:3;stroke-linejoin:round;stroke-linecap:round}.membership-point{fill:#fff;stroke:#094fa3;stroke-width:2}.membership-point:focus,.membership-point:hover{fill:#ed1c24;stroke:#ed1c24;outline:none;r:6}.chart-data .table-scroll{max-height:300px}.busiest-times{grid-column:1/-1}.busiest-times .chart-heading label{min-width:215px}.heat-axis{font-size:11px;color:var(--muted);margin:22px 0 8px}.heat-scroll{overflow:auto;max-height:500px;border-radius:6px}.heat-table{width:100%;min-width:780px;border-collapse:separate;border-spacing:3px;table-layout:fixed}.heat-table th,.heat-table td{padding:0!important;text-align:center;border:0;font-size:10px;white-space:nowrap}.heat-table th:first-child{width:65px;text-align:left;background:#fff;position:sticky;left:0;z-index:1}.heat-table thead th{padding-bottom:7px!important}.heat-table td{height:28px}.heat-cell{display:block;border:0;border-radius:3px;width:100%;height:28px;min-width:0;padding:0;font-size:10px;font-variant-numeric:tabular-nums}.heat-cell:hover,.heat-cell:focus-visible{outline:2px solid #ed1c24;outline-offset:0}.heat-table .unavailable{color:#91a0af;background:repeating-linear-gradient(135deg,#f6f8fb,#f6f8fb 4px,#e8edf4 4px 5px);border-radius:3px}.heat-detail{font-size:12px;color:var(--blue);min-height:18px;margin:12px 0 0}.busiest-times .chart-heading p{color:var(--muted)}.heat-table.weekly{min-width:760px}.heat-table.weekly thead th{font-size:10px;text-transform:none;letter-spacing:0}.heat-table.weekly thead th:nth-child(2){width:58px}.reports-page .chart-row,.reports-page .status-report{padding:7px 8px;margin:10px -8px;border-radius:6px;transition:background-color .16s ease,box-shadow .16s ease}.reports-page .chart-bar{transition:background-color .16s ease,width .24s ease;transform-origin:left center}.reports-page .chart-row:focus-visible,.reports-page .status-report:focus-visible{box-shadow:0 0 0 2px #ed1c2466}.reports-page .chart-row b,.reports-page .status-report b{transition:color .16s ease}.reports-page .membership-point{transition:fill .14s ease,stroke .14s ease,r .14s ease;cursor:crosshair}.reports-page .membership-point.point-active{fill:#ed1c24;stroke:#ed1c24;r:6px}.membership-tooltip{pointer-events:none}.membership-tooltip rect{fill:#153653;filter:drop-shadow(0 3px 5px rgba(21,54,83,.1450980392))}.membership-line .membership-tooltip text{fill:#e2ecf8;font-size:11px}.membership-line .membership-tooltip .tooltip-value{fill:#fff;font-weight:600;font-size:12px}.reports-page .heat-cell{transition:background-color .14s ease,color .14s ease,box-shadow .14s ease;position:relative}.reports-page .heat-cell:hover,.reports-page .heat-cell:focus-visible{background:#ed1c24!important;color:#fff!important;box-shadow:0 2px 5px #a20f1930;z-index:1}.reports-page .report-periods button,.reports-page .chart-toggle button,.reports-page .export-list button{transition:background-color .16s ease,box-shadow .16s ease,transform .16s ease}.reports-page .report-periods button:hover:not(:disabled),.reports-page .export-list button:hover:not(:disabled){box-shadow:0 3px 8px #1536531a;transform:translateY(-1px)}@media(prefers-reduced-motion:reduce){.reports-page .stat,.reports-page .detail-panel,.reports-page .stat strong,.reports-page .chart-row,.reports-page .status-report,.reports-page .chart-bar,.reports-page .chart-row b,.reports-page .status-report b,.reports-page .membership-point,.reports-page .heat-cell,.reports-page .report-periods button,.reports-page .chart-toggle button,.reports-page .export-list button,.reports-page .export-list>div{transition:none!important;transform:none!important}}.reports-page .selectable-bar{-webkit-user-select:none;user-select:none;touch-action:none;cursor:crosshair}.reports-page .selectable-bar:focus-visible{outline:2px solid #094fa3;outline-offset:2px;box-shadow:none}.reports-page .selectable-bar.range-selected{background:#fff0f1;box-shadow:inset 3px 0 #ed1c24}.reports-page .selectable-bar.range-selected .chart-bar{background:#ed1c24}.reports-page .selectable-bar.range-selected b{color:#b8141b}.bar-comparison-card{position:fixed;z-index:1200;width:276px;max-width:calc(100vw - 16px);box-sizing:border-box;padding:17px 18px;border-radius:9px;background:#153653;color:#fff;box-shadow:0 8px 28px #15365338;pointer-events:none;font-size:13px}.bar-comparison-card .comparison-title{display:block;color:#c9dbef;font-size:11px;margin-bottom:5px}.bar-comparison-card>strong{display:block;font-size:15px}.comparison-endpoints{display:flex;justify-content:space-between;align-items:center;gap:10px;margin:15px 0 10px;font-variant-numeric:tabular-nums}.comparison-endpoints>span:nth-child(2){color:#a8c4e4}.comparison-change{display:flex;justify-content:space-between;align-items:baseline;gap:8px;padding-top:10px;border-top:1px solid rgba(255,255,255,.1490196078)}.bar-comparison-card small{display:block;margin-top:7px;color:#c9dbef;font-size:10px;line-height:1.4}.bar-comparison-card p{margin:12px 0 0;font-size:12px}.report-column{display:flex;flex-direction:column;gap:24px;min-width:0}.directory-summary-toolbar{display:flex;align-items:center;gap:12px;margin-bottom:16px}.directory-page .directory-summary-toolbar .compact-stats{flex:1;min-width:0;margin-bottom:0}.directory-summary-toolbar>.button{flex-shrink:0}@media(min-width:1101px){.directory-summary-toolbar .stat strong{white-space:nowrap}}.access-log-page .directory-panel>.filter-row{padding:20px 23px;gap:16px}.access-log-page .directory-panel>.filter-row label{gap:8px}@media(max-width:1100px){.directory-summary-toolbar{flex-wrap:wrap}.directory-page .directory-summary-toolbar .compact-stats{flex-basis:100%}.directory-summary-toolbar>.button{margin-left:auto}}@media(max-width:650px){.access-log-page .directory-panel>.filter-row{padding:18px 16px}.access-log-page .directory-panel>.filter-row label:first-child{flex-basis:100%}}.report-toolbar{display:flex;align-items:flex-end;gap:14px;flex-wrap:wrap;margin-bottom:12px}.report-toolbar .report-periods{margin:0;flex-shrink:0}.report-period-summary{flex:1;min-width:240px;margin:0;font-size:13px;line-height:1.5}.report-toolbar .report-range{margin-left:auto;flex-shrink:0}.report-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px;margin:0}@media(max-width:1500px){.report-period-summary{flex-basis:100%;order:3}.report-toolbar{row-gap:12px;margin-bottom:18px}}@media(max-width:650px){.report-toolbar .report-periods{flex-shrink:1;gap:6px}.report-toolbar .report-periods button{min-width:0;padding:9px 12px}.report-toolbar .report-range{margin-left:0;width:100%;flex-wrap:nowrap}.report-range label{flex:1;min-width:0}.report-toolbar .report-range input{width:100%}.report-summary{gap:9px}.report-summary .stat{display:block;padding:14px}.report-summary .stat strong{font-size:23px;margin-top:9px;overflow-wrap:anywhere}}[hidden]{display:none!important}th{color:#4b5d73;font-size:12px}.badge{font-size:12px}.directory-panel td{font-size:14px}.directory-panel small{font-size:12px}.result-bar{font-size:13px}.field-error{color:#b21720;font-size:13px;margin-top:4px}.field-error:empty{display:none}input[aria-invalid=true],select[aria-invalid=true],textarea[aria-invalid=true]{border-color:#b21720}.skip-link{position:fixed;top:8px;left:8px;transform:translateY(-160%);z-index:2000;background:#fff;border:2px solid var(--blue);padding:12px}.skip-link:focus{transform:none}.sidebar-bottom{display:block}.environment-label{display:block;font-size:11px;line-height:1.5}.environment-label .demo-dot{display:inline-block;margin-right:6px}.mobile-menu{display:none}.account-menu{position:relative;text-align:right;max-width:45%;font-size:13px}.account-menu summary{overflow-wrap:anywhere;cursor:pointer}.account-menu[open]{background:#fff;border:1px solid var(--line);padding:10px;border-radius:8px}.account-menu>span{display:block;color:var(--muted);font-size:12px}.topbar{gap:16px;height:auto;min-height:60px;padding-top:12px;padding-bottom:12px}.member-sticky{position:sticky;top:0;z-index:5;background:var(--page);padding:12px 0;border-bottom:1px solid var(--line);margin-bottom:20px}.member-sticky .page-heading{margin-bottom:8px}.member-sticky h1{font-size:27px;margin-bottom:5px}.eligibility{font-size:14px;margin:8px 0}.eligibility>span{font-size:13px;color:var(--muted)}.section-nav{display:flex;flex-wrap:wrap;gap:6px;margin:12px 0}.section-nav button{font-size:13px;min-height:40px}.draft-indicator{color:#8a4b00;font-weight:600;font-size:13px}.contact-save{margin:0 0 24px;justify-content:flex-end}.member-page [id]{scroll-margin-top:230px}.member-page .stats{margin-bottom:20px}.member-page .stats .stat{padding:16px}.ledger-filters{padding:10px 0;flex-wrap:wrap}.ledger-filters label{min-width:130px}.ledger-paging{flex-wrap:wrap;justify-content:space-between;margin-top:16px;font-size:13px}.cubit-dialog{max-height:85vh;overflow:auto}.cubit-dialog .actions{flex-wrap:wrap}.cubit-dialog h2{font-size:22px}.cubit-dialog label{font-size:13px}.directory-page .page-heading{margin-bottom:16px}.directory-page .compact-stats{display:flex;gap:12px;margin-bottom:16px}.directory-page .compact-stats .stat{flex:1;display:flex;flex-direction:row;gap:12px;align-items:center;justify-content:space-between;padding:12px 16px}.directory-page .compact-stats .stat strong{font-size:24px;margin:0}.directory-page .compact-stats .stat>span{font-size:11px;white-space:normal;text-align:left}.directory-page .search-row{padding:14px 18px;gap:10px}.directory-page .search-box{max-width:350px}.directory-page .result-bar{margin:0;padding:4px 18px}:is(.directory-page,.access-log-page) .directory-pagination{padding:10px 18px;gap:8px}:is(.directory-page,.access-log-page) .directory-pagination .page-settings{font-size:13px}:is(.directory-page,.access-log-page) .directory-pagination .page-buttons{gap:4px}.directory-mobile{display:none}.member-summary{padding:16px;border-top:1px solid var(--line)}.member-summary p{font-size:13px;margin:8px 0}.member-summary .member-name{font-size:16px}.member-summary .section-heading{margin-bottom:8px;gap:10px;flex-wrap:wrap}.member-summary details{margin:10px 0}.member-summary summary{font-size:13px;cursor:pointer}.member-summary a{overflow-wrap:anywhere}.member-summary>small{margin:8px 0}.reports-page .chart-row>span small{font-size:10px;color:#8a4b00}.reports-page .chart-row{grid-template-columns:85px minmax(25px,1fr) 85px}@media(min-width:1250px){:is(.directory-page,.access-log-page) .directory-pagination{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between}:is(.directory-page,.access-log-page) .directory-pagination .page-settings{gap:16px}}@media(max-width:1000px){.directory-desktop{display:none}.directory-mobile{display:block}.directory-page .compact-stats{flex-wrap:wrap}.directory-page .compact-stats .stat{min-width:180px}.directory-mobile .filter-row{padding:12px 16px;align-items:flex-end}.directory-mobile .filter-row label{flex:1}:is(.directory-page,.access-log-page) .directory-pagination .page-buttons{justify-content:space-between}.directory-page .search-row .search-box{max-width:none;min-width:100%}:is(.directory-page,.access-log-page) .page-settings{font-size:13px}.record-table,.record-table tbody{display:block;width:100%;min-width:0!important}.record-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.record-table tr{display:grid;grid-template-columns:1fr 1fr;padding:12px 0;gap:8px;border-bottom:1px solid var(--line)}.record-table td{display:block!important;min-width:0!important;max-width:none!important;width:auto!important;white-space:normal!important;padding:4px 8px!important;border:0;text-align:left!important;font-size:14px}.record-table td:before{content:attr(data-label);display:block;font-size:12px;color:var(--muted);font-weight:600}.record-table td.billing-entry{grid-column:1/-1}.table-scroll:has(.record-table){overflow:visible}.record-table td:last-child:empty{display:none}}@media(max-width:800px){.sidebar{position:sticky;top:0;display:grid;grid-template-columns:100px minmax(0,1fr);align-items:center;padding:8px 14px;gap:6px 12px}.sidebar .brand{width:100px;margin:0}.sidebar .brand img{max-height:45px;object-fit:contain;width:100%}.sidebar .mobile-menu{display:flex;font-size:13px;white-space:normal;justify-self:end}.sidebar>.nav-label{display:none}.sidebar nav{display:none;grid-column:1/-1;overflow:visible;margin:0}.sidebar.menu-open nav{display:grid;grid-template-columns:1fr 1fr;gap:4px}.sidebar nav a{font-size:14px;padding:10px;white-space:normal}.sidebar .sidebar-bottom{display:block;grid-column:1/-1;margin:0;padding:0;border:0}.environment-label{font-size:10px}.topbar{min-height:50px;align-items:center;font-size:12px;flex-wrap:wrap}.topbar .muted{display:inline}.account-menu{max-width:100%;font-size:12px}.member-sticky{top:94px}.member-sticky h1{font-size:22px}.member-sticky .page-heading{flex-direction:row;gap:8px}.member-sticky .section-nav{gap:2px;margin:4px 0}.member-sticky .section-nav button{padding:6px;font-size:12px}.eligibility{font-size:13px}.member-page [id]{scroll-margin-top:340px}.waivers-page .section-nav{margin-bottom:16px}.portal-page .table-scroll{margin:0}.key-row{gap:10px}.key-row code{overflow-wrap:anywhere}.member-page .stats{display:none}}@media(max-width:480px){.directory-page .compact-stats{display:grid;grid-template-columns:1fr;gap:4px}.directory-page .compact-stats .stat{padding:7px 12px;min-width:0}.directory-page .compact-stats .stat strong{font-size:20px}.directory-page .compact-stats .stat span{font-size:11px}.directory-page .search-row{padding:12px}:is(.directory-page,.access-log-page) .page-settings label{font-size:12px}.directory-page .field-select{flex:1;min-width:120px}.record-table tr{grid-template-columns:1fr 1fr}.section-heading button{font-size:13px}.page{padding-top:18px}.member-sticky .eligibility small{font-size:11px}.cubit-dialog .form-grid{grid-template-columns:1fr}}.profile-quick-actions{gap:8px;margin:8px 0}.profile-quick-actions button{font-size:12px;padding:7px 11px}.member-page [id]{scroll-margin-top:275px}@media(max-width:800px){.member-page [id]{scroll-margin-top:380px}.profile-quick-actions{gap:5px}.profile-quick-actions button{font-size:11px;padding:6px 8px}.topbar{display:flex;flex-wrap:nowrap;gap:10px;min-height:54px}.topbar>span{font-size:11px}.account-menu{max-width:48%;font-size:11px}.member-sticky{top:84px}.member-sticky .eligibility>span{display:none}}@media(max-width:480px){.directory-page .compact-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.directory-page .compact-stats .stat{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:8px;gap:6px}.directory-page .compact-stats .stat>span{font-size:9px}.directory-page .compact-stats .stat strong{font-size:21px}.directory-page .page-heading{flex-direction:row;align-items:center;gap:10px}.directory-page .page-heading h1{font-size:26px;margin:0}:is(.directory-page,.access-log-page) .directory-pagination{padding:10px 12px}.member-summary{padding:14px}.member-sticky .section-nav button{font-size:11px;padding:4px}.member-sticky h1{font-size:20px}.member-sticky{padding:8px 0}.member-page .page-heading .badge{font-size:11px}}.member-page #access-keys{scroll-margin-top:275px}@media(max-width:800px){.member-page #access-keys{scroll-margin-top:380px}}.member-page{padding-top:22px}.member-page .member-sticky{padding:4px 0 12px;margin-bottom:18px}.profile-title-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.member-sticky .profile-title-row h1{margin:0;font-size:27px;overflow-wrap:anywhere}.profile-heading-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.profile-back{font-size:12px;padding:6px 10px}.profile-meta{display:flex;align-items:center;flex-wrap:wrap;gap:6px 12px;margin-top:4px}.member-sticky .eligibility{margin:8px 0 10px;font-size:13px}.profile-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:10px 22px}.member-sticky .profile-quick-actions,.member-sticky .section-nav{display:flex;flex-wrap:wrap;gap:6px;margin:0}.member-sticky .profile-toolbar button{min-height:34px;padding:7px 11px;font-size:12px;line-height:18px}.member-sticky .profile-toolbar .secondary{background:#fff;border-color:#ccd6e2;color:var(--ink)}.member-page .stats{margin-bottom:16px}.member-page [id],.member-page #access-keys{scroll-margin-top:210px}.account-controls{display:flex;align-items:center;gap:16px;min-width:0}.account-identity{text-align:right;min-width:0;font-size:12px;line-height:1.4}.account-identity>span{overflow-wrap:anywhere}.account-identity small{font-size:11px}.account-controls>button{font-size:12px;padding:7px 12px;flex-shrink:0}@media(min-width:1300px){.member-page [id],.member-page #access-keys{scroll-margin-top:175px}}@media(max-width:800px){.member-page{padding-top:16px}.member-page .member-sticky{position:static;padding-top:0}.member-sticky .profile-title-row h1{font-size:23px}.profile-heading-actions{flex-direction:column;align-items:flex-end;gap:4px}.profile-heading-actions .draft-indicator{font-size:11px}.member-sticky .profile-toolbar button{min-height:40px;padding:7px 10px}.member-sticky .section-nav{width:100%;display:grid;grid-template-columns:1fr 1fr}.member-sticky .profile-quick-actions{width:100%}.member-sticky .profile-quick-actions button{flex:1}.member-page [id],.member-page #access-keys{scroll-margin-top:100px}.topbar{flex-wrap:wrap;padding:8px 16px;gap:6px}.account-controls{margin-left:auto;gap:10px}}.member-identicon{display:block;background:transparent;border-radius:7px}.member-summary .member-cell{min-width:0}.member-summary .member-cell .member-name{overflow-wrap:anywhere}.profile-identity{display:flex;align-items:center;gap:12px;min-width:0}.profile-identicon{flex:0 0 42px}.profile-name-line{display:flex;align-items:center;flex-wrap:wrap;gap:6px 14px;min-width:0}.last-entry-badge{font-size:11px;font-weight:500;letter-spacing:0;background:#eaf2fc;color:#3b5b80;white-space:normal}.access-waiver-grid{align-items:stretch}.access-waiver-grid>.detail-panel{margin-bottom:0}.access-waiver-grid>app-member-waivers{display:block;min-width:0}.access-waiver-grid>app-member-waivers>.detail-panel{height:100%;margin-bottom:0}.access-waiver-grid .section-heading,.access-waiver-grid .waiver-card,.access-waiver-grid .key-row{flex-wrap:wrap;gap:10px}.key-details{flex:1;min-width:160px}.key-details code{overflow-wrap:anywhere}.key-details small{font-size:12px;margin-top:4px}.key-actions{gap:4px;margin:0}@media(max-width:800px){.profile-identicon{width:36px;height:36px;flex-basis:36px}.profile-identity{gap:8px}.profile-name-line{gap:5px}.last-entry-badge{font-size:10px}.access-waiver-grid>app-member-waivers>.detail-panel{height:auto}}.column-sort app-arrow{opacity:.65}th[aria-sort=ascending] app-arrow,th[aria-sort=descending] app-arrow{opacity:1}.sidebar nav a>app-arrow{width:20px;height:20px;flex-basis:20px}.comparison-endpoints app-arrow{width:20px;height:20px;flex-basis:20px}summary{list-style:none;cursor:pointer}summary::-webkit-details-marker{display:none}summary::marker{content:""}summary:before{content:"";display:inline-block;width:14px;height:14px;margin-right:7px;vertical-align:-2px;background-color:currentColor;mask:url(/assets/icons/chevron-right.svg) center/contain no-repeat;-webkit-mask:url(/assets/icons/chevron-right.svg) center/contain no-repeat}details[open]>summary:before{transform:rotate(90deg)}select:not([multiple]):not([size]){appearance:none;-webkit-appearance:none;padding-right:34px;background-image:url(/assets/icons/chevron-down.svg);background-repeat:no-repeat;background-position:right 10px center;background-size:16px 16px}.filter-row select,.field-select select{padding-right:34px}@media(forced-colors:active){select:not([multiple]):not([size]){appearance:auto;background-image:none}summary:before{background-color:CanvasText}}.heading-with-info{display:flex;align-items:center;gap:8px;margin-bottom:18px}.heading-with-info h2{margin:0!important}.info-button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid transparent;border-radius:50%;background:transparent;padding:5px;cursor:pointer}.info-button img{width:22px;height:22px}.info-button:hover{background:#eaf2fc;border-color:#c9d9ed}.info-button:focus-visible{outline:2px solid #094fa3;outline-offset:2px}.info-dialog{width:100%;overflow:visible}.info-dialog .mat-mdc-dialog-content{margin:0;padding:0;overflow-x:hidden}.info-dialog h3{font-size:15px;margin:20px 0 6px}.info-dialog p{line-height:1.65}.cutoff-context{display:flex;flex-wrap:wrap;gap:16px 40px;padding:14px 18px;background:#edf3fa;border-radius:8px;margin:12px 0 18px}.cutoff-context dt{font-size:12px;color:#526983;margin-bottom:5px}.cutoff-context dd{margin:0;font-weight:600}.synthetic-demo-banner{background:#eaf2fc;color:#094fa3;padding:10px 24px;border-bottom:1px solid #ccdcef;font-size:12px;line-height:1.5}.synthetic-demo-banner strong{margin-right:8px}.matching-page .detail-panel,.catalog-page .detail-panel{margin-bottom:20px}.matching-page .matching-summary,.catalog-page .matching-summary{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex-wrap:wrap}.matching-page .matching-search,.catalog-page .matching-search{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap;margin:20px 0}.matching-page .matching-search label,.catalog-page .matching-search label{flex:0 1 360px}.matching-page .matching-options,.catalog-page .matching-options{display:grid;gap:10px;margin-bottom:20px}.matching-page .matching-option,.catalog-page .matching-option{display:flex;gap:14px;align-items:center;flex-wrap:wrap;padding:14px;border:1px solid #dbe4ef;border-radius:8px}.matching-page .matching-option>div,.catalog-page .matching-option>div{flex:1 1 280px;overflow-wrap:anywhere}.matching-page .matching-option p,.matching-page .matching-summary p,.catalog-page .matching-option p,.catalog-page .matching-summary p{margin:4px 0}.matching-page .notice-strip .primary,.catalog-page .notice-strip .primary{margin-top:8px}.matching-page details,.catalog-page details{margin:16px 0}.matching-page td,.catalog-page td{overflow-wrap:anywhere}.audit-details{background:#f4f7fb;white-space:normal!important}.audit-details td{white-space:pre-wrap;overflow-wrap:anywhere;max-width:420px}.audit-details pre{white-space:pre-wrap;overflow-wrap:anywhere}.staff-settings-page>section{max-width:900px}.staff-settings-page input[type=number]{max-width:160px}.audit-page .filter-row select{max-width:250px}.account-controls{flex-wrap:wrap}.audit-page .filter-row{align-items:end}.badge.inactive{background:#fff5d5;color:#795c0c}.copyable-field{position:relative}.copyable-field .copy-field-button{position:absolute;right:5px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:30px;height:30px;min-width:0;padding:3px;border:0;border-radius:4px;background:transparent;opacity:0;pointer-events:none;transition:opacity .12s ease}.copy-field-button img{width:17px;height:17px;display:block}.copyable-field:hover .copy-field-button,.copyable-field:focus-within .copy-field-button,.copy-field-button:focus-visible{opacity:.65;pointer-events:auto}.copyable-field .copy-field-button:hover,.copyable-field .copy-field-button:focus-visible{opacity:1;background:#edf3fa}.copy-input-wrap{display:block;position:relative;width:100%}.copy-input-wrap input{padding-right:40px}.key-value.copyable-field{display:inline-flex;align-items:center;position:relative;padding-left:35px;min-height:32px;max-width:100%}.key-value.copyable-field>.copy-field-button{left:0;right:auto}.key-row .key-value code{min-width:0;overflow-wrap:anywhere;word-break:break-word}@media(hover:none){.copyable-field .copy-field-button{opacity:.65;pointer-events:auto}}.header-back span{max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-body .page{padding-top:24px}.workspace-body .page-heading{justify-content:flex-end;margin-bottom:16px}.workspace-body .page-heading .actions{margin-top:0}.page-description{margin:0 0 18px;color:var(--muted)}.member-sticky .profile-title-row h2{margin:0;font-size:27px;line-height:1.3;overflow-wrap:anywhere}.workspace-body .reports-page .page-heading{justify-content:space-between}.topbar{position:sticky;top:0;z-index:20;min-height:68px;background:#fff;box-shadow:0 2px 6px #17324d05;gap:20px}.page-location{display:flex;align-items:center;gap:16px;min-width:0}.page-title{margin:0;font-size:22px;font-weight:650;line-height:1.25;color:var(--ink);letter-spacing:-.4px}.topbar .header-back{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px;padding:7px 11px;font-size:12px;line-height:20px;flex-shrink:0}.topbar .account-controls{flex-wrap:nowrap;gap:12px;margin-left:auto}.topbar .notification-button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;min-width:40px;padding:0;background:var(--blue);border:1px solid var(--blue);border-radius:7px;flex-shrink:0}.notification-button img{display:block;width:26px;height:26px}.notification-button{position:relative}.account-notice-count{position:absolute;right:-6px;top:-6px;min-width:18px;height:18px;padding:0 3px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#b81820;color:#fff;font-size:10px;border:2px solid white}.topbar .notification-button:hover,.topbar .notification-button.current{background:#063c80;border-color:#063c80}.topbar .sign-out-button{height:40px;line-height:20px;white-space:nowrap}.member-page .member-sticky{position:static}.member-sticky .profile-toolbar .button{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 11px;font-size:12px;line-height:18px;box-sizing:border-box}.member-page [id],.member-page #access-keys{scroll-margin-top:90px}@media(max-width:1100px){.page-location{gap:10px}.topbar .account-identity{max-width:210px}.page-title{font-size:20px}}@media(max-width:800px){.sidebar{position:relative;top:auto}.topbar{display:grid;grid-template-columns:minmax(0,1fr);gap:10px;padding:12px 16px}.topbar .account-controls{width:100%;justify-content:flex-end;gap:10px}.topbar .account-identity{max-width:none;margin-right:auto;text-align:left}.topbar .header-back{min-height:40px}.page-title{font-size:21px}.member-sticky .profile-title-row h2{font-size:23px}.header-back span{max-width:145px}.member-sticky .profile-quick-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.member-sticky .profile-toolbar .button{min-height:40px;padding:7px 10px}.member-page [id],.member-page #access-keys{scroll-margin-top:150px}}.waiver-files{margin-top:20px}.waiver-upload{padding:18px;background:#f5f8fd;border:1px solid var(--line);border-radius:8px;margin-bottom:24px}.waiver-upload p{font-size:13px}.waiver-upload label:not(.file-picker){max-width:520px}.file-picker{position:relative;overflow:hidden;cursor:pointer;flex-direction:row}.file-picker input{position:absolute;inset:0;opacity:0;cursor:pointer}.file-picker:focus-within{outline:3px solid #87b4ed;outline-offset:2px}.waiver-file{display:flex;gap:16px;align-items:flex-start;flex-wrap:wrap;border-top:1px solid var(--line);padding:16px 0}.waiver-file>div:first-child{flex:1;min-width:160px;overflow-wrap:anywhere}.waiver-file>.actions{margin:0;flex-wrap:wrap}.waiver-file p{margin:8px 0;font-size:13px}.waiver-review{flex-basis:100%;padding:16px;background:#f5f8fd;border-radius:6px}.waiver-file .badge{margin-top:8px}.backup-status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin:16px 0}.backup-status-grid>div{padding:14px;border:1px solid #dce5ef;border-radius:8px}.backup-status-grid p{margin:8px 0 0}.backup-https{margin:20px 0}.backup-status-grid b{font-size:13px}.sidebar{z-index:30;padding:22px 14px 16px}.sidebar .brand{margin:-6px 2px 0;min-height:80px}.compact-brand{display:none}.sidebar>.nav-label{margin:22px 14px 10px}.sidebar nav .nav-text{font-size:13px;font-weight:600;line-height:1.4;width:auto;min-width:0}.sidebar nav a,.sidebar .nav-group-button{min-height:44px;margin:3px 0;padding:10px 13px;gap:12px;border-radius:8px;text-align:left}.sidebar .nav-group-button{width:100%;background:transparent;border:0;color:#53667d;white-space:normal;justify-content:flex-start;font-size:13px}.sidebar .nav-group-button:hover{background:#f4f6f9;filter:none}.sidebar .nav-group-button.group-current{color:var(--blue);background:#f0f5fc}.sidebar .nav-group-button .nav-text{flex:1}.sidebar .group-chevron{width:15px;height:15px;flex:0 0 15px;color:#7b899a;transition:transform .15s ease}.sidebar .group-chevron.expanded{transform:rotate(90deg)}.sidebar .nav-children{position:relative;margin:4px 0 10px 24px;padding-left:18px}.sidebar .nav-children:before{content:"";position:absolute;left:0;top:-4px;bottom:19px;width:1px;background:#dce3ec}.sidebar .nav-children a{position:relative;min-height:36px;padding:8px 10px;margin:2px 0;font-size:12px;color:#64748b}.sidebar .nav-children a:before{content:"";position:absolute;left:-18px;top:0;width:12px;height:19px;border-left:1px solid #dce3ec;border-bottom:1px solid #dce3ec;border-bottom-left-radius:7px}.sidebar .nav-children a .nav-text{font-size:12px;font-weight:500}.sidebar nav a.selected{background:#eaf2fc;color:var(--blue);box-shadow:none}.sidebar .nav-children a.selected .nav-text{font-weight:650}.sidebar-toggle{margin-top:auto;min-height:40px;padding:10px 13px;background:transparent;color:#64748b;justify-content:flex-start;gap:12px;font-size:11px;border:0}.sidebar-toggle:hover{background:#f4f6f9;filter:none!important}.sidebar-toggle app-arrow{width:20px;height:20px}.sidebar .sidebar-bottom{margin-top:0;padding:10px 10px 0}.automation-page #backups,.automation-page #billing-rules{scroll-margin-top:88px}@media(min-width:801px){.sidebar-compact .sidebar{width:76px;padding:22px 10px 16px}.sidebar-compact:not(.signed-out) .workspace-body{margin-left:76px}.sidebar-compact .brand{margin:0;min-height:80px;justify-content:center}.sidebar-compact .brand .cubit-wordmark{display:none}.sidebar-compact .compact-brand{display:block;font-size:42px;font-weight:800;line-height:1;color:var(--blue);letter-spacing:-3px;padding-right:3px}.sidebar-compact .nav-label{height:10px;margin:22px 0 10px;font-size:0}.sidebar-compact .sidebar nav>a,.sidebar-compact .nav-direct,.sidebar-compact .nav-group-button{justify-content:center;padding:11px;gap:0}.sidebar-compact .sidebar nav>a .nav-text,.sidebar-compact .nav-direct .nav-text,.sidebar-compact .nav-group-button .nav-text,.sidebar-compact .sidebar-toggle span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.sidebar-compact .group-chevron{display:none}.sidebar-compact .sidebar-toggle{justify-content:center;padding:10px}.sidebar-compact .sidebar-bottom{display:none}.sidebar .nav-children.nav-flyout{position:fixed;left:72px;width:214px;margin:0;padding:10px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 10px 32px #172e4824;max-height:calc(100vh - 24px);overflow:auto;z-index:40}.sidebar .nav-flyout:before,.sidebar .nav-flyout a:before{display:none}.flyout-title{padding:5px 10px 8px;font-size:11px;font-weight:650;color:#78879a}.sidebar .nav-flyout a{min-height:38px}}@media(max-width:800px){.sidebar{padding:8px 14px}.sidebar .brand{min-height:0;margin:0}.sidebar .sidebar-toggle{display:none}.sidebar.menu-open nav{display:block;max-height:65vh;overflow-y:auto;padding:4px 0}.sidebar nav a,.sidebar .nav-group-button{min-height:44px;font-size:14px}.sidebar nav .nav-text{font-size:14px}.sidebar .nav-children{margin-left:23px}.sidebar .nav-children a .nav-text{font-size:13px}.sidebar .sidebar-bottom{padding:0}.automation-page #backups,.automation-page #billing-rules{scroll-margin-top:150px}}@media(prefers-reduced-motion:reduce){.sidebar .group-chevron{transition:none}}@media(min-width:801px){.sidebar{overflow:visible}.sidebar .brand,.sidebar>.nav-label,.sidebar-toggle,.sidebar-bottom{flex-shrink:0}.sidebar nav{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin}.sidebar-toggle{margin-top:12px}}.cubit-loader{display:inline-flex;align-items:center;gap:12px;max-width:100%;color:#17334d;font:400 15px/1.5 Segoe UI,Arial,sans-serif}.cubit-loader__gear{display:block;flex:0 0 auto;width:32px;height:32px;animation:cubit-gear-turn 2.4s linear infinite;transform-origin:center}.cubit-loader__text{min-width:0;overflow-wrap:anywhere}.cubit-loader--compact{font-size:13px;gap:8px}.cubit-loader--compact .cubit-loader__gear{width:22px;height:22px}.cubit-loading-area{display:grid;place-items:center;min-height:240px;padding:32px 20px}@keyframes cubit-gear-turn{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.cubit-loader__gear{animation:none}}.sidebar .nav-group-header{display:flex;align-items:center;border-radius:8px;margin:3px 0}.sidebar .nav-group-header.group-current{background:#f0f5fc;color:var(--blue)}.sidebar .nav-group-header .nav-group-home{flex:1;min-width:0;margin:0;padding-right:4px;white-space:normal}.sidebar .nav-group-header.group-current .nav-group-home{color:var(--blue)}.sidebar .nav-group-header .nav-group-button{flex:0 0 30px;width:30px;min-height:44px;padding:7px;margin:0;justify-content:center}@media(min-width:801px){.sidebar-compact .nav-group-header{position:relative}.sidebar-compact .nav-group-header .nav-group-home{justify-content:center;padding:11px;gap:0;min-height:44px}.sidebar-compact .nav-group-home .nav-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.sidebar-compact .nav-group-header .nav-group-button{position:absolute;right:0;top:0;width:16px;padding:0;background:transparent}.sidebar-compact .nav-group-header .group-chevron{display:block;width:12px;height:12px;flex-basis:12px;opacity:0}.sidebar-compact .nav-group-header .nav-group-button:focus-visible .group-chevron{opacity:1}.sidebar{transition:width .22s ease,padding .22s ease}.workspace-body{transition:margin-left .22s ease}.sidebar .brand{position:relative;height:80px;overflow:hidden}.sidebar .brand .cubit-wordmark{display:block;width:196px;max-width:none;transition:opacity .14s ease;opacity:1}.sidebar .brand .compact-brand{display:block;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:46px;height:46px;object-fit:contain;padding:0;opacity:0;transition:opacity .16s ease}.sidebar-compact .brand .cubit-wordmark{opacity:0;pointer-events:none}.sidebar-compact .brand .compact-brand{opacity:1}.sidebar .nav-group-home>.nav-icon,.sidebar .nav-direct>.nav-icon,.sidebar nav>a>.nav-icon{flex:0 0 22px;width:22px;height:22px}.nav-hover-label{position:fixed;left:72px;z-index:40;padding:12px 16px;max-width:240px;background:#fff;color:var(--ink);border:1px solid var(--line);border-radius:9px;box-shadow:0 8px 24px #172e4824;font-size:13px;font-weight:600}}@media(prefers-reduced-motion:reduce){.sidebar,.workspace-body,.sidebar .brand .cubit-wordmark,.sidebar .brand .compact-brand{transition:none}}.mat-mdc-dialog-surface{padding:24px;font-family:Segoe UI,Arial,sans-serif;color:var(--ink)}.cubit-dialog .mat-mdc-dialog-title{padding:0;margin:0 0 16px;font-family:inherit;color:var(--ink)}.cubit-dialog .mat-mdc-dialog-title:before{display:none}.billing-entry-dialog .mat-mdc-dialog-container,.billing-entry-dialog .mat-mdc-dialog-surface{padding:0;overflow:hidden}.billing-entry-dialog .billing-entry-sheet{width:100%;max-height:90vh;max-height:90dvh;overflow:hidden;padding:0;display:flex;flex-direction:column}.billing-entry-sheet .mat-mdc-dialog-title{padding:20px 24px 12px;margin:0;flex-shrink:0;overflow-wrap:anywhere}.billing-entry-sheet form{display:flex;flex-direction:column;min-height:0;overflow:hidden}.billing-entry-sheet .billing-entry-body{overflow-y:auto;overscroll-behavior:contain;min-height:0;padding:0 24px}.billing-entry-sheet fieldset{border:0;padding:0;margin:0;min-width:0}.billing-entry-sheet .billing-entry-footer{margin:0;padding:14px 24px;border-top:1px solid var(--line);background:#fff;flex-shrink:0}.billing-entry-sheet .field-error{color:#ab1a22;font-size:12px}.contact-save{flex-wrap:wrap;align-items:center}.contact-save .save-explanation{margin-right:auto;font-size:13px;color:var(--muted)}.account-permissions{margin-top:20px;border-top:1px solid var(--line);padding-top:4px}.account-permissions>label{margin:10px 0}@media(max-width:480px){.mat-mdc-dialog-surface{padding:18px}.billing-entry-sheet .mat-mdc-dialog-title{font-size:19px;padding:16px 16px 10px}.billing-entry-sheet .billing-entry-body{padding:0 16px}.billing-entry-sheet .billing-entry-footer{padding:12px 16px}.cubit-loading-area{min-height:180px}}.profile-contact-actions{display:flex;flex-direction:column;align-items:flex-end;gap:5px;flex-shrink:0}.profile-contact-actions .actions{margin:0;gap:8px;flex-wrap:wrap;justify-content:flex-end}.profile-contact-actions button{font-size:12px;min-height:38px}.profile-contact-actions .draft-indicator:empty{display:none}.member-page input.contact-changed,.member-page select.contact-changed{border-color:#ad720f;background:#fffaf0;box-shadow:inset 3px 0 #ad720f}.member-page input[aria-invalid=true],.member-page select[aria-invalid=true]{border-color:#b52c33}.profile-contact-actions .save-pending{animation:contact-save-pulse 2.4s ease-in-out infinite}@keyframes contact-save-pulse{0%,to{box-shadow:0 0 #094fa314}50%{box-shadow:0 0 0 4px #094fa333}}@media(prefers-reduced-motion:reduce){.profile-contact-actions .save-pending{animation:none;box-shadow:0 0 0 3px #094fa32e}}@media(max-width:1050px){.member-page .profile-title-row{align-items:flex-start;flex-wrap:wrap}.profile-contact-actions{margin-left:auto}}@media(max-width:600px){.profile-contact-actions{width:100%;align-items:flex-start}.profile-contact-actions .actions{width:100%;justify-content:flex-start}.profile-contact-actions button{flex:1;min-height:42px}.member-sticky .profile-toolbar .section-nav{display:flex}.member-sticky .profile-toolbar button,.member-sticky .profile-toolbar .button{white-space:normal}}:is(.directory-page,.access-log-page) .directory-pagination .page-buttons{flex-shrink:0;max-width:100%;justify-content:flex-start}.member-page .stat strong{margin-top:4px;line-height:1.15}.member-page .stat strong.balance-settled{color:#183d31}.member-page .stat strong.balance-owing{color:#572b30}.member-waivers .section-heading{flex-wrap:wrap;gap:10px}.member-waiver-record{border-top:1px solid var(--line)}.waiver-summary{width:100%;background:#fff;border:0;border-radius:0;text-align:left;justify-content:flex-start;padding:14px 0;white-space:normal;gap:10px;color:var(--ink)}.waiver-summary>span:first-child{flex:1;min-width:0}.waiver-summary b{overflow-wrap:anywhere}.waiver-summary .badge{flex-shrink:0}.waiver-summary app-arrow{flex-shrink:0}.waiver-record-content{padding:0 0 16px}.waiver-record-content .waiver-files{margin:0}.waiver-record-content .waiver-upload{margin-top:0}@media(max-width:480px){.waiver-summary{flex-wrap:wrap}.waiver-summary>span:first-child{flex-basis:65%}}.plan-workflow-layout{display:grid;grid-template-columns:minmax(0,1fr) 0fr;gap:0;transition:grid-template-columns .3s ease,gap .3s ease;margin-bottom:24px;scroll-margin-top:90px}.plan-workflow-layout.workflow-open{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px}.plan-workflow-layout>.panel{min-width:0;margin-bottom:0}.plan-workflow{animation:plan-slide-in .3s ease}.plan-workflow .cutoff-box{border:0;padding:0;margin-top:20px}.plan-workflow label{margin-bottom:14px}.plan-workflow .form-grid{grid-template-columns:1fr}.plan-workflow .check{display:flex;gap:10px;align-items:flex-start}.plan-workflow .check input{width:auto;flex:none;margin-top:4px}@keyframes plan-slide-in{0%{opacity:0;transform:translate(28px)}to{opacity:1;transform:translate(0)}}@media(max-width:1000px){.plan-workflow-layout,.plan-workflow-layout.workflow-open{grid-template-columns:minmax(0,1fr);gap:16px}}@media(prefers-reduced-motion:reduce){.plan-workflow-layout{transition:none}.plan-workflow{animation:none}}.plan-workflow-layout{align-items:start}.workflow-open .plan-summary .record-table{min-width:0;display:block}.workflow-open .plan-summary .record-table thead{display:none}.workflow-open .plan-summary .record-table tbody{display:block}.workflow-open .plan-summary .record-table tr{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #dce5f0;padding:12px 0;gap:12px}.workflow-open .plan-summary .record-table td{display:block;padding:0;border:0;white-space:normal}.workflow-open .plan-summary .record-table td[data-label]:before{content:attr(data-label);display:block;font-size:11px;color:#637792;margin-bottom:4px}.workflow-open .plan-summary .record-table td:last-child{grid-column:1/-1}.organization-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:20px;align-items:start}.organization-grid.editing{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr)}.organization-page fieldset{border:0;padding:0;margin:0;min-width:0}.organization-page label{margin-bottom:14px}.organization-page td small,.organization-candidate small{display:block;overflow-wrap:anywhere}.organization-existing,.organization-invite{border-top:1px solid #dce5f0;padding-top:20px;margin-top:20px}.organization-candidate{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0}.organization-page .table-scroll table{min-width:0}.organization-page td{white-space:normal}.organization-page textarea{overflow-wrap:anywhere}@media(max-width:1100px){.organization-grid.editing{grid-template-columns:minmax(0,1fr)}}.sidebar .sidebar-portal-switch{margin-top:auto;padding:12px 0 6px;border-top:1px solid #dce5ef;flex-shrink:0}.sidebar-portal-switch a{display:flex;align-items:center;gap:12px;min-height:48px;padding:8px 14px;border-radius:8px;color:#094fa3;text-decoration:none}.sidebar-portal-switch a:hover,.sidebar-portal-switch a:focus-visible{background:#eaf2fd}.sidebar-portal-switch .nav-text{display:grid;gap:2px}.sidebar-portal-switch strong{font-weight:600}.sidebar-portal-switch small{color:#61748b;font-size:11px}.sidebar-portal-switch .nav-icon,.sidebar-portal-switch app-arrow{width:20px;height:20px;flex:0 0 20px}.sidebar-compact .sidebar-portal-switch a{justify-content:center;padding:8px 0;gap:0}.sidebar-compact .sidebar-portal-switch .nav-text{display:none}@media(max-width:800px){.sidebar .sidebar-portal-switch{display:none}.sidebar.menu-open .sidebar-portal-switch{display:block}.sidebar-compact .sidebar-portal-switch .nav-text{display:grid}.sidebar-compact .sidebar-portal-switch a{justify-content:flex-start;padding:8px 14px;gap:12px}}.staff-settings-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px;align-items:start}.staff-settings-grid>.panel{min-width:0;margin:0}.staff-settings-page .section-heading{display:flex;align-items:center;gap:10px;margin-bottom:16px}.staff-settings-page .section-heading h2{margin:0}.staff-settings-page fieldset{min-width:0;border:0;padding:0;margin:0}.staff-settings-page fieldset:disabled{opacity:.65}.staff-settings-identity{display:grid;gap:4px;overflow-wrap:anywhere}.staff-settings-identity span{color:#61748b;font-size:12px}.staff-settings-page .alert-choices{padding-left:24px}.staff-settings-page .alert-window{display:grid;gap:6px;max-width:220px;margin-top:20px}.staff-settings-page .notice-strip{margin:0 0 20px}.staff-settings-page .account-notices-panel,.staff-settings-page .alert-preview{margin-top:24px}.staff-settings-page .note-entry p{overflow-wrap:anywhere}.staff-settings-page .actions{gap:8px;flex-wrap:wrap}.topbar .notification-button img{filter:brightness(0) invert(1)}@media(max-width:1100px){.staff-settings-grid{grid-template-columns:1fr}}.staff-note-entry p{white-space:pre-wrap;overflow-wrap:anywhere;margin:0 0 10px;line-height:1.5}.staff-note-entry p.note-collapsed{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;max-height:6em}.note-footer,.notes-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.note-footer small{overflow-wrap:anywhere;min-width:0}.note-footer button{font-size:12px;padding:5px 9px}.notes-pagination{padding-top:16px;border-top:1px solid #dce5ef;margin-top:16px}.notes-pagination span{font-size:12px;color:#61748b}.sidebar-portal-switch .portal-identicon{width:28px;height:28px;flex-basis:28px}.member-sticky .profile-toolbar,.member-sticky .profile-quick-actions,.member-sticky .section-nav{gap:8px}.plan-header-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.plan-summary>.section-heading{align-items:flex-start;flex-wrap:wrap}.plan-workflow .cutoff-box{padding:22px;border:1px solid #dce7f6;border-radius:8px}.plan-workflow .cutoff-box>.section-heading{margin-bottom:18px}.plan-workflow .cutoff-box .cutoff-context{gap:16px;margin-bottom:20px}.plan-workflow .cutoff-box>.actions{flex-wrap:wrap;gap:10px}.plan-workflow .cutoff-box .form-grid{gap:16px}.plan-workflow .cutoff-box label{margin:0}.plan-workflow .cutoff-box>p{margin:18px 0;line-height:1.7}@media(max-width:600px){.plan-header-actions{justify-content:flex-start}.plan-workflow .cutoff-box{padding:16px}}.member-sticky .profile-toolbar{align-items:flex-end}.member-sticky .profile-toolbar>.profile-contact-actions{margin-left:auto;align-self:flex-end}.member-sticky .profile-contact-actions .actions{margin:0}.member-sticky .profile-contact-actions button{min-height:34px}.member-sticky .profile-toolbar .draft-indicator{font-size:11px}@media(max-width:1050px){.member-sticky .profile-toolbar>.profile-contact-actions{margin-top:8px}}@media(max-width:600px){.member-sticky .profile-toolbar>.profile-contact-actions{width:100%;align-items:stretch;margin-left:0}}.key-value.copyable-field{padding-left:0;padding-right:35px}.key-value.copyable-field>.copy-field-button{left:auto;right:0}.staff-settings-identity{padding-bottom:18px;border-bottom:1px solid #e2e8f0;margin-bottom:22px}app-account-security .security-subheading{margin-top:24px}app-account-security .password-reset-section{margin-top:26px;padding-top:20px;border-top:1px solid #e2e8f0}app-account-security .password-reset-section p{font-size:12px;overflow-wrap:anywhere}.authenticator-enrollment{margin:18px 0}.authenticator-qr{display:block;width:240px;height:240px;max-width:100%;object-fit:contain;background:#fff;image-rendering:pixelated;border:1px solid #e2e8f0;border-radius:8px}.authenticator-manual{margin:14px 0}.authenticator-enrollment .muted{font-size:12px}.alert-topic-group{border-top:1px solid #e2e8f0;padding:6px 0}.alert-topic-group summary{font-weight:600;display:list-item}.alert-topic-group summary span{float:right;color:#64748b;font-size:11px;font-weight:400}.alert-topic{display:flex;flex-direction:row;align-items:flex-start;gap:10px;margin:12px 0}.alert-topic input{width:16px;height:16px;flex:0 0 16px;margin-top:3px}.alert-topic span{min-width:0}.alert-topic small{font-weight:400;line-height:1.5;margin-top:3px}.alert-topic-group>.muted{font-size:12px}.alert-delivery-options{border-top:1px solid #e2e8f0;padding-top:18px;margin-top:18px}.alert-delivery-options>.form-grid{margin:14px 0}.alert-delivery-options>.muted{font-size:12px;margin-top:10px}.directory-panel>app-loading.compact{padding:14px 18px}.access-log-page .directory-panel>app-loading.compact{padding-inline:23px}@media(max-width:650px){.access-log-page .directory-panel>app-loading.compact{padding-inline:16px}}@media(max-width:480px){.directory-page .directory-panel>app-loading.compact{padding-inline:12px}}.access-warning{padding:14px 16px;margin:16px 0;border:1px solid #e5c98b;border-left:3px solid #ae7b1b;border-radius:7px;background:#fff9eb;color:#684d1b}.access-warning p{margin:6px 0 0;font-size:13px}.backup-inventory{margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}.backup-inventory>summary{font-weight:600;font-size:16px;padding:6px 0;cursor:pointer}.remote-status-grid{grid-template-columns:repeat(auto-fit,minmax(185px,1fr));gap:10px}.remote-status-grid small{display:block;margin-top:7px;color:#526780;font-size:12px}.remote-status-grid meter{display:block;width:100%;height:12px;margin-top:8px}html{--mat-badge-text-font: Segoe UI, Arial, 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 Segoe UI,Arial,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 Segoe UI,Arial,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 Segoe UI,Arial,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 Segoe UI,Arial,sans-serif;letter-spacing:.03125em;margin:0 0 16px}.mat-h5,.mat-typography .mat-h5,.mat-typography h5{font:400 11.62px/20px Segoe UI,Arial,sans-serif;margin:0 0 12px}.mat-h6,.mat-typography .mat-h6,.mat-typography h6{font:400 9.38px/20px Segoe UI,Arial,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 Segoe UI,Arial,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 Segoe UI,Arial,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 Segoe UI,Arial,sans-serif;letter-spacing:.0333333333em}.mat-headline-1,.mat-typography .mat-headline-1{font:300 96px/96px Segoe UI,Arial,sans-serif;letter-spacing:-.015625em;margin:0 0 56px}.mat-headline-2,.mat-typography .mat-headline-2{font:300 60px/60px Segoe UI,Arial,sans-serif;letter-spacing:-.0083333333em;margin:0 0 64px}.mat-headline-3,.mat-typography .mat-headline-3{font:400 48px/50px Segoe UI,Arial,sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-headline-4,.mat-typography .mat-headline-4{font:400 34px/40px Segoe UI,Arial,sans-serif;letter-spacing:.0073529412em;margin:0 0 64px}html{--mat-bottom-sheet-container-text-font: Segoe UI, Arial, 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-button-toggle-label-text-font: Segoe UI, Arial, sans-serif;--mat-button-toggle-label-text-line-height: 24px;--mat-button-toggle-label-text-size: 16px;--mat-button-toggle-label-text-tracking: .03125em;--mat-button-toggle-label-text-weight: 400;--mat-button-toggle-legacy-label-text-font: Segoe UI, Arial, sans-serif;--mat-button-toggle-legacy-label-text-line-height: 24px;--mat-button-toggle-legacy-label-text-size: 16px;--mat-button-toggle-legacy-label-text-tracking: .03125em;--mat-button-toggle-legacy-label-text-weight: 400}html{--mat-datepicker-calendar-text-font: Segoe UI, Arial, 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: Segoe UI, Arial, 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: Segoe UI, Arial, 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: Segoe UI, Arial, sans-serif;--mat-stepper-header-label-text-font: Segoe UI, Arial, 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: Segoe UI, Arial, 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: Segoe UI, Arial, sans-serif;--mat-tree-node-text-size: 14px;--mat-tree-node-text-weight: 400}html{--mat-option-label-text-font: Segoe UI, Arial, 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: Segoe UI, Arial, 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: Segoe UI, Arial, 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: Segoe UI, Arial, 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{--mat-tooltip-supporting-text-font: Segoe UI, Arial, sans-serif;--mat-tooltip-supporting-text-size: 12px;--mat-tooltip-supporting-text-weight: 400;--mat-tooltip-supporting-text-tracking: .0333333333em}html{--mat-form-field-container-text-font: Segoe UI, Arial, 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: Segoe UI, Arial, 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;--mat-form-field-filled-label-text-font: Segoe UI, Arial, sans-serif;--mat-form-field-filled-label-text-size: 16px;--mat-form-field-filled-label-text-tracking: .03125em;--mat-form-field-filled-label-text-weight: 400;--mat-form-field-outlined-label-text-font: Segoe UI, Arial, sans-serif;--mat-form-field-outlined-label-text-size: 16px;--mat-form-field-outlined-label-text-tracking: .03125em;--mat-form-field-outlined-label-text-weight: 400}html{--mat-select-trigger-text-font: Segoe UI, Arial, 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{--mat-dialog-subhead-font: Segoe UI, Arial, sans-serif;--mat-dialog-subhead-line-height: 32px;--mat-dialog-subhead-size: 20px;--mat-dialog-subhead-weight: 500;--mat-dialog-subhead-tracking: .0125em;--mat-dialog-supporting-text-font: Segoe UI, Arial, sans-serif;--mat-dialog-supporting-text-line-height: 24px;--mat-dialog-supporting-text-size: 16px;--mat-dialog-supporting-text-weight: 400;--mat-dialog-supporting-text-tracking: .03125em}.mat-mdc-standard-chip{--mat-chip-label-text-font: Segoe UI, Arial, sans-serif;--mat-chip-label-text-line-height: 20px;--mat-chip-label-text-size: 14px;--mat-chip-label-text-tracking: .0178571429em;--mat-chip-label-text-weight: 400}html,html .mat-mdc-slide-toggle{--mat-slide-toggle-label-text-font: Segoe UI, Arial, sans-serif;--mat-slide-toggle-label-text-line-height: 20px;--mat-slide-toggle-label-text-size: 14px;--mat-slide-toggle-label-text-tracking: .0178571429em;--mat-slide-toggle-label-text-weight: 400}html{--mat-radio-label-text-font: Segoe UI, Arial, 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{--mat-slider-label-label-text-font: Segoe UI, Arial, sans-serif;--mat-slider-label-label-text-size: 14px;--mat-slider-label-label-text-line-height: 22px;--mat-slider-label-label-text-tracking: .0071428571em;--mat-slider-label-label-text-weight: 500}html{--mat-menu-item-label-text-font: Segoe UI, Arial, 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{--mat-list-list-item-label-text-font: Segoe UI, Arial, sans-serif;--mat-list-list-item-label-text-line-height: 24px;--mat-list-list-item-label-text-size: 16px;--mat-list-list-item-label-text-tracking: .03125em;--mat-list-list-item-label-text-weight: 400;--mat-list-list-item-supporting-text-font: Segoe UI, Arial, sans-serif;--mat-list-list-item-supporting-text-line-height: 20px;--mat-list-list-item-supporting-text-size: 14px;--mat-list-list-item-supporting-text-tracking: .0178571429em;--mat-list-list-item-supporting-text-weight: 400;--mat-list-list-item-trailing-supporting-text-font: Segoe UI, Arial, sans-serif;--mat-list-list-item-trailing-supporting-text-line-height: 20px;--mat-list-list-item-trailing-supporting-text-size: 12px;--mat-list-list-item-trailing-supporting-text-tracking: .0333333333em;--mat-list-list-item-trailing-supporting-text-weight: 400}.mdc-list-group__subheader{font:400 16px/28px Segoe UI,Arial,sans-serif;letter-spacing:.009375em}html{--mat-paginator-container-text-font: Segoe UI, Arial, 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-label-text-font: Segoe UI, Arial, sans-serif;--mat-tab-label-text-size: 14px;--mat-tab-label-text-tracking: .0892857143em;--mat-tab-label-text-line-height: 36px;--mat-tab-label-text-weight: 500}html{--mat-checkbox-label-text-font: Segoe UI, Arial, 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{--mat-button-filled-label-text-font: Segoe UI, Arial, sans-serif;--mat-button-filled-label-text-size: 14px;--mat-button-filled-label-text-tracking: .0892857143em;--mat-button-filled-label-text-transform: none;--mat-button-filled-label-text-weight: 500;--mat-button-outlined-label-text-font: Segoe UI, Arial, sans-serif;--mat-button-outlined-label-text-size: 14px;--mat-button-outlined-label-text-tracking: .0892857143em;--mat-button-outlined-label-text-transform: none;--mat-button-outlined-label-text-weight: 500;--mat-button-protected-label-text-font: Segoe UI, Arial, sans-serif;--mat-button-protected-label-text-size: 14px;--mat-button-protected-label-text-tracking: .0892857143em;--mat-button-protected-label-text-transform: none;--mat-button-protected-label-text-weight: 500;--mat-button-text-label-text-font: Segoe UI, Arial, sans-serif;--mat-button-text-label-text-size: 14px;--mat-button-text-label-text-tracking: .0892857143em;--mat-button-text-label-text-transform: none;--mat-button-text-label-text-weight: 500;--mat-button-tonal-label-text-font: Segoe UI, Arial, sans-serif;--mat-button-tonal-label-text-size: 14px;--mat-button-tonal-label-text-tracking: .0892857143em;--mat-button-tonal-label-text-transform: none;--mat-button-tonal-label-text-weight: 500}html{--mat-fab-extended-label-text-font: Segoe UI, Arial, sans-serif;--mat-fab-extended-label-text-size: 14px;--mat-fab-extended-label-text-tracking: .0892857143em;--mat-fab-extended-label-text-weight: 500}html{--mat-snack-bar-supporting-text-font: Segoe UI, Arial, sans-serif;--mat-snack-bar-supporting-text-line-height: 20px;--mat-snack-bar-supporting-text-size: 14px;--mat-snack-bar-supporting-text-weight: 400}html{--mat-table-header-headline-font: Segoe UI, Arial, 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: Segoe UI, Arial, 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: Segoe UI, Arial, 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}.mat-elevation-z0,.mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:var(--mat-app-elevation-shadow-level-0, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow)}.mat-elevation-z1,.mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:var(--mat-app-elevation-shadow-level-1, 0px 2px 1px -1px --mat-sys-shadow, 0px 1px 1px 0px --mat-sys-shadow, 0px 1px 3px 0px --mat-sys-shadow)}.mat-elevation-z2,.mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:var(--mat-app-elevation-shadow-level-2, 0px 3px 1px -2px --mat-sys-shadow, 0px 2px 2px 0px --mat-sys-shadow, 0px 1px 5px 0px --mat-sys-shadow)}.mat-elevation-z3,.mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:var(--mat-app-elevation-shadow-level-3, 0px 3px 3px -2px --mat-sys-shadow, 0px 3px 4px 0px --mat-sys-shadow, 0px 1px 8px 0px --mat-sys-shadow)}.mat-elevation-z4,.mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:var(--mat-app-elevation-shadow-level-4, 0px 2px 4px -1px --mat-sys-shadow, 0px 4px 5px 0px --mat-sys-shadow, 0px 1px 10px 0px --mat-sys-shadow)}.mat-elevation-z5,.mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:var(--mat-app-elevation-shadow-level-5, 0px 3px 5px -1px --mat-sys-shadow, 0px 5px 8px 0px --mat-sys-shadow, 0px 1px 14px 0px --mat-sys-shadow)}.mat-elevation-z6,.mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:var(--mat-app-elevation-shadow-level-6, 0px 3px 5px -1px --mat-sys-shadow, 0px 6px 10px 0px --mat-sys-shadow, 0px 1px 18px 0px --mat-sys-shadow)}.mat-elevation-z7,.mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:var(--mat-app-elevation-shadow-level-7, 0px 4px 5px -2px --mat-sys-shadow, 0px 7px 10px 1px --mat-sys-shadow, 0px 2px 16px 1px --mat-sys-shadow)}.mat-elevation-z8,.mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:var(--mat-app-elevation-shadow-level-8, 0px 5px 5px -3px --mat-sys-shadow, 0px 8px 10px 1px --mat-sys-shadow, 0px 3px 14px 2px --mat-sys-shadow)}.mat-elevation-z9,.mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:var(--mat-app-elevation-shadow-level-9, 0px 5px 6px -3px --mat-sys-shadow, 0px 9px 12px 1px --mat-sys-shadow, 0px 3px 16px 2px --mat-sys-shadow)}.mat-elevation-z10,.mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:var(--mat-app-elevation-shadow-level-10, 0px 6px 6px -3px --mat-sys-shadow, 0px 10px 14px 1px --mat-sys-shadow, 0px 4px 18px 3px --mat-sys-shadow)}.mat-elevation-z11,.mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:var(--mat-app-elevation-shadow-level-11, 0px 6px 7px -4px --mat-sys-shadow, 0px 11px 15px 1px --mat-sys-shadow, 0px 4px 20px 3px --mat-sys-shadow)}.mat-elevation-z12,.mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:var(--mat-app-elevation-shadow-level-12, 0px 7px 8px -4px --mat-sys-shadow, 0px 12px 17px 2px --mat-sys-shadow, 0px 5px 22px 4px --mat-sys-shadow)}.mat-elevation-z13,.mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:var(--mat-app-elevation-shadow-level-13, 0px 7px 8px -4px --mat-sys-shadow, 0px 13px 19px 2px --mat-sys-shadow, 0px 5px 24px 4px --mat-sys-shadow)}.mat-elevation-z14,.mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:var(--mat-app-elevation-shadow-level-14, 0px 7px 9px -4px --mat-sys-shadow, 0px 14px 21px 2px --mat-sys-shadow, 0px 5px 26px 4px --mat-sys-shadow)}.mat-elevation-z15,.mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:var(--mat-app-elevation-shadow-level-15, 0px 8px 9px -5px --mat-sys-shadow, 0px 15px 22px 2px --mat-sys-shadow, 0px 6px 28px 5px --mat-sys-shadow)}.mat-elevation-z16,.mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:var(--mat-app-elevation-shadow-level-16, 0px 8px 10px -5px --mat-sys-shadow, 0px 16px 24px 2px --mat-sys-shadow, 0px 6px 30px 5px --mat-sys-shadow)}.mat-elevation-z17,.mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:var(--mat-app-elevation-shadow-level-17, 0px 8px 11px -5px --mat-sys-shadow, 0px 17px 26px 2px --mat-sys-shadow, 0px 6px 32px 5px --mat-sys-shadow)}.mat-elevation-z18,.mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:var(--mat-app-elevation-shadow-level-18, 0px 9px 11px -5px --mat-sys-shadow, 0px 18px 28px 2px --mat-sys-shadow, 0px 7px 34px 6px --mat-sys-shadow)}.mat-elevation-z19,.mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:var(--mat-app-elevation-shadow-level-19, 0px 9px 12px -6px --mat-sys-shadow, 0px 19px 29px 2px --mat-sys-shadow, 0px 7px 36px 6px --mat-sys-shadow)}.mat-elevation-z20,.mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:var(--mat-app-elevation-shadow-level-20, 0px 10px 13px -6px --mat-sys-shadow, 0px 20px 31px 3px --mat-sys-shadow, 0px 8px 38px 7px --mat-sys-shadow)}.mat-elevation-z21,.mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:var(--mat-app-elevation-shadow-level-21, 0px 10px 13px -6px --mat-sys-shadow, 0px 21px 33px 3px --mat-sys-shadow, 0px 8px 40px 7px --mat-sys-shadow)}.mat-elevation-z22,.mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:var(--mat-app-elevation-shadow-level-22, 0px 10px 14px -6px --mat-sys-shadow, 0px 22px 35px 3px --mat-sys-shadow, 0px 8px 42px 7px --mat-sys-shadow)}.mat-elevation-z23,.mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:var(--mat-app-elevation-shadow-level-23, 0px 11px 14px -7px --mat-sys-shadow, 0px 23px 36px 3px --mat-sys-shadow, 0px 9px 44px 8px --mat-sys-shadow)}.mat-elevation-z24,.mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:var(--mat-app-elevation-shadow-level-24, 0px 11px 15px -7px --mat-sys-shadow, 0px 24px 38px 3px --mat-sys-shadow, 0px 9px 46px 8px --mat-sys-shadow)}html{--mat-sys-on-surface: initial}.mat-app-background{background-color:var(--mat-app-background-color, var(--mat-sys-background, transparent));color:var(--mat-app-text-color, var(--mat-sys-on-background, inherit))}html{--mat-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{--mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}html{--mat-option-selected-state-label-text-color: #094fa3;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}.mat-accent,.mat-warn{--mat-option-selected-state-label-text-color: #ed1c24;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}html{--mat-optgroup-label-text-color: rgba(0, 0, 0, .87)}html{--mat-pseudo-checkbox-full-selected-icon-color: #ed1c24;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #ed1c24;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.mat-primary{--mat-pseudo-checkbox-full-selected-icon-color: #094fa3;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #094fa3;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.mat-accent,.mat-warn{--mat-pseudo-checkbox-full-selected-icon-color: #ed1c24;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #ed1c24;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}html{--mat-card-elevated-container-shape: 4px;--mat-card-outlined-container-shape: 4px;--mat-card-filled-container-shape: 4px;--mat-card-outlined-outline-width: 1px}html{--mat-card-elevated-container-color: white;--mat-card-elevated-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-card-outlined-container-color: white;--mat-card-outlined-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);--mat-card-outlined-outline-color: rgba(0, 0, 0, .12);--mat-card-subtitle-text-color: rgba(0, 0, 0, .54);--mat-card-filled-container-color: white;--mat-card-filled-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-progress-bar-active-indicator-height: 4px;--mat-progress-bar-track-height: 4px;--mat-progress-bar-track-shape: 0}.mat-mdc-progress-bar{--mat-progress-bar-active-indicator-color: #094fa3;--mat-progress-bar-track-color: rgba(9, 79, 163, .25)}.mat-mdc-progress-bar.mat-accent,.mat-mdc-progress-bar.mat-warn{--mat-progress-bar-active-indicator-color: #ed1c24;--mat-progress-bar-track-color: rgba(237, 28, 36, .25)}html{--mat-tooltip-container-shape: 4px;--mat-tooltip-supporting-text-line-height: 16px}html{--mat-tooltip-container-color: #424242;--mat-tooltip-supporting-text-color: white}html{--mat-form-field-filled-active-indicator-height: 1px;--mat-form-field-filled-focus-active-indicator-height: 2px;--mat-form-field-filled-container-shape: 4px;--mat-form-field-outlined-outline-width: 1px;--mat-form-field-outlined-focus-outline-width: 2px;--mat-form-field-outlined-container-shape: 4px}html{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #094fa3 87%, transparent);--mat-form-field-filled-caret-color: #094fa3;--mat-form-field-filled-focus-active-indicator-color: #094fa3;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #094fa3 87%, transparent);--mat-form-field-outlined-caret-color: #094fa3;--mat-form-field-outlined-focus-outline-color: #094fa3;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #094fa3 87%, transparent);--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-state-layer-color: rgba(0, 0, 0, .87);--mat-form-field-error-text-color: #ed1c24;--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: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .12;--mat-form-field-filled-container-color: #f6f6f6;--mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-form-field-filled-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-filled-input-text-color: rgba(0, 0, 0, .87);--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, .54);--mat-form-field-filled-error-hover-label-text-color: #ed1c24;--mat-form-field-filled-error-focus-label-text-color: #ed1c24;--mat-form-field-filled-error-label-text-color: #ed1c24;--mat-form-field-filled-error-caret-color: #ed1c24;--mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, .54);--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, .87);--mat-form-field-filled-error-active-indicator-color: #ed1c24;--mat-form-field-filled-error-focus-active-indicator-color: #ed1c24;--mat-form-field-filled-error-hover-active-indicator-color: #ed1c24;--mat-form-field-outlined-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-outlined-input-text-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, .54);--mat-form-field-outlined-error-caret-color: #ed1c24;--mat-form-field-outlined-error-focus-label-text-color: #ed1c24;--mat-form-field-outlined-error-label-text-color: #ed1c24;--mat-form-field-outlined-error-hover-label-text-color: #ed1c24;--mat-form-field-outlined-outline-color: rgba(0, 0, 0, .38);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-error-focus-outline-color: #ed1c24;--mat-form-field-outlined-error-hover-outline-color: #ed1c24;--mat-form-field-outlined-error-outline-color: #ed1c24}.mat-mdc-form-field.mat-accent,.mat-mdc-form-field.mat-warn{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #ed1c24 87%, transparent);--mat-form-field-filled-caret-color: #ed1c24;--mat-form-field-filled-focus-active-indicator-color: #ed1c24;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #ed1c24 87%, transparent);--mat-form-field-outlined-caret-color: #ed1c24;--mat-form-field-outlined-focus-outline-color: #ed1c24;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #ed1c24 87%, transparent)}html{--mat-form-field-container-height: 56px;--mat-form-field-filled-label-display: block;--mat-form-field-container-vertical-padding: 16px;--mat-form-field-filled-with-label-container-padding-top: 24px;--mat-form-field-filled-with-label-container-padding-bottom: 8px}html{--mat-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: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #094fa3;--mat-select-invalid-arrow-color: #ed1c24}.mat-mdc-form-field.mat-accent,.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: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #ed1c24;--mat-select-invalid-arrow-color: #ed1c24}html{--mat-select-arrow-transform: translateY(-8px)}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{--mat-dialog-container-shape: 4px;--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{--mat-dialog-container-color: white;--mat-dialog-subhead-color: rgba(0, 0, 0, .87);--mat-dialog-supporting-text-color: rgba(0, 0, 0, .54)}.mat-mdc-standard-chip{--mat-chip-container-shape-radius: 16px;--mat-chip-disabled-container-opacity: .4;--mat-chip-disabled-outline-color: transparent;--mat-chip-flat-selected-outline-width: 0;--mat-chip-focus-outline-color: transparent;--mat-chip-hover-state-layer-opacity: .04;--mat-chip-outline-color: transparent;--mat-chip-outline-width: 0;--mat-chip-selected-hover-state-layer-opacity: .04;--mat-chip-selected-trailing-action-state-layer-color: transparent;--mat-chip-trailing-action-focus-opacity: 1;--mat-chip-trailing-action-focus-state-layer-opacity: 0;--mat-chip-trailing-action-hover-state-layer-opacity: 0;--mat-chip-trailing-action-opacity: .54;--mat-chip-trailing-action-state-layer-color: transparent;--mat-chip-with-avatar-avatar-shape-radius: 14px;--mat-chip-with-avatar-avatar-size: 28px;--mat-chip-with-avatar-disabled-avatar-opacity: 1;--mat-chip-with-icon-disabled-icon-opacity: 1;--mat-chip-with-icon-icon-size: 18px;--mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1}.mat-mdc-standard-chip{--mat-chip-disabled-label-text-color: rgba(0, 0, 0, .87);--mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: rgba(0, 0, 0, .87);--mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: rgba(0, 0, 0, .87);--mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-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-disabled-label-text-color: white;--mat-chip-elevated-container-color: #094fa3;--mat-chip-elevated-disabled-container-color: #094fa3;--mat-chip-elevated-selected-container-color: #094fa3;--mat-chip-flat-disabled-selected-container-color: #094fa3;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #ed1c24;--mat-chip-elevated-disabled-container-color: #ed1c24;--mat-chip-elevated-selected-container-color: #ed1c24;--mat-chip-flat-disabled-selected-container-color: #ed1c24;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-chip.mat-mdc-standard-chip{--mat-chip-container-height: 32px}html{--mat-slide-toggle-disabled-handle-opacity: .38;--mat-slide-toggle-disabled-selected-handle-opacity: .38;--mat-slide-toggle-disabled-selected-icon-opacity: .38;--mat-slide-toggle-disabled-track-opacity: .12;--mat-slide-toggle-disabled-unselected-handle-opacity: .38;--mat-slide-toggle-disabled-unselected-icon-opacity: .38;--mat-slide-toggle-disabled-unselected-track-outline-width: 1px;--mat-slide-toggle-handle-height: 20px;--mat-slide-toggle-handle-shape: 10px;--mat-slide-toggle-handle-width: 20px;--mat-slide-toggle-hidden-track-opacity: 1;--mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(.4, 0, .6, 1);--mat-slide-toggle-pressed-handle-size: 20px;--mat-slide-toggle-selected-focus-state-layer-opacity: .12;--mat-slide-toggle-selected-handle-horizontal-margin: 0;--mat-slide-toggle-selected-handle-size: 20px;--mat-slide-toggle-selected-hover-state-layer-opacity: .04;--mat-slide-toggle-selected-icon-size: 18px;--mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;--mat-slide-toggle-selected-pressed-state-layer-opacity: .12;--mat-slide-toggle-selected-track-outline-width: 1px;--mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;--mat-slide-toggle-track-height: 14px;--mat-slide-toggle-track-outline-width: 1px;--mat-slide-toggle-track-shape: 7px;--mat-slide-toggle-track-width: 36px;--mat-slide-toggle-unselected-focus-state-layer-opacity: .12;--mat-slide-toggle-unselected-handle-horizontal-margin: 0;--mat-slide-toggle-unselected-handle-size: 20px;--mat-slide-toggle-unselected-hover-state-layer-opacity: .12;--mat-slide-toggle-unselected-icon-size: 18px;--mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;--mat-slide-toggle-unselected-pressed-state-layer-opacity: .1;--mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;--mat-slide-toggle-visible-track-opacity: 1;--mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, .2, 1);--mat-slide-toggle-with-icon-handle-size: 20px;--mat-slide-toggle-touch-target-size: 48px}html{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #094fa3;--mat-slide-toggle-selected-handle-color: #094fa3;--mat-slide-toggle-selected-hover-state-layer-color: #094fa3;--mat-slide-toggle-selected-pressed-state-layer-color: #094fa3;--mat-slide-toggle-selected-focus-handle-color: #094fa3;--mat-slide-toggle-selected-hover-handle-color: #094fa3;--mat-slide-toggle-selected-pressed-handle-color: #094fa3;--mat-slide-toggle-selected-focus-track-color: #64b5f6;--mat-slide-toggle-selected-hover-track-color: #64b5f6;--mat-slide-toggle-selected-pressed-track-color: #64b5f6;--mat-slide-toggle-selected-track-color: #64b5f6;--mat-slide-toggle-disabled-unselected-track-outline-color: transparent;--mat-slide-toggle-selected-track-outline-color: transparent;--mat-slide-toggle-track-outline-color: transparent;--mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-slide-toggle-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);--mat-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;--mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, .87);--mat-slide-toggle-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);--mat-slide-toggle-handle-surface-color: white;--mat-slide-toggle-label-text-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-hover-handle-color: #424242;--mat-slide-toggle-unselected-focus-handle-color: #424242;--mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-icon-color: #f6f6f6;--mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, .54);--mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-pressed-handle-color: #424242;--mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, .12)}.mat-mdc-slide-toggle.mat-accent,.mat-mdc-slide-toggle.mat-warn{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #ed1c24;--mat-slide-toggle-selected-handle-color: #ed1c24;--mat-slide-toggle-selected-hover-state-layer-color: #ed1c24;--mat-slide-toggle-selected-pressed-state-layer-color: #ed1c24;--mat-slide-toggle-selected-focus-handle-color: #ed1c24;--mat-slide-toggle-selected-hover-handle-color: #ed1c24;--mat-slide-toggle-selected-pressed-handle-color: #ed1c24;--mat-slide-toggle-selected-focus-track-color: #e57373;--mat-slide-toggle-selected-hover-track-color: #e57373;--mat-slide-toggle-selected-pressed-track-color: #e57373;--mat-slide-toggle-selected-track-color: #e57373}html{--mat-slide-toggle-state-layer-size: 40px;--mat-slide-toggle-touch-target-display: block}html{--mat-radio-disabled-selected-icon-opacity: .38;--mat-radio-disabled-unselected-icon-opacity: .38;--mat-radio-state-layer-size: 40px;--mat-radio-touch-target-size: 48px}.mat-mdc-radio-button.mat-primary{--mat-radio-checked-ripple-color: #094fa3;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #094fa3;--mat-radio-selected-hover-icon-color: #094fa3;--mat-radio-selected-icon-color: #094fa3;--mat-radio-selected-pressed-icon-color: #094fa3;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.mat-mdc-radio-button.mat-accent,.mat-mdc-radio-button.mat-warn{--mat-radio-checked-ripple-color: #ed1c24;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #ed1c24;--mat-radio-selected-hover-icon-color: #ed1c24;--mat-radio-selected-icon-color: #ed1c24;--mat-radio-selected-pressed-icon-color: #ed1c24;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}html{--mat-radio-state-layer-size: 40px;--mat-radio-touch-target-display: block}html{--mat-slider-active-track-height: 6px;--mat-slider-active-track-shape: 9999px;--mat-slider-handle-height: 20px;--mat-slider-handle-shape: 50%;--mat-slider-handle-width: 20px;--mat-slider-inactive-track-height: 4px;--mat-slider-inactive-track-shape: 9999px;--mat-slider-value-indicator-border-radius: 4px;--mat-slider-value-indicator-caret-display: block;--mat-slider-value-indicator-container-transform: translateX(-50%);--mat-slider-value-indicator-height: 32px;--mat-slider-value-indicator-padding: 0 12px;--mat-slider-value-indicator-text-transform: none;--mat-slider-value-indicator-width: auto;--mat-slider-with-overlap-handle-outline-width: 1px;--mat-slider-with-tick-marks-active-container-opacity: .6;--mat-slider-with-tick-marks-container-shape: 50%;--mat-slider-with-tick-marks-container-size: 2px;--mat-slider-with-tick-marks-inactive-container-opacity: .6;--mat-slider-value-indicator-transform-origin: bottom}html{--mat-slider-active-track-color: #094fa3;--mat-slider-focus-handle-color: #094fa3;--mat-slider-handle-color: #094fa3;--mat-slider-hover-handle-color: #094fa3;--mat-slider-focus-state-layer-color: color-mix(in srgb, #094fa3 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #094fa3 4%, transparent);--mat-slider-inactive-track-color: #094fa3;--mat-slider-ripple-color: #094fa3;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #094fa3;--mat-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);--mat-slider-disabled-active-track-color: rgba(0, 0, 0, .87);--mat-slider-disabled-handle-color: rgba(0, 0, 0, .87);--mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, .87);--mat-slider-label-container-color: #424242;--mat-slider-label-label-text-color: white;--mat-slider-value-indicator-opacity: 1;--mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, .87);--mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, .87)}.mat-accent,.mat-warn{--mat-slider-active-track-color: #ed1c24;--mat-slider-focus-handle-color: #ed1c24;--mat-slider-handle-color: #ed1c24;--mat-slider-hover-handle-color: #ed1c24;--mat-slider-focus-state-layer-color: color-mix(in srgb, #ed1c24 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #ed1c24 4%, transparent);--mat-slider-inactive-track-color: #ed1c24;--mat-slider-ripple-color: #ed1c24;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #ed1c24}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: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-menu-container-color: white;--mat-menu-divider-color: rgba(0, 0, 0, .12)}html{--mat-list-active-indicator-shape: 4px;--mat-list-list-item-container-shape: 0;--mat-list-list-item-leading-avatar-shape: 50%;--mat-list-list-item-leading-icon-size: 24px;--mat-list-list-item-leading-avatar-size: 40px;--mat-list-list-item-trailing-icon-size: 24px;--mat-list-list-item-disabled-state-layer-opacity: 0;--mat-list-list-item-disabled-label-text-opacity: .38;--mat-list-list-item-disabled-leading-icon-opacity: .38;--mat-list-list-item-disabled-trailing-icon-opacity: .38}html{--mat-list-active-indicator-color: transparent;--mat-list-list-item-container-color: transparent;--mat-list-list-item-selected-container-color: transparent;--mat-list-list-item-leading-avatar-color: transparent;--mat-list-list-item-disabled-state-layer-color: transparent;--mat-list-list-item-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-supporting-text-color: rgba(0, 0, 0, .54);--mat-list-list-item-leading-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, .54);--mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, .87);--mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-state-layer-opacity: .04;--mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-list-list-item-focus-state-layer-opacity: .12}.mdc-list-item__start,.mdc-list-item__end{--mat-radio-checked-ripple-color: #094fa3;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #094fa3;--mat-radio-selected-hover-icon-color: #094fa3;--mat-radio-selected-icon-color: #094fa3;--mat-radio-selected-pressed-icon-color: #094fa3;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end,.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mat-radio-checked-ripple-color: #ed1c24;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #ed1c24;--mat-radio-selected-hover-icon-color: #ed1c24;--mat-radio-selected-icon-color: #ed1c24;--mat-radio-selected-pressed-icon-color: #ed1c24;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.mat-mdc-list-option{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #094fa3;--mat-checkbox-selected-hover-icon-color: #094fa3;--mat-checkbox-selected-icon-color: #094fa3;--mat-checkbox-selected-pressed-icon-color: #094fa3;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #094fa3;--mat-checkbox-selected-hover-state-layer-color: #094fa3;--mat-checkbox-selected-pressed-state-layer-color: #094fa3;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-list-option.mat-accent,.mat-mdc-list-option.mat-warn{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #ed1c24;--mat-checkbox-selected-hover-icon-color: #ed1c24;--mat-checkbox-selected-icon-color: #ed1c24;--mat-checkbox-selected-pressed-icon-color: #ed1c24;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #ed1c24;--mat-checkbox-selected-hover-state-layer-color: #ed1c24;--mat-checkbox-selected-pressed-state-layer-color: #ed1c24;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#094fa3}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}html{--mat-list-list-item-leading-icon-start-space: 16px;--mat-list-list-item-leading-icon-end-space: 32px;--mat-list-list-item-one-line-container-height: 48px;--mat-list-list-item-two-line-container-height: 64px;--mat-list-list-item-three-line-container-height: 88px}.mdc-list-item__start,.mdc-list-item__end{--mat-radio-state-layer-size: 40px;--mat-radio-touch-target-display: block}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}html{--mat-paginator-page-size-select-width: 84px;--mat-paginator-page-size-select-touch-target-height: 48px}html{--mat-paginator-container-text-color: rgba(0, 0, 0, .87);--mat-paginator-container-background-color: white;--mat-paginator-enabled-icon-color: rgba(0, 0, 0, .54);--mat-paginator-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}html{--mat-paginator-container-size: 56px;--mat-paginator-form-field-container-height: 40px;--mat-paginator-form-field-container-vertical-padding: 8px;--mat-paginator-touch-target-display: block}html{--mat-tab-container-height: 48px;--mat-tab-divider-color: transparent;--mat-tab-divider-height: 0;--mat-tab-active-indicator-height: 2px;--mat-tab-active-indicator-shape: 0}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #094fa3;--mat-tab-active-ripple-color: #094fa3;--mat-tab-inactive-ripple-color: #094fa3;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #094fa3;--mat-tab-active-hover-label-text-color: #094fa3;--mat-tab-active-focus-indicator-color: #094fa3;--mat-tab-active-hover-indicator-color: #094fa3;--mat-tab-active-indicator-color: #094fa3}.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent,.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #ed1c24;--mat-tab-active-ripple-color: #ed1c24;--mat-tab-inactive-ripple-color: #ed1c24;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #ed1c24;--mat-tab-active-hover-label-text-color: #ed1c24;--mat-tab-active-focus-indicator-color: #ed1c24;--mat-tab-active-hover-indicator-color: #ed1c24;--mat-tab-active-indicator-color: #ed1c24}.mat-mdc-tab-group.mat-background-primary,.mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-background-color: #094fa3;--mat-tab-foreground-color: white}.mat-mdc-tab-group.mat-background-accent,.mat-mdc-tab-nav-bar.mat-background-accent,.mat-mdc-tab-group.mat-background-warn,.mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-background-color: #ed1c24;--mat-tab-foreground-color: white}.mat-mdc-tab-header{--mat-tab-container-height: 48px}html{--mat-checkbox-disabled-selected-checkmark-color: white;--mat-checkbox-selected-focus-state-layer-opacity: .12;--mat-checkbox-selected-hover-state-layer-opacity: .04;--mat-checkbox-selected-pressed-state-layer-opacity: .12;--mat-checkbox-unselected-focus-state-layer-opacity: .12;--mat-checkbox-unselected-hover-state-layer-opacity: .04;--mat-checkbox-unselected-pressed-state-layer-opacity: .12;--mat-checkbox-touch-target-size: 48px}html{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #ed1c24;--mat-checkbox-selected-hover-icon-color: #ed1c24;--mat-checkbox-selected-icon-color: #ed1c24;--mat-checkbox-selected-pressed-icon-color: #ed1c24;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #ed1c24;--mat-checkbox-selected-hover-state-layer-color: #ed1c24;--mat-checkbox-selected-pressed-state-layer-color: #ed1c24;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-checkbox.mat-primary{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #094fa3;--mat-checkbox-selected-hover-icon-color: #094fa3;--mat-checkbox-selected-icon-color: #094fa3;--mat-checkbox-selected-pressed-icon-color: #094fa3;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #094fa3;--mat-checkbox-selected-hover-state-layer-color: #094fa3;--mat-checkbox-selected-pressed-state-layer-color: #094fa3;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-checkbox.mat-warn{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #ed1c24;--mat-checkbox-selected-hover-icon-color: #ed1c24;--mat-checkbox-selected-icon-color: #ed1c24;--mat-checkbox-selected-pressed-icon-color: #ed1c24;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #ed1c24;--mat-checkbox-selected-hover-state-layer-color: #ed1c24;--mat-checkbox-selected-pressed-state-layer-color: #ed1c24;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}html{--mat-checkbox-touch-target-display: block;--mat-checkbox-state-layer-size: 40px}html{--mat-button-filled-container-shape: 4px;--mat-button-filled-horizontal-padding: 16px;--mat-button-filled-icon-offset: -4px;--mat-button-filled-icon-spacing: 8px;--mat-button-filled-touch-target-size: 48px;--mat-button-outlined-container-shape: 4px;--mat-button-outlined-horizontal-padding: 15px;--mat-button-outlined-icon-offset: -4px;--mat-button-outlined-icon-spacing: 8px;--mat-button-outlined-keep-touch-target: false;--mat-button-outlined-outline-width: 1px;--mat-button-outlined-touch-target-size: 48px;--mat-button-protected-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-button-protected-container-shape: 4px;--mat-button-protected-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-button-protected-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);--mat-button-protected-horizontal-padding: 16px;--mat-button-protected-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);--mat-button-protected-icon-offset: -4px;--mat-button-protected-icon-spacing: 8px;--mat-button-protected-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-button-protected-touch-target-size: 48px;--mat-button-text-container-shape: 4px;--mat-button-text-horizontal-padding: 8px;--mat-button-text-icon-offset: 0;--mat-button-text-icon-spacing: 8px;--mat-button-text-with-icon-horizontal-padding: 8px;--mat-button-text-touch-target-size: 48px;--mat-button-tonal-container-shape: 4px;--mat-button-tonal-horizontal-padding: 16px;--mat-button-tonal-icon-offset: -4px;--mat-button-tonal-icon-spacing: 8px;--mat-button-tonal-touch-target-size: 48px}html{--mat-button-filled-container-color: white;--mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .04;--mat-button-filled-label-text-color: rgba(0, 0, 0, .87);--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-filled-state-layer-color: rgba(0, 0, 0, .87);--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .04;--mat-button-outlined-label-text-color: rgba(0, 0, 0, .87);--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-outlined-state-layer-color: rgba(0, 0, 0, .87);--mat-button-protected-container-color: white;--mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-state-layer-opacity: .04;--mat-button-protected-label-text-color: rgba(0, 0, 0, .87);--mat-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-protected-state-layer-color: rgba(0, 0, 0, .87);--mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .04;--mat-button-text-label-text-color: rgba(0, 0, 0, .87);--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-text-state-layer-color: rgba(0, 0, 0, .87);--mat-button-tonal-container-color: white;--mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .04;--mat-button-tonal-label-text-color: rgba(0, 0, 0, .87);--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-tonal-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-button.mat-primary,.mat-mdc-unelevated-button.mat-primary,.mat-mdc-raised-button.mat-primary,.mat-mdc-outlined-button.mat-primary,.mat-tonal-button.mat-primary{--mat-button-filled-container-color: #094fa3;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #094fa3;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #094fa3 12%, transparent);--mat-button-outlined-state-layer-color: #094fa3;--mat-button-protected-container-color: #094fa3;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #094fa3;--mat-button-text-ripple-color: color-mix(in srgb, #094fa3 12%, transparent);--mat-button-text-state-layer-color: #094fa3;--mat-button-tonal-container-color: #094fa3;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.mat-mdc-button.mat-accent,.mat-mdc-unelevated-button.mat-accent,.mat-mdc-raised-button.mat-accent,.mat-mdc-outlined-button.mat-accent,.mat-tonal-button.mat-accent,.mat-mdc-button.mat-warn,.mat-mdc-unelevated-button.mat-warn,.mat-mdc-raised-button.mat-warn,.mat-mdc-outlined-button.mat-warn,.mat-tonal-button.mat-warn{--mat-button-filled-container-color: #ed1c24;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #ed1c24;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #ed1c24 12%, transparent);--mat-button-outlined-state-layer-color: #ed1c24;--mat-button-protected-container-color: #ed1c24;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #ed1c24;--mat-button-text-ripple-color: color-mix(in srgb, #ed1c24 12%, transparent);--mat-button-text-state-layer-color: #ed1c24;--mat-button-tonal-container-color: #ed1c24;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}html{--mat-button-filled-container-height: 36px;--mat-button-filled-touch-target-display: block;--mat-button-outlined-container-height: 36px;--mat-button-outlined-touch-target-display: block;--mat-button-protected-container-height: 36px;--mat-button-protected-touch-target-display: block;--mat-button-text-container-height: 36px;--mat-button-text-touch-target-display: block;--mat-button-tonal-container-height: 36px;--mat-button-tonal-touch-target-display: block}html{--mat-icon-button-icon-size: 24px;--mat-icon-button-container-shape: 50%;--mat-icon-button-touch-target-size: 48px}html{--mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .04;--mat-icon-button-icon-color: inherit;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-icon-button-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-icon-button.mat-primary{--mat-icon-button-icon-color: #094fa3;--mat-icon-button-state-layer-color: #094fa3;--mat-icon-button-ripple-color: color-mix(in srgb, #094fa3 12%, transparent)}.mat-mdc-icon-button.mat-accent,.mat-mdc-icon-button.mat-warn{--mat-icon-button-icon-color: #ed1c24;--mat-icon-button-state-layer-color: #ed1c24;--mat-icon-button-ripple-color: color-mix(in srgb, #ed1c24 12%, transparent)}html{--mat-icon-button-touch-target-display: block}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 48px;--mat-icon-button-state-layer-size: 48px;width:var(--mat-icon-button-state-layer-size);height:var(--mat-icon-button-state-layer-size);padding:12px}html{--mat-fab-container-shape: 50%;--mat-fab-touch-target-size: 48px;--mat-fab-extended-container-height: 48px;--mat-fab-extended-container-shape: 24px;--mat-fab-small-container-shape: 50%;--mat-fab-small-touch-target-size: 48px}html{--mat-fab-container-color: white;--mat-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);--mat-fab-extended-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);--mat-fab-extended-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);--mat-fab-extended-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);--mat-fab-extended-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);--mat-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);--mat-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);--mat-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);--mat-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);--mat-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);--mat-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);--mat-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);--mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-fab-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-fab-focus-state-layer-opacity: .12;--mat-fab-foreground-color: rgba(0, 0, 0, .87);--mat-fab-hover-state-layer-opacity: .04;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-container-color: white;--mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-foreground-color: rgba(0, 0, 0, .87);--mat-fab-small-hover-state-layer-opacity: .04;--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-state-layer-color: rgba(0, 0, 0, .87);--mat-fab-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-fab.mat-primary,.mat-mdc-mini-fab.mat-primary{--mat-fab-container-color: #094fa3;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #094fa3 12%, transparent);--mat-fab-small-container-color: #094fa3;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}.mat-mdc-fab.mat-accent,.mat-mdc-mini-fab.mat-accent,.mat-mdc-fab.mat-warn,.mat-mdc-mini-fab.mat-warn{--mat-fab-container-color: #ed1c24;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #ed1c24 12%, transparent);--mat-fab-small-container-color: #ed1c24;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}html{--mat-fab-small-touch-target-display: block;--mat-fab-touch-target-display: block}html{--mat-snack-bar-container-shape: 4px}html{--mat-snack-bar-container-color: #424242;--mat-snack-bar-supporting-text-color: white;--mat-snack-bar-button-color: #64b5f6}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{--mat-progress-spinner-active-indicator-width: 4px;--mat-progress-spinner-size: 48px}html{--mat-progress-spinner-active-indicator-color: #094fa3}.mat-accent,.mat-warn{--mat-progress-spinner-active-indicator-color: #ed1c24}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: #094fa3;--mat-badge-text-color: white;--mat-badge-disabled-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-badge-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.mat-badge-accent,.mat-badge-warn{--mat-badge-background-color: #ed1c24;--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-button-toggle-focus-state-layer-opacity: .12;--mat-button-toggle-hover-state-layer-opacity: .04;--mat-button-toggle-legacy-focus-state-layer-opacity: 1;--mat-button-toggle-legacy-height: 36px;--mat-button-toggle-legacy-shape: 2px;--mat-button-toggle-shape: 4px}html{--mat-button-toggle-background-color: white;--mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-disabled-state-background-color: white;--mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-divider-color: rgba(0, 0, 0, .12);--mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-disabled-state-background-color: white;--mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-state-layer-color: rgba(0, 0, 0, .87);--mat-button-toggle-text-color: rgba(0, 0, 0, .87)}html{--mat-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-in-range-state-background-color: color-mix(in srgb, #094fa3 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #ed1c24 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(27.2643896268%, 64.1081593928%, 36.843769766%);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #094fa3;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #094fa3 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #094fa3 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #094fa3 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #094fa3;--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: rgba(0, 0, 0, .87);--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, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--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: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--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-toggle-active.mat-accent,.mat-datepicker-content.mat-warn,.mat-datepicker-toggle-active.mat-warn{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #ed1c24 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #ed1c24 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(27.2643896268%, 64.1081593928%, 36.843769766%);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #ed1c24;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #ed1c24 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #ed1c24 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #ed1c24 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #ed1c24;--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: rgba(0, 0, 0, .87);--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, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--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: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.mat-calendar-controls{--mat-icon-button-touch-target-display: none}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 40px;--mat-icon-button-state-layer-size: 40px;width:var(--mat-icon-button-state-layer-size);height:var(--mat-icon-button-state-layer-size);padding:8px}html{--mat-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-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);--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: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--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: #094fa3}.mat-icon.mat-accent,.mat-icon.mat-warn{--mat-icon-color: #ed1c24}html{--mat-sidenav-container-shape: 0;--mat-sidenav-container-width: auto}html{--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-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-focus-state-layer-shape: 4px;--mat-stepper-header-hover-state-layer-shape: 4px}html{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #094fa3;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #094fa3;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #094fa3;--mat-stepper-header-edit-state-icon-foreground-color: white;--mat-stepper-container-color: white;--mat-stepper-line-color: rgba(0, 0, 0, .12);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--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: #ed1c24;--mat-stepper-header-icon-background-color: rgba(0, 0, 0, .54);--mat-stepper-header-error-state-icon-foreground-color: #ed1c24;--mat-stepper-header-error-state-icon-background-color: transparent}.mat-step-header.mat-accent,.mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #ed1c24;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #ed1c24;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #ed1c24;--mat-stepper-header-edit-state-icon-foreground-color: white}html{--mat-stepper-header-height: 72px}html{--mat-sort-arrow-color: rgba(0, 0, 0, .87)}html{--mat-toolbar-container-background-color: white;--mat-toolbar-container-text-color: rgba(0, 0, 0, .87)}.mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #094fa3;--mat-toolbar-container-text-color: white}.mat-toolbar.mat-accent,.mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #ed1c24;--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}html{--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);--mat-timepicker-container-background-color: white}
