-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.c9ea175d409df91f.css.map
1 lines (1 loc) · 228 KB
/
styles.c9ea175d409df91f.css.map
1
{"version":3,"sources":["./src/styles/0-base/_index.scss","./src/styles/0-base/_typography.scss","./src/styles/main.scss","./src/styles/_constants.scss","./src/styles/_mixins.scss","./src/styles/1-layouts/_index.scss","./src/styles/1-layouts/content-layout/_content-layout.scss","./src/styles/1-layouts/doc-viewer/_doc-viewer.scss","./src/styles/1-layouts/footer/_footer.scss","./src/styles/1-layouts/layout-global/_layout-global.scss","./src/styles/1-layouts/marketing-layout/_marketing-layout.scss","./src/styles/1-layouts/not-found/_not-found.scss","./src/styles/1-layouts/sidenav/_sidenav.scss","./src/styles/1-layouts/top-menu/_top-menu.scss","./src/styles/2-modules/_index.scss","./src/styles/2-modules/alert/_alert.scss","./src/styles/2-modules/api-list/_api-list.scss","./src/styles/2-modules/api-pages/_api-pages.scss","./src/styles/2-modules/api-symbols/_api-symbols.scss","./src/styles/2-modules/buttons/_buttons.scss","./src/styles/2-modules/callout/_callout.scss","./src/styles/2-modules/card/_card.scss","./src/styles/2-modules/cli-pages/_cli-pages.scss","./src/styles/2-modules/code/_code.scss","./src/styles/2-modules/contribute/_contribute.scss","./src/styles/2-modules/cookies-popup/_cookies-popup.scss","./node_modules/@material/theme/_css.scss","./src/styles/2-modules/contributor/_contributor.scss","./src/styles/2-modules/details/_details.scss","./src/styles/2-modules/errors/_errors.scss","./src/styles/2-modules/features/_features.scss","./src/styles/2-modules/filetree/_filetree.scss","./src/styles/2-modules/guides/_guides.scss","./src/styles/2-modules/heading-anchors/_heading-anchors.scss","./src/styles/2-modules/hr/_hr.scss","./src/styles/2-modules/images/_images.scss","./src/styles/2-modules/label/_label.scss","./src/styles/2-modules/notification/_notification.scss","./src/styles/2-modules/progress-bar/_progress-bar.scss","./src/styles/2-modules/presskit/_presskit.scss","./src/styles/2-modules/resources/_resources.scss","./src/styles/2-modules/roadmap/_roadmap.scss","./src/styles/2-modules/search-results/_search-results.scss","./src/styles/2-modules/select-menu/_select-menu.scss","./src/styles/2-modules/skip-links/_skip-links.scss","./src/styles/2-modules/table/_table.scss","./src/styles/2-modules/toc/_toc.scss","./src/styles/_print.scss","./node_modules/@angular/material/core/ripple/_ripple.scss","./node_modules/@angular/cdk/a11y/_index.scss","./node_modules/@angular/cdk/overlay/_index.scss","./node_modules/@angular/cdk/text-field/_index.scss","./node_modules/@angular/material/core/focus-indicators/_private.scss","./node_modules/@angular/material/core/style/_layout-common.scss","./node_modules/@angular/material/core/_core.scss"],"sourcesContent":["/* ==============================\n BASE STYLES\n ============================== */\n\n@forward 'typography';","@use '../constants';\n@use '../mixins';\n\nhtml {\n font-size: 62.5%;\n}\n\nbody {\n font-family: constants.$main-font;\n margin: 0;\n @include mixins.font-size(16);\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\nh1, h2, h3, h4, h5, h6 {\n margin-bottom: 0;\n font-weight: 500;\n}\n\nh1 {\n @include mixins.font-size(40);\n display: inline-block;\n margin: 1.6rem 0;\n\n @media screen and (max-width: 600px) {\n margin-top: 0;\n }\n}\n\nh2 {\n clear: both;\n @include mixins.font-size(32);\n margin-top: 4rem;\n padding-top: 4rem;\n\n @include mixins.marketing-pages($extraSelectors: ('.page-api'), $nestParentSelector: true) {\n border-top: 0;\n margin-top: 2rem;\n padding-top: 0;\n }\n}\n\nh3, h4, h5, h6 {\n clear: both;\n}\n\nh3, h4 {\n margin-top: 3rem;\n}\n\nh5, h6 {\n margin-top: 2rem;\n}\n\nh3 {\n @include mixins.font-size(24);\n}\n\nh4 {\n @include mixins.font-size(20);\n}\n\nh5 {\n @include mixins.font-size(18);\n}\n\nh6 {\n @include mixins.font-size(16);\n}\n\nh2,\nh3,\nh4,\nh5,\nh6 {\n a {\n font-size: inherit;\n }\n\n @media screen and (max-width: 600px) {\n margin: 8px 0;\n }\n}\n\n.mat-tab-body-wrapper h2 {\n margin-top: 0;\n}\n\np,\nol,\nul,\nli,\ninput,\na {\n @include mixins.font-size(16);\n @include mixins.line-height(32);\n font-family: inherit;\n font-weight: 400;\n\n & > em {\n @include mixins.letter-spacing(0.3);\n }\n}\n\np {\n margin: 1em 0;\n}\n\np + ul {\n margin-top: 4px;\n}\n\nol {\n li,\n p {\n margin: 4px 0;\n }\n}\n\nol ol {\n list-style-type: lower-alpha;\n\n ol {\n list-style-type: lower-roman;\n }\n}\n\nli {\n padding-bottom: 8px;\n @include mixins.line-height(24);\n\n p {\n margin: 0;\n }\n\n a {\n line-height: inherit;\n }\n}\n\na {\n text-decoration: none;\n}\n\n.app-toolbar a {\n @include mixins.font-size(16);\n font-weight: 400;\n font-family: constants.$main-font;\n text-transform: uppercase;\n}\n\nstrong {\n font-weight: 500;\n}\n\ntable {\n border-collapse: collapse;\n border-radius: 2px;\n border-spacing: 0;\n margin: 12px 0 32px;\n}\n\ntable tbody th {\n max-width: 100px;\n padding: 13px 32px;\n text-align: left;\n}\n\ntd {\n font-weight: 400;\n padding: 8px 30px;\n\n > p,\n ul {\n &:first-child {\n margin-top: 0;\n }\n &:last-child {\n margin-bottom: 0;\n }\n }\n}\n\nth {\n @include mixins.font-size(16);\n font-weight: 500;\n padding: 13px 32px;\n text-align: left;\n}\n\ncode {\n font-family: constants.$code-font;\n font-size: 90%;\n}\n\n.sidenav-content a {\n &:hover {\n text-decoration: underline;\n }\n}\n\n// The following css rule adds an icon to external links in the docs area, based on the classes that are applied to the\n// `doc-viewer` component when it is displaying docs for the different areas of the documentation.\n// We add the icon to all external links which are identified as absolute links (those that start with `http:` or https:`).\n// For more info see PR #36601.\n@include mixins.docs-pages {\n aio-doc-viewer {\n // The docs-viewer also contain links to GitHub (e.g. the \"edit this page\" icon) identified with\n // the `.github-links` class. We don't want to add the external link icon to these links.\n :not(.github-links) {\n > a {\n &[href^=\"http:\"],\n &[href^=\"https:\"] {\n @include mixins.external-link-with-icon();\n }\n }\n }\n }\n}\n","/* ==============================\n BASE STYLES\n ============================== */\nhtml {\n font-size: 62.5%;\n}\n\nbody {\n font-family: \"Roboto\", \"Helvetica Neue Light\", \"Helvetica Neue\", Helvetica, Arial, \"Lucida Grande\", sans-serif;\n margin: 0;\n font-size: 1.6rem;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\nh1, h2, h3, h4, h5, h6 {\n margin-bottom: 0;\n font-weight: 500;\n}\n\nh1 {\n font-size: 4rem;\n display: inline-block;\n margin: 1.6rem 0;\n}\n@media screen and (max-width: 600px) {\n h1 {\n margin-top: 0;\n }\n}\n\nh2 {\n clear: both;\n font-size: 3.2rem;\n margin-top: 4rem;\n padding-top: 4rem;\n}\n.page-about h2, .page-contribute h2, .page-events h2, .page-features h2, .page-home h2, .page-presskit h2, .page-resources h2, .page-api h2 {\n border-top: 0;\n margin-top: 2rem;\n padding-top: 0;\n}\n\nh3, h4, h5, h6 {\n clear: both;\n}\n\nh3, h4 {\n margin-top: 3rem;\n}\n\nh5, h6 {\n margin-top: 2rem;\n}\n\nh3 {\n font-size: 2.4rem;\n}\n\nh4 {\n font-size: 2rem;\n}\n\nh5 {\n font-size: 1.8rem;\n}\n\nh6 {\n font-size: 1.6rem;\n}\n\nh2 a,\nh3 a,\nh4 a,\nh5 a,\nh6 a {\n font-size: inherit;\n}\n@media screen and (max-width: 600px) {\n h2,\n h3,\n h4,\n h5,\n h6 {\n margin: 8px 0;\n }\n}\n\n.mat-tab-body-wrapper h2 {\n margin-top: 0;\n}\n\np,\nol,\nul,\nli,\ninput,\na {\n font-size: 1.6rem;\n line-height: 3.2rem;\n font-family: inherit;\n font-weight: 400;\n}\np > em,\nol > em,\nul > em,\nli > em,\ninput > em,\na > em {\n letter-spacing: 0.03rem;\n}\n\np {\n margin: 1em 0;\n}\n\np + ul {\n margin-top: 4px;\n}\n\nol li,\nol p {\n margin: 4px 0;\n}\n\nol ol {\n list-style-type: lower-alpha;\n}\nol ol ol {\n list-style-type: lower-roman;\n}\n\nli {\n padding-bottom: 8px;\n line-height: 2.4rem;\n}\nli p {\n margin: 0;\n}\nli a {\n line-height: inherit;\n}\n\na {\n text-decoration: none;\n}\n\n.app-toolbar a {\n font-size: 1.6rem;\n font-weight: 400;\n font-family: \"Roboto\", \"Helvetica Neue Light\", \"Helvetica Neue\", Helvetica, Arial, \"Lucida Grande\", sans-serif;\n text-transform: uppercase;\n}\n\nstrong {\n font-weight: 500;\n}\n\ntable {\n border-collapse: collapse;\n border-radius: 2px;\n border-spacing: 0;\n margin: 12px 0 32px;\n}\n\ntable tbody th {\n max-width: 100px;\n padding: 13px 32px;\n text-align: left;\n}\n\ntd {\n font-weight: 400;\n padding: 8px 30px;\n}\ntd > p:first-child,\ntd ul:first-child {\n margin-top: 0;\n}\ntd > p:last-child,\ntd ul:last-child {\n margin-bottom: 0;\n}\n\nth {\n font-size: 1.6rem;\n font-weight: 500;\n padding: 13px 32px;\n text-align: left;\n}\n\ncode {\n font-family: \"Roboto Mono\", monospace;\n font-size: 90%;\n}\n\n.sidenav-content a:hover {\n text-decoration: underline;\n}\n\n.folder-api aio-doc-viewer :not(.github-links) > a[href^=\"http:\"], .folder-api aio-doc-viewer :not(.github-links) > a[href^=\"https:\"], .folder-cli aio-doc-viewer :not(.github-links) > a[href^=\"http:\"], .folder-cli aio-doc-viewer :not(.github-links) > a[href^=\"https:\"], .folder-docs aio-doc-viewer :not(.github-links) > a[href^=\"http:\"], .folder-docs aio-doc-viewer :not(.github-links) > a[href^=\"https:\"], .folder-errors aio-doc-viewer :not(.github-links) > a[href^=\"http:\"], .folder-errors aio-doc-viewer :not(.github-links) > a[href^=\"https:\"], .folder-extended-diagnostics aio-doc-viewer :not(.github-links) > a[href^=\"http:\"], .folder-extended-diagnostics aio-doc-viewer :not(.github-links) > a[href^=\"https:\"], .folder-guide aio-doc-viewer :not(.github-links) > a[href^=\"http:\"], .folder-guide aio-doc-viewer :not(.github-links) > a[href^=\"https:\"], .folder-start aio-doc-viewer :not(.github-links) > a[href^=\"http:\"], .folder-start aio-doc-viewer :not(.github-links) > a[href^=\"https:\"], .folder-tutorial aio-doc-viewer :not(.github-links) > a[href^=\"http:\"], .folder-tutorial aio-doc-viewer :not(.github-links) > a[href^=\"https:\"] {\n display: inline-flex;\n align-items: center;\n}\n.folder-api aio-doc-viewer :not(.github-links) > a[href^=\"http:\"]::after, .folder-api aio-doc-viewer :not(.github-links) > a[href^=\"https:\"]::after, .folder-cli aio-doc-viewer :not(.github-links) > a[href^=\"http:\"]::after, .folder-cli aio-doc-viewer :not(.github-links) > a[href^=\"https:\"]::after, .folder-docs aio-doc-viewer :not(.github-links) > a[href^=\"http:\"]::after, .folder-docs aio-doc-viewer :not(.github-links) > a[href^=\"https:\"]::after, .folder-errors aio-doc-viewer :not(.github-links) > a[href^=\"http:\"]::after, .folder-errors aio-doc-viewer :not(.github-links) > a[href^=\"https:\"]::after, .folder-extended-diagnostics aio-doc-viewer :not(.github-links) > a[href^=\"http:\"]::after, .folder-extended-diagnostics aio-doc-viewer :not(.github-links) > a[href^=\"https:\"]::after, .folder-guide aio-doc-viewer :not(.github-links) > a[href^=\"http:\"]::after, .folder-guide aio-doc-viewer :not(.github-links) > a[href^=\"https:\"]::after, .folder-start aio-doc-viewer :not(.github-links) > a[href^=\"http:\"]::after, .folder-start aio-doc-viewer :not(.github-links) > a[href^=\"https:\"]::after, .folder-tutorial aio-doc-viewer :not(.github-links) > a[href^=\"http:\"]::after, .folder-tutorial aio-doc-viewer :not(.github-links) > a[href^=\"https:\"]::after {\n content: \"\\e89e\";\n font-family: \"Material Icons\";\n margin-left: 0.3rem;\n float: right;\n display: flex;\n align-items: center;\n}\n\n/* ==============================\n LAYOUT STYLES\n ============================== */\n.sidenav-container {\n width: 100%;\n height: 100vh;\n}\n\n.sidenav-content {\n min-height: 100vh;\n padding: 80px 3rem 2rem;\n max-width: 50em;\n margin: 0 auto;\n}\n@media screen and (max-width: 600px) {\n .sidenav-content {\n min-height: 450px;\n padding: 80px 2rem 1rem;\n }\n}\n@media screen and (max-width: 480px) {\n .sidenav-content {\n padding: 80px 1rem 1rem;\n }\n}\n.page-about .sidenav-content, .page-contribute .sidenav-content, .page-events .sidenav-content, .page-features .sidenav-content, .page-home .sidenav-content, .page-presskit .sidenav-content, .page-resources .sidenav-content, .page-api .sidenav-content, .page-file-not-found .sidenav-content, .page-guide-cheatsheet .sidenav-content {\n max-width: none;\n}\n\n.sidenav-content button {\n min-width: 24px;\n}\n\n@media (max-width: 600px) {\n aio-menu {\n display: none;\n }\n}\n\n.no-animations aio-doc-viewer > * {\n transition: none !important;\n}\n\n.video-container {\n position: relative;\n padding-bottom: 56.25%; /* 16:9 */\n height: 0;\n margin: 20px 0;\n}\n.video-container iframe {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n}\n\nfooter {\n position: relative;\n line-height: 2.4rem;\n flex: 1;\n padding: 48px 25px;\n z-index: 0;\n font-weight: 300;\n}\nfooter aio-footer {\n display: block;\n position: relative;\n z-index: 0;\n overflow: auto;\n}\nfooter aio-footer > * {\n max-width: 50em;\n}\nfooter aio-footer .footer-block {\n margin: 0 0.3rem;\n}\nfooter aio-footer a {\n text-decoration: none;\n z-index: 20;\n position: relative;\n}\nfooter aio-footer a:hover {\n text-decoration: underline;\n}\nfooter aio-footer a:visited {\n text-decoration: none;\n}\nfooter aio-footer a:focus {\n outline: 1px solid rgba(255, 255, 255, 0.8);\n outline-offset: 2px;\n}\nfooter aio-footer .footer-block-heading {\n font-size: 1.6rem;\n text-transform: uppercase;\n font-weight: 400;\n margin: 8px 0 12px;\n}\n@media (max-width: 600px) {\n footer aio-footer .footer-block-heading {\n font-size: 1.4rem;\n }\n}\nfooter aio-footer p {\n text-align: center;\n margin: 10px auto 5px;\n}\n@media (max-width: 480px) {\n footer aio-footer p {\n text-align: left;\n }\n}\nfooter aio-footer div.grid-fluid {\n display: grid;\n grid-template-columns: repeat(4, 1fr);\n gap: 24px;\n margin: 0 auto 40px;\n justify-content: center;\n}\nfooter aio-footer div.grid-fluid ul {\n list-style-position: inside;\n padding: 0;\n margin: 0;\n}\nfooter aio-footer div.grid-fluid ul li {\n list-style-type: none;\n padding: 4px 0;\n text-align: left;\n}\n@media (max-width: 45rem) {\n footer aio-footer div.grid-fluid {\n grid-template-columns: repeat(2, calc(50% - 24px / 2));\n }\n footer aio-footer div.grid-fluid .footer-block {\n margin: 1.5rem 2.4rem 0.8rem 20%;\n }\n}\n@media (max-width: 25rem) {\n footer aio-footer div.grid-fluid .footer-block {\n margin-left: 0.3rem;\n margin-right: 0.3rem;\n }\n}\n@media (max-width: 20rem) {\n footer aio-footer div.grid-fluid {\n grid-template-columns: 1fr;\n }\n}\nfooter::after {\n content: \"\";\n position: absolute;\n z-index: -1;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n background: url(\"/assets/images/logos/angular/angular_whiteTransparent_withMargin.png\") top 0 left 0 repeat, url(\"/assets/images/logos/angular/angular_whiteTransparent_withMargin.png\") top 80px left 160px repeat;\n opacity: 0.05;\n background-size: 320px auto;\n}\n\nhtml, body {\n height: 100%;\n}\n\n.center-layout {\n margin: 0 auto;\n max-width: 62.5em;\n}\n\n.center-layout-wide {\n margin: 0 auto;\n max-width: 84em;\n}\n\n.github-links + .content h1 {\n max-width: 90%;\n}\n\n.clear {\n clear: both;\n}\n\n.l-flex-wrap {\n display: flex;\n flex-wrap: wrap;\n}\n\n.flex-center {\n display: flex;\n justify-content: center;\n}\n\n.center {\n text-align: center;\n}\n\n.visually-hidden {\n position: absolute !important;\n top: -9999px !important;\n left: -9999px !important;\n}\n\n.hero {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n position: absolute;\n width: 100%;\n min-height: 480px;\n height: 80vh;\n max-height: 560px;\n box-sizing: border-box;\n padding: 48px 48px 32px 48px;\n overflow: hidden;\n transform: skewY(8deg);\n transform-origin: 100%;\n}\n@media (max-width: 600px) {\n .hero {\n max-height: 486px;\n padding-top: 40px;\n transform: none;\n }\n}\n.hero .hero-title {\n display: inline-block;\n font-size: 2.8rem;\n font-weight: 400;\n line-height: 4.8rem;\n margin: 0 8px 0 0;\n text-transform: uppercase;\n}\n.hero .hero-title.is-standard-case {\n text-transform: none;\n}\n\nsection#intro {\n display: flex;\n align-items: center;\n position: relative;\n max-width: 900px;\n width: 100%;\n height: 480px;\n margin: 0 auto;\n padding: 48px 0 0;\n}\nsection#intro .hero-logo {\n background-image: url(/assets/images/logos/angular/angular.svg);\n}\n@media (max-width: 65rem) {\n section#intro {\n flex-direction: column;\n justify-content: center;\n padding: 40px 0 32px;\n }\n section#intro button {\n margin: 0;\n height: 60px;\n }\n}\nsection#intro .homepage-container {\n width: 50%;\n max-width: 1040px;\n margin: 0 auto;\n margin-top: -7%;\n padding-top: 0;\n padding-bottom: 0;\n}\n@media (max-width: 65rem) {\n section#intro .homepage-container {\n display: flex;\n flex-direction: column;\n align-items: center;\n width: 100%;\n max-width: 100%;\n padding: 0;\n }\n}\nsection#intro .hero-headline {\n font-size: 4rem;\n line-height: 6.4rem;\n font-weight: 500;\n margin: 32px 0;\n color: inherit;\n}\nsection#intro .hero-headline:after {\n display: none;\n}\n@media (max-width: 65rem) {\n section#intro .hero-headline {\n text-align: center;\n }\n}\n@media (max-width: 575px) {\n section#intro .hero-headline {\n font-size: 3.2rem;\n line-height: 5rem;\n }\n}\nsection#intro .hero-logo {\n display: flex;\n width: 50%;\n min-width: 250px;\n height: 400px;\n background-size: contain;\n background-position: center;\n background-repeat: no-repeat;\n margin-bottom: 8px;\n}\n\n.announcement-bar {\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n justify-content: space-around;\n align-items: center;\n max-width: 50vw;\n margin: 0 auto;\n padding: 16px;\n border-radius: 4px;\n box-shadow: 0 2px 2px rgba(10, 16, 20, 0.24), 0 0 2px rgba(10, 16, 20, 0.12);\n box-sizing: border-box;\n transition: all 0.3s ease-in;\n}\n@media (max-width: 991px) {\n .announcement-bar {\n flex-direction: column;\n text-align: center;\n padding: 32px 16px;\n }\n}\n@media (max-width: 768px) {\n .announcement-bar {\n width: 100%;\n max-width: none;\n }\n}\n.announcement-bar > * {\n margin: 8px;\n}\n.announcement-bar .button {\n display: flex;\n justify-content: center;\n align-items: center;\n height: 40px;\n min-width: 160px;\n font-size: 1.6rem;\n border-radius: 48px;\n box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);\n box-sizing: border-box;\n cursor: pointer;\n}\n.announcement-bar .material-icons {\n display: none;\n right: 0;\n position: static;\n transition: all 0.3s ease-in;\n font-size: 1.6rem;\n}\n.announcement-bar p {\n font-size: 1.6rem;\n margin: 8px;\n text-align: center;\n}\n\n.home-row .card {\n width: 70%;\n border-radius: 4px;\n box-shadow: 0 2px 2px rgba(10, 16, 20, 0.24), 0 0 2px rgba(10, 16, 20, 0.12);\n box-sizing: border-box;\n transition: box-shadow 0.5s;\n display: flex;\n flex-direction: row;\n align-items: center;\n position: relative;\n min-width: 350px;\n height: auto;\n margin: auto;\n padding: 24px;\n box-shadow: 0 6px 6px rgba(10, 16, 20, 0.15), 0 0 52px rgba(10, 16, 20, 0.12);\n}\n.home-row .card:hover {\n box-shadow: 0 8px 8px rgba(10, 16, 20, 0.24), 0 0 8px rgba(10, 16, 20, 0.12);\n text-decoration: none;\n}\n@media (max-width: 600px) {\n .home-row .card {\n margin: 16px auto 0;\n }\n .home-row .card h2 {\n margin: 0;\n }\n .home-row .card img {\n max-width: none;\n height: 70px;\n }\n}\n@media (max-width: 1300px) {\n .home-row .card img {\n height: 70px;\n max-width: none;\n }\n}\n.home-row .card img {\n margin: 16px;\n}\n.home-row .card .card-text-container {\n margin: 0 16px;\n}\n.home-row .card .card-text-container p {\n text-align: left;\n margin: 0;\n padding: 8px 0;\n}\n\n.cta-link {\n margin: auto;\n}\n\n.button.hero-cta {\n padding: 2px 34px 0;\n font-size: 1.8rem;\n font-weight: 600;\n line-height: 4rem;\n border-radius: 48px;\n box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);\n box-sizing: border-box;\n cursor: pointer;\n}\n.button.hero-cta:hover {\n opacity: 0.9;\n}\n\n.page-about .sidenav-content, .page-contribute .sidenav-content, .page-events .sidenav-content, .page-features .sidenav-content, .page-home .sidenav-content, .page-presskit .sidenav-content, .page-resources .sidenav-content {\n padding: 0 0 3rem;\n}\n.page-about article, .page-contribute article, .page-events article, .page-features article, .page-home article, .page-presskit article, .page-resources article {\n padding: 3rem;\n padding-top: 0;\n}\n@media (max-width: 800px) {\n .page-about article, .page-contribute article, .page-events article, .page-features article, .page-home article, .page-presskit article, .page-resources article {\n padding: 2.2rem;\n padding-top: 0;\n }\n}\n\n.page-home .sidenav-content {\n padding-bottom: 0;\n}\n\n.cta-bar.announcement-bar {\n background: none;\n box-shadow: none;\n}\n\n.text-headline {\n font-size: 2rem;\n font-weight: 500;\n margin-top: 10px;\n text-transform: uppercase;\n}\n\naio-shell:not(.view-SideNav) mat-sidenav-container.sidenav-container {\n max-width: none;\n}\n\ndiv[layout=row] {\n display: flex;\n justify-content: space-between;\n align-items: center;\n box-sizing: border-box;\n}\n@media (max-width: 600px) {\n div[layout=row] {\n display: block;\n }\n}\n\n.layout-row {\n flex-direction: row;\n}\n\n.home-rows {\n overflow: hidden;\n}\n@media (max-width: 600px) {\n .home-rows {\n margin: 0;\n }\n}\n\n.background-superhero-paper {\n background-size: 100%;\n background-blend-mode: multiply;\n}\n\n.home-row {\n max-width: 920px;\n margin: 32px auto;\n}\n.home-row .promo-img-container,\n.home-row .text-container {\n align-self: flex-start;\n min-width: 30%;\n}\n@media (max-width: 600px) {\n .home-row .promo-img-container,\n .home-row .text-container {\n max-width: 100%;\n text-align: center;\n }\n .home-row .promo-img-container:nth-child(even),\n .home-row .text-container:nth-child(even) {\n flex-direction: column-reverse;\n }\n}\n.home-row .text-container:not(:last-child) {\n padding-right: 5%;\n}\n@media (max-width: 600px) {\n .home-row .text-container:not(:last-child) {\n padding-right: 0;\n }\n}\n.home-row .promo-img-container p {\n margin: 0 20px;\n}\n.home-row .promo-img-container img {\n max-width: 90% !important;\n}\n\n.marketing-banner {\n margin-top: 64px;\n padding: 32px;\n}\n@media (max-width: 600px) {\n .marketing-banner {\n margin-top: 56px;\n padding: 18px;\n }\n}\n.marketing-banner .banner-headline {\n text-transform: uppercase;\n font-size: 2.4rem;\n font-weight: 300;\n margin: 0;\n -webkit-margin-before: 0;\n -webkit-margin-after: 0;\n}\n@media (max-width: 600px) {\n .marketing-banner .banner-headline {\n font-size: 1.8rem;\n font-weight: 400;\n }\n}\n.marketing-banner .banner-headline:after {\n display: none;\n}\n.page-features .marketing-banner {\n margin-bottom: 20px;\n}\n\n.nf-container {\n align-items: center;\n padding: 32px;\n}\n\n.nf-response {\n margin: 32px;\n height: 100%;\n flex-direction: column;\n}\n.nf-response h1 {\n font-size: 4.8rem;\n text-transform: uppercase;\n margin: 8px 0;\n}\n\n.nf-icon.material-icons {\n font-size: 10rem;\n position: static;\n}\n\n.no-animations.mat-drawer-transition .mat-drawer-content {\n transition: none;\n}\n\nmat-sidenav-container.sidenav-container {\n min-height: 100%;\n height: auto !important;\n margin: 0;\n transform: none;\n}\nmat-sidenav-container.sidenav-container.has-floating-toc .sidenav-content-container {\n padding-right: 18vw;\n}\nmat-sidenav-container.sidenav-container .sidenav-content-container {\n height: auto;\n}\nmat-sidenav-container.sidenav-container .sidenav-content-container .sidenav-content {\n overflow-x: auto;\n}\nmat-sidenav-container.sidenav-container mat-sidenav.sidenav {\n position: fixed;\n top: 64px;\n bottom: 0;\n left: 0;\n min-width: 260px;\n}\n@media (max-width: 599px) {\n mat-sidenav-container.sidenav-container mat-sidenav.sidenav {\n top: 56px;\n }\n}\n\naio-nav-menu {\n display: block;\n margin: 0 2px;\n max-width: 268px;\n}\naio-nav-menu:first-of-type {\n margin-top: 16px;\n}\naio-nav-menu:last-of-type {\n margin-bottom: 16px;\n}\naio-nav-menu ul, aio-nav-menu a {\n margin: 0;\n}\naio-nav-menu aio-nav-item .vertical-menu-item {\n box-sizing: border-box;\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: space-between;\n overflow-wrap: break-word;\n padding: 8px;\n text-decoration: none;\n text-align: left;\n width: 100%;\n word-wrap: break-word;\n}\naio-nav-menu aio-nav-item .vertical-menu-item:focus {\n outline: #1E88E5 auto 2px;\n}\naio-nav-menu aio-nav-item .vertical-menu-item span {\n padding-right: 32px;\n}\naio-nav-menu aio-nav-item .vertical-menu-item .mat-icon {\n flex: 0 0 2.4rem;\n display: flex;\n align-items: center;\n}\naio-nav-menu aio-nav-item a.vertical-menu-item[href^=\"http:\"] .vertical-menu-item-text, aio-nav-menu aio-nav-item a.vertical-menu-item[href^=\"https:\"] .vertical-menu-item-text {\n display: inline-flex;\n align-items: center;\n}\naio-nav-menu aio-nav-item a.vertical-menu-item[href^=\"http:\"] .vertical-menu-item-text::after, aio-nav-menu aio-nav-item a.vertical-menu-item[href^=\"https:\"] .vertical-menu-item-text::after {\n content: \"\\e89e\";\n font-family: \"Material Icons\";\n margin-left: 0.3rem;\n float: right;\n display: flex;\n align-items: center;\n}\naio-nav-menu aio-nav-item button.vertical-menu-item {\n border: none;\n background-color: transparent;\n margin: 0;\n width: 100%;\n overflow: hidden;\n}\naio-nav-menu aio-nav-item .heading-children.expanded {\n visibility: visible;\n opacity: 1;\n padding-left: 0;\n transition: visibility 500ms, opacity 500ms, max-height 500ms;\n transition-timing-function: ease-in-out;\n}\naio-nav-menu aio-nav-item .heading-children.collapsed {\n overflow: hidden;\n visibility: hidden;\n padding-left: 0;\n opacity: 0;\n max-height: 1px;\n transition: visibility 275ms, opacity 275ms, max-height 280ms;\n transition-timing-function: ease-out;\n}\n.no-animations aio-nav-menu aio-nav-item .heading-children.expanded, .no-animations aio-nav-menu aio-nav-item .heading-children.collapsed {\n transition: none !important;\n}\naio-nav-menu aio-nav-item .level-1 {\n font-size: 1.6rem;\n line-height: 2.8rem;\n font-weight: 400;\n padding-left: 20px;\n margin: 0;\n transition: background-color 0.2s;\n}\naio-nav-menu aio-nav-item .level-2 {\n font-size: 1.4rem;\n line-height: 2.4rem;\n font-weight: 400;\n margin: 0;\n padding-left: 36px;\n}\naio-nav-menu aio-nav-item .level-3 {\n font-size: 1.4rem;\n line-height: 2.4rem;\n margin: 0;\n padding-left: 44px;\n}\naio-nav-menu aio-nav-item .level-4 {\n font-size: 1.4rem;\n line-height: 2.4rem;\n margin: 0;\n padding-left: 52px;\n}\naio-nav-menu aio-nav-item .level-1.collapsed > .mat-icon, aio-nav-menu aio-nav-item .level-2.collapsed > .mat-icon, aio-nav-menu aio-nav-item .level-3.collapsed > .mat-icon {\n -moz-transform: rotate(0deg);\n -webkit-transform: rotate(0deg);\n -o-transform: rotate(0deg);\n -ms-transform: rotate(0deg);\n transform: rotate(0deg);\n transition: transform 150ms;\n transition-timing-function: ease-in-out;\n}\naio-nav-menu aio-nav-item .level-1.expanded > .mat-icon, aio-nav-menu aio-nav-item .level-2.expanded > .mat-icon, aio-nav-menu aio-nav-item .level-3.expanded > .mat-icon {\n -moz-transform: rotate(90deg);\n -webkit-transform: rotate(90deg);\n -o-transform: rotate(90deg);\n -ms-transform: rotate(90deg);\n transform: rotate(90deg);\n transition: transform 150ms;\n transition-timing-function: ease-in-out;\n}\n\nmat-toolbar.app-toolbar {\n position: fixed;\n top: 0;\n right: 0;\n left: 0;\n z-index: 10;\n box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);\n}\n@media (min-width: 481px) {\n .page-home mat-toolbar.app-toolbar:not(.transitioning) {\n background-color: transparent;\n box-shadow: none;\n position: absolute;\n transition: background-color 0.2s linear;\n }\n}\n@media (min-width: 1150px) {\n .folder-api mat-toolbar.app-toolbar .hamburger, .folder-cli mat-toolbar.app-toolbar .hamburger, .folder-docs mat-toolbar.app-toolbar .hamburger, .folder-errors mat-toolbar.app-toolbar .hamburger, .folder-extended-diagnostics mat-toolbar.app-toolbar .hamburger, .folder-guide mat-toolbar.app-toolbar .hamburger, .folder-start mat-toolbar.app-toolbar .hamburger, .folder-tutorial mat-toolbar.app-toolbar .hamburger {\n margin: 0 8px 0 0;\n visibility: visible;\n }\n}\n\nmat-toolbar.app-toolbar mat-toolbar-row {\n padding: 0 16px 0 0;\n}\nmat-toolbar.app-toolbar .hamburger {\n height: 100%;\n margin: 0 8px 0 0;\n padding: 0;\n}\n@media (min-width: 1150px) {\n mat-toolbar.app-toolbar .hamburger {\n margin: 0 16px 0 -64px;\n visibility: hidden;\n }\n}\n@media (max-width: 480px) {\n mat-toolbar.app-toolbar .hamburger {\n min-width: 15%;\n }\n}\nmat-toolbar.app-toolbar .hamburger:not(.no-animations) {\n transition-duration: 0.4s;\n transition-property: color, margin;\n transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);\n}\nmat-toolbar.app-toolbar .hamburger .mat-icon {\n position: inherit;\n width: 24px;\n height: 24px;\n margin: 0;\n}\nmat-toolbar.app-toolbar .nav-link.home {\n cursor: pointer;\n margin: 0 16px 0 0;\n padding: 8px 0;\n}\nmat-toolbar.app-toolbar .nav-link.home:focus {\n outline-offset: 4px;\n}\n@media screen and (max-width: 1149px) {\n mat-toolbar.app-toolbar .nav-link.home {\n padding: 4px 0;\n }\n}\n@media screen and (max-width: 480px) {\n mat-toolbar.app-toolbar .nav-link.home {\n margin-right: 8px;\n }\n}\nmat-toolbar.app-toolbar .nav-link.home img {\n position: relative;\n margin-top: -21px;\n top: 12px;\n height: 40px;\n}\n@media (max-width: 1149px) {\n mat-toolbar.app-toolbar .nav-link.home img:hover {\n transform: scale(1.1);\n }\n}\nmat-toolbar.app-toolbar aio-top-menu ul {\n display: flex;\n padding: 0px;\n margin: 0px;\n}\nmat-toolbar.app-toolbar aio-top-menu ul li {\n display: flex;\n padding-bottom: 2px;\n cursor: pointer;\n}\nmat-toolbar.app-toolbar aio-top-menu ul li:focus {\n outline: none;\n}\nmat-toolbar.app-toolbar aio-top-menu ul li a.nav-link {\n margin: 0 4px;\n padding: 0px;\n cursor: pointer;\n display: flex;\n}\nmat-toolbar.app-toolbar aio-top-menu ul li a.nav-link .nav-link-inner {\n border-radius: 4px;\n font-size: 1.3rem;\n font-size: clamp(10px, 1.6rem, 20px);\n padding: 8px 16px;\n padding: 8px clamp(5px, 0.7vw, 16px);\n}\nmat-toolbar.app-toolbar aio-top-menu ul li a.nav-link[href^=\"http:\"] .nav-link-inner, mat-toolbar.app-toolbar aio-top-menu ul li a.nav-link[href^=\"https:\"] .nav-link-inner {\n display: inline-flex;\n align-items: center;\n}\nmat-toolbar.app-toolbar aio-top-menu ul li a.nav-link[href^=\"http:\"] .nav-link-inner::after, mat-toolbar.app-toolbar aio-top-menu ul li a.nav-link[href^=\"https:\"] .nav-link-inner::after {\n content: \"\\e89e\";\n font-family: \"Material Icons\";\n margin-left: 0.3rem;\n float: right;\n display: flex;\n align-items: center;\n}\nmat-toolbar.app-toolbar aio-top-menu ul li a.nav-link:focus {\n outline: none;\n}\nmat-toolbar.app-toolbar aio-top-menu ul li a.nav-link:focus .nav-link-inner {\n border-radius: 1px;\n}\nmat-toolbar.app-toolbar aio-search-box.search-container {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n width: 100%;\n min-width: 150px;\n height: 100%;\n margin-right: 16px;\n position: relative;\n}\nmat-toolbar.app-toolbar aio-search-box.search-container input {\n border: none;\n border-radius: 100px;\n padding: 5px 3rem 5px 16px;\n margin-left: 8px;\n width: 180px;\n max-width: 240px;\n line-height: normal;\n height: 50%;\n -webkit-appearance: none;\n}\nmat-toolbar.app-toolbar aio-search-box.search-container input:focus {\n outline: none;\n}\nmat-toolbar.app-toolbar aio-search-box.search-container input:-ms-input-placeholder {\n font-size: 1.4rem;\n}\nmat-toolbar.app-toolbar aio-search-box.search-container input::-ms-input-placeholder {\n font-size: 1.4rem;\n}\nmat-toolbar.app-toolbar aio-search-box.search-container input::-webkit-input-placeholder {\n font-size: 1.4rem;\n}\nmat-toolbar.app-toolbar aio-search-box.search-container input::placeholder {\n font-size: 1.4rem;\n}\n@media (min-width: 1000px) {\n mat-toolbar.app-toolbar aio-search-box.search-container input {\n transition: width 0.4s ease-in-out;\n }\n mat-toolbar.app-toolbar aio-search-box.search-container input:focus {\n width: 80%;\n }\n}\n@media (max-width: 515px) {\n mat-toolbar.app-toolbar aio-search-box.search-container input {\n width: 150px;\n }\n}\nmat-toolbar.app-toolbar aio-search-box.search-container input::-webkit-search-cancel-button {\n display: none;\n}\nmat-toolbar.app-toolbar aio-search-box.search-container input::-ms-clear {\n display: none;\n}\nmat-toolbar.app-toolbar aio-search-box.search-container input:not(:focus):not(:hover) + mat-icon:not(:hover):not(:focus) {\n display: none;\n}\nmat-toolbar.app-toolbar aio-search-box.search-container .search-box-shortcut {\n display: none;\n position: absolute;\n right: 16px;\n font-size: 1.2rem;\n line-height: 2.2rem;\n padding: 0 0.8rem;\n pointer-events: none;\n font-weight: bold;\n text-align: center;\n border-radius: 4px;\n border: 1px solid;\n}\nmat-toolbar.app-toolbar aio-search-box.search-container input:not(:focus):placeholder-shown + .search-box-shortcut {\n display: block;\n}\nmat-toolbar.app-toolbar aio-search-box.search-container mat-icon {\n position: absolute;\n color: #1976D2;\n right: 0.7rem;\n font-size: 2rem;\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n@media screen and (min-width: 350px) {\n mat-toolbar.app-toolbar aio-theme-toggle {\n padding-right: 2px;\n margin-right: 2px;\n }\n}\n@media screen and (max-width: 480px) {\n mat-toolbar.app-toolbar .toolbar-external-icons-container a {\n margin: 0 -8px 0 0;\n }\n}\n@media screen and (max-width: 420px) {\n mat-toolbar.app-toolbar .toolbar-external-icons-container a:not([title=GitHub]) {\n display: none;\n }\n}\n@media screen and (max-width: 350px) {\n mat-toolbar.app-toolbar .toolbar-external-icons-container a[title=GitHub] {\n display: none;\n }\n}\n\n/* ==============================\n MODULE STYLES\n ============================== */\n.alert, .callout {\n padding: 16px;\n margin: 24px 0px;\n font-size: 1.4rem;\n width: 100%;\n box-sizing: border-box;\n clear: both;\n}\n.alert h1, .callout h1, .alert h2, .callout h2, .alert h3, .callout h3, .alert h4, .callout h4, .alert h5, .callout h5, .alert h6, .callout h6 {\n font-weight: 500;\n}\n.alert.archive-warning, .archive-warning.callout {\n border-radius: 4px;\n margin-bottom: 1rem;\n}\n.alert.archive-warning a, .archive-warning.callout a {\n font-weight: bold;\n text-decoration: underline;\n}\n.alert.archive-warning a:hover, .archive-warning.callout a:hover {\n opacity: 0.9;\n}\n.alert > p, .callout > p {\n margin: 8px 16px;\n}\n\n/* API LIST STYLES */\naio-api-list {\n /* LAYOUT */\n}\naio-api-list .api-filter {\n display: flex;\n margin: 0 auto;\n /* API FILTER MENU */\n /* API SEARCH ICON */\n}\n@media (max-width: 600px) {\n aio-api-list .api-filter {\n flex-direction: column;\n margin: 16px auto;\n }\n}\naio-api-list .api-filter aio-select {\n width: 220px;\n}\n@media screen and (max-width: 600px) {\n aio-api-list .api-filter aio-select {\n width: 100%;\n }\n}\naio-api-list .api-filter .form-select-menu,\naio-api-list .api-filter .form-search {\n margin: 8px;\n}\n@media screen and (max-width: 600px) {\n aio-api-list .api-filter .form-select-menu,\n aio-api-list .api-filter .form-search {\n margin-left: 0;\n }\n}\naio-api-list .api-filter aio-select:first-child .form-select-menu {\n margin-left: 0;\n}\naio-api-list .api-filter .form-search {\n position: relative;\n float: left;\n}\naio-api-list .api-filter .form-search input {\n box-sizing: border-box;\n border-radius: 4px;\n font-size: 1.4rem;\n line-height: 3.2rem;\n outline: none;\n padding: 4px 16px 4px 32px;\n transition: all 0.2s;\n width: 182px;\n}\naio-api-list .api-filter .form-search input:-ms-input-placeholder {\n font-size: 1.4rem;\n}\naio-api-list .api-filter .form-search input::-ms-input-placeholder {\n font-size: 1.4rem;\n}\naio-api-list .api-filter .form-search input::-webkit-input-placeholder {\n font-size: 1.4rem;\n}\naio-api-list .api-filter .form-search input::placeholder {\n font-size: 1.4rem;\n}\n@media screen and (max-width: 600px) {\n aio-api-list .api-filter .form-search input {\n width: 100%;\n }\n}\naio-api-list .api-filter .form-search .material-icons {\n font-size: 2rem;\n left: 8px;\n pointer-events: none;\n position: absolute;\n top: 12px;\n width: 20px;\n z-index: 1;\n}\naio-api-list .api-filter .material-icons {\n right: 48px;\n}\naio-api-list .api-list-container {\n display: flex;\n flex-direction: column;\n padding: 16px 0;\n position: relative;\n /* API CLASS LIST */\n}\n@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 800px) {\n aio-api-list .api-list-container {\n padding: 24px 0 0;\n }\n}\naio-api-list .api-list-container h2 {\n margin-top: 16px;\n margin-bottom: 16px;\n}\naio-api-list .api-list-container h2 .deprecated-api-item {\n text-decoration: line-through;\n}\naio-api-list .api-list-container .api-list {\n list-style: none;\n margin: 0 0 32px -8px;\n padding: 0;\n overflow: hidden;\n}\n@media screen and (max-width: 600px) {\n aio-api-list .api-list-container .api-list {\n margin: 0 0 0 -8px;\n }\n}\naio-api-list .api-list-container .api-list li {\n font-family: \"Roboto Mono\", monospace;\n font-size: 1.4rem;\n margin: 8px 0;\n line-height: 1.4rem;\n padding: 0;\n float: left;\n width: 33%;\n overflow: hidden;\n min-width: 330px;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\naio-api-list .api-list-container .api-list li a {\n line-height: 1.6rem;\n padding: 0 16px;\n text-decoration: none;\n transition: all 0.3s;\n}\naio-api-list .api-list-container .api-list li a.deprecated-api-item {\n text-decoration: line-through;\n}\n\n.api-body {\n max-width: 1200px;\n}\n.api-body h1 {\n margin-top: -4px;\n}\n.api-body details.overloads {\n box-shadow: none;\n}\n.api-body details.overloads > summary {\n justify-content: space-between;\n padding: 0;\n}\n.api-body details.overloads > summary h4 {\n margin: 0;\n clear: left;\n}\n.api-body details.overloads > .details-content {\n padding: 0;\n border-radius: 2px;\n box-shadow: none;\n}\n.api-body details.overloads > .details-content > *:not(hr) {\n margin: 16px 24px;\n}\n.api-body details.overload {\n box-shadow: none;\n margin: 0;\n}\n.api-body table {\n margin: 12px 0 24px;\n}\n.api-body table.item-table td {\n padding: 32px;\n}\n.api-body table.list-table td {\n padding: 16px 24px;\n}\n.api-body table.parameters-table {\n margin-top: 0;\n font-size: 1.4rem;\n box-shadow: none;\n}\n@media screen and (max-width: 480px) {\n .api-body table.parameters-table tr {\n display: flex;\n flex-direction: column;\n }\n}\n.api-body table.parameters-table tr td:first-child {\n font-weight: 600;\n padding-left: 16px;\n width: 20%;\n}\n.api-body table.parameters-table td {\n padding: 8px 8px 8px 0;\n border: 0;\n vertical-align: top;\n}\n.api-body table.property-table td {\n vertical-align: top;\n}\n.api-body table.method-table td > code, .api-body table.option-table td > code, .api-body table.list-table td > code {\n background-color: inherit;\n white-space: pre-wrap;\n}\n.api-body table.method-table .with-github-links, .api-body table.option-table .with-github-links, .api-body table.list-table .with-github-links {\n align-items: center;\n display: flex;\n justify-content: space-between;\n}\n.api-body table.method-table .with-github-links .github-links a .material-icons:hover, .api-body table.option-table .with-github-links .github-links a .material-icons:hover, .api-body table.list-table .with-github-links .github-links a .material-icons:hover {\n background: none;\n}\n.api-body table.method-table h3, .api-body table.option-table h3, .api-body table.list-table h3 {\n margin: 6px 0;\n font-weight: 500;\n clear: left;\n}\n.api-body table.method-table h4, .api-body table.option-table h4, .api-body table.list-table h4 {\n font-size: 1.4rem;\n font-weight: bold;\n margin-top: 12px;\n}\n.api-body table th {\n text-transform: none;\n font-size: 1.6rem;\n font-weight: bold;\n}\n.api-body table tr:last-child {\n border-bottom: none;\n}\n.api-body table td {\n vertical-align: middle;\n}\n@media screen and (max-width: 480px) {\n .api-body table tbody > tr > td tr td:first-child {\n background-color: inherit;\n }\n}\n.api-body table hr {\n margin: 16px 0;\n}\n.api-body table .short-description {\n margin-left: 0;\n}\n.api-body .class-overview {\n position: relative;\n}\n.api-body .class-overview code-example {\n clear: left;\n}\n.api-body .member-name .pln {\n font-weight: 700;\n}\n.api-body .short-description {\n margin-top: 8px;\n}\n.api-body .final-message {\n font-style: italic;\n}\n.api-body .api-heading {\n font-size: 1.4rem;\n margin: 16px;\n}\n.api-body .from-constructor,\n.api-body .read-only-property,\n.api-body .write-only-property {\n font-size: 1.2rem;\n font-weight: 600;\n letter-spacing: 0.05rem;\n font-style: italic;\n border-radius: 4px;\n padding: 4px 6px;\n}\n.api-body .selector-list ul,\n.api-body .inherited-members-list ul {\n padding: 0;\n}\n.api-body .selector-list ul li,\n.api-body .inherited-members-list ul li {\n list-style: none;\n margin-bottom: 12px;\n}\n.api-body .selector-list li,\n.api-body .selector-list a {\n font-weight: bold;\n}\n.api-body .selector-list li i,\n.api-body .selector-list a i {\n font-weight: normal;\n}\n\n.github-links {\n float: right;\n}\n.github-links .material-icons {\n border-radius: 4px;\n padding: 4px;\n font-size: 2rem;\n}\n\n.breadcrumb-container {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n}\n\n.api-header {\n display: flex;\n align-items: center;\n margin-top: -4px;\n}\n@media screen and (max-width: 600px) {\n .api-header {\n flex-direction: column;\n align-items: flex-start;\n }\n}\n.api-header h1 {\n font-size: 2.4rem;\n margin: 0;\n}\n\n.deprecated-api-item {\n text-decoration: line-through;\n}\n\n/* API SYMBOLS */\n/* SYMBOL CLASS */\n.symbol {\n border-radius: 2px;\n display: inline-block;\n font-size: 1rem;\n font-weight: 600;\n line-height: 1.6rem;\n margin-right: 8px;\n text-align: center;\n width: 16px;\n}\n\n/* Button Styles */\nbutton {\n font-family: inherit;\n}\n\na.button.mat-button,\n.button {\n color: inherit;\n display: inline-block;\n line-height: 3.2rem;\n padding: 0px 16px;\n font-size: 1.4rem;\n font-weight: 400;\n border-radius: 3px;\n text-decoration: none;\n text-transform: uppercase;\n overflow: hidden;\n border: none;\n}\na.button.mat-button.button-small,\n.button.button-small {\n font-size: 1.2rem;\n line-height: 2.4rem;\n padding: 0px 8px;\n}\na.button.mat-button.button-large,\n.button.button-large {\n font-size: 1.5rem;\n line-height: 4.8rem;\n padding: 0px 24px;\n}\na.button.mat-button.button-x-large,\n.button.button-x-large {\n font-size: 1.6rem;\n line-height: 5.6rem;\n padding: 0px 24px;\n}\n\n.cta-bar {\n text-align: center;\n}\n.cta-bar .button {\n margin: 0px 8px;\n box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);\n transition: all 0.2s ease-in-out;\n}\n.cta-bar .button:hover {\n transform: scale(1.1);\n}\n\n.group-buttons {\n margin: 16px auto 32px;\n}\n.group-buttons button.button.mat-button.filter-button {\n border-radius: 4px;\n font-size: 1.6rem;\n line-height: 4.8rem;\n margin: 8px;\n padding: 0px 16px;\n width: 16.8rem;\n min-width: max-content;\n}\n@media (max-width: 480px) {\n .group-buttons button.button.mat-button.filter-button {\n font-size: 1.4rem;\n width: auto;\n }\n}\n\n[mat-button], [mat-raised-button], [mat-button], [mat-raised-button] {\n text-transform: uppercase;\n}\n\n/* ==============================\n MODULE STYLES\n ============================== */\n.callout {\n padding: 0px;\n border-left: none !important;\n border-radius: 4px;\n}\n.callout header {\n line-height: 2.4rem;\n font-weight: 500;\n padding: 8px 16px;\n margin: 0;\n text-transform: uppercase;\n border-radius: 4px 4px 0 0;\n}\n.callout p {\n padding: 16px;\n margin: 0px;\n font-size: 1.4rem;\n}\n.callout > *:not(:first-child) {\n padding: 16px 24px;\n}\n\n.card-container {\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n justify-content: center;\n margin: 16px 0;\n}\n.card-container .docs-card {\n width: 35%;\n border-radius: 4px;\n box-shadow: 0 2px 2px rgba(10, 16, 20, 0.24), 0 0 2px rgba(10, 16, 20, 0.12);\n box-sizing: border-box;\n transition: box-shadow 0.5s;\n max-width: 340px;\n min-width: 300px;\n margin: 24px 16px;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n}\n.card-container .docs-card:hover {\n box-shadow: 0 8px 8px rgba(10, 16, 20, 0.24), 0 0 8px rgba(10, 16, 20, 0.12);\n text-decoration: none;\n}\n@media screen and (max-width: 600px) {\n .card-container .docs-card {\n width: 100%;\n margin: 8px auto;\n max-width: none;\n }\n}\n.card-container .docs-card section {\n font-size: 2rem;\n line-height: 2.4rem;\n margin: 0;\n padding: 2.7rem 1.5rem 2.1rem;\n text-transform: none;\n text-align: center;\n}\n.card-container .docs-card p {\n font-size: 1.3rem;\n line-height: 2.4rem;\n padding: 0 16px;\n margin: 0;\n margin-bottom: 1.6rem;\n text-align: center;\n}\n.card-container .docs-card .card-footer {\n margin-bottom: 0;\n box-sizing: border-box;\n line-height: 2.4rem;\n padding: 1.3rem 1.5rem;\n text-align: right;\n}\n.card-container .docs-card .card-footer a {\n font-size: 1.3rem;\n}\n\n.card-section {\n padding: 16px 32px;\n margin: 16px 0;\n display: flex;\n flex-direction: row;\n align-items: center;\n}\n.card-section:hover {\n box-shadow: 0 2px 2px rgba(10, 16, 20, 0.24), 0 0 2px rgba(10, 16, 20, 0.12);\n}\n.card-section h1,\n.card-section h2,\n.card-section h3,\n.card-section h4,\n.card-section h5,\n.card-section h6 {\n margin: 8px 0;\n}\n.card-section a,\n.card-section .button,\n.card-section button {\n text-align: center;\n}\n\n.cli-name {\n font-weight: bold;\n /* override code format */\n}\n.cli-name .kwd {\n color: inherit;\n}\n\n.cli-option a {\n word-break: break-all;\n}\n.cli-option-syntax {\n white-space: pre;\n}\n\ncode-example,\ncode-tabs {\n clear: both;\n display: block;\n}\ncode-example code,\ncode-tabs code {\n overflow: auto;\n}\ncode-example ol,\ncode-tabs ol {\n list-style: decimal;\n}\ncode-example .mat-card,\ncode-tabs .mat-card {\n padding: 0;\n border-radius: 5px;\n}\n\ncode-example:not(.no-box) {\n border-radius: 5px;\n margin: 16px auto;\n}\ncode-example.no-box pre.prettyprint {\n margin: 0;\n}\ncode-example.no-box code {\n background-color: transparent;\n}\ncode-example code {\n overflow: auto;\n}\ncode-example header {\n border-radius: 5px 5px 0 0;\n font-size: 1.6rem;\n padding: 8px 16px;\n}\n\ncode-tabs {\n margin: 16px 0;\n}\ncode-tabs .code-tab-group .mat-tab-body {\n overflow-y: hidden;\n}\ncode-tabs .code-tab-group .mat-tab-body .mat-tab-body-content {\n height: auto;\n transform: none;\n}\ncode-tabs .code-tab-group .mat-tab-body .mat-tab-body-content .fadeIn {\n animation: opacity 2s ease-in;\n}\n\naio-code pre.prettyprint {\n position: relative;\n display: flex;\n min-height: 32px;\n margin: 16px 24px;\n white-space: pre-wrap;\n align-items: center;\n}\naio-code pre.prettyprint code a {\n color: inherit;\n}\naio-code pre.prettyprint code span {\n line-height: 2.4rem;\n}\naio-code pre.prettyprint code ol.linenums {\n margin: 0;\n}\naio-code pre.prettyprint code ol.linenums li {\n margin: 0;\n font-family: \"Roboto Mono\", monospace;\n font-size: 90%;\n line-height: 2.4rem;\n}\naio-code pre.prettyprint .copy-button {\n position: absolute;\n top: -7px;\n right: -19px;\n padding: 0;\n background-color: transparent;\n border: none;\n cursor: pointer;\n}\naio-code pre.prettyprint .copy-button:hover, aio-code pre.prettyprint .copy-button:focus {\n transform: scale(1.1);\n}\naio-code pre.prettyprint .copy-button:active {\n transform: translateY(2px) scale(1.05);\n}\n\n.sidenav-content code a {\n font-size: inherit;\n font-weight: inherit;\n}\n.sidenav-content :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(pre) > code {\n border-radius: 4px;\n padding: 4px;\n}\n.sidenav-content :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(pre):is(a) > code {\n line-height: 2.4rem;\n}\n.page-guide-cheatsheet .sidenav-content td:first-of-type code,\n.page-guide-cheatsheet .sidenav-content th code {\n background-color: inherit;\n padding: 0;\n white-space: pre-wrap;\n}\n.sidenav-content .code-anchor {\n cursor: pointer;\n font-size: inherit;\n}\n.sidenav-content .code-anchor:hover {\n text-decoration: underline;\n}\n\n.contribute-container .card-section {\n justify-content: space-between;\n}\n@media (max-width: 600px) {\n .contribute-container .card-section {\n flex-direction: column;\n }\n}\n.contribute-container .card-section > :first-child {\n margin-right: 2rem;\n width: 67%;\n}\n@media (max-width: 600px) {\n .contribute-container .card-section > :first-child {\n width: 100%;\n }\n}\n.contribute-container .card-section:last-child {\n margin-bottom: 0;\n}\n@media (max-width: 600px) {\n .contribute-container .card-section .button {\n margin-top: 14px;\n }\n}\n\naio-cookies-popup .cookies-popup {\n box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);\n border-radius: 4px;\n bottom: 0;\n left: 0;\n position: fixed;\n margin: 24px;\n max-width: 430px;\n padding: 16px 16px 8px;\n z-index: 1001;\n}\naio-cookies-popup .cookies-popup .actions {\n display: flex;\n justify-content: flex-end;\n margin: 16px -8px 0 0;\n}\naio-cookies-popup .cookies-popup .actions .mat-button {\n text-transform: uppercase;\n}\n\naio-contributor-list .contributor-group {\n --columns: 2;\n display: grid;\n grid-template-columns: repeat(var(--columns), 1fr);\n justify-items: stretch;\n}\n@media (max-width: 75rem) {\n aio-contributor-list .contributor-group {\n --columns: 1;\n }\n}\n\naio-contributor {\n display: grid;\n}\naio-contributor .contributor-card {\n margin: 3.5rem;\n display: grid;\n grid-template-columns: 10rem 1fr;\n grid-template-rows: min-content 1fr min-content;\n padding: 3rem 3rem 0 3rem;\n border-radius: 5px;\n}\naio-contributor .contributor-card.no-image {\n grid-template-columns: 0 1fr;\n}\naio-contributor .contributor-card .contributor-image-wrapper {\n grid-column: 1/2;\n grid-row: 1/5;\n width: 14rem;\n height: 14rem;\n position: relative;\n top: -5rem;\n left: -5rem;\n clip-path: polygon(50% 0, 99% 18%, 89% 78%, 50% 100%, 11% 78%, 3% 17%);\n}\naio-contributor .contributor-card .contributor-image {\n position: absolute;\n top: 2px;\n left: 2px;\n width: calc(100% - 4px);\n height: calc(100% - 4px);\n clip-path: polygon(50% 0, 99% 18%, 89% 78%, 50% 100%, 11% 78%, 3% 17%);\n object-fit: cover;\n}\naio-contributor .contributor-card .contributor-social-links {\n display: flex;\n grid-column: 1;\n grid-row: 2;\n align-self: end;\n margin-bottom: 0.5rem;\n}\naio-contributor .contributor-card .contributor-social-links a {\n display: inline-block;\n margin-right: 1.5rem;\n margin-bottom: 1rem;\n display: flex;\n overflow: hidden;\n}\naio-contributor .contributor-card .contributor-social-links a mat-icon {\n font-size: 3rem;\n height: 3rem;\n width: 3rem;\n}\naio-contributor .contributor-card .contributor-social-links a mat-icon svg {\n height: 3rem;\n width: 3rem;\n}\naio-contributor .contributor-card .contributor-social-links a mat-icon.link-icon {\n transform: rotate(45deg);\n}\naio-contributor .contributor-card .contributor-title {\n margin-top: 0;\n grid-column: 2;\n}\naio-contributor .contributor-card .contributor-bio {\n grid-column: 2;\n margin-bottom: 2rem;\n}\n@media (max-width: 45rem) {\n aio-contributor .contributor-card {\n grid-template-columns: 1fr;\n grid-template-rows: min-content 1fr;\n }\n aio-contributor .contributor-card.no-image {\n grid-template-columns: 1fr;\n }\n aio-contributor .contributor-card .contributor-image-wrapper {\n grid-column: 1;\n grid-row: 1;\n left: 0;\n justify-self: center;\n margin-bottom: -3rem;\n }\n aio-contributor .contributor-card .contributor-title {\n text-align: center;\n }\n aio-contributor .contributor-card .contributor-social-links {\n grid-row: 4;\n justify-content: space-evenly;\n }\n aio-contributor .contributor-card .contributor-social-links,\n aio-contributor .contributor-card .contributor-title,\n aio-contributor .contributor-card .contributor-bio {\n grid-column: 1;\n }\n}\n\n/*\n * General styling to make detail/summary tags look a bit more material\n * To get the best out of it you should structure your usage like this:\n *\n * ```html\n * <details>\n * <summary>Some title</summary>\n * <div class=\"details-content\">\n * Some content\n * </div>\n * </details>\n * ```\n *\n * Optionally, you can use an `.actions` container inside `<summary>` to show expand/collapse\n * actions and/or a rotating icon:\n * ```html\n * <summary>\n * <span>Some title</span>\n * <span class=\"actions\">\n * <span class=\"action-expand\">Show more</span>\n * <span class=\"action-collapse\">Show less</span>\n * <i class=\"material-icons expand\">expand_more</i>\n * </span>\n * </summary>\n * ```\n */\ndetails > summary {\n cursor: pointer;\n font-size: 1.6rem;\n position: relative;\n padding: 16px;\n height: inherit;\n display: flex;\n align-items: center;\n overflow: hidden;\n}\ndetails > summary::-webkit-details-marker {\n display: none;\n}\ndetails > summary > h2 {\n margin: 0;\n padding: 0;\n border: none;\n display: inline;\n}\ndetails > summary .actions {\n align-items: center;\n display: flex;\n font-size: 1.4rem;\n}\ndetails > summary .actions .action-expand {\n display: initial;\n}\ndetails[open] > summary .actions .action-expand {\n display: none;\n}\n\ndetails > summary .actions .action-collapse {\n display: none;\n}\ndetails[open] > summary .actions .action-collapse {\n display: initial;\n}\n\ndetails > summary .actions .material-icons.expand {\n -moz-transform: rotate(0deg);\n -webkit-transform: rotate(0deg);\n -o-transform: rotate(0deg);\n -ms-transform: rotate(0deg);\n transform: rotate(0deg);\n transition: transform 150ms;\n transition-timing-function: ease-in-out;\n}\ndetails[open] > summary .actions .material-icons.expand {\n -moz-transform: rotate(180deg);\n -webkit-transform: rotate(180deg);\n -o-transform: rotate(180deg);\n -ms-transform: rotate(180deg);\n transform: rotate(180deg);\n transition: transform 150ms;\n transition-timing-function: ease-in-out;\n}\n\ndetails .details-content {\n padding: 16px 24px;\n}\n\n.error-list {\n display: grid;\n list-style: none;\n padding: 0;\n overflow: hidden;\n}\n@media screen and (max-width: 600px) {\n .error-list {\n margin: 0 0 0 -8px;\n }\n}\n.error-list li {\n font-size: 1.4rem;\n margin: 8px 0;\n line-height: 1.4rem;\n padding: 0;\n float: left;\n overflow: hidden;\n min-width: 220px;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.error-list li .symbol.runtime:before {\n content: \"R\";\n}\n.error-list li .symbol.compiler:before {\n content: \"C\";\n}\n.error-list li a {\n display: inline-block;\n line-height: 1.6rem;\n padding: 0 16px 0;\n text-decoration: none;\n transition: all 0.3s;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.feature-section {\n margin: 0 0 32px;\n}\n.feature-section .feature-header, .feature-section .text-headline {\n text-align: center;\n}\n.feature-section .feature-header img {\n margin: 16px;\n max-width: 70px;\n}\n.feature-section .feature-title {\n font-size: 1.6rem;\n font-weight: 500;\n margin: 8px 0px;\n clear: both;\n}\n.feature-section .feature-row {\n display: flex;\n flex-wrap: wrap;\n justify-content: space-evenly;\n}\n@media (max-width: 1057px) {\n .feature-section .feature-row {\n flex-direction: column;\n }\n}\n.feature-section .feature-row .feature {\n max-width: 300px;\n margin: 0 16px;\n}\n@media (max-width: 1057px) {\n .feature-section .feature-row .feature {\n max-width: 100%;\n padding: 8px 10%;\n }\n}\n@media (max-width: 768px) {\n .feature-section .feature-row .feature {\n padding: 8px 0;\n }\n}\n\n.filetree {\n border-radius: 4px;\n margin: 0 0 24px 0;\n padding: 16px 32px;\n}\n.filetree .file {\n display: block;\n letter-spacing: 0.03rem;\n line-height: 3.2rem;\n}\n.filetree .children {\n padding-left: 24px;\n position: relative;\n overflow: hidden;\n}\n.filetree .children .file {\n position: relative;\n}\n.filetree .children .file:before {\n content: \"\";\n left: -18px;\n bottom: 16px;\n width: 16px;\n height: 9999px;\n position: absolute;\n border-width: 0 0 1px 1px;\n border-style: solid;\n border-radius: 0 0 0 3px;\n}\n\n.reviewed {\n font-size: 1.3rem;\n font-style: italic;\n text-align: right;\n}\n\n.sidenav-content h1 .header-link, .sidenav-content h2 .header-link, .sidenav-content h3 .header-link, .sidenav-content h4 .header-link, .sidenav-content h5 .header-link, .sidenav-content h6 .header-link {\n margin: 0 6px;\n text-decoration: none;\n user-select: none;\n visibility: hidden;\n display: inline-flex;\n vertical-align: middle;\n}\n.sidenav-content h1:hover .header-link, .sidenav-content h2:hover .header-link, .sidenav-content h3:hover .header-link, .sidenav-content h4:hover .header-link, .sidenav-content h5:hover .header-link, .sidenav-content h6:hover .header-link {\n visibility: visible;\n}\n\nhr {\n border: none;\n height: 1px;\n}\n\n.content img.right {\n clear: both;\n float: right;\n margin-left: 20px;\n margin-bottom: 20px;\n}\n.content img.left {\n clear: both;\n float: left;\n margin-right: 20px;\n margin-bottom: 20px;\n}\n@media (max-width: 1300px) {\n .content img {\n max-width: 100%;\n height: auto;\n margin: auto;\n }\n}\n@media (max-width: 600px) {\n .content img {\n float: none !important;\n }\n .content img.right {\n margin-left: 0;\n }\n .content img.left {\n margin-right: 0;\n }\n}\n.content .lightbox {\n margin: 0;\n margin-top: 14px;\n margin-bottom: 14px;\n border-radius: 1px;\n padding: 32px;\n box-sizing: border-box;\n display: flex;\n justify-content: center;\n box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);\n margin: 16px 0;\n width: 100%;\n display: flex;\n justify-content: center;\n}\n.content .lightbox img {\n max-width: 100%;\n height: auto;\n padding: 8px;\n margin: auto;\n box-shadow: 0 2px 2px rgba(10, 16, 20, 0.24), 0 0 2px rgba(10, 16, 20, 0.12);\n border-radius: 4px;\n}\n\n.api-header label,\nlabel.api-status-label {\n border-radius: 4px;\n padding: 2px 10px;\n display: inline;\n font-size: 1.2rem;\n margin-right: 8px;\n font-weight: 500;\n text-transform: uppercase;\n line-height: initial;\n}\n@media screen and (max-width: 600px) {\n .api-header label,\n label.api-status-label {\n display: block;\n margin: 4px 0;\n }\n}\n.api-header label.page-label,\nlabel.api-status-label.page-label {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n margin-bottom: 8px;\n width: 140px;\n}\n.api-header label.page-label .material-icons,\nlabel.api-status-label.page-label .material-icons {\n margin-right: 8px;\n}\n.api-header label.property-type-label,\nlabel.api-status-label.property-type-label {\n font-size: 1.2rem;\n text-transform: none;\n}\n\n.app-toolbar mat-toolbar-row.notification-container {\n padding: 0;\n height: auto;\n overflow: hidden;\n}\n\naio-notification {\n display: flex;\n position: relative;\n width: 100%;\n height: 56px;\n justify-content: center;\n}\n@media (max-width: 430px) {\n aio-notification {\n justify-content: flex-start;\n padding-left: 10px;\n }\n}\naio-notification .close-button {\n width: 56px;\n height: 56px;\n}\naio-notification .content {\n width: calc(100% - 56px);\n text-transform: none;\n padding: 0;\n}\naio-notification .content > * {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n width: 100%;\n}\naio-notification .content .title {\n margin-right: 10px;\n}\naio-notification .content .link {\n text-transform: none;\n}\naio-notification .content .icon {\n margin-right: 10px;\n}\n@media (max-width: 464px) {\n aio-notification .content .icon {\n display: none;\n }\n}\naio-notification .content .message {\n overflow: auto;\n margin-right: 10px;\n color: #bae0ff;\n}\naio-notification .content .action-button {\n border-radius: 15px;\n text-transform: uppercase;\n padding: 0 10px;\n font-size: 1.2rem;\n}\n@media (max-width: 780px) {\n aio-notification .content .action-button {\n display: none;\n }\n}\n\n.aio-notification-show .toc-container {\n top: 132px;\n}\n.aio-notification-show .search-results {\n border-top-width: 124px;\n}\n.aio-notification-show mat-sidenav-container.sidenav-container .sidenav-content {\n padding-top: 136px;\n}\n.aio-notification-show mat-sidenav-container.sidenav-container mat-sidenav.sidenav {\n top: 120px;\n}\n@media (max-width: 600px) {\n .aio-notification-show mat-sidenav-container.sidenav-container mat-sidenav.sidenav {\n top: 112px;\n }\n}\n\n.page-about.aio-notification-show mat-sidenav-container.sidenav-container .sidenav-content, .page-contribute.aio-notification-show mat-sidenav-container.sidenav-container .sidenav-content, .page-events.aio-notification-show mat-sidenav-container.sidenav-container .sidenav-content, .page-features.aio-notification-show mat-sidenav-container.sidenav-container .sidenav-content, .page-home.aio-notification-show mat-sidenav-container.sidenav-container .sidenav-content, .page-presskit.aio-notification-show mat-sidenav-container.sidenav-container .sidenav-content, .page-resources.aio-notification-show mat-sidenav-container.sidenav-container .sidenav-content {\n padding-top: 56px;\n}\n\n.aio-notification-animating .sidenav-content {\n transition: padding-top 250ms ease;\n}\n.aio-notification-animating mat-sidenav.sidenav, .aio-notification-animating .toc-container {\n transition: top 250ms ease;\n}\n\n.progress-bar-container {\n height: 2px;\n overflow: hidden;\n position: fixed;\n top: 0;\n width: 100vw;\n z-index: 11;\n}\n\n.presskit-container {\n padding: 0 32px 32px 32px;\n}\n.presskit-container img {\n height: 128px;\n width: auto;\n}\n.presskit-container .presskit-section:not(:first-child) {\n margin-top: 4rem;\n padding-top: 2rem;\n}\n.presskit-container .presskit-section .presskit-icon-group {\n display: flex;\n flex-wrap: wrap;\n}\n.presskit-container .presskit-section .presskit-icon-group .presskit-icon-item {\n align-items: center;\n display: flex;\n margin: 1rem;\n width: calc(50% - 2rem);\n}\n@media screen and (max-width: 600px) {\n .presskit-container .presskit-section .presskit-icon-group .presskit-icon-item {\n align-items: flex-start;\n flex-direction: column;\n margin-bottom: 2rem;\n }\n}\n.presskit-container .presskit-section .presskit-icon-group .presskit-icon-item .presskit-image-container {\n flex: none;\n margin-right: 2rem;\n}\n@media (max-width: 600px) {\n .presskit-container .presskit-section .presskit-icon-group .presskit-icon-item .presskit-image-container {\n width: 100%;\n margin-right: 0;\n }\n}\n.presskit-container .presskit-section .presskit-icon-group .presskit-icon-item .presskit-image-container .transparent-img, .presskit-container .presskit-section .presskit-icon-group .presskit-icon-item .presskit-image-container .transparent-img-inverse {\n border-radius: 50%;\n}\n.presskit-container .presskit-section .presskit-icon-group .presskit-icon-item .presskit-links-container {\n list-style-type: none;\n margin-bottom: 0;\n padding: 0;\n}\n.presskit-container .presskit-section .presskit-icon-group .presskit-icon-item .presskit-links-container a {\n padding-right: 3rem;\n position: relative;\n}\n.presskit-container .presskit-section .presskit-icon-group .presskit-icon-item .presskit-links-container a::after {\n content: \"cloud_download\";\n font-family: \"Material Icons\";\n font-size: 2.4rem;\n position: absolute;\n right: 0;\n}\n\naio-resource-list .showcase {\n transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);\n box-shadow: 0 1px 4px 0 rgba(10, 16, 20, 0.37);\n border-radius: 4px;\n margin-bottom: 48px;\n}\naio-resource-list .resource-item .resource-name {\n margin: 0;\n line-height: 2.4rem;\n font-size: 2rem;\n}\naio-resource-list .resource-item .resource-description {\n margin: 0;\n}\naio-resource-list .subcategory-title {\n padding: 16px 23px;\n margin: 0;\n font-size: 2.4rem;\n}\naio-resource-list .resource-row-link {\n display: flex;\n flex-direction: column;\n border: transparent solid 1px;\n padding: 16px 23px 16px 23px;\n transition: all 0.3s;\n}\naio-resource-list .resource-row-link:hover {\n text-decoration: none;\n border-radius: 4px;\n transform: translateY(-2px);\n}\n\n.page-guide-roadmap .completed-details {\n box-shadow: none;\n margin-top: 4rem;\n padding: 4rem 0 2rem;\n}\n.page-guide-roadmap .completed-details > summary {\n justify-content: space-between;\n padding: 0;\n}\n.page-guide-roadmap .completed-details > .details-content {\n padding: 0;\n}\n.page-guide-roadmap .roadmap-last-updated {\n font-style: italic;\n}\n\naio-search-results {\n z-index: 10;\n}\naio-search-results .search-results {\n display: flex;\n flex-direction: row;\n overflow: auto;\n padding: 0px 32px;\n border-top: 68px solid transparent;\n width: auto;\n max-height: 95vh;\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n z-index: 5;\n box-sizing: border-box;\n}\naio-search-results .search-results .search-area {\n margin: 0 auto;\n padding: 16px;\n}\naio-search-results .search-results .search-area .search-section-header {\n font-size: 1.6rem;\n font-weight: 400;\n margin: 10px 0px 5px;\n text-transform: uppercase;\n}\naio-search-results .search-results .search-area ul {\n margin: 0;\n padding: 0;\n}\naio-search-results .search-results .search-area ul li {\n list-style: none;\n}\naio-search-results .search-results .search-area ul .search-result-item {\n font-size: 1.4rem;\n line-height: 2.4rem;\n display: inline-block;\n font-weight: normal;\n padding: 0.6rem 0;\n}\naio-search-results .search-results .search-area ul .search-result-itema {\n text-decoration: none;\n}\naio-search-results .search-results .search-area ul.priority-pages {\n padding: 0.5rem 0;\n}\naio-search-results .search-results .search-area ul.priority-pages .search-result-item {\n font-weight: bold;\n}\naio-search-results .search-results .no-results {\n text-align: center;\n margin: 16px;\n}\naio-search-results .search-results a {\n font-weight: 500;\n}\n@media (max-width: 600px) {\n aio-search-results .search-results {\n display: block;\n }\n}\naio-search-results .search-results .close-button {\n position: absolute;\n top: 1rem;\n right: 1rem;\n border: none;\n padding: 0;\n margin: 3px;\n display: flex;\n opacity: 0;\n width: 0;\n background-color: inherit;\n cursor: pointer;\n transition: 100ms opacity;\n}\naio-search-results .search-results .close-button:focus {\n opacity: 1;\n width: auto;\n}\naio-search-results.embedded .search-results {\n padding: 0;\n color: inherit;\n max-height: 100%;\n position: relative;\n background-color: inherit;\n box-shadow: none;\n}\n\n/* SELECT MENU */\naio-select .form-select-menu {\n position: relative;\n}\naio-select .form-select-button {\n box-sizing: border-box;\n border-radius: 4px;\n font-size: 1.4rem;\n font-weight: 400;\n line-height: 3.2rem;\n outline: none;\n padding: 4px 16px;\n text-align: left;\n width: 100%;\n cursor: pointer;\n display: flex;\n align-items: center;\n flex-direction: row;\n}\naio-select .form-select-button strong {\n font-weight: 600;\n margin-right: 8px;\n text-transform: capitalize;\n}\naio-select .form-select-button[disabled] {\n cursor: not-allowed;\n}\naio-select .form-select-dropdown {\n border-radius: 4px;\n list-style-type: none;\n margin: 0;\n padding: 0;\n position: absolute;\n top: 0;\n width: 100%;\n z-index: 2;\n}\naio-select .form-select-dropdown li {\n cursor: pointer;\n font-size: 1.4rem;\n line-height: 3.2rem;\n margin: 0;\n padding: 4px 16px 4px 40px;\n position: relative;\n transition: all 0.2s;\n border: 1px solid transparent;\n}\naio-select .form-select-dropdown li:first-child {\n border-radius: 4px 4px 0 0;\n}\naio-select .form-select-dropdown li:last-child {\n border-radius: 0 0 4px 4px;\n}\naio-select .form-select-dropdown li .symbol {\n left: 16px;\n position: absolute;\n top: 12px;\n z-index: 5;\n}\n\n.skip-to-content-link {\n box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);\n background: #fafafa;\n border: 1px dashed;\n border-radius: 8px;\n color: #1976D2;\n font-weight: 500;\n margin: 5px;\n outline: none;\n padding: 1rem 1.5rem;\n position: fixed;\n top: -100%;\n z-index: 1001;\n}\n.skip-to-content-link:active, .skip-to-content-link:focus {\n top: auto;\n}\n.skip-to-content-link:hover {\n text-decoration: underline;\n}\n\ntable {\n margin: 24px 0px;\n border-radius: 2px;\n}\ntable.is-full-width {\n width: 100%;\n}\ntable.is-fixed-layout {\n table-layout: fixed;\n}\ntable thead {\n vertical-align: middle;\n border-color: inherit;\n}\ntable thead > tr {\n vertical-align: inherit;\n border-color: inherit;\n}\ntable thead > tr > th {\n font-size: 1.2rem;\n font-weight: 500;\n padding: 8px 24px;\n text-align: left;\n text-transform: uppercase;\n line-height: 2.8rem;\n}\ntable tbody > tr > th,\ntable tbody > tr > td {\n padding: 16px;\n text-align: left;\n line-height: 2.4rem;\n vertical-align: baseline;\n}\n@media (max-width: 480px) {\n table tbody > tr > th:before,\n table tbody > tr > td:before {\n display: inline-block;\n }\n}\ntable tbody > tr > td {\n letter-spacing: 0.03rem;\n}\ntable tbody > tr > th {\n font-weight: 600;\n max-width: 100px;\n}\ntable tbody > tr:last-child td {\n border: none;\n}\n\n.page-guide-cheatsheet table tbody td {\n overflow: auto;\n}\n@media only screen and (max-width: 990px) {\n .page-guide-cheatsheet {\n /* Force table to not be like tables anymore */\n }\n .page-guide-cheatsheet table, .page-guide-cheatsheet thead, .page-guide-cheatsheet tbody, .page-guide-cheatsheet tfoot, .page-guide-cheatsheet tr, .page-guide-cheatsheet th, .page-guide-cheatsheet td {\n display: block;\n position: relative;\n max-width: 100%;\n }\n .page-guide-cheatsheet th {\n border-right: none;\n }\n .page-guide-cheatsheet th:not(:last-child), .page-guide-cheatsheet td:not(:last-child) {\n border-bottom: none;\n padding-bottom: 0px;\n }\n}\n\n.page-events tr > td, .page-events tr > th {\n width: 33%;\n}\n\n.toc-container {\n width: 18vw;\n position: fixed;\n top: 76px;\n right: 0;\n bottom: 12px;\n overflow-y: auto;\n overflow-x: hidden;\n}\n\naio-toc .toc-inner {\n font-size: 1.3rem;\n overflow-y: visible;\n padding: 4px 0 0 10px;\n}\naio-toc .toc-inner .toc-heading,\naio-toc .toc-inner .toc-list .h1 {\n font-size: 1.6rem;\n}\naio-toc .toc-inner .toc-heading {\n font-weight: 500;\n margin: 0 0 16px 8px;\n padding: 0;\n}\naio-toc .toc-inner .toc-heading.secondary {\n position: relative;\n top: -8px;\n}\naio-toc .toc-inner button.toc-heading, aio-toc .toc-inner button.toc-more-items {\n cursor: pointer;\n display: inline-block;\n background: 0;\n background-color: transparent;\n border: none;\n box-shadow: none;\n padding: 0;\n text-align: start;\n}\naio-toc .toc-inner button.toc-heading.embedded:focus, aio-toc .toc-inner button.toc-more-items.embedded:focus {\n outline: none;\n}\naio-toc .toc-inner button.toc-heading mat-icon.rotating-icon {\n height: 18px;\n width: 18px;\n position: relative;\n left: -4px;\n top: 5px;\n}\naio-toc .toc-inner button.toc-more-items {\n top: 10px;\n position: relative;\n}\naio-toc .toc-inner button.toc-more-items::after {\n content: \"expand_less\";\n}\naio-toc .toc-inner button.toc-more-items.collapsed::after {\n content: \"more_horiz\";\n}\naio-toc .toc-inner .mat-icon.collapsed {\n -moz-transform: rotate(0deg);\n -webkit-transform: rotate(0deg);\n -o-transform: rotate(0deg);\n -ms-transform: rotate(0deg);\n transform: rotate(0deg);\n transition: transform 150ms;\n transition-timing-function: ease-in-out;\n}\naio-toc .toc-inner .mat-icon:not(.collapsed) {\n -moz-transform: rotate(90deg);\n -webkit-transform: rotate(90deg);\n -o-transform: rotate(90deg);\n -ms-transform: rotate(90deg);\n transform: rotate(90deg);\n transition: transform 150ms;\n transition-timing-function: ease-in-out;\n}\naio-toc .toc-inner ul.toc-list {\n list-style-type: none;\n margin: 0;\n padding: 0 8px 0 0;\n}\n@media (max-width: 800px) {\n aio-toc .toc-inner ul.toc-list {\n width: auto;\n }\n}\naio-toc .toc-inner ul.toc-list li {\n box-sizing: border-box;\n line-height: 2.4rem;\n padding: 9px 0 9px 12px;\n position: relative;\n transition: all 0.3s ease-in-out;\n}\naio-toc .toc-inner ul.toc-list li.h1:after {\n content: \"\";\n display: block;\n height: 1px;\n width: 40%;\n margin: 7px 0 4px 0;\n clear: both;\n}\naio-toc .toc-inner ul.toc-list li.h3 {\n padding-left: 24px;\n}\naio-toc .toc-inner ul.toc-list li a {\n overflow: visible;\n font-size: 1.4rem;\n line-height: inherit;\n display: table-cell;\n}\naio-toc .toc-inner ul.toc-list li.active * {\n font-weight: 500;\n}\naio-toc .toc-inner ul.toc-list li.active a:before {\n border-radius: 50%;\n content: \"\";\n height: 6px;\n left: -2.5px;\n position: absolute;\n top: calc(9px + 12px - 3px);\n top: calc(9px + 1.2rem - 3px);\n width: 6px;\n}\naio-toc .toc-inner ul.toc-list:not(.embedded) li:before {\n bottom: 0;\n content: \"\";\n left: 0;\n position: absolute;\n top: 0;\n border-left-width: 1px;\n border-left-style: solid;\n}\naio-toc .toc-inner ul.toc-list:not(.embedded) li:first-child:before {\n top: calc(9px + 12px - 3px);\n top: calc(9px + 1.2rem - 3px);\n}\naio-toc .toc-inner ul.toc-list:not(.embedded) li:last-child:before {\n bottom: calc(100% - (9px + 12px + 3px));\n bottom: calc(100% - (9px + 1.2rem + 3px));\n}\naio-toc .toc-inner ul.toc-list:not(.embedded) li:not(.active):hover a:before {\n border-radius: 50%;\n content: \"\";\n height: 6px;\n left: -2.5px;\n position: absolute;\n top: calc(9px + 12px - 3px);\n top: calc(9px + 1.2rem - 3px);\n width: 6px;\n}\n@media (min-width: 801px) {\n aio-toc.embedded {\n display: none;\n }\n}\naio-toc.embedded .toc-inner {\n padding: 12px 0 0 0;\n}\naio-toc.embedded .toc-inner .toc-heading {\n margin: 0 0 8px;\n}\naio-toc.embedded .toc-inner.collapsed .secondary {\n display: none;\n}\n\n@media print {\n * {\n box-shadow: none !important;\n }\n body,\n mat-sidenav-container {\n background: none !important;\n }\n h1 {\n height: 40px !important;\n color: #444444 !important;\n }\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n page-break-after: avoid;\n }\n ul,\n ol,\n img,\n code-example,\n table,\n tr,\n .alert,\n .feature,\n .lightbox {\n page-break-inside: avoid;\n }\n table tbody tr:last-child td {\n border-bottom: 1px solid #DBDBDB !important;\n }\n img {\n max-width: 100% !important;\n }\n p {\n widows: 4;\n }\n p > code,\n li > code,\n table code {\n color: #1976D2 !important;\n }\n .no-print {\n display: none !important;\n }\n mat-sidenav.sidenav.mat-sidenav {\n display: none !important;\n }\n .mat-sidenav-content {\n margin: 0 !important;\n }\n mat-sidenav-container.sidenav-container {\n min-width: 100vw;\n }\n .sidenav-content {\n overflow: visible;\n }\n section#intro .hero-logo {\n align-items: center;\n background: none;\n justify-content: center;\n }\n section#intro .hero-logo::after {\n font-size: 6.4rem;\n line-height: 10rem;\n color: #DD0031;\n content: \"Angular\";\n font-weight: bold;\n }\n .filetree {\n max-width: 100%;\n }\n aio-code code {\n border: none !important;\n }\n code-example[language=shell], code-example[language=sh], code-example[language=bash] {\n background: none;\n }\n code-example[language=shell] .pnk,\n code-example[language=shell] .blk,\n code-example[language=shell] .pln,\n code-example[language=shell] .otl,\n code-example[language=shell] .kwd,\n code-example[language=shell] .typ,\n code-example[language=shell] .tag,\n code-example[language=shell] .str,\n code-example[language=shell] .atv,\n code-example[language=shell] .atn,\n code-example[language=shell] .com,\n code-example[language=shell] .lit,\n code-example[language=shell] .pun,\n code-example[language=shell] .dec, code-example[language=sh] .pnk,\n code-example[language=sh] .blk,\n code-example[language=sh] .pln,\n code-example[language=sh] .otl,\n code-example[language=sh] .kwd,\n code-example[language=sh] .typ,\n code-example[language=sh] .tag,\n code-example[language=sh] .str,\n code-example[language=sh] .atv,\n code-example[language=sh] .atn,\n code-example[language=sh] .com,\n code-example[language=sh] .lit,\n code-example[language=sh] .pun,\n code-example[language=sh] .dec, code-example[language=bash] .pnk,\n code-example[language=bash] .blk,\n code-example[language=bash] .pln,\n code-example[language=bash] .otl,\n code-example[language=bash] .kwd,\n code-example[language=bash] .typ,\n code-example[language=bash] .tag,\n code-example[language=bash] .str,\n code-example[language=bash] .atv,\n code-example[language=bash] .atn,\n code-example[language=bash] .com,\n code-example[language=bash] .lit,\n code-example[language=bash] .pun,\n code-example[language=bash] .dec {\n color: #444444;\n }\n code-example header {\n background: none;\n border: 0.5px solid #DBDBDB;\n color: #444444;\n }\n .content code {\n border: 0.5px solid #DBDBDB;\n }\n .mat-tab-labels div.mat-tab-label:not(.mat-tab-label-active) span {\n font-style: italic;\n }\n .mat-tab-labels div.mat-tab-label.mat-tab-label-active span {\n font-weight: bold;\n }\n .api-header label {\n color: #444444 !important;\n font-weight: bold !important;\n margin: 2px !important;\n padding: 0 !important;\n display: block !important;\n }\n .feature-section img {\n max-width: 70px !important;\n }\n}\n.mat-ripple {\n overflow: hidden;\n position: relative;\n}\n.mat-ripple:not(:empty) {\n transform: translateZ(0);\n}\n\n.mat-ripple.mat-ripple-unbounded {\n overflow: visible;\n}\n\n.mat-ripple-element {\n position: absolute;\n border-radius: 50%;\n pointer-events: none;\n transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);\n transform: scale3d(0, 0, 0);\n background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));\n}\n.cdk-high-contrast-active .mat-ripple-element {\n display: none;\n}\n\n.cdk-visually-hidden {\n border: 0;\n clip: rect(0 0 0 0);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px;\n white-space: nowrap;\n outline: 0;\n -webkit-appearance: none;\n -moz-appearance: none;\n left: 0;\n}\n[dir=rtl] .cdk-visually-hidden {\n left: auto;\n right: 0;\n}\n\n.cdk-overlay-container, .cdk-global-overlay-wrapper {\n pointer-events: none;\n top: 0;\n left: 0;\n height: 100%;\n width: 100%;\n}\n\n.cdk-overlay-container {\n position: fixed;\n z-index: 1000;\n}\n.cdk-overlay-container:empty {\n display: none;\n}\n\n.cdk-global-overlay-wrapper {\n display: flex;\n position: absolute;\n z-index: 1000;\n}\n\n.cdk-overlay-pane {\n position: absolute;\n pointer-events: auto;\n box-sizing: border-box;\n z-index: 1000;\n display: flex;\n max-width: 100%;\n max-height: 100%;\n}\n\n.cdk-overlay-backdrop {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 1000;\n pointer-events: auto;\n -webkit-tap-highlight-color: transparent;\n transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);\n opacity: 0;\n}\n.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {\n opacity: 1;\n}\n.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {\n opacity: 0.6;\n}\n\n.cdk-overlay-dark-backdrop {\n background: rgba(0, 0, 0, 0.32);\n}\n\n.cdk-overlay-transparent-backdrop {\n transition: visibility 1ms linear, opacity 1ms linear;\n visibility: hidden;\n opacity: 1;\n}\n.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {\n opacity: 0;\n visibility: visible;\n}\n\n.cdk-overlay-backdrop-noop-animation {\n transition: none;\n}\n\n.cdk-overlay-connected-position-bounding-box {\n position: absolute;\n z-index: 1000;\n display: flex;\n flex-direction: column;\n min-width: 1px;\n min-height: 1px;\n}\n\n.cdk-global-scrollblock {\n position: fixed;\n width: 100%;\n overflow-y: scroll;\n}\n\ntextarea.cdk-textarea-autosize {\n resize: none;\n}\n\ntextarea.cdk-textarea-autosize-measuring {\n padding: 2px 0 !important;\n box-sizing: content-box !important;\n height: auto !important;\n overflow: hidden !important;\n}\n\ntextarea.cdk-textarea-autosize-measuring-firefox {\n padding: 2px 0 !important;\n box-sizing: content-box !important;\n height: 0 !important;\n}\n\n@keyframes cdk-text-field-autofill-start { /*!*/ }\n@keyframes cdk-text-field-autofill-end { /*!*/ }\n.cdk-text-field-autofill-monitored:-webkit-autofill {\n animation: cdk-text-field-autofill-start 0s 1ms;\n}\n\n.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {\n animation: cdk-text-field-autofill-end 0s 1ms;\n}\n\n.mat-focus-indicator {\n position: relative;\n}\n.mat-focus-indicator::before {\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n position: absolute;\n box-sizing: border-box;\n pointer-events: none;\n display: var(--mat-focus-indicator-display, none);\n border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);\n border-radius: var(--mat-focus-indicator-border-radius, 4px);\n}\n.mat-focus-indicator:focus::before {\n content: \"\";\n}\n\n.cdk-high-contrast-active {\n --mat-focus-indicator-display: block;\n}\n\n.mat-mdc-focus-indicator {\n position: relative;\n}\n.mat-mdc-focus-indicator::before {\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n position: absolute;\n box-sizing: border-box;\n pointer-events: none;\n display: var(--mat-mdc-focus-indicator-display, none);\n border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);\n border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);\n}\n.mat-mdc-focus-indicator:focus::before {\n content: \"\";\n}\n\n.cdk-high-contrast-active {\n --mat-mdc-focus-indicator-display: block;\n}\n\n.mat-app-background {\n background-color: var(--mat-app-background-color, transparent);\n color: var(--mat-app-text-color, inherit);\n}","// TYPOGRAPHY\n$main-font: \"Roboto\",\"Helvetica Neue Light\",\"Helvetica Neue\",Helvetica,Arial,\"Lucida Grande\",sans-serif;\n$code-font: \"Roboto Mono\", monospace;\n\n// Z-LAYER\n$layer-1: 1;\n$layer-2: 2;\n$layer-3: 3;\n$layer-4: 4;\n$layer-5: 5;\n\n// COLOR PALETTE\n$cyan: #39d0ff;\n$powderblue: #bae0ff;\n$lightblue: #7fc9ff;\n$blue: #1976D2;\n$warmblue: #7491ff;\n$coldblue: #8ccade;\n$darkblue: #1669bb;\n$accentblue: #1E88E5;\n$brightred: #DD0031;\n$darkred: #C3002F;\n$white: #FFFFFF;\n$offwhite: #FAFAFA;\n$tangerine: #DDA302;\n$darkgoldenrod: #C3A300;\n$backgroundgray: #F1F1F1;\n$superlightgray: #F2F2F2;\n$lightgray: #DBDBDB;\n$lightboxgray: #EBEBEB;\n$mist: #ECEFF1;\n$mediumgray: #6E6E6E;\n$darkgray: #444444;\n$deepgray: #333333;\n$black: #0A1014;\n$orange: #FF9800;\n$darkorange: #940;\n$anti-pattern: $brightred;\n\n// API & CODE COLORS\n$amber-200: #AA3000;\n$amber-700: #FFA000;\n$blue-400: #42A5F5;\n$blue-500: #2196F3;\n$blue-600: #1E88E5;\n$blue-800: #1565C0;\n$blue-900: #0D47A1;\n$blue-grey-50: #ECEFF1;\n$blue-grey-100: #CFD8DC;\n$blue-grey-200: #B0BEC5;\n$blue-grey-300: #90A4AE;\n$blue-grey-400: #78909C;\n$blue-grey-500: #607D8B;\n$blue-grey-600: #546E7A;\n$blue-grey-700: #455A64;\n$blue-grey-800: #37474F;\n$blue-grey-900: #263238;\n$codegreen: #17ff0b;\n$green-500: #4CAF50;\n$green-800: #2E7D32;\n$light-green-600: #7CB342;\n$pink-600: #D81B60;\n$purple-600: #8E24AA;\n$teal-500: #009688;\n$lightgrey: #F5F6F7;\n\n// STATE COLORS\n$focus-outline-ondark: rgba($white, 0.8);\n$focus-outline-onlight: $accentblue;\n\n// GRADIENTS\n$bluegradient: linear-gradient(145deg,$blue-900,$blue-400);\n$redgradient: linear-gradient(145deg,$darkred,$brightred);\n\n// API LABEL COLOR AND SYMBOLS MAP\n$api-symbols: (\n all: (\n content: ' ',\n background: $white\n ),\n class: (\n content: 'C',\n background: $blue-500\n ),\n const: (\n content: 'K',\n background: $mediumgray\n ),\n decorator: (\n content: '@',\n background: $blue-800\n ),\n directive: (\n content: 'D',\n background: $pink-600\n ),\n enum: (\n content: 'E',\n background: $amber-700\n ),\n function: (\n content: 'F',\n background: $green-500\n ),\n interface: (\n content: 'I',\n background: $teal-500\n ),\n let: (\n content: 'K',\n background: $mediumgray\n ),\n ngmodule: (\n content: 'M',\n background: $darkorange\n ),\n package: (\n content: 'Pk',\n background: $purple-600\n ),\n pipe: (\n content: 'P',\n background: $blue-grey-600\n ),\n element: (\n content: 'El',\n background: $amber-200\n ),\n block: (\n content: 'B',\n background: $green-800\n ),\n type-alias: (\n content: 'T',\n background: $light-green-600\n ),\n var: (\n content: 'K',\n background: $mediumgray\n ),\n);\n\n// OTHER\n$small-breakpoint-width: 840px;\n$phone-breakpoint: 480px;\n$tablet-breakpoint: 800px;\n","@use 'sass:list';\n@use 'sass:math';\n@use 'sass:selector';\n@use './constants';\n\n// REM Font Adjustments\n@mixin font-size($sizeValue) {\n font-size: math.div($sizeValue, 10) + rem;\n}\n\n@mixin letter-spacing($spacingValue) {\n letter-spacing: math.div($spacingValue, 10) + rem;\n}\n\n@mixin line-height($heightValue) {\n line-height: math.div($heightValue, 10) + rem;\n}\n\n// PLACEHOLDER\n// NOTE: Vendor-prefixed selectors must be on separate blocks, because one invalid/unknown\n// selector will invalidate the whole block.\n@mixin placeholder {\n &:-ms-input-placeholder { @content; } // IE\n &::-ms-input-placeholder { @content; } // Edge\n &::-webkit-input-placeholder { @content; } // QQ Browser\n &::placeholder { @content; } // Chrome/Firefox/Safari\n}\n\n@mixin rotate($degrees) {\n -moz-transform: rotate($degrees);\n -webkit-transform: rotate($degrees);\n -o-transform: rotate($degrees);\n -ms-transform: rotate($degrees);\n transform: rotate($degrees);\n transition: transform 150ms;\n transition-timing-function: ease-in-out;\n}\n\n@mixin codeblock($bgcolor) {\n background-color: $bgcolor;\n border-radius: 5px;\n padding: 20px;\n margin: 0 auto; // was 24\n border: 0.5px solid constants.$lightgray;\n}\n\n// INFO CARD SKELETON\n@mixin card($width) {\n width: $width;\n border-radius: 4px;\n box-shadow: 0 2px 2px rgba(constants.$black, 0.24), 0 0 2px rgba(constants.$black, 0.12);\n box-sizing: border-box;\n transition: box-shadow .5s;\n\n &:hover {\n box-shadow: 0 8px 8px rgba(constants.$black, 0.24), 0 0 8px rgba(constants.$black, 0.12);\n text-decoration: none;\n }\n}\n\n@mixin deploy-theme($mainColor, $gradientTargetColor, $textColor) {\n .mat-toolbar.mat-primary, footer {\n background: linear-gradient(145deg, $mainColor, $gradientTargetColor);\n }\n\n .vertical-menu-item {\n &.selected, &:hover {\n color: $textColor;\n }\n }\n\n .toc-inner ul.toc-list li {\n &.active a {\n color: $textColor;\n\n &:before {\n background-color: $mainColor;\n }\n }\n\n &:hover a {\n color: $textColor;\n }\n }\n}\n\n/// Define some styles for docs (i.e. non-marketing) pages.\n///\n/// @example scss - Example SCSS:\n/// .foo {\n/// @include docs-pages {\n/// .bar {\n/// color: orange;\n/// }\n/// }\n/// }\n///\n/// .baz {\n/// @include docs-pages($nestParentSelector: true) {\n/// .qux {\n/// color: orange;\n/// }\n/// }\n/// }\n///\n/// @example css - Output CSS:\n/// .foo .folder-api .bar, .foo .folder-cli .bar, ... {\n/// color: orange;\n/// }\n///\n/// .folder-api .baz .qux, .folder-cli .baz .qux, ... {\n/// color: orange;\n/// }\n///\n/// @param {boolean} $nestParentSelector\n/// If true, the parent selector (`&`) is nested inside the docs pages selectors.\n@mixin docs-pages($nestParentSelector: false) {\n $selectors: (\n '.folder-api',\n '.folder-cli',\n '.folder-docs',\n '.folder-errors',\n '.folder-extended-diagnostics',\n '.folder-guide',\n '.folder-start',\n '.folder-tutorial',\n );\n\n @if $nestParentSelector and & {\n @at-root #{selector.nest(#{$selectors}, &)} {\n @content;\n }\n } @else {\n #{$selectors} {\n @content;\n }\n }\n}\n\n/// Define some styles for marketing (i.e. non-docs) pages.\n///\n/// @example scss - Example SCSS:\n/// .foo {\n/// @include marketing-pages {\n/// .bar {\n/// color: orange;\n/// }\n/// }\n/// }\n///\n/// .baz {\n/// @include marketing-pages($extraSelectors: ('.other-page'), $nestParentSelector: true) {\n/// .qux {\n/// color: orange;\n/// }\n/// }\n/// }\n///\n/// @example css - Output CSS:\n/// .foo .page-about .bar, .foo .page-contribute .bar, ... {\n/// color: orange;\n/// }\n///\n/// .page-about .baz .qux, .page-contribute .baz .qux, ..., .other-page .baz .qux {\n/// color: orange;\n/// }\n///\n/// @param {string[]} $extraSelectors\n/// A list of additional page selectors to apply the styles to.\n/// @param {boolean} $nestParentSelector\n/// If true, the parent selector (`&`) is nested inside the marketing pages selectors.\n@mixin marketing-pages($extraSelectors: (), $nestParentSelector: false) {\n $marketingPagesSelectors: (\n '.page-about',\n '.page-contribute',\n '.page-events',\n '.page-features',\n '.page-home',\n '.page-presskit',\n '.page-resources',\n );\n $selectors: list.join($marketingPagesSelectors, $extraSelectors, $separator: comma);\n\n @if $nestParentSelector and & {\n @at-root #{selector.nest(#{$selectors}, &)} {\n @content;\n }\n } @else {\n #{$selectors} {\n @content;\n }\n }\n}\n\n@mixin external-link-with-icon() {\n display: inline-flex;\n align-items: center;\n\n &::after {\n content: \"\\e89e\"; // codepoint for \"open_in_new\"\n font-family: \"Material Icons\";\n margin-left: 0.3rem;\n // Note: float: right is used so that the icon doesn't inherit text underlines\n float: right;\n display: flex;\n align-items: center;\n }\n}\n","/* ==============================\n LAYOUT STYLES\n ============================== */\n\n@forward 'content-layout/content-layout';\n@forward 'doc-viewer/doc-viewer';\n@forward 'footer/footer';\n@forward 'layout-global/layout-global';\n@forward 'marketing-layout/marketing-layout';\n@forward 'not-found/not-found';\n@forward 'sidenav/sidenav';\n@forward 'top-menu/top-menu';\n","@use '../../mixins';\n\n.sidenav-container {\n width: 100%;\n height: 100vh;\n}\n\n.sidenav-content {\n min-height: 100vh;\n padding: 80px 3rem 2rem;\n max-width: 50em;\n margin: 0 auto;\n\n @media screen and (max-width: 600px) {\n min-height: 450px;\n padding: 80px 2rem 1rem;\n }\n\n @media screen and (max-width: 480px) {\n padding: 80px 1rem 1rem;\n }\n\n @include mixins.marketing-pages(\n $extraSelectors: ('.page-api', '.page-file-not-found', '.page-guide-cheatsheet'),\n $nestParentSelector: true) {\n max-width: none;\n }\n\n button {\n min-width: 24px;\n }\n}\n\naio-menu {\n @media (max-width: 600px) {\n display: none;\n }\n}\n",".no-animations aio-doc-viewer > * {\n // Disable view transition animations.\n transition: none !important;\n}\n\n.video-container {\n position: relative;\n padding-bottom: 56.25%; /* 16:9 */\n height: 0;\n margin: 20px 0;\n\n iframe {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n }\n}\n","@use '../../constants';\n@use '../../mixins';\n\nfooter {\n position: relative;\n @include mixins.line-height(24);\n flex: 1;\n padding: 48px 25px;\n z-index: 0;\n font-weight: 300;\n\n aio-footer {\n display: block;\n position: relative;\n z-index: 0;\n overflow: auto;\n\n & > * {\n max-width: 50em;\n }\n\n .footer-block {\n margin: 0 0.3rem;\n }\n\n a {\n text-decoration: none;\n z-index: 20;\n position: relative;\n\n &:hover {\n text-decoration: underline;\n }\n\n &:visited {\n text-decoration: none;\n }\n\n &:focus {\n // `outline-offset` is not applied on Chrome on Windows, if `outline-style` is `auto.\n outline: 1px solid rgba(constants.$white, 0.8);\n outline-offset: 2px;\n }\n }\n\n .footer-block-heading {\n @include mixins.font-size(16);\n text-transform: uppercase;\n font-weight: 400;\n margin: 8px 0 12px;\n\n @media (max-width: 600px) {\n @include mixins.font-size(14);\n }\n }\n\n p {\n text-align: center;\n margin: 10px auto 5px;\n\n @media (max-width: 480px) {\n text-align: left;\n }\n }\n\n div.grid-fluid {\n display: grid;\n grid-template-columns: repeat(4, 1fr);\n $grid-gap: 24px;\n gap: $grid-gap;\n margin: 0 auto 40px;\n justify-content: center;\n\n ul {\n list-style-position: inside;\n padding: 0;\n margin: 0;\n\n li {\n list-style-type: none;\n padding: 4px 0;\n text-align: left;\n }\n }\n\n @media (max-width: 45rem) {\n grid-template-columns: repeat(2, calc(50% - (#{$grid-gap}/2)));\n\n .footer-block {\n margin: 1.5rem 2.4rem 0.8rem 20%;\n }\n }\n\n @media (max-width: 25rem) {\n .footer-block {\n margin-left: 0.3rem;\n margin-right: 0.3rem;\n }\n }\n\n @media (max-width: 20rem) {\n grid-template-columns: 1fr;\n }\n }\n }\n\n &::after {\n content: \"\";\n position: absolute;\n z-index: -1;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n background: url(\"/assets/images/logos/angular/angular_whiteTransparent_withMargin.png\")\n top 0 left 0 repeat,\n url(\"/assets/images/logos/angular/angular_whiteTransparent_withMargin.png\")\n top 80px left 160px repeat;\n opacity: 0.05;\n background-size: 320px auto;\n }\n}\n","html, body {\n height: 100%;\n}\n\n.center-layout {\n margin: 0 auto;\n max-width: 62.5em;\n}\n\n.center-layout-wide {\n margin: 0 auto;\n max-width: 84em;\n}\n\n.github-links + .content h1 {\n max-width: 90%;\n}\n\n.clear {\n clear: both;\n}\n\n.l-flex-wrap {\n display: flex;\n flex-wrap: wrap;\n}\n\n.flex-center {\n display: flex;\n justify-content: center;\n}\n\n.center {\n text-align: center;\n}\n\n.visually-hidden {\n position: absolute !important;\n top: -9999px !important;\n left: -9999px !important;\n}\n","@use '../../constants';\n@use '../../mixins';\n\n.hero {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n position: absolute;\n width: 100%;\n min-height: 480px;\n height: 80vh;\n max-height: 560px;\n box-sizing: border-box;\n padding: 48px 48px 32px 48px;\n overflow: hidden;\n transform: skewY(8deg);\n transform-origin: 100%;\n\n @media (max-width: 600px) {\n max-height: 486px;\n padding-top: 40px;\n transform: none;\n }\n\n .hero-title {\n display: inline-block;\n @include mixins.font-size(28);\n font-weight: 400;\n @include mixins.line-height(48);\n margin: 0 8px 0 0;\n text-transform: uppercase;\n\n &.is-standard-case {\n text-transform: none;\n }\n }\n}\n\nsection#intro {\n display: flex;\n align-items: center;\n position: relative;\n max-width: 900px;\n width: 100%;\n height: 480px;\n margin: 0 auto;\n padding: 48px 0 0;\n\n .hero-logo {\n background-image: url(/assets/images/logos/angular/angular.svg);\n }\n\n @media (max-width: 65rem) {\n flex-direction: column;\n justify-content: center;\n padding: 40px 0 32px;\n\n button {\n margin: 0;\n height: 60px;\n }\n }\n\n .homepage-container {\n width: 50%;\n max-width: 1040px;\n margin: 0 auto;\n margin-top: -7%;\n padding-top: 0;\n padding-bottom: 0;\n\n @media (max-width: 65rem) {\n display: flex;\n flex-direction: column;\n align-items: center;\n width: 100%;\n max-width: 100%;\n padding: 0;\n }\n }\n\n .hero-headline {\n @include mixins.font-size(40);\n @include mixins.line-height(64);\n font-weight: 500;\n margin: 32px 0;\n color: inherit;\n\n &:after {\n display: none;\n }\n\n @media (max-width: 65rem) {\n text-align: center;\n }\n\n @media (max-width: 575px) {\n @include mixins.font-size(32);\n @include mixins.line-height(50);\n }\n }\n\n .hero-logo {\n display: flex;\n width: 50%;\n min-width: 250px;\n height: 400px;\n background-size: contain;\n background-position: center;\n background-repeat: no-repeat;\n margin-bottom: 8px;\n }\n}\n\n.announcement-bar {\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n justify-content: space-around;\n align-items: center;\n max-width: 50vw;\n margin: 0 auto;\n padding: 16px;\n border-radius: 4px;\n box-shadow:\n 0 2px 2px rgba(constants.$black, 0.24),\n 0 0 2px rgba(constants.$black, 0.12);\n box-sizing: border-box;\n transition: all 0.3s ease-in;\n\n @media (max-width: 991px) {\n flex-direction: column;\n text-align: center;\n padding: 32px 16px;\n }\n\n @media (max-width: 768px) {\n width: 100%;\n max-width: none;\n }\n\n & > * {\n margin: 8px;\n }\n\n .button {\n display: flex;\n justify-content: center;\n align-items: center;\n height: 40px;\n min-width: 160px;\n @include mixins.font-size(16);\n border-radius: 48px;\n box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);\n box-sizing: border-box;\n cursor: pointer;\n }\n\n .material-icons {\n display: none;\n right: 0;\n position: static;\n transition: all 0.3s ease-in;\n @include mixins.font-size(16);\n }\n\n p {\n @include mixins.font-size(16);\n margin: 8px;\n text-align: center;\n }\n}\n\n// ANGULAR LINE\n\n.home-row .card {\n @include mixins.card(70%);\n display: flex;\n flex-direction: row;\n align-items: center;\n position: relative;\n min-width: 350px;\n height: auto;\n margin: auto;\n padding: 24px;\n box-shadow:\n 0 6px 6px rgba(10, 16, 20, 0.15),\n 0 0 52px rgba(10, 16, 20, 0.12);\n\n @media (max-width: 600px) {\n margin: 16px auto 0;\n\n h2 {\n margin: 0;\n }\n\n img {\n max-width: none;\n height: 70px;\n }\n }\n\n @media (max-width: 1300px) {\n img {\n height: 70px;\n max-width: none;\n }\n }\n\n img {\n margin: 16px;\n }\n\n .card-text-container {\n margin: 0 16px;\n\n p {\n text-align: left;\n margin: 0;\n padding: 8px 0;\n }\n }\n}\n\n.cta-link {\n margin: auto;\n}\n\n.button.hero-cta {\n padding: 2px 34px 0;\n @include mixins.font-size(18);\n font-weight: 600;\n @include mixins.line-height(40);\n border-radius: 48px;\n box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);\n box-sizing: border-box;\n cursor: pointer;\n\n &:hover {\n opacity: 0.9;\n }\n}\n\n@include mixins.marketing-pages {\n .sidenav-content {\n padding: 0 0 3rem;\n }\n\n article {\n padding: 3rem;\n padding-top: 0;\n\n @media (max-width: 800px) {\n padding: 2.2rem;\n padding-top: 0;\n }\n }\n}\n\n.page-home {\n .sidenav-content {\n padding-bottom: 0;\n }\n}\n\n.cta-bar {\n &.announcement-bar {\n background: none;\n box-shadow: none;\n }\n}\n\n.text-headline {\n @include mixins.font-size(20);\n font-weight: 500;\n margin-top: 10px;\n text-transform: uppercase;\n}\n\naio-shell:not(.view-SideNav) {\n mat-sidenav-container.sidenav-container {\n max-width: none;\n }\n}\n\ndiv[layout='row'] {\n display: flex;\n justify-content: space-between;\n align-items: center;\n box-sizing: border-box;\n\n @media (max-width: 600px) {\n display: block;\n }\n}\n\n.layout-row {\n flex-direction: row;\n}\n\n.home-rows {\n overflow: hidden;\n @media (max-width: 600px) {\n margin: 0;\n }\n}\n\n.background-superhero-paper {\n background-size: 100%;\n background-blend-mode: multiply;\n}\n\n.home-row {\n max-width: 920px;\n margin: 32px auto;\n\n .promo-img-container,\n .text-container {\n align-self: flex-start;\n min-width: 30%;\n\n @media (max-width: 600px) {\n max-width: 100%;\n text-align: center;\n\n &:nth-child(even) {\n flex-direction: column-reverse;\n }\n }\n }\n\n .text-container:not(:last-child) {\n padding-right: 5%;\n\n @media (max-width: 600px) {\n padding-right: 0;\n }\n }\n\n .promo-img-container {\n p {\n margin: 0 20px;\n }\n\n img {\n max-width: 90% !important;\n }\n }\n}\n\n.marketing-banner {\n margin-top: 64px;\n padding: 32px;\n\n @media (max-width: 600px) {\n margin-top: 56px;\n padding: 18px;\n }\n\n .banner-headline {\n text-transform: uppercase;\n @include mixins.font-size(24);\n font-weight: 300;\n margin: 0;\n -webkit-margin-before: 0;\n -webkit-margin-after: 0;\n\n @media (max-width: 600px) {\n @include mixins.font-size(18);\n font-weight: 400;\n }\n\n &:after {\n display: none;\n }\n }\n\n .page-features & {\n margin-bottom: 20px;\n }\n}\n","@use '../../mixins';\n\n.nf-container {\n align-items: center;\n padding: 32px;\n}\n\n.nf-response {\n margin: 32px;\n height: 100%;\n flex-direction: column;\n\n h1 {\n @include mixins.font-size(48);\n text-transform: uppercase;\n margin: 8px 0;\n }\n}\n\n.nf-icon.material-icons {\n @include mixins.font-size(100);\n position: static;\n}\n","@use '../../constants';\n@use '../../mixins';\n\n// Disable sidenav animations for the initial render.\n.no-animations.mat-drawer-transition .mat-drawer-content {\n transition: none;\n}\n\nmat-sidenav-container.sidenav-container {\n min-height: 100%;\n height: auto !important;\n margin: 0;\n transform: none;\n\n &.has-floating-toc {\n .sidenav-content-container {\n padding-right: 18vw;\n }\n }\n\n .sidenav-content-container {\n height: auto;\n\n .sidenav-content {\n overflow-x: auto;\n }\n }\n\n mat-sidenav.sidenav {\n position: fixed;\n top: 64px;\n bottom: 0;\n left: 0;\n min-width: 260px;\n\n @media (max-width: 599px) {\n top: 56px;\n }\n }\n}\n\naio-nav-menu {\n display: block;\n margin: 0 2px;\n max-width: 268px;\n\n &:first-of-type {\n margin-top: 16px;\n }\n\n &:last-of-type {\n margin-bottom: 16px;\n }\n\n ul, a {\n margin: 0;\n }\n\n aio-nav-item {\n .vertical-menu-item {\n box-sizing: border-box;\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: space-between;\n overflow-wrap: break-word;\n padding: 8px;\n text-decoration: none;\n text-align: left;\n width: 100%;\n word-wrap: break-word;\n\n &:focus {\n outline: constants.$focus-outline-onlight auto 2px;\n }\n\n span {\n padding-right: 32px;\n }\n\n //icons _within_ nav\n .mat-icon {\n flex: 0 0 2.4rem;\n display: flex;\n align-items: center;\n }\n }\n\n a.vertical-menu-item {\n &[href^=\"http:\"],\n &[href^=\"https:\"] {\n .vertical-menu-item-text {\n @include mixins.external-link-with-icon();\n }\n }\n }\n\n button.vertical-menu-item {\n border: none;\n background-color: transparent;\n margin: 0;\n width: 100%;\n overflow: hidden;\n }\n\n .heading-children {\n &.expanded {\n visibility: visible;\n opacity: 1;\n padding-left: 0;\n transition: visibility 500ms, opacity 500ms, max-height 500ms;\n transition-timing-function: ease-in-out;\n }\n\n &.collapsed {\n overflow: hidden; // Needed to prevent unnecessary sidenav scrollbar.\n visibility: hidden;\n padding-left: 0;\n opacity: 0;\n max-height: 1px; // Must have measurement to transition height.\n transition: visibility 275ms, opacity 275ms, max-height 280ms;\n transition-timing-function: ease-out;\n }\n\n .no-animations &.expanded,\n .no-animations &.collapsed {\n transition: none !important;\n }\n }\n\n .level-1 {\n @include mixins.font-size(16);\n @include mixins.line-height(28);\n font-weight: 400;\n padding-left: 20px;\n margin: 0;\n transition: background-color 0.2s;\n }\n\n .level-2 {\n @include mixins.font-size(14);\n @include mixins.line-height(24);\n font-weight: 400;\n margin: 0;\n padding-left: 36px;\n }\n\n .level-3 {\n @include mixins.font-size(14);\n @include mixins.line-height(24);\n margin: 0;\n padding-left: 44px;\n }\n\n .level-4 {\n @include mixins.font-size(14);\n @include mixins.line-height(24);\n margin: 0;\n padding-left: 52px;\n }\n\n .level-1, .level-2, .level-3 {\n &.collapsed > .mat-icon {\n @include mixins.rotate(0deg);\n }\n\n &.expanded > .mat-icon {\n @include mixins.rotate(90deg);\n }\n }\n }\n}\n","@use '../../mixins';\n@use '../../constants';\n\n// VARIABLES\n$showTopMenuWidth: 1150px;\n$hideTopMenuWidth: $showTopMenuWidth - 1;\n$hamburgerShownMargin: 0 8px 0 0;\n$hamburgerHiddenMargin: 0 16px 0 -64px;\n\n// DOCS PAGE / STANDARD: TOPNAV TOOLBAR FIXED\nmat-toolbar.app-toolbar {\n position: fixed;\n top: 0;\n right: 0;\n left: 0;\n z-index: 10;\n box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);\n\n // HOME PAGE OVERRIDE: TOPNAV TOOLBAR\n .page-home & {\n @media (min-width: 481px) {\n &:not(.transitioning) {\n background-color: transparent;\n box-shadow: none;\n position: absolute;\n transition: background-color 0.2s linear;\n }\n }\n }\n\n // DOCS PAGES OVERRIDE: HAMBURGER\n @include mixins.docs-pages($nestParentSelector: true) {\n @media (min-width: $showTopMenuWidth) {\n .hamburger {\n // Hamburger shown on non-marketing pages even on large screens.\n margin: $hamburgerShownMargin;\n visibility: visible;\n }\n }\n }\n\n mat-toolbar-row {\n padding: 0 16px 0 0;\n }\n\n // HAMBURGER BUTTON\n .hamburger {\n height: 100%;\n margin: $hamburgerShownMargin;\n padding: 0;\n\n @media (min-width: $showTopMenuWidth) {\n // Hamburger hidden by default on large screens.\n // (Will be shown per doc.)\n margin: $hamburgerHiddenMargin;\n visibility: hidden;\n }\n\n @media (max-width: 480px) {\n min-width: 15%;\n }\n\n &:not(.no-animations) {\n transition-duration: 0.4s;\n transition-property: color, margin;\n transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);\n }\n\n // TODO: this override is necessary, because the menu is using\n // the wrong kind of button (text button instead of icon button).\n & .mat-icon {\n position: inherit;\n width: 24px;\n height: 24px;\n margin: 0;\n }\n }\n\n // HOME NAV-LINK\n .nav-link.home {\n cursor: pointer;\n margin: 0 16px 0 0;\n padding: 8px 0;\n\n &:focus {\n // `outline-offset` is not applied on Chrome on Windows, if `outline-style` is `auto.\n outline-offset: 4px;\n }\n\n @media screen and (max-width: $hideTopMenuWidth) {\n padding: 4px 0;\n }\n\n @media screen and (max-width: 480px) {\n margin-right: 8px;\n }\n\n img {\n position: relative;\n margin-top: -21px;\n top: 12px;\n height: 40px;\n\n @media (max-width: $hideTopMenuWidth) {\n &:hover {\n transform: scale(1.1);\n }\n }\n }\n }\n\n // TOP MENU\n aio-top-menu {\n ul {\n display: flex;\n padding: 0px;\n margin: 0px;\n\n li {\n display: flex;\n padding-bottom: 2px;\n cursor: pointer;\n\n &:focus {\n outline: none;\n }\n\n a.nav-link {\n margin: 0 4px;\n padding: 0px;\n cursor: pointer;\n display: flex;\n\n .nav-link-inner {\n border-radius: 4px;\n font-size: 1.3rem;\n font-size: clamp(10px, 1.6rem, 20px);\n padding: 8px 16px;\n padding: 8px clamp(5px, 0.7vw, 16px);\n }\n\n &[href^=\"http:\"],\n &[href^=\"https:\"] {\n .nav-link-inner {\n @include mixins.external-link-with-icon();\n }\n }\n\n &:focus {\n outline: none;\n\n .nav-link-inner {\n border-radius: 1px;\n }\n }\n }\n }\n }\n }\n\n // SEARCH BOX\n aio-search-box.search-container {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n width: 100%;\n min-width: 150px;\n height: 100%;\n margin-right: 16px;\n position: relative;\n\n input {\n border: none;\n border-radius: 100px;\n padding: 5px 3rem 5px 16px;\n margin-left: 8px;\n width: 180px;\n max-width: 240px;\n line-height: normal;\n height: 50%;\n -webkit-appearance: none;\n\n &:focus {\n outline: none;\n }\n\n @include mixins.placeholder {\n @include mixins.font-size(14);\n }\n\n @media (min-width: 1000px) {\n transition: width 0.4s ease-in-out;\n\n &:focus {\n width: 80%;\n }\n }\n\n @media (max-width: 515px) {\n width: 150px;\n }\n\n &::-webkit-search-cancel-button {\n display: none;\n }\n\n &::-ms-clear {\n display: none;\n }\n\n &:not(:focus):not(:hover) + mat-icon:not(:hover):not(:focus) {\n display: none;\n }\n }\n\n .search-box-shortcut {\n display: none;\n position: absolute;\n right: 16px;\n font-size: 1.2rem;\n line-height: 2.2rem;\n padding: 0 0.8rem;\n pointer-events: none;\n font-weight: bold;\n text-align: center;\n border-radius: 4px;\n border: 1px solid;\n }\n\n input:not(:focus):placeholder-shown + .search-box-shortcut {\n display: block;\n }\n\n mat-icon {\n position: absolute;\n color: constants.$blue;\n right: 0.7rem;\n font-size: 2rem;\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n }\n\n aio-theme-toggle {\n @media screen and (min-width: 350px) {\n padding-right: 2px;\n margin-right: 2px;\n }\n }\n\n // EXTERNAL LINK ICONS\n .toolbar-external-icons-container {\n a {\n @media screen and (max-width: 480px) {\n margin: 0 -8px 0 0;\n }\n\n @media screen and (max-width: 420px) {\n &:not([title=\"GitHub\"]) {\n display: none;\n }\n }\n\n @media screen and (max-width: 350px) {\n &[title=\"GitHub\"] {\n display: none;\n }\n }\n }\n }\n}\n","/* ==============================\n MODULE STYLES\n ============================== */\n\n@forward 'alert/alert';\n@forward 'api-list/api-list';\n@forward 'api-pages/api-pages';\n@forward 'api-symbols/api-symbols';\n@forward 'buttons/buttons';\n@forward 'callout/callout';\n@forward 'card/card';\n@forward 'cli-pages/cli-pages';\n@forward 'code/code';\n@forward 'contribute/contribute';\n@forward 'cookies-popup/cookies-popup';\n@forward 'contributor/contributor';\n@forward 'deploy-theme/deploy-theme';\n@forward 'details/details';\n@forward 'errors/errors';\n@forward 'features/features';\n@forward 'filetree/filetree';\n@forward 'guides/guides';\n@forward 'heading-anchors/heading-anchors';\n@forward 'hr/hr';\n@forward 'images/images';\n@forward 'label/label';\n@forward 'notification/notification';\n@forward 'progress-bar/progress-bar';\n@forward 'presskit/presskit';\n@forward 'resources/resources';\n@forward 'roadmap/roadmap';\n@forward 'search-results/search-results';\n@forward 'select-menu/select-menu';\n@forward 'skip-links/skip-links';\n@forward 'table/table';\n@forward 'toc/toc';\n","@use '../../mixins';\n\n.alert {\n padding: 16px;\n margin: 24px 0px;\n @include mixins.font-size(14);\n width: 100%;\n box-sizing: border-box;\n clear: both;\n\n h1, h2, h3, h4, h5, h6 {\n font-weight: 500;\n }\n\n &.archive-warning {\n border-radius: 4px;\n margin-bottom: 1rem;\n\n a {\n font-weight: bold;\n text-decoration: underline;\n\n &:hover {\n opacity: 0.9;\n }\n }\n }\n\n > p {\n margin: 8px 16px;\n }\n}\n","@use '../../constants';\n@use '../../mixins';\n\n/* API LIST STYLES */\n\naio-api-list {\n .api-filter {\n display: flex;\n margin: 0 auto;\n\n @media (max-width: 600px) {\n flex-direction: column;\n margin: 16px auto;\n }\n\n /* API FILTER MENU */\n aio-select {\n width: 220px;\n\n @media screen and (max-width: 600px) {\n width: 100%;\n }\n }\n\n .form-select-menu,\n .form-search {\n margin: 8px;\n\n @media screen and (max-width: 600px) {\n margin-left: 0;\n }\n }\n\n aio-select:first-child {\n .form-select-menu {\n margin-left: 0;\n }\n }\n\n .form-search {\n position: relative;\n float: left;\n\n input {\n box-sizing: border-box;\n border-radius: 4px;\n @include mixins.font-size(14);\n @include mixins.line-height(32);\n outline: none;\n padding: 4px 16px 4px 32px;\n transition: all .2s;\n width: 182px;\n\n @include mixins.placeholder {\n @include mixins.font-size(14);\n }\n\n @media screen and (max-width: 600px) {\n width: 100%;\n }\n }\n\n .material-icons {\n @include mixins.font-size(20);\n left: 8px;\n pointer-events: none;\n position: absolute;\n top: 12px;\n width: 20px;\n z-index: constants.$layer-1;\n }\n }\n\n /* API SEARCH ICON */\n .material-icons {\n right: 48px;\n }\n }\n\n /* LAYOUT */\n\n .api-list-container {\n display: flex;\n flex-direction: column;\n padding: 16px 0;\n position: relative;\n\n @media handheld and (max-width: constants.$phone-breakpoint),\n screen and (max-device-width: constants.$phone-breakpoint),\n screen and (max-width: constants.$tablet-breakpoint) {\n padding: 24px 0 0;\n }\n\n h2 {\n margin-top: 16px;\n margin-bottom: 16px;\n\n & .deprecated-api-item {\n text-decoration: line-through;\n }\n }\n\n /* API CLASS LIST */\n .api-list {\n list-style: none;\n margin: 0 0 32px -8px;\n padding: 0;\n overflow: hidden;\n\n @media screen and (max-width: 600px) {\n margin: 0 0 0 -8px;\n }\n\n li {\n font-family: \"Roboto Mono\", monospace;\n @include mixins.font-size(14);\n margin: 8px 0;\n @include mixins.line-height(14);\n padding: 0;\n float: left;\n width: 33%;\n overflow: hidden;\n min-width: 330px;\n text-overflow: ellipsis;\n white-space: nowrap;\n\n a {\n @include mixins.line-height(16);\n padding: 0 16px;\n text-decoration: none;\n transition: all .3s;\n\n &.deprecated-api-item {\n text-decoration: line-through;\n }\n }\n }\n }\n }\n}\n","@use '../../mixins';\n\n.api-body {\n max-width: 1200px;\n\n h1 {\n margin-top: -4px;\n }\n\n details.overloads {\n box-shadow: none;\n\n > summary {\n justify-content: space-between;\n padding: 0;\n\n h4 {\n margin: 0;\n clear: left;\n }\n }\n\n > .details-content {\n padding: 0;\n border-radius: 2px;\n box-shadow: none;\n\n > *:not(hr) {\n margin: 16px 24px;\n }\n }\n }\n\n details.overload {\n box-shadow: none;\n margin: 0;\n }\n\n table {\n margin: 12px 0 24px;\n\n &.item-table {\n td {\n padding: 32px;\n }\n }\n\n &.list-table {\n td {\n padding: 16px 24px;\n }\n }\n\n &.parameters-table {\n margin-top: 0;\n @include mixins.font-size(14);\n box-shadow: none;\n\n tr {\n @media screen and (max-width: 480px) {\n display: flex;\n flex-direction: column;\n }\n\n td:first-child {\n font-weight: 600;\n padding-left: 16px;\n width: 20%;\n }\n }\n\n td {\n padding: 8px 8px 8px 0;\n border: 0;\n vertical-align: top;\n }\n }\n\n &.property-table {\n td {\n vertical-align: top;\n }\n }\n\n &.method-table,\n &.option-table,\n &.list-table {\n td > code {\n background-color: inherit;\n white-space: pre-wrap;\n }\n\n .with-github-links {\n align-items: center;\n display: flex;\n justify-content: space-between;\n\n .github-links {\n a {\n .material-icons:hover {\n background: none;\n }\n }\n }\n }\n\n h3 {\n margin: 6px 0;\n font-weight: 500;\n clear: left;\n }\n\n h4 {\n @include mixins.font-size(14);\n font-weight: bold;\n margin-top: 12px;\n }\n }\n\n th {\n text-transform: none;\n @include mixins.font-size(16);\n font-weight: bold;\n }\n\n tr {\n &:last-child {\n border-bottom: none;\n }\n }\n\n td {\n vertical-align: middle;\n }\n\n // This is overriding a style here:\n // https://github.com/angular/angular/blob/95993e1/aio/src/styles/2-modules/_table.scss#L58-L62\n tbody > tr > td tr td:first-child {\n @media screen and (max-width: 480px) {\n background-color: inherit;\n }\n }\n\n hr {\n margin: 16px 0;\n }\n\n .short-description {\n margin-left: 0;\n }\n }\n\n .class-overview {\n position: relative;\n\n code-example {\n clear: left;\n }\n }\n\n .member-name .pln {\n font-weight: 700;\n }\n\n .short-description {\n margin-top: 8px;\n }\n\n .final-message {\n font-style: italic;\n }\n\n .api-heading {\n @include mixins.font-size(14);\n margin: 16px;\n }\n\n .from-constructor,\n .read-only-property,\n .write-only-property {\n @include mixins.font-size(12);\n font-weight: 600;\n @include mixins.letter-spacing(0.5);\n font-style: italic;\n border-radius: 4px;\n padding: 4px 6px;\n }\n\n .selector-list,\n .inherited-members-list {\n ul {\n padding: 0;\n li {\n list-style: none;\n margin-bottom: 12px;\n }\n }\n }\n\n .selector-list {\n li,\n a {\n font-weight: bold;\n i {\n font-weight: normal;\n }\n }\n }\n}\n\n.github-links {\n float: right;\n\n .material-icons {\n border-radius: 4px;\n padding: 4px;\n @include mixins.font-size(20);\n }\n}\n\n.breadcrumb-container {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n}\n\n.api-header {\n display: flex;\n align-items: center;\n margin-top: -4px;\n\n @media screen and (max-width: 600px) {\n flex-direction: column;\n align-items: flex-start;\n }\n\n h1 {\n @include mixins.font-size(24);\n margin: 0;\n }\n}\n\n.deprecated-api-item {\n text-decoration: line-through;\n}\n","@use '../../mixins';\n\n/* API SYMBOLS */\n\n/* SYMBOL CLASS */\n\n.symbol {\n border-radius: 2px;\n display: inline-block;\n @include mixins.font-size(10);\n font-weight: 600;\n @include mixins.line-height(16);\n margin-right: 8px;\n text-align: center;\n width: 16px;\n}\n","@use '../../constants';\n@use '../../mixins';\n\n/* Button Styles */\n\nbutton {\n font-family: inherit;\n}\n\n// This rule overrides some Angular Material styles defined for `.mat-button`\n// (hence we include `.mat-button` in the selector).\na.button.mat-button,\n.button {\n color: inherit;\n display: inline-block;\n @include mixins.line-height(32);\n padding: 0px 16px;\n @include mixins.font-size(14);\n font-weight: 400;\n border-radius: 3px;\n text-decoration: none;\n text-transform: uppercase;\n overflow: hidden;\n border: none;\n\n // SIZES\n &.button-small {\n @include mixins.font-size(12);\n @include mixins.line-height(24);\n padding: 0px 8px;\n }\n\n &.button-large {\n @include mixins.font-size(15);\n @include mixins.line-height(48);\n padding: 0px 24px;\n }\n\n &.button-x-large {\n @include mixins.font-size(16);\n @include mixins.line-height(56);\n padding: 0px 24px;\n }\n}\n\n.cta-bar {\n text-align: center;\n\n .button {\n margin: 0px 8px;\n box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);\n transition: all .2s ease-in-out;\n &:hover {\n transform: scale(1.1);\n }\n }\n}\n\n\n.group-buttons {\n margin: 16px auto 32px;\n\n // This rule overrides some Angular Material styles defined for `.mat-button`\n // (hence we include `.mat-button` in the selector).\n button.button.mat-button.filter-button {\n border-radius: 4px;\n @include mixins.font-size(16);\n @include mixins.line-height(48);\n margin: 8px;\n padding: 0px 16px;\n width: 16.8rem;\n min-width: max-content;\n\n @media (max-width: 480px) {\n @include mixins.font-size(14);\n width: auto;\n }\n }\n}\n\n[mat-button], [mat-raised-button], [mat-button], [mat-raised-button] {\n text-transform: uppercase;\n}\n","@use '../../mixins';\n@use '../alert/alert';\n\n.callout {\n @extend .alert;\n padding: 0px;\n border-left: none !important;\n border-radius: 4px;\n\n header {\n @include mixins.line-height(24);\n font-weight: 500;\n padding: 8px 16px;\n margin: 0;\n text-transform: uppercase;\n border-radius: 4px 4px 0 0;\n }\n\n p {\n padding: 16px;\n margin: 0px;\n @include mixins.font-size(14);\n }\n\n > *:not(:first-child) {\n padding: 16px 24px;\n }\n}\n","@use '../../constants';\n@use '../../mixins';\n\n.card-container {\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n justify-content: center;\n margin: 16px 0;\n\n .docs-card {\n @include mixins.card(35%);\n\n max-width: 340px;\n min-width: 300px;\n margin: 24px 16px;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n\n @media screen and (max-width: 600px) {\n width: 100%;\n margin: 8px auto;\n max-width: none;\n }\n\n section {\n @include mixins.font-size(20);\n @include mixins.line-height(24);\n margin: 0;\n padding: 2.7rem 1.5rem 2.1rem;\n text-transform: none;\n text-align: center;\n }\n\n p {\n @include mixins.font-size(13);\n @include mixins.line-height(24);\n padding: 0 16px;\n margin: 0;\n margin-bottom: 1.6rem;\n text-align: center;\n }\n\n .card-footer {\n margin-bottom: 0;\n box-sizing: border-box;\n @include mixins.line-height(24);\n padding: 1.3rem 1.5rem;\n text-align: right;\n\n a {\n @include mixins.font-size(13);\n }\n }\n }\n}\n\n.card-section {\n padding: 16px 32px;\n margin: 16px 0;\n display: flex;\n flex-direction: row;\n align-items: center;\n\n // Removes on-hover effect from card mixin\n &:hover {\n box-shadow: 0 2px 2px rgba(constants.$black, 0.24), 0 0 2px rgba(constants.$black, 0.12);\n }\n\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n margin: 8px 0;\n }\n\n a,\n .button,\n button {\n text-align: center;\n }\n}\n",".cli-name {\n font-weight: bold;\n\n .kwd { color: inherit; } /* override code format */\n}\n\n.cli-option {\n a {\n word-break: break-all;\n }\n\n &-syntax {\n white-space: pre;\n }\n}\n","@use '../../constants';\n@use '../../mixins';\n\ncode-example,\ncode-tabs {\n clear: both;\n display: block;\n\n code {\n overflow: auto;\n }\n\n ol {\n list-style: decimal;\n }\n\n .mat-card {\n padding: 0;\n border-radius: 5px;\n }\n}\n\ncode-example {\n &:not(.no-box) {\n border-radius: 5px;\n margin: 16px auto;\n }\n\n &.no-box {\n pre.prettyprint {\n margin: 0;\n }\n\n code {\n background-color: transparent;\n }\n }\n\n code {\n overflow: auto;\n }\n\n header {\n border-radius: 5px 5px 0 0;\n @include mixins.font-size(16);\n padding: 8px 16px;\n }\n}\n\ncode-tabs {\n margin: 16px 0;\n\n .code-tab-group {\n .mat-tab-body {\n overflow-y: hidden;\n\n .mat-tab-body-content {\n height: auto;\n transform: none;\n\n .fadeIn {\n animation: opacity 2s ease-in;\n }\n }\n }\n }\n}\n\naio-code {\n pre.prettyprint {\n position: relative;\n display: flex;\n min-height: 32px;\n margin: 16px 24px;\n white-space: pre-wrap;\n align-items: center;\n\n code {\n a {\n color: inherit;\n }\n\n span {\n @include mixins.line-height(24);\n }\n\n ol.linenums {\n margin: 0;\n\n li {\n margin: 0;\n font-family: constants.$code-font;\n font-size: 90%;\n @include mixins.line-height(24);\n }\n }\n }\n\n .copy-button {\n position: absolute;\n top: -7px;\n right: -19px;\n padding: 0;\n background-color: transparent;\n border: none;\n cursor: pointer;\n\n &:hover, &:focus {\n transform: scale(1.1);\n }\n &:active {\n transform: translateY(2px) scale(1.05);\n }\n }\n }\n}\n\n.sidenav-content {\n code {\n a {\n font-size: inherit;\n font-weight: inherit;\n }\n }\n\n :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(pre) {\n > code {\n border-radius: 4px;\n padding: 4px;\n }\n\n &:is(a) > code {\n @include mixins.line-height(24);\n }\n }\n\n .page-guide-cheatsheet & {\n td:first-of-type,\n th {\n code {\n background-color: inherit;\n padding: 0;\n white-space: pre-wrap;\n }\n }\n }\n\n .code-anchor {\n cursor: pointer;\n font-size: inherit;\n\n &:hover {\n text-decoration: underline;\n }\n }\n}\n",".contribute-container {\n .card-section {\n justify-content: space-between;\n\n @media (max-width: 600px) {\n flex-direction: column;\n }\n\n > :first-child {\n margin-right: 2rem;\n width: 67%;\n\n @media (max-width: 600px) {\n width: 100%;\n }\n }\n\n &:last-child {\n margin-bottom: 0;\n }\n\n .button {\n @media (max-width: 600px) {\n margin-top: 14px;\n }\n }\n }\n}\n","@use 'sass:math';\n@use '@angular/cdk' as cdk;\n@use '@angular/material' as mat;\n\n$inner-spacing: 16px;\n\naio-cookies-popup {\n .cookies-popup {\n @include mat.elevation(6);\n border-radius: 4px;\n bottom: 0;\n left: 0;\n position: fixed;\n margin: 24px;\n max-width: 430px;\n padding: $inner-spacing $inner-spacing math.div($inner-spacing, 2);\n z-index: cdk.$overlay-container-z-index + 1;\n\n .actions {\n display: flex;\n justify-content: flex-end;\n margin: $inner-spacing math.div($inner-spacing, -2) 0 0;\n\n .mat-button {\n text-transform: uppercase;\n }\n }\n }\n}\n","//\n// Copyright 2020 Google Inc.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a copy\n// of this software and associated documentation files (the \"Software\"), to deal\n// in the Software without restriction, including without limitation the rights\n// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n// copies of the Software, and to permit persons to whom the Software is\n// furnished to do so, subject to the following conditions:\n//\n// The above copyright notice and this permission notice shall be included in\n// all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n// THE SOFTWARE.\n//\n\n@use 'sass:list';\n@use 'sass:map';\n@use 'sass:meta';\n@use './gss';\n\n/// When true, add an additional property/value declaration before declarations\n/// that use advanced features such as custom properties or CSS functions. This\n/// adds fallback support for older browsers such as IE11 that do not support\n/// these features at the cost of additional CSS. Set this variable to false to\n/// disable generating fallback declarations.\n$enable-fallback-declarations: true !default;\n\n/// Writes a CSS property/value declaration. This mixin is used throughout the\n/// theme package for consistency for dynamically setting CSS property values.\n///\n/// This mixin may optionally take a fallback value. For advanced features such\n/// as custom properties or CSS functions like min and max, a fallback value is\n/// recommended to support older browsers.\n///\n/// @param {String} $property - The CSS property of the declaration.\n/// @param {*} $value - The value of the CSS declaration. The value should be\n/// resolved by other theme functions first (i.e. custom property Maps and\n/// Material theme keys are not supported in this mixin). If the value is\n/// null, no declarations will be emitted.\n/// @param {*} $fallback - An optional fallback value for older browsers. If\n/// provided, a second property/value declaration will be added before the\n/// main property/value declaration.\n/// @param {Map} $gss - An optional Map of GSS annotations to add.\n/// @param {Bool} $important - If true, add `!important` to the declaration.\n@mixin declaration(\n $property,\n $value,\n $fallback-value: null,\n $gss: (),\n $important: false\n) {\n // Normally setting a null value to a property will not emit CSS, so mixins\n // wouldn't need to check this. However, Sass will throw an error if the\n // interpolated property is a custom property.\n @if $value != null {\n $important-rule: if($important, ' !important', '');\n\n @if $fallback-value and $enable-fallback-declarations {\n @include gss.annotate($gss);\n #{$property}: #{$fallback-value} #{$important-rule};\n\n // Add @alternate to annotations.\n $gss: map.merge(\n $gss,\n (\n alternate: true,\n )\n );\n }\n\n @include gss.annotate($gss);\n #{$property}: #{$value}#{$important-rule};\n }\n}\n\n/// Unpacks shorthand values for CSS properties (i.e. lists of 1-3 values).\n/// If a list of 4 values is given, it is returned as-is.\n///\n/// Examples:\n///\n/// unpack-value(4px) => 4px 4px 4px 4px\n/// unpack-value(4px 2px) => 4px 2px 4px 2px\n/// unpack-value(4px 2px 2px) => 4px 2px 2px 2px\n/// unpack-value(4px 2px 0 2px) => 4px 2px 0 2px\n///\n/// @param {Number | Map | List} $value - List of 1 to 4 value numbers.\n/// @return {List} a List of 4 value numbers.\n@function unpack-value($value) {\n @if meta.type-of($value) == 'map' or list.length($value) == 1 {\n @return $value $value $value $value;\n } @else if list.length($value) == 4 {\n @return $value;\n } @else if list.length($value) == 3 {\n @return list.nth($value, 1) list.nth($value, 2) list.nth($value, 3)\n list.nth($value, 2);\n } @else if list.length($value) == 2 {\n @return list.nth($value, 1) list.nth($value, 2) list.nth($value, 1)\n list.nth($value, 2);\n }\n\n @error \"Invalid CSS property value: '#{$value}' is more than 4 values\";\n}\n","@use '../../mixins';\n\naio-contributor-list {\n .contributor-group {\n --columns: 2;\n display: grid;\n grid-template-columns: repeat(var(--columns), 1fr);\n justify-items: stretch;\n\n @media (max-width: 75rem) {\n --columns: 1;\n }\n }\n}\n\naio-contributor {\n display: grid;\n\n .contributor-card {\n margin: 3.5rem;\n display: grid;\n grid-template-columns: 10rem 1fr;\n grid-template-rows: min-content 1fr min-content;\n padding: 3rem 3rem 0 3rem;\n border-radius: 5px;\n\n &.no-image {\n grid-template-columns: 0 1fr;\n }\n\n $angular-shape-polygon: polygon(50% 0, 99% 18%, 89% 78%, 50% 100%, 11% 78%, 3% 17%);\n\n .contributor-image-wrapper {\n grid-column: 1 / 2;\n grid-row: 1 / 5;\n width: 14rem;\n height: 14rem;\n position: relative;\n top: -5rem;\n left: -5rem;\n clip-path: $angular-shape-polygon;\n }\n\n .contributor-image {\n position: absolute;\n top: 2px;\n left: 2px;\n width: calc(100% - 4px);\n height: calc(100% - 4px);\n clip-path: $angular-shape-polygon;\n object-fit: cover;\n }\n\n .contributor-social-links {\n display: flex;\n grid-column: 1;\n grid-row: 2;\n align-self: end;\n\n a {\n display: inline-block;\n margin-right: 1.5rem;\n margin-bottom: 1rem;\n display: flex;\n overflow: hidden;\n\n mat-icon {\n $icon-size: 3rem;\n font-size: $icon-size;\n height: $icon-size;\n width: $icon-size;\n\n svg {\n height: $icon-size;\n width: $icon-size;\n }\n\n &.link-icon {\n transform: rotate(45deg);\n }\n }\n }\n margin-bottom: 0.5rem;\n }\n\n .contributor-title {\n margin-top: 0;\n grid-column: 2;\n }\n\n .contributor-bio {\n grid-column: 2;\n margin-bottom: 2rem;\n }\n\n @media (max-width: 45rem) {\n grid-template-columns: 1fr;\n &.no-image {\n grid-template-columns: 1fr;\n }\n grid-template-rows: min-content 1fr;\n\n .contributor-image-wrapper {\n grid-column: 1;\n grid-row: 1;\n left: 0;\n justify-self: center;\n margin-bottom: -3rem;\n }\n\n .contributor-title {\n text-align: center;\n }\n\n .contributor-social-links {\n grid-row: 4;\n justify-content: space-evenly;\n }\n\n .contributor-social-links,\n .contributor-title,\n .contributor-bio {\n grid-column: 1;\n }\n }\n }\n}\n","@use 'sass:selector';\n@use '../../constants';\n@use '../../mixins';\n\n/*\n * General styling to make detail/summary tags look a bit more material\n * To get the best out of it you should structure your usage like this:\n *\n * ```html\n * <details>\n * <summary>Some title</summary>\n * <div class=\"details-content\">\n * Some content\n * </div>\n * </details>\n * ```\n *\n * Optionally, you can use an `.actions` container inside `<summary>` to show expand/collapse\n * actions and/or a rotating icon:\n * ```html\n * <summary>\n * <span>Some title</span>\n * <span class=\"actions\">\n * <span class=\"action-expand\">Show more</span>\n * <span class=\"action-collapse\">Show less</span>\n * <i class=\"material-icons expand\">expand_more</i>\n * </span>\n * </summary>\n * ```\n */\n\ndetails {\n > summary {\n cursor: pointer;\n @include mixins.font-size(16);\n position: relative;\n padding: 16px;\n height: inherit;\n display: flex; // Remove the built in details marker in FF\n align-items: center;\n overflow: hidden;\n\n &::-webkit-details-marker {\n display: none; // Remove the built in details marker in webkit\n }\n\n > h2 {\n margin: 0;\n padding: 0;\n border: none;\n display: inline;\n }\n\n .actions {\n align-items: center;\n display: flex;\n @include mixins.font-size(14);\n\n // Show/hide expand and collapse actions.\n .action-expand {\n display: initial;\n\n @at-root #{selector.replace(&, 'details', 'details[open]')} {\n display: none;\n }\n }\n\n .action-collapse {\n display: none;\n\n @at-root #{selector.replace(&, 'details', 'details[open]')} {\n display: initial;\n }\n }\n\n // Rotate the expand/collapse icon.\n .material-icons.expand {\n @include mixins.rotate(0deg);\n\n @at-root #{selector.replace(&, 'details', 'details[open]')} {\n @include mixins.rotate(180deg);\n }\n }\n }\n }\n\n .details-content {\n padding: 16px 24px;\n }\n}\n","@use '../../mixins';\n\n.error-list {\n display: grid;\n list-style: none;\n padding: 0;\n overflow: hidden;\n\n @media screen and (max-width: 600px) {\n margin: 0 0 0 -8px;\n }\n\n li {\n @include mixins.font-size(14);\n margin: 8px 0;\n @include mixins.line-height(14);\n padding: 0;\n float: left;\n overflow: hidden;\n min-width: 220px;\n text-overflow: ellipsis;\n white-space: nowrap;\n\n .symbol.runtime:before {\n content: \"R\";\n }\n\n .symbol.compiler:before {\n content: \"C\";\n }\n\n a {\n display: inline-block;\n @include mixins.line-height(16);\n padding: 0 16px 0;\n text-decoration: none;\n transition: all .3s;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n }\n}\n","@use '../../mixins';\n\n// FEATURES MARKETING PAGE SPECIFIC STYLES\n\n.feature-section {\n margin: 0 0 32px;\n\n .feature-header, .text-headline {\n text-align: center;\n }\n\n .feature-header img {\n margin: 16px;\n max-width: 70px;\n }\n\n .feature-title {\n @include mixins.font-size(16);\n font-weight: 500;\n margin: 8px 0px;\n clear: both;\n }\n\n .feature-row {\n display: flex;\n flex-wrap: wrap;\n justify-content: space-evenly;\n\n @media (max-width: 1057px) {\n flex-direction: column;\n }\n\n .feature {\n max-width: 300px;\n margin: 0 16px;\n\n @media (max-width: 1057px) {\n max-width: 100%;\n padding: 8px 10%;\n }\n\n @media (max-width: 768px) {\n padding: 8px 0;\n }\n }\n }\n}\n","@use '../../mixins';\n\n.filetree {\n border-radius: 4px;\n margin: 0 0 24px 0;\n padding: 16px 32px;\n\n .file {\n display: block;\n @include mixins.letter-spacing(0.3);\n @include mixins.line-height(32);\n }\n\n .children {\n padding-left: 24px;\n position: relative;\n overflow: hidden;\n\n .file {\n position: relative;\n\n &:before {\n content: '';\n left: -18px;\n bottom: 16px;\n width: 16px;\n height: 9999px;\n position: absolute;\n border-width: 0 0 1px 1px;\n border-style: solid;\n border-radius: 0 0 0 3px;\n }\n }\n }\n}\n","@use '../../mixins';\n\n.reviewed {\n @include mixins.font-size(13);\n font-style: italic;\n text-align: right;\n}",".sidenav-content {\n h1, h2, h3, h4, h5, h6 {\n\n .header-link {\n margin: 0 6px;\n text-decoration: none;\n user-select: none;\n visibility: hidden;\n display: inline-flex;\n vertical-align: middle;\n }\n\n &:hover .header-link {\n visibility: visible;\n }\n }\n}\n","hr {\n border: none;\n height: 1px;\n}\n",".content {\n img {\n\n &.right {\n clear: both;\n float: right;\n margin-left: 20px;\n margin-bottom: 20px;\n }\n\n &.left {\n clear: both;\n float: left;\n margin-right: 20px;\n margin-bottom: 20px;\n }\n\n @media (max-width: 1300px) {\n max-width: 100%;\n height: auto;\n margin: auto;\n }\n\n @media (max-width: 600px) {\n float: none !important;\n &.right {\n margin-left: 0;\n }\n &.left {\n margin-right: 0;\n }\n }\n }\n\n .lightbox {\n margin: 0;\n margin-top: 14px;\n margin-bottom: 14px;\n border-radius: 1px;\n padding: 32px;\n box-sizing: border-box;\n display: flex;\n justify-content: center;\n box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .2);\n margin: 16px 0;\n width: 100%;\n display: flex;\n justify-content: center;\n\n img {\n max-width: 100%;\n height: auto;\n padding: 8px;\n margin: auto;\n box-shadow: 0 2px 2px rgba(10, 16, 20, 0.24), 0 0 2px rgba(10, 16, 20, 0.12);\n border-radius: 4px;\n }\n }\n}\n","@use '../../mixins';\n\n.api-header label,\nlabel.api-status-label {\n border-radius: 4px;\n padding: 2px 10px;\n display: inline;\n @include mixins.font-size(12);\n margin-right: 8px;\n font-weight: 500;\n text-transform: uppercase;\n line-height: initial;\n\n @media screen and (max-width: 600px) {\n display: block;\n margin: 4px 0;\n }\n\n &.page-label {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n margin-bottom: 8px;\n width: 140px;\n\n .material-icons {\n margin-right: 8px;\n }\n }\n\n &.property-type-label {\n @include mixins.font-size(12);\n text-transform: none;\n }\n}","@use '../../mixins';\n@use '../../constants';\n\n$notificationHeight: 56px;\n\n// we need to override some of the toolbar styling\n.app-toolbar mat-toolbar-row.notification-container {\n padding: 0;\n height: auto;\n overflow: hidden;\n}\n\naio-notification {\n display: flex;\n position: relative;\n width: 100%;\n height: $notificationHeight;\n justify-content: center;\n\n @media (max-width: 430px) {\n justify-content: flex-start;\n padding-left: 10px;\n }\n\n .close-button {\n width: $notificationHeight;\n height: $notificationHeight;\n }\n\n .content {\n width: calc(100% - #{$notificationHeight});\n text-transform: none;\n padding: 0;\n\n > * {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n width: 100%;\n }\n\n .title {\n margin-right: 10px;\n }\n\n .link {\n text-transform: none;\n }\n\n .icon {\n margin-right: 10px;\n\n @media (max-width: 464px) {\n display: none;\n }\n }\n\n .message {\n overflow: auto;\n margin-right: 10px;\n color: constants.$powderblue;\n }\n\n .action-button {\n border-radius: 15px;\n text-transform: uppercase;\n padding: 0 10px;\n @include mixins.font-size(12);\n @media (max-width: 780px) {\n display: none;\n }\n }\n }\n}\n\n// Here are all the hacks to make the content and sidebars the right height\n// when the notification is visible\n.aio-notification-show {\n .toc-container {\n top: 76px + $notificationHeight;\n }\n\n .search-results {\n border-top-width: 68px + $notificationHeight;\n }\n\n mat-sidenav-container.sidenav-container {\n .sidenav-content {\n padding-top: 80px + $notificationHeight;\n }\n\n mat-sidenav.sidenav {\n top: 64px + $notificationHeight;\n\n @media (max-width: 600px) {\n top: 56px + $notificationHeight;\n }\n }\n }\n}\n\n@include mixins.marketing-pages {\n &.aio-notification-show {\n mat-sidenav-container.sidenav-container {\n .sidenav-content {\n padding-top: $notificationHeight;\n }\n }\n }\n}\n\n// Animate the content when the notification bar is dismissed\n// this should be kept in sync with the animation durations in\n// - aio/src/app/layout/notification/notification.component.ts\n// - aio/src/app/app.component.ts : notificationDismissed()\n.aio-notification-animating {\n .sidenav-content {\n transition: padding-top 250ms ease;\n }\n\n mat-sidenav.sidenav, .toc-container {\n transition: top 250ms ease;\n }\n}\n",".progress-bar-container {\n height: 2px;\n overflow: hidden;\n position: fixed;\n top: 0;\n width: 100vw;\n z-index: 11;\n}\n","@use '../../mixins';\n\n.presskit-container {\n padding: 0 32px 32px 32px;\n\n img {\n height: 128px;\n width: auto;\n }\n\n .presskit-section {\n &:not(:first-child) {\n margin-top: 4rem;\n padding-top: 2rem;\n }\n\n .presskit-icon-group {\n display: flex;\n flex-wrap: wrap;\n\n .presskit-icon-item {\n align-items: center;\n display: flex;\n margin: 1rem;\n width: calc(50% - 2rem);\n\n @media screen and (max-width: 600px) {\n align-items: flex-start;\n flex-direction: column;\n margin-bottom: 2rem;\n }\n\n .presskit-image-container {\n flex: none;\n margin-right: 2rem;\n\n @media (max-width: 600px) {\n width: 100%;\n margin-right: 0;\n }\n\n .transparent-img, .transparent-img-inverse {\n border-radius: 50%;\n }\n }\n\n .presskit-links-container {\n list-style-type: none;\n margin-bottom: 0;\n padding: 0;\n\n a {\n padding-right: 3rem;\n position: relative;\n\n &::after {\n content: \"cloud_download\";\n font-family: \"Material Icons\";\n @include mixins.font-size(24);\n position: absolute;\n right: 0;\n }\n }\n }\n }\n }\n }\n}\n","@use '../../constants';\n@use '../../mixins';\n\naio-resource-list {\n .showcase {\n transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);\n box-shadow: 0 1px 4px 0 rgba(constants.$black, 0.37);\n border-radius: 4px;\n margin-bottom: 8px * 6;\n }\n\n .resource-item {\n .resource-name {\n margin: 0;\n @include mixins.line-height(24);\n @include mixins.font-size(20);\n }\n\n .resource-description {\n margin: 0;\n }\n }\n\n .subcategory-title {\n padding: 16px 23px;\n margin: 0;\n @include mixins.font-size(24);\n }\n\n .resource-row-link {\n display: flex;\n flex-direction: column;\n border: transparent solid 1px;\n padding: 16px 23px 16px 23px;\n transition: all .3s;\n\n &:hover {\n text-decoration: none;\n border-radius: 4px;\n transform: translateY(-2px);\n }\n }\n}\n",".page-guide-roadmap {\n .completed-details {\n box-shadow: none;\n margin-top: 4rem;\n padding: 4rem 0 2rem;\n\n > summary {\n justify-content: space-between;\n padding: 0;\n }\n\n > .details-content {\n padding: 0;\n }\n }\n\n .roadmap-last-updated {\n font-style: italic;\n }\n}\n","@use '../../mixins';\n\naio-search-results {\n z-index: 10;\n\n .search-results {\n display: flex;\n flex-direction: row;\n overflow: auto;\n padding: 0px 32px;\n border-top: 68px solid transparent;\n width: auto;\n max-height: 95vh;\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n z-index: 5;\n box-sizing: border-box;\n\n .search-area {\n margin: 0 auto;\n padding: 16px;\n\n .search-section-header {\n @include mixins.font-size(16);\n font-weight: 400;\n margin: 10px 0px 5px;\n text-transform: uppercase;\n }\n\n ul {\n margin: 0;\n padding: 0;\n\n li {\n list-style: none;\n }\n\n .search-result-item {\n @include mixins.font-size(14);\n @include mixins.line-height(24);\n display: inline-block;\n font-weight: normal;\n padding: 0.6rem 0;\n\n &a {\n text-decoration: none;\n }\n }\n\n &.priority-pages {\n padding: 0.5rem 0;\n\n .search-result-item {\n font-weight: bold;\n }\n }\n }\n }\n\n .no-results {\n text-align: center;\n margin: 16px;\n }\n\n a {\n font-weight: 500;\n }\n\n @media (max-width: 600px) {\n display: block;\n }\n\n .close-button {\n position: absolute;\n $offset: 1rem;\n top: $offset;\n right: $offset;\n border: none;\n padding: 0;\n margin: 3px;\n display: flex;\n opacity: 0;\n width: 0;\n background-color: inherit;\n cursor: pointer;\n transition: 100ms opacity;\n\n &:focus {\n opacity: 1;\n width: auto;\n }\n }\n }\n\n &.embedded {\n .search-results {\n padding: 0;\n color: inherit;\n max-height: 100%;\n position: relative;\n background-color: inherit;\n box-shadow: none;\n }\n }\n}\n","@use '../../constants';\n@use '../../mixins';\n\n/* SELECT MENU */\n\naio-select {\n .form-select-menu {\n position: relative;\n }\n\n .form-select-button {\n box-sizing: border-box;\n border-radius: 4px;\n @include mixins.font-size(14);\n font-weight: 400;\n @include mixins.line-height(32);\n outline: none;\n padding: 4px 16px;\n text-align: left;\n width: 100%;\n cursor: pointer;\n display: flex;\n align-items: center;\n flex-direction: row;\n\n strong {\n font-weight: 600;\n margin-right: 8px;\n text-transform: capitalize;\n }\n\n &[disabled] {\n cursor: not-allowed;\n }\n }\n\n .form-select-dropdown {\n border-radius: 4px;\n list-style-type: none;\n margin: 0;\n padding: 0;\n position: absolute;\n top: 0;\n width: 100%;\n z-index: constants.$layer-2;\n\n li {\n cursor: pointer;\n @include mixins.font-size(14);\n @include mixins.line-height(32);\n margin: 0;\n padding: 4px 16px 4px 40px;\n position: relative;\n transition: all 0.2s;\n border: 1px solid transparent;\n\n &:first-child {\n border-radius: 4px 4px 0 0;\n }\n\n &:last-child {\n border-radius: 0 0 4px 4px;\n }\n\n .symbol {\n left: 16px;\n position: absolute;\n top: 12px;\n z-index: constants.$layer-5;\n }\n }\n }\n}\n","@use 'sass:map';\n@use '@angular/cdk' as cdk;\n@use '@angular/material' as mat;\n@use '../../constants' as c;\n\n.skip-to-content-link {\n @include mat.elevation(6);\n background: map.get(mat.$grey-palette, 50);\n border: 1px dashed;\n border-radius: 8px;\n color: c.$blue;\n font-weight: 500;\n margin: 5px;\n outline: none;\n padding: 1rem 1.5rem;\n position: fixed;\n top: -100%;\n z-index: cdk.$overlay-container-z-index + 1;\n\n &:active,\n &:focus {\n top: auto;\n }\n\n &:hover {\n text-decoration: underline;\n }\n}\n","@use '../../mixins';\n\ntable {\n margin: 24px 0px;\n border-radius: 2px;\n\n &.is-full-width {\n width: 100%;\n }\n\n &.is-fixed-layout {\n table-layout: fixed;\n }\n\n thead {\n vertical-align: middle;\n border-color: inherit;\n\n > tr {\n vertical-align: inherit;\n border-color: inherit;\n }\n\n > tr > th {\n @include mixins.font-size(12);\n font-weight: 500;\n padding: 8px 24px;\n text-align: left;\n text-transform: uppercase;\n @include mixins.line-height(28);\n }\n }\n\n tbody > tr {\n > th,\n > td {\n padding: 16px;\n text-align: left;\n @include mixins.line-height(24);\n vertical-align: baseline;\n\n @media (max-width: 480px) {\n &:before {\n // content: **ADD TABLE HEADER**;\n display: inline-block;\n }\n }\n\n }\n\n > td {\n @include mixins.letter-spacing(0.3);\n }\n\n > th {\n font-weight: 600;\n max-width: 100px;\n }\n }\n\n tbody > tr {\n &:last-child td {\n border: none;\n }\n }\n}\n\n.page-guide-cheatsheet {\n\n table tbody td {\n overflow: auto;\n }\n\n @media only screen and (max-width: 990px) {\n\n /* Force table to not be like tables anymore */\n table, thead, tbody, tfoot, tr, th, td {\n display: block;\n position: relative;\n max-width: 100%;\n }\n\n th {\n border-right: none;\n }\n\n th, td {\n &:not(:last-child) {\n border-bottom: none;\n padding-bottom: 0px;\n }\n }\n }\n}\n\n.page-events {\n tr > td, tr > th {\n width: 33%;\n }\n}\n","@use 'sass:math';\n@use '../../mixins';\n\n$tocItemLineHeight: 24;\n$tocItemTopPadding: 9;\n$tocMarkerRailSize: 1;\n$tocMarkerSize: 6;\n\n@mixin tocMarker() {\n border-radius: 50%;\n content: \"\";\n height: #{$tocMarkerSize}px;\n left: -#{math.div($tocMarkerSize - $tocMarkerRailSize, 2)}px;\n position: absolute;\n top: calc(#{$tocItemTopPadding}px + #{math.div($tocItemLineHeight, 2)}px - #{math.div($tocMarkerSize, 2)}px);\n top: calc(#{$tocItemTopPadding}px + #{math.div($tocItemLineHeight, 2 * 10)}rem - #{math.div($tocMarkerSize, 2)}px);\n width: #{$tocMarkerSize}px;\n}\n\n.toc-container {\n width: 18vw;\n position: fixed;\n top: 76px;\n right: 0;\n bottom: 12px;\n overflow-y: auto;\n overflow-x: hidden;\n}\n\naio-toc {\n .toc-inner {\n @include mixins.font-size(13);\n overflow-y: visible;\n padding: 4px 0 0 10px;\n\n .toc-heading,\n .toc-list .h1 {\n @include mixins.font-size(16);\n }\n\n .toc-heading {\n font-weight: 500;\n margin: 0 0 16px 8px;\n padding: 0;\n\n &.secondary {\n position: relative;\n top: -8px;\n }\n }\n\n button {\n &.toc-heading,\n &.toc-more-items {\n cursor: pointer;\n display: inline-block;\n background: 0;\n background-color: transparent;\n border: none;\n box-shadow: none;\n padding: 0;\n text-align: start;\n\n &.embedded:focus {\n outline: none;\n }\n }\n\n &.toc-heading {\n mat-icon.rotating-icon {\n height: 18px;\n width: 18px;\n position: relative;\n left: -4px;\n top: 5px;\n }\n }\n\n &.toc-more-items {\n top: 10px;\n position: relative;\n\n &::after {\n content: \"expand_less\";\n }\n\n &.collapsed::after {\n content: \"more_horiz\";\n }\n }\n }\n\n .mat-icon {\n &.collapsed {\n @include mixins.rotate(0deg);\n }\n\n &:not(.collapsed) {\n @include mixins.rotate(90deg);\n }\n }\n\n ul.toc-list {\n list-style-type: none;\n margin: 0;\n padding: 0 8px 0 0;\n\n @media (max-width: 800px) {\n width: auto;\n }\n\n li {\n box-sizing: border-box;\n @include mixins.line-height($tocItemLineHeight);\n padding: #{$tocItemTopPadding}px 0 #{$tocItemTopPadding}px 12px;\n position: relative;\n transition: all 0.3s ease-in-out;\n\n &.h1:after {\n content: \"\";\n display: block;\n height: 1px;\n width: 40%;\n margin: 7px 0 4px 0;\n clear: both;\n }\n\n &.h3 {\n padding-left: 24px;\n }\n\n a {\n overflow: visible;\n @include mixins.font-size(14);\n line-height: inherit;\n display: table-cell;\n }\n\n &.active {\n * {\n font-weight: 500;\n }\n\n a:before {\n @include tocMarker();\n }\n }\n }\n\n &:not(.embedded) li {\n &:before {\n bottom: 0;\n content: \"\";\n left: 0;\n position: absolute;\n top: 0;\n border-left-width: #{$tocMarkerRailSize}px;\n border-left-style: solid;\n }\n\n &:first-child:before {\n top: calc(#{$tocItemTopPadding}px + #{math.div($tocItemLineHeight, 2)}px - #{math.div($tocMarkerSize, 2)}px);\n top: calc(#{$tocItemTopPadding}px + #{math.div($tocItemLineHeight, 2 * 10)}rem - #{math.div($tocMarkerSize, 2)}px);\n }\n\n &:last-child:before {\n bottom: calc(100% - (#{$tocItemTopPadding}px + #{math.div($tocItemLineHeight, 2)}px + #{math.div($tocMarkerSize, 2)}px));\n bottom: calc(100% - (#{$tocItemTopPadding}px + #{math.div($tocItemLineHeight, 2 * 10)}rem + #{math.div($tocMarkerSize, 2)}px));\n }\n\n &:not(.active):hover {\n a:before {\n @include tocMarker();\n }\n }\n }\n }\n }\n\n // Alternative TOC View for Smaller Screens\n &.embedded {\n @media (min-width: 801px) {\n display: none;\n }\n\n .toc-inner {\n padding: 12px 0 0 0;\n\n .toc-heading {\n margin: 0 0 8px;\n }\n\n &.collapsed {\n .secondary {\n display: none;\n }\n }\n }\n }\n}\n","@use './constants';\n@use './mixins';\n\n@media print {\n // General Adjustments\n * {\n box-shadow: none !important;\n }\n\n body,\n mat-sidenav-container {\n background: none !important;\n }\n\n h1 {\n height: 40px !important;\n color: constants.$darkgray !important;\n }\n\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n page-break-after: avoid;\n }\n\n ul,\n ol,\n img,\n code-example,\n table,\n tr,\n .alert,\n .feature,\n .lightbox {\n page-break-inside: avoid;\n }\n\n table tbody tr:last-child td {\n border-bottom: 1px solid constants.$lightgray !important;\n }\n\n img {\n max-width: 100% !important;\n }\n\n p {\n widows: 4;\n }\n\n p > code,\n li > code,\n table code {\n color: constants.$blue !important;\n }\n\n // No Print Class\n .no-print {\n display: none !important;\n }\n\n // Custom No Print for Sidenav Menu\n mat-sidenav.sidenav.mat-sidenav {\n display: none !important;\n }\n\n // Custom No Print Element Adjustments\n .mat-sidenav-content {\n margin: 0 !important;\n }\n\n mat-sidenav-container.sidenav-container {\n min-width: 100vw;\n }\n\n .sidenav-content {\n overflow: visible;\n }\n\n section#intro {\n .hero-logo {\n align-items: center;\n background: none;\n justify-content: center;\n\n &::after {\n @include mixins.font-size(64);\n @include mixins.line-height(100);\n\n color: constants.$brightred;\n content: 'Angular';\n font-weight: bold;\n }\n }\n }\n\n .filetree {\n max-width: 100%;\n }\n\n aio-code code {\n border: none !important;\n }\n\n code-example {\n &[language=shell],\n &[language=sh],\n &[language=bash] {\n background: none;\n\n .pnk,\n .blk,\n .pln,\n .otl,\n .kwd,\n .typ,\n .tag,\n .str,\n .atv,\n .atn,\n .com,\n .lit,\n .pun,\n .dec {\n color: constants.$darkgray;\n }\n }\n\n header {\n background: none;\n border: 0.5px solid constants.$lightgray;\n color: constants.$darkgray;\n }\n }\n\n .content code {\n border: 0.5px solid constants.$lightgray;\n }\n\n .mat-tab-labels {\n div.mat-tab-label {\n &:not(.mat-tab-label-active) span {\n font-style: italic;\n }\n\n &.mat-tab-label-active span {\n font-weight: bold;\n }\n }\n }\n\n .api-header label {\n color: constants.$darkgray !important;\n font-weight: bold !important;\n margin: 2px !important;\n padding: 0 !important;\n display: block !important;\n }\n\n .feature-section img {\n max-width: 70px !important;\n }\n}\n","@use '@angular/cdk';\n@use '../tokens/m2/mat/ripple' as tokens-mat-ripple;\n@use '../tokens/token-utils';\n\n@mixin ripple() {\n // The host element of an mat-ripple directive should always have a position of \"absolute\" or\n // \"relative\" so that the ripples inside are correctly positioned relatively to the container.\n .mat-ripple {\n overflow: hidden;\n\n // By default, every ripple container should have position: relative in favor of creating an\n // easy API for developers using the MatRipple directive.\n position: relative;\n\n // Promote containers that have ripples to a new layer. We want to target `:not(:empty)`,\n // because we don't want all ripple containers to have their own layer since they're used in a\n // lot of places and the layer is only relevant while animating. Note that ideally we'd use\n // the `contain` property here (see #13175), because `:empty` can be broken by having extra\n // text inside the element, but it isn't very well supported yet.\n &:not(:empty) {\n transform: translateZ(0);\n }\n }\n\n .mat-ripple.mat-ripple-unbounded {\n overflow: visible;\n }\n\n .mat-ripple-element {\n position: absolute;\n border-radius: 50%;\n pointer-events: none;\n\n transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);\n\n // We use a 3d transform here in order to avoid an issue in Safari where\n // the ripples aren't clipped when inside the shadow DOM (see #24028).\n transform: scale3d(0, 0, 0);\n\n @include token-utils.use-tokens(\n tokens-mat-ripple.$prefix, tokens-mat-ripple.get-token-slots()) {\n // We have to emit a fallback value here, because some internal builds depend on it.\n background-color: var(#{token-utils.get-token-variable(color)}, rgba(#000, 0.1));\n }\n\n // In high contrast mode the ripple is opaque, causing it to obstruct the content.\n @include cdk.high-contrast(active, off) {\n display: none;\n }\n }\n}\n","/// Emits a CSS class, `.cdk-visually-hidden`. This class can be applied to an element\n/// to make that element visually hidden while remaining available to assistive technology.\n@mixin a11y-visually-hidden() {\n .cdk-visually-hidden {\n border: 0;\n clip: rect(0 0 0 0);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px;\n\n // This works around a Chrome bug that can cause the tab to crash when large amounts of\n // non-English text get wrapped: https://bugs.chromium.org/p/chromium/issues/detail?id=1201444\n white-space: nowrap;\n\n // Avoid browsers rendering the focus ring in some cases.\n outline: 0;\n\n // Avoid some cases where the browser will still render the native controls (see #9049).\n -webkit-appearance: none;\n -moz-appearance: none;\n\n // We need at least one of top/bottom/left/right in order to prevent cases where the\n // absolute-positioned element is pushed down and can affect scrolling (see #24597).\n // `left` was chosen here, because it's the least likely to break overrides where the\n // element might have been positioned (e.g. `mat-checkbox`).\n left: 0;\n\n [dir='rtl'] & {\n left: auto;\n right: 0;\n }\n }\n}\n\n/// @deprecated Use `a11y-visually-hidden`.\n@mixin a11y() {\n @include a11y-visually-hidden;\n}\n\n/// Emits the mixin's content nested under `$selector-context` if `$selector-context`\n/// is non-empty.\n/// @param {String} selector-context The selector under which to nest the mixin's content.\n@mixin _optionally-nest-content($selector-context) {\n @if ($selector-context == '') {\n @content;\n }\n @else {\n #{$selector-context} {\n @content;\n }\n }\n}\n\n/// Applies styles for users in high contrast mode. Note that this only applies\n/// to Microsoft browsers. Chrome can be included by checking for the `html[hc]`\n/// attribute, however Chrome handles high contrast differently.\n///\n/// @param {String} target Type of high contrast setting to target. Defaults to `active`, can be\n/// `white-on-black` or `black-on-white`.\n/// @param {String} encapsulation Whether to emit styles for view encapsulation. Values are:\n/// * `on` - works for `Emulated`, `Native`, and `ShadowDom`\n/// * `off` - works for `None`\n/// * `any` - works for all encapsulation modes by emitting the CSS twice (default).\n@mixin high-contrast($target: active, $encapsulation: 'any') {\n @if ($target != 'active' and $target != 'black-on-white' and $target != 'white-on-black') {\n @error 'Unknown cdk-high-contrast value \"#{$target}\" provided. ' +\n 'Allowed values are \"active\", \"black-on-white\", and \"white-on-black\"';\n }\n\n @if ($encapsulation != 'on' and $encapsulation != 'off' and $encapsulation != 'any') {\n @error 'Unknown cdk-high-contrast encapsulation \"#{$encapsulation}\" provided. ' +\n 'Allowed values are \"on\", \"off\", and \"any\"';\n }\n\n // If the selector context has multiple parts, such as `.section, .region`, just doing\n // `.cdk-high-contrast-xxx #{&}` will only apply the parent selector to the first part of the\n // context. We address this by nesting the selector context under .cdk-high-contrast.\n @at-root {\n $selector-context: #{&};\n\n @if ($encapsulation != 'on') {\n // Note that if this selector is updated, the same change has to be made inside\n // `_overlay.scss` which can't depend on this mixin due to some infrastructure limitations.\n .cdk-high-contrast-#{$target} {\n @include _optionally-nest-content($selector-context) {\n @content;\n }\n }\n }\n\n @if ($encapsulation != 'off') {\n .cdk-high-contrast-#{$target} :host {\n @include _optionally-nest-content($selector-context) {\n @content;\n }\n }\n }\n }\n}\n","// We want overlays to always appear over user content, so set a baseline\n// very high z-index for the overlay container, which is where we create the new\n// stacking context for all overlays.\n$overlay-container-z-index: 1000 !default;\n$overlay-z-index: 1000 !default;\n$overlay-backdrop-z-index: 1000 !default;\n\n// Background color for all of the backdrops\n$overlay-backdrop-color: rgba(0, 0, 0, 0.32) !default;\n\n// Default backdrop animation is based on the Material Design swift-ease-out.\n$backdrop-animation-duration: 400ms !default;\n$backdrop-animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1) !default;\n\n/// Emits structural styles required for cdk/overlay to function.\n@mixin overlay() {\n .cdk-overlay-container, .cdk-global-overlay-wrapper {\n // Disable events from being captured on the overlay container.\n pointer-events: none;\n\n // The container should be the size of the viewport.\n top: 0;\n left: 0;\n height: 100%;\n width: 100%;\n }\n\n // The overlay-container is an invisible element which contains all individual overlays.\n .cdk-overlay-container {\n position: fixed;\n z-index: $overlay-container-z-index;\n\n &:empty {\n // Hide the element when it doesn't have any child nodes. This doesn't\n // include overlays that have been detached, rather than disposed.\n display: none;\n }\n }\n\n // We use an extra wrapper element in order to use make the overlay itself a flex item.\n // This makes centering the overlay easy without running into the subpixel rendering\n // problems tied to using `transform` and without interfering with the other position\n // strategies.\n .cdk-global-overlay-wrapper {\n display: flex;\n position: absolute;\n z-index: $overlay-z-index;\n }\n\n // A single overlay pane.\n .cdk-overlay-pane {\n // Note: it's important for this one to start off `absolute`,\n // in order for us to be able to measure it correctly.\n position: absolute;\n pointer-events: auto;\n box-sizing: border-box;\n z-index: $overlay-z-index;\n\n // For connected-position overlays, we set `display: flex` in\n // order to force `max-width` and `max-height` to take effect.\n display: flex;\n max-width: 100%;\n max-height: 100%;\n }\n\n .cdk-overlay-backdrop {\n // TODO(jelbourn): reuse sidenav fullscreen mixin.\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n\n z-index: $overlay-backdrop-z-index;\n pointer-events: auto;\n -webkit-tap-highlight-color: transparent;\n transition: opacity $backdrop-animation-duration $backdrop-animation-timing-function;\n opacity: 0;\n\n &.cdk-overlay-backdrop-showing {\n opacity: 1;\n\n // Note that we can't import and use the `high-contrast` mixin from `_a11y.scss`, because\n // this file will be copied to the top-level `cdk` package when putting together the files\n // for npm. Any relative import paths we use here will become invalid once the file is copied.\n .cdk-high-contrast-active & {\n // In high contrast mode the rgba background will become solid\n // so we need to fall back to making it opaque using `opacity`.\n opacity: 0.6;\n }\n }\n }\n\n .cdk-overlay-dark-backdrop {\n background: $overlay-backdrop-color;\n }\n\n .cdk-overlay-transparent-backdrop {\n // Define a transition on the visibility so that the `transitionend` event can fire immediately.\n transition: visibility 1ms linear, opacity 1ms linear;\n visibility: hidden;\n opacity: 1;\n\n // Note: as of Firefox 57, having the backdrop be `background: none` will prevent it from\n // capturing the user's mouse scroll events. Since we also can't use something like\n // `rgba(0, 0, 0, 0)`, we work around the inconsistency by not setting the background at\n // all and using `opacity` to make the element transparent.\n &.cdk-overlay-backdrop-showing {\n opacity: 0;\n visibility: visible;\n }\n }\n\n .cdk-overlay-backdrop-noop-animation {\n transition: none;\n }\n\n // Overlay parent element used with the connected position strategy. Used to constrain the\n // overlay element's size to fit within the viewport.\n .cdk-overlay-connected-position-bounding-box {\n position: absolute;\n z-index: $overlay-z-index;\n\n // We use `display: flex` on this element exclusively for centering connected overlays.\n // When *not* centering, a top/left/bottom/right will be set which overrides the normal\n // flex layout.\n display: flex;\n\n // We use the `column` direction here to avoid some flexbox issues in Edge\n // when using the \"grow after open\" options.\n flex-direction: column;\n\n // Add some dimensions so the element has an `innerText` which some people depend on in tests.\n min-width: 1px;\n min-height: 1px;\n }\n\n // Used when disabling global scrolling.\n .cdk-global-scrollblock {\n position: fixed;\n\n // Necessary for the content not to lose its width. Note that we're using 100%, instead of\n // 100vw, because 100vw includes the width plus the scrollbar, whereas 100% is the width\n // that the element had before we made it `fixed`.\n width: 100%;\n\n // Note: this will always add a scrollbar to whatever element it is on, which can\n // potentially result in double scrollbars. It shouldn't be an issue, because we won't\n // block scrolling on a page that doesn't have a scrollbar in the first place.\n overflow-y: scroll;\n }\n}\n","// Structural styles for the autosize text fields.\n@mixin text-field-autosize() {\n // Remove the resize handle on autosizing textareas, because whatever height\n // the user resized to will be overwritten once they start typing again.\n textarea.cdk-textarea-autosize {\n resize: none;\n }\n\n // This class is temporarily applied to the textarea when it is being measured. It is immediately\n // removed when measuring is complete. We use `!important` rules here to make sure user-specified\n // rules do not interfere with the measurement.\n textarea.cdk-textarea-autosize-measuring {\n @include _autosize-measuring-base;\n height: auto !important;\n overflow: hidden !important;\n }\n\n // Similar to the `cdk-textarea-autosize-measuring` class, but only applied on Firefox. We need\n // to use this class, because Firefox has a bug where changing the `overflow` breaks the user's\n // ability to undo/redo what they were typing (see #16629). This class is only scoped to Firefox,\n // because the measurements there don't seem to be affected by the `height: 0`, whereas on other\n // browsers they are, e.g. Chrome detects longer text and IE does't resize back to normal.\n // Identical issue report: https://bugzilla.mozilla.org/show_bug.cgi?id=448784\n textarea.cdk-textarea-autosize-measuring-firefox {\n @include _autosize-measuring-base;\n height: 0 !important;\n }\n}\n\n// Core styles that enable monitoring autofill state of text fields.\n@mixin text-field-autofill() {\n // Keyframes that apply no styles, but allow us to monitor when an text field becomes autofilled\n // by watching for the animation events that are fired when they start. Note: the /*!*/ comment is\n // needed to prevent LibSass from stripping the keyframes out.\n // Based on: https://medium.com/@brunn/detecting-autofilled-fields-in-javascript-aed598d25da7\n @keyframes cdk-text-field-autofill-start {/*!*/}\n @keyframes cdk-text-field-autofill-end {/*!*/}\n\n .cdk-text-field-autofill-monitored:-webkit-autofill {\n // Since Chrome 80 we need a 1ms delay, or the animationstart event won't fire.\n animation: cdk-text-field-autofill-start 0s 1ms;\n }\n\n .cdk-text-field-autofill-monitored:not(:-webkit-autofill) {\n // Since Chrome 80 we need a 1ms delay, or the animationstart event won't fire.\n animation: cdk-text-field-autofill-end 0s 1ms;\n }\n}\n\n@mixin _autosize-measuring-base {\n // Having 2px top and bottom padding seems to fix a bug where Chrome gets an incorrect\n // measurement. We just have to account for it later and subtract it off the final result.\n padding: 2px 0 !important;\n box-sizing: content-box !important;\n}\n\n// Used to generate UIDs for keyframes used to change the text field autofill styles.\n$autofill-color-frame-count: 0;\n\n// Mixin used to apply custom background and foreground colors to an autofilled text field.\n// Based on: https://stackoverflow.com/questions/2781549/\n// removing-input-background-colour-for-chrome-autocomplete#answer-37432260\n@mixin text-field-autofill-color($background, $foreground:'') {\n @keyframes cdk-text-field-autofill-color-#{$autofill-color-frame-count} {\n to {\n background: $background;\n @if $foreground != '' { color: $foreground; }\n }\n }\n\n &:-webkit-autofill {\n animation: cdk-text-field-autofill-color-#{$autofill-color-frame-count} both;\n }\n\n &.cdk-text-field-autofill-monitored:-webkit-autofill {\n // Since Chrome 80 we need a 1ms delay for cdk-text-field-autofill-start, or the animationstart\n // event won't fire.\n animation: cdk-text-field-autofill-start 0s 1ms,\n cdk-text-field-autofill-color-#{$autofill-color-frame-count} both;\n }\n\n $autofill-color-frame-count: $autofill-color-frame-count + 1 !global;\n}\n\n// @deprecated Use `autosize` and `autofill` instead.\n@mixin text-field {\n @include text-field-autosize();\n @include text-field-autofill();\n}\n","@use 'sass:map';\n@use 'sass:meta';\n@use '@angular/cdk';\n@use '../style/layout-common';\n@use '../theming/theming';\n@use '../theming/inspection';\n\n// Private sass variables that will be used as reference throughout component stylesheets.\n$default-border-width: 3px;\n$default-border-style: solid;\n$default-border-color: transparent;\n$default-border-radius: 4px;\n\n// Mixin that renders the focus indicator structural styles.\n@mixin structural-styling($prefix) {\n .#{$prefix}-focus-indicator {\n position: relative;\n\n &::before {\n @include layout-common.fill();\n box-sizing: border-box;\n pointer-events: none;\n display: var(--#{$prefix}-focus-indicator-display, none); // Hide the indicator by default.\n border: var(\n --#{$prefix}-focus-indicator-border-width,\n #{$default-border-width}\n )\n var(\n --#{$prefix}-focus-indicator-border-style,\n #{$default-border-style}\n )\n var(\n --#{$prefix}-focus-indicator-border-color,\n #{$default-border-color}\n );\n border-radius: var(\n --#{$prefix}-focus-indicator-border-radius,\n #{$default-border-radius}\n );\n }\n\n // By default, render the focus indicator when the focus indicator host element takes focus.\n // Defining a pseudo element's content will cause it to render.\n &:focus::before {\n content: '';\n }\n }\n\n // Enable the indicator in high contrast mode.\n @include cdk.high-contrast(active, off) {\n @include customize-focus-indicators((display: block), $prefix);\n }\n}\n\n// Generates CSS variable declarations from a map.\n@mixin _output-variables($map) {\n @each $key, $value in $map {\n @if ($value) {\n --#{$key}: #{$value};\n }\n }\n}\n\n// Mixin that dedups CSS variables for the strong-focus-indicators mixin.\n@mixin customize-focus-indicators($config, $prefix) {\n $border-style: map.get($config, border-style);\n $border-width: map.get($config, border-width);\n $border-radius: map.get($config, border-radius);\n $border-color: map.get($config, border-color);\n $display: map.get($config, display);\n $map: (\n '#{$prefix}-focus-indicator-border-style': $border-style,\n '#{$prefix}-focus-indicator-border-width': $border-width,\n '#{$prefix}-focus-indicator-border-radius': $border-radius,\n '#{$prefix}-focus-indicator-border-color': $border-color,\n '#{$prefix}-focus-indicator-display': $display,\n );\n\n @if (&) {\n @include _output-variables($map);\n }\n @else {\n // We use `html` here instead of `:root`, because the\n // latter causes some issues with internal tooling.\n html {\n @include _output-variables($map);\n }\n }\n}\n\n@mixin strong-focus-indicators($config: ()) {\n // Default focus indicator config.\n $default-config: (\n border-color: black,\n display: block,\n );\n\n // Merge default config with user config.\n $config: map.merge($default-config, $config);\n\n @include customize-focus-indicators($config, 'mat');\n}\n\n@mixin mdc-strong-focus-indicators($config: ()) {\n // Default focus indicator config.\n $default-config: (\n border-color: black,\n display: block,\n );\n\n // Merge default config with user config.\n $config: map.merge($default-config, $config);\n\n @include customize-focus-indicators($config, 'mat-mdc');\n}\n\n@mixin strong-focus-indicators-color($theme-or-color) {\n @if meta.type-of($theme-or-color) == 'color' {\n @include customize-focus-indicators((\n border-color: $theme-or-color\n ), 'mat');\n }\n @else {\n $border-color: inspection.get-theme-color($theme-or-color, primary);\n @include customize-focus-indicators((\n border-color: $border-color\n ), 'mat');\n }\n}\n\n@mixin strong-focus-indicators-theme($theme-or-color) {\n @if meta.type-of($theme-or-color) == 'color' {\n @include customize-focus-indicators((\n border-color: $theme-or-color\n ), 'mat');\n }\n @else {\n @include theming.private-check-duplicate-theme-styles($theme-or-color, 'mat-focus-indicators') {\n @if inspection.theme-has($theme-or-color, color) {\n @include strong-focus-indicators-color($theme-or-color);\n }\n }\n }\n}\n\n@mixin mdc-strong-focus-indicators-color($theme-or-color) {\n @if meta.type-of($theme-or-color) == 'color' {\n @include customize-focus-indicators((\n border-color: $theme-or-color\n ), 'mat-mdc');\n }\n @else {\n $border-color: inspection.get-theme-color($theme-or-color, primary);\n @include customize-focus-indicators((\n border-color: $border-color\n ), 'mat-mdc');\n }\n}\n\n@mixin mdc-strong-focus-indicators-theme($theme-or-color) {\n @if meta.type-of($theme-or-color) == 'color' {\n @include customize-focus-indicators((\n border-color: $theme-or-color\n ), 'mat-mdc');\n }\n @else {\n @include theming.private-check-duplicate-theme-styles(\n $theme-or-color, 'mat-mdc-focus-indicators') {\n @if inspection.theme-has($theme-or-color, color) {\n @include mdc-strong-focus-indicators-color($theme-or-color);\n }\n }\n }\n}\n","// This mixin ensures an element spans to fill the nearest ancestor with defined positioning.\n@mixin fill {\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n position: absolute;\n}\n","@use '@angular/cdk';\n@use './tokens/m2/mat/app' as tokens-mat-app;\n@use './tokens/token-utils';\n@use './ripple/ripple';\n@use './focus-indicators/private';\n@use './mdc-helpers/mdc-helpers';\n\n// Mixin that renders all of the core styles that are not theme-dependent.\n@mixin core() {\n @include ripple.ripple();\n @include cdk.a11y-visually-hidden();\n @include cdk.overlay();\n @include cdk.text-field-autosize();\n @include cdk.text-field-autofill();\n @include private.structural-styling('mat');\n @include private.structural-styling('mat-mdc');\n\n // Wrapper element that provides the theme background when the\n // user's content isn't inside of a `mat-sidenav-container`.\n @at-root {\n .mat-app-background {\n @include mdc-helpers.disable-mdc-fallback-declarations {\n @include token-utils.use-tokens(tokens-mat-app.$prefix, tokens-mat-app.get-token-slots()) {\n // Note: we need to emit fallback values here to avoid errors in internal builds.\n @include token-utils.create-token-slot(background-color, background-color, transparent);\n @include token-utils.create-token-slot(color, text-color, inherit);\n }\n }\n }\n }\n}\n"],"mappings":"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,QACA,QAAA,afCA,YAAA,OJfF,QmBgBE,EAAA,KfTA,UAAA,OeWA,YAAA,InBlBF,cmBmBE,IACA,gBAAA,KACA,eAAA,UACA,SAAA,OACA,OAAA,IjBugDF,CiBpgDE,CAAA,CTwHA,MSxHA,CAfF,UAeE,CAAA,cTwHA,OSxHA,afnBA,UAAA,OAQA,YAAA,OJfF,QmB6BI,EAAA,GjBugDJ,CiBpgDE,CAAA,CTkHA,MSlHA,CArBF,UAqBE,CAAA,cTkHA,OSlHA,afzBA,UAAA,OAQA,YAAA,OJfF,QmBmCI,EAAA,IjBugDJ,CiBpgDE,CAAA,CT4GA,MS5GA,CA3BF,UA2BE,CAAA,gBT4GA,OS5GA,ef/BA,UAAA,OAQA,YAAA,OJfF,QmByCI,EAAA,IjBugDJ,CiBngDA,CT8NE,QS7NA,WAAA,MjBsgDF,CiBpgDE,CT2NA,QS3NA,CTkGA,OVlJF,OmBiDI,EAAA,IACA,WAAA,EAAA,IAAA,IAAA,UACA,WAAA,IAAA,IAAA,WjBsgDJ,CiBrgDI,CTuNF,QSvNE,CT8FF,MS9FE,OACI,UAAA,MAAA,IjBugDR,CiBjgDA,CAAA,cnB3DA,OmB4DE,KAAA,KAAA,IjBogDF,CiBhgDE,CALF,cAKE,MAAA,CTkFA,MSlFA,CArDF,UAqDE,CAAA,cnBhEF,cmBiEI,If1DF,UAAA,OAQA,YAAA,OJfF,OmBoEI,InBpEJ,QmBqEI,EAAA,KACA,MAAA,QACA,UAAA,WjBkgDJ,CiBhgDI,OAAA,CAAA,SAAA,EAAA,OATF,CALF,cAKE,MAAA,CTkFA,MSlFA,CArDF,UAqDE,CAAA,cfzDA,UAAA,OeoEI,MAAA,IjBmgDJ,CACF,CiB//CA,CAAA,YAAA,CAAA,mBACE,eAAA,SjBkgDF,CkBhlDA,CLDA,QfFA,QoBKE,EACA,YAAA,epBNF,coBOE,GlBqlDF,CkBnlDE,CLPF,QKOE,OhBMA,YAAA,OgBJE,YAAA,IpBXJ,QoBYI,IAAA,KpBZJ,OoBaI,EACA,eAAA,UpBdJ,coBeI,IAAA,IAAA,EAAA,ClBqlDJ,CkBllDE,CLhBF,QKgBE,EpBlBF,QoBmBI,KpBnBJ,OoBoBI,EhBbF,UAAA,MFkmDF,CkBjlDE,CLtBF,OKsBE,CAAA,CAAA,KAAA,cpBxBF,QoByBI,KAAA,IlBmlDJ,CmBzmDA,CAAA,eACE,QAAA,KACA,eAAA,IACA,UAAA,KACA,gBAAA,OrBPF,OqBQE,KAAA,CnB4mDF,CmB1mDE,CAPF,eAOE,CAAA,UjBsCA,MAAA,IJhDF,cIiDE,IACA,WAAA,EAAA,IAAA,IAAA,SAAA,CAAA,EAAA,EAAA,IAAA,UACA,WAAA,WACA,WAAA,WAAA,IiBvCE,UAAA,MACA,UAAA,MrBdJ,OqBeI,KAAA,KACA,QAAA,KACA,eAAA,OACA,gBAAA,anB+mDJ,CE3kDE,CiBnDF,ejBmDE,CiB5CA,SjB4CA,OACE,WAAA,EAAA,IAAA,IAAA,SAAA,CAAA,EAAA,EAAA,IAAA,UACA,gBAAA,IF6kDJ,CmBjnDI,OAAA,OAAA,IAAA,CAAA,SAAA,EAAA,OAVF,CAPF,eAOE,CAAA,UAWI,MAAA,KrBrBN,OqBsBM,IAAA,KACA,UAAA,InBonDJ,CACF,CmBlnDI,CAvBJ,eAuBI,CAhBF,UAgBE,QjBnBF,UAAA,KAQA,YAAA,OJfF,OqB6BM,ErB7BN,QqB8BM,OAAA,OAAA,OACA,eAAA,KACA,WAAA,MnBonDN,CmBjnDI,CAhCJ,eAgCI,CAzBF,UAyBE,EjB5BF,UAAA,OAQA,YAAA,OJfF,QqBsCM,EAAA,KrBtCN,OqBuCM,EACA,cAAA,OACA,WAAA,MnBmnDN,CmBhnDI,CAzCJ,eAyCI,CAlCF,UAkCE,CAAA,YACE,cAAA,EACA,WAAA,WjB/BJ,YAAA,OJfF,QqBgDM,OAAA,OACA,WAAA,KnBknDN,CmBhnDM,CAhDN,eAgDM,CAzCJ,UAyCI,CAPF,YAOE,EjB5CJ,UAAA,MF+pDF,CmB5mDA,CAAA,arB1DA,QqB2DE,KAAA,KrB3DF,OqB4DE,KAAA,EACA,QAAA,KACA,eAAA,IACA,YAAA,MnB+mDF,CmB5mDE,CARF,YAQE,OACE,WAAA,EAAA,IAAA,IAAA,SAAA,CAAA,EAAA,EAAA,IAAA,SnB8mDJ,CmB3mDE,CAZF,aAYE,IAZF,iBAAA,iBAAA,iBAAA,iBAAA,gBrB1DA,OqB4EI,IAAA,CnB6mDJ,CmB1mDE,CArBF,aAqBE,GArBF,cXwFE,QWxFF,oBAwBI,WAAA,MnB4mDJ,CoB9rDA,CAAA,SACE,YAAA,GpBksDF,CoBhsDE,CAHF,SAGE,CAAA,IAAO,MAAA,OpBmsDT,CoB/rDE,CAAA,WAAA,EACE,WAAA,SpBksDJ,CoB/rDE,CAAA,kBACE,YAAA,GpBisDJ,CqB1sDA,uBAEE,MAAA,KACA,QAAA,KrB6sDF,CqB3sDE,aAAA,oBACE,SAAA,IrB8sDJ,CqB3sDE,aAAA,gBACE,WAAA,OrB8sDJ,CqB3sDE,aAAA,CAAA,oBAAA,SvBhBF,QuBiBI,EvBjBJ,cuBkBI,GrB8sDJ,CqBzsDE,YAAA,KAAA,CAAA,QvBvBF,cuBwBI,IvBxBJ,OuByBI,KAAA,IrB4sDJ,CqBxsDI,YAAA,CANF,OAME,GAAA,CAAA,YvB7BJ,OuB8BM,CrB0sDN,CqBvsDI,YAAA,CAVF,OAUE,KACE,iBAAA,WrBysDN,CqBrsDE,aAAA,KACE,SAAA,IrBusDJ,CqBpsDE,aAAA,OvB1CF,cuB2CI,IAAA,IAAA,EAAA,EnBpCF,UAAA,OJPF,QuB6CI,IAAA,IrBssDJ,CqBlsDA,UvBjDA,OuBkDE,KAAA,CrBqsDF,CqBlsDI,UAAA,CAAA,eAAA,CAAA,aACE,WAAA,MrBosDN,CqBlsDM,UAAA,CAHF,eAGE,CAHF,aAGE,CAAA,qBACE,OAAA,KACA,UAAA,IrBosDR,CqBlsDQ,UAAA,CAPJ,eAOI,CAPJ,aAOI,CAJF,qBAIE,CAAA,OACE,UAAA,QAAA,GAAA,OrBosDV,CqB5rDE,SAAA,GAAA,CAxCE,YAyCA,SAAA,SACA,QAAA,KACA,WAAA,KvBxEJ,OuByEI,KAAA,KACA,YAAA,SACA,YAAA,MrB+rDJ,CqB5rDM,SAAA,GAAA,CAjDF,YAiDE,KAAA,EACE,MAAA,OrB8rDR,CqB3rDM,SAAA,GAAA,CArDF,YAqDE,KAAA,KnBnEJ,YAAA,MFiwDF,CqB1rDM,SAAA,GAAA,CAzDF,YAyDE,KAAA,EAAA,CAAA,SvBtFN,OuBuFQ,CrB4rDR,CqB1rDQ,SAAA,GAAA,CA5DJ,YA4DI,KAAA,EAAA,CAHF,SAGE,GvBzFR,OuB0FU,EACA,YAAA,WAAA,CAAA,UACA,UAAA,InB7ER,YAAA,MF0wDF,CqBvrDI,SAAA,GAAA,CArEA,YAqEA,CAAA,YACE,SAAA,SACA,IAAA,KACA,MAAA,MvBrGN,QuBsGM,EACA,iBAAA,YACA,OAAA,KACA,OAAA,OrByrDN,CqBvrDM,SAAA,GAAA,CA9EF,YA8EE,CATF,WASE,OAAA,SAAA,GAAA,CA9EF,YA8EE,CATF,WASE,OACE,UAAA,MAAA,IrByrDR,CqBvrDM,SAAA,GAAA,CAjFF,YAiFE,CAZF,WAYE,QACE,UAAA,WAAA,KAAA,MAAA,KrByrDR,CqBjrDI,CtB8EF,gBsB9EE,KAAA,EACE,UAAA,QACA,YAAA,OrBorDN,CqB/qDI,CtBuEF,gBsBvEE,KAAA,GAAA,KAAA,GAAA,KAAA,GAAA,KAAA,GAAA,KAAA,GAAA,KAAA,GAAA,KAAA,IAAA,CAAA,KvB9HJ,cuB+HM,IvB/HN,QuBgIM,GrBirDN,CqB9qDI,CtBkEF,gBsBlEE,KAAA,GAAA,KAAA,GAAA,KAAA,GAAA,KAAA,GAAA,KAAA,GAAA,KAAA,GAAA,KAAA,IAAA,IAAA,EAAA,CAAA,KnBpHF,YAAA,MFqyDF,CqBzqDM,CnB6CO,sBmB7CP,CtB0DJ,gBsB1DI,EAAA,eAAA,MnB6CO,uBHaX,wBsBzDM,iBAAA,QvB5IR,QuB6IQ,EACA,YAAA,QrB4qDR,CqBvqDE,CtBkDA,gBsBlDA,CAAA,YACE,OAAA,QACA,UAAA,OrByqDJ,CqBvqDI,CtB8CF,gBsB9CE,CAJF,WAIE,OACE,gBAAA,SrByqDN,CsBh0DE,CAAA,qBAAA,CHyDF,aGxDI,gBAAA,atBm0DJ,CsBj0DI,OAAA,CAAA,SAAA,EAAA,OAHF,CAAA,qBAAA,CHyDF,aGrDM,eAAA,MtBo0DJ,CACF,CsBl0DI,CAPF,qBAOE,CHkDJ,YGlDI,CAAA,aACE,aAAA,KACA,MAAA,GtBo0DN,CsBl0DM,OAAA,CAAA,SAAA,EAAA,OAJF,CAPF,qBAOE,CHkDJ,YGlDI,CAAA,aAKI,MAAA,ItBq0DN,CACF,CsBl0DI,CAhBF,qBAgBE,CHyCJ,YGzCI,YACE,cAAA,CtBo0DN,CsBh0DM,OAAA,CAAA,SAAA,EAAA,OADF,CApBF,qBAoBE,CHqCJ,aGrCI,Cd6HF,Oc3HM,WAAA,ItBm0DN,CACF,CuBp1DE,kBAAA,CAAA,cCuEE,WAAA,EAAA,IAAA,IAAA,KAAA,KAAA,CAAA,EAAA,IAAA,KAAA,SAAA,CAAA,EAAA,IAAA,KAAA,U1B9EJ,cyBSI,IACA,OAAA,EACA,KAAA,EACA,SAAA,MzBZJ,OyBaI,KACA,UAAA,MzBdJ,QyBeI,KAAA,KAAA,IACA,QAAA,IvBu1DJ,CuBr1DI,kBAAA,CAXF,cAWE,CAAA,QACE,QAAA,KACA,gBAAA,SzBpBN,OyBqBM,KAAA,KAAA,EAAA,CvBu1DN,CuBr1DM,kBAAA,CAhBJ,cAgBI,CALF,QAKE,CNZN,WMaQ,eAAA,SvBu1DR,CyB52DE,qBAAA,CAAA,kBACE,WAAA,EACA,QAAA,KACA,sBAAA,OAAA,IAAA,UAAA,CAAA,KACA,cAAA,OzB+2DJ,CyB72DI,OAAA,CAAA,SAAA,EAAA,OANF,qBAAA,CAAA,kBAOI,WAAA,CzBg3DJ,CACF,CyB52DA,gBACE,QAAA,IzB+2DF,CyB72DE,gBAAA,CAAA,iB3BlBF,O2BmBI,OACA,QAAA,KACA,sBAAA,MAAA,IACA,mBAAA,YAAA,IAAA,Y3BtBJ,Q2BuBI,KAAA,KAAA,E3BvBJ,c2BwBI,GzB+2DJ,CyB72DI,gBAAA,CARF,gBAQE,CAAA,SACE,sBAAA,EAAA,GzB+2DN,CyB12DI,gBAAA,CAdF,iBAcE,CAAA,0BACE,YAAA,CAAA,CAAA,EACA,SAAA,CAAA,CAAA,EACA,MAAA,MACA,OAAA,MACA,SAAA,SACA,IAAA,MACA,KAAA,MACA,UAAA,QAAA,IAAA,CAAA,CAAA,IAAA,GAAA,CAAA,IAAA,GAAA,CAAA,IAAA,IAAA,CAAA,IAAA,GAAA,CAAA,GAAA,IzB42DN,CyBz2DI,gBAAA,CAzBF,iBAyBE,CAAA,kBACE,SAAA,SACA,IAAA,IACA,KAAA,IACA,MAAA,KAAA,KAAA,EAAA,KACA,OAAA,KAAA,KAAA,EAAA,KACA,UAAA,QAAA,IAAA,CAAA,CAAA,IAAA,GAAA,CAAA,IAAA,GAAA,CAAA,IAAA,IAAA,CAAA,IAAA,GAAA,CAAA,GAAA,KACA,WAAA,KzB22DN,CyBx2DI,gBAAA,CAnCF,iBAmCE,CAAA,yBACE,QAAA,KACA,YAAA,EACA,SAAA,EACA,WAAA,IAyBA,cAAA,KzBk1DN,CyBz2DM,gBAAA,CAzCJ,iBAyCI,CANF,yBAME,EACE,QAAA,aACA,aAAA,OACA,cAAA,KACA,QAAA,KACA,SAAA,MzB22DR,CyBz2DQ,gBAAA,CAhDN,iBAgDM,CAbJ,yBAaI,EAAA,SAEE,UAAA,KACA,OAAA,KACA,MAAA,IzB02DV,CyBx2DU,gBAAA,CAtDR,iBAsDQ,CAnBN,yBAmBM,EAAA,SAAA,IACE,OAAA,KACA,MAAA,IzB02DZ,CyBv2DU,gBAAA,CA3DR,iBA2DQ,CAxBN,yBAwBM,EAAA,QAAA,CAAA,UACE,UAAA,OAAA,MzBy2DZ,CyBl2DI,gBAAA,CAnEF,iBAmEE,CAAA,kBACE,WAAA,EACA,YAAA,CzBo2DN,CyBj2DI,gBAAA,CAxEF,iBAwEE,CAAA,gBACE,YAAA,EACA,cAAA,IzBm2DN,CyBh2DI,OAAA,CAAA,SAAA,EAAA,OA7EF,gBAAA,CAAA,iBA8EI,sBAAA,IAIA,mBAAA,YAAA,GzBg2DJ,CyBn2DI,gBAAA,CA/EJ,gBA+EI,CAvEF,SAwEI,sBAAA,GzBq2DN,CyBj2DI,gBAAA,CApFJ,iBAoFI,CAtEF,0BAuEI,YAAA,EACA,SAAA,EACA,KAAA,EACA,aAAA,OACA,cAAA,KzBm2DN,CyBh2DI,gBAAA,CA5FJ,iBA4FI,CAzBF,kBA0BI,WAAA,MzBk2DN,CyB/1DI,gBAAA,CAhGJ,iBAgGI,CA7DF,yBA8DI,SAAA,EACA,gBAAA,YzBi2DN,CyB91DI,gBAAA,CArGJ,iBAqGI,CAlEF,0CAnCF,kBAmEE,mCAnEF,kBAwEE,gBAgCI,YAAA,CzBg2DN,CACF,C0B37DE,OAAA,CAAA,QACE,OAAA,QxB1BF,UAAA,OwB4BE,SAAA,S5BnCJ,Q4BoCI,KACA,OAAA,QACA,QAAA,KACA,YAAA,OACA,SAAA,M1Bw9DJ,C0Bt9DI,OAAA,CAAA,OAAA,yBACE,QAAA,I1Bw9DN,C0Br9DI,OAAA,CAAA,OAAA,CAAA,G5B9CJ,O4B+CM,E5B/CN,Q4BgDM,EACA,OAAA,KACA,QAAA,M1Bu9DN,C0Bp9DI,OAAA,CAAA,QAAA,CHnCA,QGoCE,YAAA,OACA,QAAA,KxBhDJ,UAAA,MFugEF,C0Bn9DM,OAAA,CAAA,QAAA,CHzCF,QGyCE,CAAA,cACE,QAAA,O1Bq9DR,C0Bn9DiB,OAAA,CAAA,KAAA,CAAA,QAAA,CH5Cb,QG4Ca,CAHX,cAII,QAAA,I1Bq9DV,C0Bj9DM,OAAA,CAAA,QAAA,CHjDF,QGiDE,CAAA,gBACE,QAAA,I1Bo9DR,C0Bl9DiB,OAAA,CAAA,KAAA,CAAA,QAAA,CHpDb,QGoDa,CAHX,gBAII,QAAA,O1Bo9DV,C0B/8DM,OAAA,CAAA,QAAA,CH1DF,QG0DE,ClBmFJ,ckBnFI,CAAA,OxB3CJ,UAAA,OAAA,GACA,WAAA,UAAA,KACA,2BAAA,WFkgEF,C0Bt9DiB,OAAA,CAAA,KAAA,CAAA,QAAA,CH7Db,QG6Da,ClBgFf,ckBhFe,CAHX,OxB3CJ,UAAA,OAAA,QACA,WAAA,UAAA,KACA,2BAAA,WF2gEF,C0Bx9DE,QAAA,CXhEE,gBjBtBJ,Q4BuFI,KAAA,I1B29DJ,C2BhjEA,CAAA,WACE,QAAA,KACA,WAAA,K7BJF,Q6BKE,EACA,SAAA,M3BmjEF,C2BjjEE,OAAA,OAAA,IAAA,CAAA,SAAA,EAAA,OANF,CAAA,W7BFA,O6BSI,EAAA,EAAA,EAAA,I3BojEF,CACF,C2BljEE,CAVF,WAUE,GzBLA,UAAA,OJPF,O6BcI,IAAA,EzBCF,YAAA,OJfF,Q6BgBI,EACA,MAAA,KACA,SAAA,OACA,UAAA,MACA,cAAA,SACA,YAAA,M3BojEJ,C2BljEI,CArBJ,WAqBI,GAAA,CXjBJ,MWiBI,CAAA,OAAA,QACE,QAAA,G3BojEN,C2BjjEI,CAzBJ,WAyBI,GAAA,CXrBJ,MWqBI,CAAA,QAAA,QACE,QAAA,G3BmjEN,C2BhjEI,CA7BJ,WA6BI,GAAA,EACE,QAAA,azBjBJ,YAAA,OJfF,Q6BkCM,EAAA,KACA,gBAAA,KACA,WAAA,IAAA,IACA,SAAA,OACA,cAAA,Q3BkjEN,C4BplEA,CAAA,gB9BJA,O8BKE,EAAA,EAAA,I5BulEF,C4BrlEE,CAHF,gBAGE,CAAA,eAAA,CAHF,gBAGE,CpB0QF,coBzQI,WAAA,M5BulEJ,C4BplEE,CAPF,gBAOE,CAJA,eAIA,I9BXF,O8BYI,KACA,UAAA,I5BslEJ,C4BnlEE,CAZF,gBAYE,CAAA,c1BTA,UAAA,O0BWE,YAAA,I9BlBJ,O8BmBI,IAAA,EACA,MAAA,I5BqlEJ,C4BllEE,CAnBF,gBAmBE,CAAA,YACE,QAAA,KACA,UAAA,KACA,gBAAA,Y5BolEJ,C4BllEI,OAAA,CAAA,SAAA,EAAA,QALF,CAnBF,gBAmBE,CAAA,YAMI,eAAA,M5BqlEJ,CACF,C4BnlEI,CA5BJ,gBA4BI,CATF,YASE,CAAA,QACE,UAAA,M9BjCN,O8BkCM,EAAA,I5BqlEN,C4BnlEM,OAAA,CAAA,SAAA,EAAA,QAJF,CA5BJ,gBA4BI,CATF,YASE,CAAA,QAKI,UAAA,K9BrCR,Q8BsCQ,IAAA,G5BslEN,CACF,C4BplEM,OAAA,CAAA,SAAA,EAAA,OATF,CA5BJ,gBA4BI,CATF,YASE,CAAA,Q9BhCJ,Q8B0CQ,IAAA,C5BulEN,CACF,C6BhoEA,CAAA,S/BFA,c+BGE,I/BHF,O+BIE,EAAA,EAAA,K/BJF,Q+BKE,KAAA,I7BmoEF,C6BjoEE,CALF,SAKE,CAAA,KACE,QAAA,M3BGF,eAAA,OAIA,YAAA,MF8nEF,C6BhoEE,CAXF,SAWE,CAAA,SACE,aAAA,KACA,SAAA,SACA,SAAA,M7BkoEJ,C6BhoEI,CAhBJ,SAgBI,CALF,SAKE,CAXF,KAYI,SAAA,Q7BkoEN,C6BhoEM,CAnBN,SAmBM,CARJ,SAQI,CAdJ,IAcI,QACE,QAAA,GACA,KAAA,MACA,OAAA,KACA,MAAA,KACA,OAAA,OACA,SAAA,SACA,aAAA,EAAA,EAAA,IAAA,IACA,aAAA,M/B7BR,c+B8BQ,EAAA,EAAA,EAAA,G7BkoER,C8B9pEA,CAAA,S5BKE,UAAA,O4BHA,WAAA,OACA,WAAA,K9BiqEF,C+BnqEI,ChCkMF,gBgClME,GAAA,CAAA,YAAA,ChCkMF,gBgClME,GAAA,CAAA,YAAA,ChCkMF,gBgClME,GAAA,CAAA,YAAA,ChCkMF,gBgClME,GAAA,CAAA,YAAA,ChCkMF,gBgClME,GAAA,CAAA,YAAA,ChCkMF,gBgClME,GAAA,CAAA,YjCHJ,OiCIM,EAAA,IACA,gBAAA,KACA,oBAAA,KAAA,YAAA,KACA,WAAA,OACA,QAAA,YACA,eAAA,M/BsqEN,C+BnqEI,ChCyLF,gBgCzLE,EAAA,OAAA,CATA,YASA,ChCyLF,gBgCzLE,EAAA,OAAA,CATA,YASA,ChCyLF,gBgCzLE,EAAA,OAAA,CATA,YASA,ChCyLF,gBgCzLE,EAAA,OAAA,CATA,YASA,ChCyLF,gBgCzLE,EAAA,OAAA,CATA,YASA,ChCyLF,gBgCzLE,EAAA,OAAA,CATA,YAUE,WAAA,O/BqqEN,CgClrEA,GACE,OAAA,KACA,OAAA,GhCqrEF,CiCprEI,C1BWJ,Q0BXI,GAAA,CAAA,MACE,MAAA,KACA,MAAA,MACA,YAAA,KACA,cAAA,IjCurEN,CiCprEI,C1BIJ,Q0BJI,GAAA,CAAA,KACE,MAAA,KACA,MAAA,KACA,aAAA,KACA,cAAA,IjCsrEN,CiCnrEI,OAAA,CAAA,SAAA,EAAA,QAhBF,C1BaF,Q0BbE,IAiBI,UAAA,KACA,OAAA,KnCnBN,OmCoBM,IjCsrEJ,CACF,CiCprEI,OAAA,CAAA,SAAA,EAAA,OAtBF,C1BaF,Q0BbE,IAuBI,MAAA,cjCurEJ,CiCtrEI,C1BXN,Q0BWM,GAAA,CAtBF,MAuBI,YAAA,CjCwrEN,CiCtrEI,C1BdN,Q0BcM,GAAA,CAlBF,KAmBI,aAAA,CjCwrEN,CACF,CiCprEE,C1BpBF,Q0BoBE,CAAA,SnClCF,cmCsCI,InCtCJ,QmCuCI,KACA,WAAA,WAGA,WAAA,IAAA,IAAA,IAAA,MnC3CJ,OmC4CI,KAAA,EACA,MAAA,KACA,QAAA,KACA,gBAAA,MjCsrEJ,CiCprEI,C1BnCJ,Q0BmCI,CAfF,SAeE,IACE,UAAA,KACA,OAAA,KnCnDN,QmCoDM,InCpDN,OmCqDM,KACA,WAAA,EAAA,IAAA,IAAA,SAAA,CAAA,EAAA,EAAA,IAAA,UnCtDN,cmCuDM,GjCsrEN,CkC3uEA,CnBgOA,WmBhOA,6BpCFA,coCIE,IpCJF,QoCKE,IAAA,KACA,QAAA,OhCCA,UAAA,OgCCA,aAAA,IACA,YAAA,IACA,eAAA,UACA,YAAA,OlC8uEF,CkC5uEE,OAAA,OAAA,IAAA,CAAA,SAAA,EAAA,OAXF,CnBgOA,WmBhOA,6BAYI,QAAA,MpCdJ,OoCeI,IAAA,ClCgvEF,CACF,CkC9uEE,CnBgNF,WmBhNE,KAAA,CAAA,kCAAA,WACE,QAAA,KACA,eAAA,IACA,gBAAA,OACA,YAAA,OACA,cAAA,IACA,MAAA,KlCivEJ,CkC/uEI,CnBwMJ,WmBxMI,KAAA,CARF,WAQE,C1BqIF,sC0B7IA,Y1B6IA,e0BpII,aAAA,GlCkvEN,CkC9uEE,CnBmMF,WmBnME,KAAA,CAAA,2CAAA,oBhCxBA,UAAA,OgC0BE,eAAA,IlCivEJ,CmC5wEA,CpC2IA,YoC3IA,eAAA,CAAA,uBrCNA,QqCOE,EACA,OAAA,KACA,SAAA,MnC+wEF,CmC5wEA,iBACE,QAAA,KACA,SAAA,SACA,MAAA,KACA,OAAA,KACA,gBAAA,MnC+wEF,CmC7wEE,OAAA,CAAA,SAAA,EAAA,OAPF,iBAQI,gBAAA,WACA,aAAA,InCgxEF,CACF,CmC9wEE,iBAAA,CAAA,aACE,MAAA,KACA,OAAA,InCgxEJ,CmC7wEE,iBAAA,C5BfF,Q4BgBI,MAAA,KAAA,KAAA,EAAA,MACA,eAAA,KrC/BJ,QqCgCI,CnC+wEJ,CmC7wEI,iBAAA,C5BpBJ,O4BoBI,CAAA,EACE,YAAA,OACA,QAAA,KACA,OAAA,KACA,gBAAA,OACA,MAAA,InC+wEN,CmC5wEI,iBAAA,C5B5BJ,Q4B4BI,CAAA,MACE,aAAA,InC8wEN,CmC3wEI,iBAAA,C5BhCJ,Q4BgCI,CAAA,KACE,eAAA,InC6wEN,CmC1wEI,iBAAA,C5BpCJ,Q4BoCI,CAAA,KACE,aAAA,InC4wEN,CmC1wEM,OAAA,CAAA,SAAA,EAAA,OAHF,iBAAA,C5BpCJ,Q4BoCI,CAAA,KAII,QAAA,InC6wEN,CACF,CmC1wEI,iBAAA,C5B5CJ,Q4B4CI,CAAA,QACE,SAAA,KACA,aAAA,KACA,MAAA,OnC4wEN,CmCzwEI,iBAAA,C5BlDJ,Q4BkDI,CAAA,crChEJ,cqCiEM,KACA,eAAA,UrClEN,QqCmEM,EAAA,KjC5DJ,UAAA,MFw0EF,CmC1wEM,OAAA,CAAA,SAAA,EAAA,OALF,iBAAA,C5BlDJ,Q4BkDI,CAAA,cAMI,QAAA,InC6wEN,CACF,CmCrwEE,CAAA,sBAAA,CAAA,cACE,IAAA,KnCwwEJ,CmCrwEE,CAJA,sBAIA,CAAA,eACE,iBAAA,KnCuwEJ,CmCnwEI,CATF,sBASE,qBAAA,C/BtFJ,kB+BsFI,CpC6GF,gBoC5GI,YAAA,KnCqwEN,CmClwEI,CAbF,sBAaE,qBAAA,C/B1FJ,kB+B0FI,WAAA,CzBhEF,QyBiEI,IAAA,KnCowEN,CmClwEM,OAAA,CAAA,SAAA,EAAA,OAHF,CAbF,sBAaE,qBAAA,C/B1FJ,kB+B0FI,WAAA,CzBhEF,QyBoEM,IAAA,KnCqwEN,CACF,CmC7vEM,CjC+EO,UiC/EP,CA1BJ,sBA0BI,qBAAA,C/BvGN,kB+BuGM,CpC4FJ,gBoC5FI,CjC+EO,eiC/EP,CA1BJ,sBA0BI,qBAAA,C/BvGN,kB+BuGM,CpC4FJ,gBoC5FI,CjC+EO,WiC/EP,CA1BJ,sBA0BI,qBAAA,C/BvGN,kB+BuGM,CpC4FJ,gBoC5FI,CjC+EO,aiC/EP,CA1BJ,sBA0BI,qBAAA,C/BvGN,kB+BuGM,CpC4FJ,gBoC5FI,CjC+EO,SiC/EP,CA1BJ,sBA0BI,qBAAA,C/BvGN,kB+BuGM,CpC4FJ,gBoC5FI,CjC+EO,aiC/EP,CA1BJ,sBA0BI,qBAAA,C/BvGN,kB+BuGM,CpC4FJ,gBoC5FI,CjC+EO,ciC/EP,CA1BJ,sBA0BI,qBAAA,C/BvGN,kB+BuGM,CpC4FJ,gBoC3FM,YAAA,InCgwER,CmCrvEE,CAAA,2BAAA,CpCgFA,gBoC/EE,WAAA,YAAA,KAAA,InCwvEJ,CmCrvEE,CAJA,2BAIA,WAAA,CzB7FA,QyB6FA,CAJA,2BAIA,CA1CA,cA2CE,WAAA,IAAA,KAAA,InCuvEJ,CoCj3EA,CAAA,uBACE,OAAA,IACA,SAAA,OACA,SAAA,MACA,IAAA,EACA,MAAA,MACA,QAAA,EpCo3EF,CqCx3EA,CAAA,mBvCFA,QuCGE,EAAA,KAAA,IrC23EF,CqCz3EE,CAHF,mBAGE,IACE,OAAA,MACA,MAAA,IrC23EJ,CqCv3EI,CATJ,mBASI,CAAA,gBAAA,KAAA,cACE,WAAA,KACA,YAAA,IrCy3EN,CqCt3EI,CAdJ,mBAcI,CALA,iBAKA,CAAA,oBACE,QAAA,KACA,UAAA,IrCw3EN,CqCt3EM,CAlBN,mBAkBM,CATF,iBASE,CAJF,oBAIE,CAAA,mBACE,YAAA,OACA,QAAA,KvCtBR,OuCuBQ,KACA,MAAA,KAAA,IAAA,EAAA,KrCw3ER,CqCt3EQ,OAAA,OAAA,IAAA,CAAA,SAAA,EAAA,OANF,CAlBN,mBAkBM,CATF,iBASE,CAJF,oBAIE,CAAA,mBAOI,YAAA,WACA,eAAA,OACA,cAAA,IrCy3ER,CACF,CqCv3EQ,CA9BR,mBA8BQ,CArBJ,iBAqBI,CAhBJ,oBAgBI,CAZF,mBAYE,CAAA,yBACE,KAAA,KACA,aAAA,IrCy3EV,CqCv3EU,OAAA,CAAA,SAAA,EAAA,OAJF,CA9BR,mBA8BQ,CArBJ,iBAqBI,CAhBJ,oBAgBI,CAZF,mBAYE,CAAA,yBAKI,MAAA,KACA,aAAA,CrC03EV,CACF,CqCx3EU,CAvCV,mBAuCU,CA9BN,iBA8BM,CAzBN,oBAyBM,CArBJ,mBAqBI,CATF,yBASE,CAAA,gBAAA,CAvCV,mBAuCU,CA9BN,iBA8BM,CAzBN,oBAyBM,CArBJ,mBAqBI,CATF,yBASE,CAAA,wBvCzCV,cuC0CY,GrC03EZ,CqCt3EQ,CA5CR,mBA4CQ,CAnCJ,iBAmCI,CA9BJ,oBA8BI,CA1BF,mBA0BE,CAAA,yBACE,gBAAA,KACA,cAAA,EvChDV,QuCiDU,CrCw3EV,CqCt3EU,CAjDV,mBAiDU,CAxCN,iBAwCM,CAnCN,oBAmCM,CA/BJ,mBA+BI,CALF,yBAKE,EACE,cAAA,KACA,SAAA,QrCw3EZ,CqCt3EY,CArDZ,mBAqDY,CA5CR,iBA4CQ,CAvCR,oBAuCQ,CAnCN,mBAmCM,CATJ,yBASI,CAAA,OACE,QAAA,iBACA,YAAA,enClDZ,UAAA,OmCoDY,SAAA,SACA,MAAA,CrCw3Ed,CsCh7EE,kBAAA,CAAA,SACE,WAAA,WAAA,KAAA,aAAA,EAAA,CAAA,CAAA,CAAA,EAAA,CAAA,GACA,WAAA,EAAA,IAAA,IAAA,UxCNJ,cwCOI,IACA,cAAA,ItCm7EJ,CsC/6EI,kBAAA,CAAA,cAAA,CAAA,cxCZJ,OwCaM,EpCEJ,YAAA,OARA,UAAA,IFy7EF,CsC96EI,kBAAA,CANA,cAMA,CAAA,qBxClBJ,OwCmBM,CtCg7EN,CsC56EE,kBAAA,CAAA,kBxCvBF,QwCwBI,KAAA,KxCxBJ,OwCyBI,EpClBF,UAAA,MFi8EF,CsC36EE,kBAAA,CAAA,kBACE,QAAA,KACA,eAAA,OACA,OAAA,YAAA,MAAA,IxChCJ,QwCiCI,KAAA,KACA,WAAA,IAAA,GtC66EJ,CsC36EI,kBAAA,CAPF,iBAOE,OACE,gBAAA,KxCrCN,cwCsCM,IACA,UAAA,WAAA,KtC66EN,CuCn9EE,CAAA,mBAAA,CAAA,kBACE,WAAA,KACA,WAAA,KzCHJ,QyCII,KAAA,EAAA,IvCs9EJ,CuCp9EI,CALF,mBAKE,CALF,iBAKE,CAAA,QACE,gBAAA,czCPN,QyCQM,CvCs9EN,CuCn9EI,CAVF,mBAUE,CAVF,iBAUE,CAAA,CxBWA,gBjBtBJ,QyCYM,CvCq9EN,CuCj9EE,CAfA,mBAeA,CAAA,qBACE,WAAA,MvCm9EJ,CwCl+EA,mBACE,QAAA,ExCq+EF,CwCn+EE,mBAAA,CL8EA,eK7EE,QAAA,KACA,eAAA,IACA,SAAA,K1CRJ,Q0CSI,EAAA,KACA,WAAA,KAAA,MAAA,YACA,MAAA,KACA,WAAA,KACA,SAAA,MACA,IAAA,EACA,KAAA,EACA,MAAA,EACA,QAAA,EACA,WAAA,UxCq+EJ,CwCn+EI,mBAAA,CL+DF,eK/DE,CAAA,Y1CpBJ,O0CqBM,EAAA,K1CrBN,Q0CsBM,IxCq+EN,CwCn+EM,mBAAA,CL2DJ,eK3DI,CAJF,YAIE,CAAA,sBtCjBJ,UAAA,OsCmBM,YAAA,I1C1BR,O0C2BQ,KAAA,EAAA,IACA,eAAA,SxCq+ER,CwCl+EM,mBAAA,CLoDJ,eKpDI,CAXF,YAWE,G1C/BN,O0CgCQ,E1ChCR,Q0CiCQ,CxCo+ER,CwCl+EQ,mBAAA,CLgDN,eKhDM,CAfJ,YAeI,GAAA,GACE,WAAA,IxCo+EV,CwCj+EQ,mBAAA,CL4CN,eK5CM,CAnBJ,YAmBI,GAAA,CAAA,mBtChCN,UAAA,OAQA,YAAA,OsC2BQ,QAAA,aACA,YAAA,I1C3CV,Q0C4CU,MAAA,CxCm+EV,CwCj+EU,mBAAA,CLqCR,eKrCQ,CA1BN,YA0BM,GAAA,CAAA,oBACE,gBAAA,IxCm+EZ,CwC/9EQ,mBAAA,CLgCN,eKhCM,CA/BJ,YA+BI,EAAA,CAAA,e1CnDR,Q0CoDU,MAAA,CxCi+EV,CwC/9EU,mBAAA,CL6BR,eK7BQ,CAlCN,YAkCM,EAAA,CAHF,eAGE,CAfF,mBAgBI,YAAA,GxCi+EZ,CwC39EI,mBAAA,CLsBF,eKtBE,CAAA,WACE,WAAA,O1C9DN,O0C+DM,IxC69EN,CwC19EI,mBAAA,CLiBF,eKjBE,EACE,YAAA,GxC49EN,CwCz9EI,OAAA,CAAA,SAAA,EAAA,OAjEF,mBAAA,CL8EA,eKZI,QAAA,KxC49EJ,CACF,CwC19EI,mBAAA,CLSF,eKTE,CLlDF,aKmDI,SAAA,SAEA,IAAA,KACA,MAAA,KACA,OAAA,K1C/EN,Q0CgFM,E1ChFN,O0CiFM,IACA,QAAA,KACA,QAAA,EACA,MAAA,EACA,iBAAA,QACA,OAAA,QACA,WAAA,IAAA,OxC29EN,CwCz9EM,mBAAA,CLNJ,eKMI,CLjEJ,YKiEI,OACE,QAAA,EACA,MAAA,IxC29ER,CwCr9EI,kBAAA,CAAA,SAAA,CLdF,erCnFF,Q0CkGM,EACA,MAAA,QACA,WAAA,KACA,SAAA,SACA,iBAAA,QACA,WAAA,IxCu9EN,CyCxjFE,WAAA,C3BkBE,iB2BjBA,SAAA,QzC4jFJ,CyCzjFE,WAAA,CAAA,mBACE,WAAA,W3CXJ,c2CYI,IvCLF,UAAA,OuCOE,YAAA,IvCCF,YAAA,OuCCE,QAAA,K3ChBJ,Q2CiBI,IAAA,KACA,WAAA,KACA,MAAA,KACA,OAAA,QACA,QAAA,KACA,YAAA,OACA,eAAA,GzC2jFJ,CyCzjFI,WAAA,CAfF,mBAeE,OACE,YAAA,IACA,aAAA,IACA,eAAA,UzC2jFN,CyCxjFI,WAAA,CArBF,kBAqBE,CAAA,UACE,OAAA,WzC0jFN,CyCtjFE,WAAA,CAAA,qB3CpCF,c2CqCI,IACA,gBAAA,K3CtCJ,O2CuCI,E3CvCJ,Q2CwCI,EACA,SAAA,SACA,IAAA,EACA,MAAA,KACA,QAAA,CzCwjFJ,CyCtjFI,WAAA,CAVF,qBAUE,GACE,OAAA,QvCxCJ,UAAA,OAQA,YAAA,OJfF,O2CkDM,E3ClDN,Q2CmDM,IAAA,KAAA,IAAA,KACA,SAAA,SACA,WAAA,IAAA,IACA,OAAA,IAAA,MAAA,WzCwjFN,CyCtjFM,WAAA,CApBJ,qBAoBI,EAAA,a3CxDN,c2CyDQ,IAAA,IAAA,EAAA,CzCwjFR,CyCrjFM,WAAA,CAxBJ,qBAwBI,EAAA,Y3C5DN,c2C6DQ,EAAA,EAAA,IAAA,GzCujFR,CyCpjFM,WAAA,CA5BJ,qBA4BI,GAAA,CzB1DN,OyB2DQ,KAAA,KACA,SAAA,SACA,IAAA,KACA,QAAA,CzCsjFR,C0CrnFA,CAAA,qBlByEI,WAAA,EAAA,IAAA,IAAA,KAAA,KAAA,CAAA,EAAA,IAAA,KAAA,SAAA,CAAA,EAAA,IAAA,KAAA,UkBvEF,WAAA,QACA,OAAA,IAAA,O5CRF,c4CSE,IACA,MAAA,QACA,YAAA,I5CXF,O4CYE,IACA,QAAA,K5CbF,Q4CcE,KAAA,OACA,SAAA,MACA,IAAA,MACA,QAAA,I1CwnFF,C0CtnFE,CAdF,oBAcE,QAAA,CAdF,oBAcE,OAEE,IAAA,I1CunFJ,C0CpnFE,CAnBF,oBAmBE,OACE,gBAAA,S1CsnFJ,C2C7oFA,M7CFA,O6CGE,KAAA,E7CHF,c6CIE,G3CgpFF,C2C9oFE,KAAA,CAAA,cACE,MAAA,I3CgpFJ,C2C7oFE,KAAA,CAAA,gBACE,aAAA,K3C+oFJ,C2C5oFE,MAAA,MACE,eAAA,OACA,aAAA,O3C8oFJ,C2C5oFI,MAAA,KAAA,CAAA,GACE,eAAA,QACA,aAAA,O3C8oFN,C2C3oFI,MAAA,KAAA,CAAA,EAAA,CAAA,GzChBF,UAAA,OyCkBI,YAAA,I7CzBN,Q6C0BM,IAAA,KACA,WAAA,KACA,eAAA,UzCbJ,YAAA,MF2pFF,C2CxoFI,MAAA,KAAA,CAAA,EAAA,CAAA,qB7ClCJ,Q6CoCM,KACA,WAAA,KzCtBJ,YAAA,OyCwBI,eAAA,Q3C0oFN,C2CxoFM,OAAA,CAAA,SAAA,EAAA,OACE,MAAA,KAAA,CAAA,EAAA,CAAA,EAAA,iCAEE,QAAA,Y3C0oFR,CACF,C2CroFI,MAAA,KAAA,CAAA,EAAA,CAAA,GzCvCF,eAAA,MF+qFF,C2CpoFI,MAAA,KAAA,CAAA,EAAA,CAAA,GACE,YAAA,IACA,UAAA,K3CsoFN,C2CjoFI,MAAA,KAAA,CAAA,EAAA,YAAA,GACE,OAAA,I3CmoFN,C2C5nFE,CzCmHW,sByCnHX,MAAA,MAAA,GACE,SAAA,I3C+nFJ,C2C5nFE,OAAA,KAAA,OAAA,IAAA,CAAA,SAAA,EAAA,OAGE,CzC4GS,sByC5GT,MAAA,CzC4GS,sByC5GT,MAAA,CzC4GS,sByC5GT,MAAA,CzC4GS,sByC5GT,MAAA,CzC4GS,sByC5GT,GAAA,CzC4GS,sByC5GT,GAAA,CzC4GS,sByC5GT,GACE,QAAA,MACA,SAAA,SACA,UAAA,I3C+nFJ,C2C5nFE,CzCsGS,sByCtGT,GACE,aAAA,I3C8nFJ,C2C1nFI,CzCiGO,sByCjGP,EAAA,KAAA,aAAA,CzCiGO,sByCjGP,EAAA,KAAA,aACE,cAAA,KACA,eAAA,C3C4nFN,CACF,C2CtnFE,CzCwFW,YyCxFX,EAAA,CAAA,GAAA,CzCwFW,YyCxFX,EAAA,CAAA,GACE,MAAA,G3CynFJ,C4CvsFA,CT4DE,cS3DA,MAAA,KACA,SAAA,MACA,IAAA,KACA,MAAA,EACA,OAAA,KACA,WAAA,KACA,WAAA,M5C0sFF,C4CtsFE,QAAA,CAAA,U1CvBA,UAAA,O0CyBE,WAAA,Q9ChCJ,Q8CiCI,IAAA,EAAA,EAAA,I5CysFJ,C4CvsFI,QAAA,CALF,UAKE,CAAA,qBALF,wB1CvBA,UAAA,MFuuFF,C4CtsFI,QAAA,CAVF,UAUE,CALA,YAME,YAAA,I9CzCN,O8C0CM,EAAA,EAAA,KAAA,I9C1CN,Q8C2CM,C5CwsFN,C4CtsFM,QAAA,CAfJ,UAeI,CAVF,WAUE,CAAA,UACE,SAAA,SACA,IAAA,I5CwsFR,C4CnsFM,QAAA,CAtBJ,UAsBI,MAAA,CAjBF,YAiBE,QAAA,CAtBJ,UAsBI,MAAA,CAAA,eAEE,OAAA,QACA,QAAA,aACA,WAAA,EACA,iBAAA,YACA,OAAA,KACA,WAAA,K9C3DR,Q8C4DQ,EACA,WAAA,K5CosFR,C4ClsFQ,QAAA,CAjCN,UAiCM,MAAA,CA5BJ,WA4BI,CJkCJ,QIlCI,OAAA,QAAA,CAjCN,UAiCM,MAAA,CAXF,cAWE,CJkCJ,QIlCI,OACE,QAAA,I5CosFV,C4C/rFQ,QAAA,CAvCN,UAuCM,MAAA,CAlCJ,YAkCI,QAAA,CAAA,cACE,OAAA,KACA,MAAA,KACA,SAAA,SACA,KAAA,KACA,IAAA,G5CisFV,C4C7rFM,QAAA,CAhDJ,UAgDI,MAAA,CA1BA,eA2BE,IAAA,KACA,SAAA,Q5C+rFR,C4C7rFQ,QAAA,CApDN,UAoDM,MAAA,CA9BF,cA8BE,OACE,QAAA,a5C+rFV,C4C5rFQ,QAAA,CAxDN,UAwDM,MAAA,CAlCF,cAkCE,ClC4BF,SkC5BE,OACE,QAAA,Y5C8rFV,C4CxrFM,QAAA,CA/DJ,UA+DI,ClCZA,QkCYA,ClCqBA,URjFJ,UAAA,OAAA,GACA,WAAA,UAAA,KACA,2BAAA,WF2vFF,C4C7rFM,QAAA,CAnEJ,UAmEI,ClChBA,QkCgBA,KAAA,ClCiBA,WRjFJ,UAAA,OAAA,OACA,WAAA,UAAA,KACA,2BAAA,WFowFF,C4CjsFI,QAAA,CAxEF,UAwEE,EAAA,UACE,gBAAA,K9CvGN,O8CwGM,E9CxGN,Q8CyGM,EAAA,IAAA,EAAA,C5CmsFN,C4CjsFM,OAAA,CAAA,SAAA,EAAA,OALF,QAAA,CAxEF,UAwEE,EAAA,UAMI,MAAA,I5CosFN,CACF,C4ClsFM,QAAA,CAjFJ,UAiFI,EAAA,UAAA,GACE,WAAA,W1CjGN,YAAA,OJfF,Q8CkHQ,IAAA,EAAA,IAAA,KACA,SAAA,SACA,WAAA,IAAA,IAAA,W5CosFR,C4ClsFQ,QAAA,CAxFN,UAwFM,EAAA,UAAA,EAAA,GAAA,OACE,QAAA,GACA,QAAA,MACA,OAAA,IACA,MAAA,I9C1HV,O8C2HU,IAAA,EAAA,IACA,MAAA,I5CosFV,C4CjsFQ,QAAA,CAjGN,UAiGM,EAAA,UAAA,EAAA,CAAA,GACE,aAAA,I5CmsFV,C4ChsFQ,QAAA,CArGN,UAqGM,EAAA,UAAA,GAAA,EACE,SAAA,Q1C7HR,UAAA,O0C+HQ,YAAA,QACA,QAAA,U5CksFV,C4C9rFU,QAAA,CA7GR,UA6GQ,EAAA,UAAA,EAAA,CAAA,OAAA,EACE,YAAA,G5CgsFZ,C4C7rFU,QAAA,CAjHR,UAiHQ,EAAA,UAAA,EAAA,CAJA,OAIA,CAAA,Q9C/IV,c8CSE,IACA,QAAA,GACA,OAAA,IACA,KAAA,OACA,SAAA,SACA,IAAA,KACA,IAAA,KAAA,IAAA,EAAA,QACA,MAAA,G5Cs0FF,C4ChsFQ,QAAA,CAxHN,UAwHM,EAAA,SAAA,KAAA,CJrDJ,UIqDI,EAAA,QACE,OAAA,EACA,QAAA,GACA,KAAA,EACA,SAAA,SACA,IAAA,EACA,kBAAA,IACA,kBAAA,K5CksFV,C4C/rFQ,QAAA,CAlIN,UAkIM,EAAA,SAAA,KAAA,CJ/DJ,UI+DI,EAAA,YAAA,QACE,IAAA,KACA,IAAA,KAAA,IAAA,EAAA,O5CisFV,C4C9rFQ,QAAA,CAvIN,UAuIM,EAAA,SAAA,KAAA,CJpEJ,UIoEI,EAAA,WAAA,QACE,OAAA,KAAA,KAAA,EAAA,MACA,OAAA,KAAA,KAAA,EAAA,MAAA,EAAA,Q5CgsFV,C4C5rFU,QAAA,CA7IR,UA6IQ,EAAA,SAAA,KAAA,CJ1EN,UI0EM,EAAA,KAAA,CAhCA,OAgCA,OAAA,CAAA,Q9C3KV,c8CSE,IACA,QAAA,GACA,OAAA,IACA,KAAA,OACA,SAAA,SACA,IAAA,KACA,IAAA,KAAA,IAAA,EAAA,QACA,MAAA,G5Ci2FF,C4C5rFI,OAAA,CAAA,SAAA,EAAA,OADF,OAAA,CJnFE,SIqFE,QAAA,I5C+rFJ,CACF,C4C7rFI,OAAA,CJxFA,SIwFA,CA3JF,U9C9BF,Q8C0LM,KAAA,EAAA,C5C+rFN,C4C7rFM,OAAA,CJ3FF,SI2FE,CA9JJ,UA8JI,CAzJF,Y9CnCJ,O8C6LQ,EAAA,EAAA,G5C+rFR,C4C3rFQ,OAAA,CJhGJ,SIgGI,CAnKN,SAmKM,ClC/EF,UkC+EE,CApJF,UAqJI,QAAA,I5C6rFV,C6C53FA,OAAA,MAEE,EACE,WAAA,c7C83FF,C6C33FA,2BAEE,WAAA,c7C63FF,C6C13FA,GACE,OAAA,eACA,MAAA,c7C43FF,C6Cz3FA,kBAME,iBAAA,K7C23FF,C6Cx3FA,iChC1BF,Oe8BI,SKEF,SYGE,kBAAA,K7C03FF,C6Cv3FA,MAAA,MAAA,EAAA,YAAA,GACE,cAAA,IAAA,MAAA,iB7Cy3FF,C6Ct3FA,IACE,UAAA,c7Cw3FF,C6Cr3FA,EACE,OAAA,C7Cu3FF,C6Cp3FA,CAAA,CAAA,wBAGE,MAAA,iB7Cs3FF,C6Cl3FA,CAAA,SACE,QAAA,c7Co3FF,C6Ch3FA,WAAA,CnCpCA,OmCoCA,CAAA,YACE,QAAA,c7Ck3FF,C6C92FA,CAAA,oB/CrEF,O+CsEI,W7Cg3FF,C6C72FA,qBAAA,CzCvEF,kByCwEI,UAAA,K7C+2FF,C6C52FA,C9CwHA,gB8CvHE,SAAA,O7C82FF,C6C12FE,OAAA,CrC3CJ,MqC2CI,CrCjCF,UqCkCI,YAAA,OACA,WAAA,KACA,gBAAA,M7C42FJ,C6C12FI,OAAA,CrChDN,MqCgDM,CrCtCJ,SqCsCI,O3ChFJ,UAAA,OAQA,YAAA,M2C4EM,MAAA,QACA,QAAA,UACA,YAAA,G7C22FN,C6Ct2FA,ChBhGF,SgBiGI,UAAA,I7Cw2FF,C6Cr2FA,SAAA,KACE,OAAA,c7Cu2FF,C6Cn2FE,YAAA,CAAA,gBAAA,YAAA,CAAA,aAAA,YAAA,CAAA,eAGE,WAAA,I7Cm2FJ,C6Cj2FI,YAAA,CAAA,gBAAA,CAAA,oE9BgDJ,oEK7JA,iVyB6GI,8D9BgDJ,8DK7JA,wTyB6GI,kE9BgDJ,kEK7JA,6SyB2HM,MAAA,I7C63FN,C6Cz3FE,aAAA,OACE,WAAA,KACA,OAAA,KAAA,MAAA,QACA,MAAA,I7C23FJ,C6Cv3FA,CtC3HF,QsC2HE,KACE,OAAA,KAAA,MAAA,O7Cy3FF,C6Cp3FI,CAAA,eAAA,GAAA,CAAA,aAAA,KAAA,CAAA,sBAAA,KACE,WAAA,M7Cs3FN,C6Cn3FI,CAJA,eAIA,GAAA,CAJA,aAIA,CAJA,qBAIA,KACE,YAAA,G7Cq3FN,C6Ch3FA,C9ByEF,W8BzEE,MACE,MAAA,eACA,YAAA,c/C3JJ,O+C4JI,c/C5JJ,Q+C6JI,YACA,QAAA,e7Ck3FF,C6C/2FA,CjB7JF,gBiB6JE,IACE,UAAA,c7Ci3FF,CACF,C8C7gGE,CAAA,WACE,SAAA,OAIA,SAAA,Q9C4gGJ,C8CrgGI,CAZF,UAYE,KAAA,QACE,UAAA,WAAA,E9CugGN,C8CngGE,CAjBA,UAiBA,CAAA,qBACE,SAAA,O9CsgGJ,C8CngGE,CAAA,mBACE,SAAA,ShD7BJ,cgD8BI,IACA,eAAA,KAEA,WAAA,OAAA,CAAA,UAAA,IAAA,aAAA,CAAA,CAAA,CAAA,CAAA,EAAA,CAAA,GAIA,UAAA,QAAA,CAAA,CAAA,CAAA,CAAA,GAKE,iBAAA,IAAA,kBAAA,EAAA,KAAA,CAAA,EAAA,CAAA,EAAA,CAAA,EAAA,I9C8/FN,C+Ct/FI,CAAA,yBAAA,CDtBF,mBAmBI,QAAA,I9C4/FN,C+CxiGE,CAAA,oBACE,OAAA,EACA,KAAA,KAAA,EAAA,EAAA,EAAA,GACA,OAAA,IjDNJ,OiDOI,KACA,SAAA,OjDRJ,QiDSI,EACA,SAAA,SACA,MAAA,IAIA,YAAA,OAGA,QAAA,EAGA,mBAAA,KACA,gBAAA,KAMA,KAAA,C/C+hGJ,C+C7hGI,CAAA,SAAA,CA3BF,oBA4BI,KAAA,KACA,MAAA,C/C+hGN,CgD/iGE,CAAA,sBAAA,CAAA,2BAEE,eAAA,KAGA,IAAA,EACA,KAAA,EACA,OAAA,KACA,MAAA,IhD+iGJ,CgD3iGE,CAZA,sBAaE,SAAA,MACA,QAAA,IhD8iGJ,CgD5iGI,CAhBF,qBAgBE,OAGE,QAAA,IhD4iGN,CgDpiGE,CA3BA,2BA4BE,QAAA,KACA,SAAA,SACA,QAAA,IhDuiGJ,CgDniGE,CAAA,iBAGE,SAAA,SACA,eAAA,KACA,WAAA,WACA,QAAA,KAIA,QAAA,KACA,UAAA,KACA,WAAA,IhDiiGJ,CgD9hGE,CAAA,qBAEE,SAAA,SACA,MAAA,EAKA,QAAA,KACA,eAAA,KACA,4BAAA,YACA,WAAA,QAAA,IAAA,aAAA,GAAA,CAAA,EAAA,CAAA,GAAA,CAAA,GACA,QAAA,ChD+hGJ,CgD7hGI,CAdF,oBAcE,CAAA,6BACE,QAAA,ChD+hGN,CgD1hGM,CDnCF,yBCmCE,CApBJ,oBAoBI,CANF,6BASI,QAAA,EhD0hGR,CgDrhGE,CAAA,0BACE,WAAA,ShDwhGJ,CgDrhGE,CAAA,iCAEE,WAAA,WAAA,IAAA,MAAA,CAAA,QAAA,IAAA,OACA,WAAA,OACA,QAAA,ChDuhGJ,CgDjhGI,CAVF,gCAUE,CA5BA,6BA6BE,QAAA,EACA,WAAA,OhDmhGN,CgD/gGE,CAAA,oCACE,WAAA,IhDkhGJ,CgD7gGE,CAAA,4CACE,SAAA,SACA,QAAA,KAKA,QAAA,KAIA,eAAA,OAGA,UAAA,IACA,WAAA,GhDugGJ,CgDngGE,CAAA,uBACE,SAAA,MAKA,MAAA,KAKA,WAAA,MhD8/FJ,CiD/oGE,QAAA,CAAA,sBACE,OAAA,IjDkpGJ,CiD5oGE,QAAA,CAAA,gCnDXF,QmDoDE,IAAA,YACA,WAAA,sBAxCE,OAAA,eACA,SAAA,gBjDgpGJ,CiDvoGE,QAAA,CAAA,wCnDvBF,QmDoDE,IAAA,YACA,WAAA,sBA5BE,OAAA,WjD2oGJ,CiDjoGE,WAAA,8BAAA,CACA,WAAA,4BAAA,CAEA,CAAA,iCAAA,kBAEE,UAAA,8BAAA,GAAA,GjDkoGJ,CiD/nGE,CALA,iCAKA,KAAA,mBAEE,UAAA,4BAAA,GAAA,GjDioGJ,CkD/pGE,CAAA,oBACE,SAAA,QlDkqGJ,CkDhqGI,CAHF,mBAGE,QChBF,MAAA,EAIA,SAAA,SDcI,WAAA,WACA,eAAA,KACA,QAAA,IAAA,6BAAA,EAAA,MACA,OAAA,IAAA,kCAAA,EAAA,KAAA,IAAA,kCAAA,EAAA,OAAA,IAAA,kCAAA,EAAA,aAYA,cAAA,IAAA,mCAAA,EAAA,IlD2pGN,CkDnpGI,CA5BF,mBA4BE,MAAA,QACE,QAAA,ElDqpGN,C+C3mGM,CApCF,yBGQE,+BAAA,KlD2oGN,CkDtrGE,CAAA,wBACE,SAAA,QlDyrGJ,CkDvrGI,CAHF,uBAGE,QChBF,MAAA,EAIA,SAAA,SDcI,WAAA,WACA,eAAA,KACA,QAAA,IAAA,iCAAA,EAAA,MACA,OAAA,IAAA,sCAAA,EAAA,KAAA,IAAA,sCAAA,EAAA,OAAA,IAAA,sCAAA,EAAA,aAYA,cAAA,IAAA,uCAAA,EAAA,IlDkrGN,CkD1qGI,CA5BF,uBA4BE,MAAA,QACE,QAAA,ElD4qGN,C+CloGM,CApCF,yBGQE,mCAAA,KlDkqGN,CoDxsGI,CAAA,mB5B0DA,iBAAA,IAAA,0BAAA,EAAA,aAAA,MAAA,IAAA,oBAAA,EAAA,QxBmpGJ","names":[],"sourceRoot":"webpack:///","file":"styles.c9ea175d409df91f.css","x_google_ignoreList":[26,48,49,50,51,52,53,54]}