:root{--fc-primary: #007bff;--fc-secondary: #6c757d;--fc-success: #28a745;--fc-info: #17a2b8;--fc-warning: #ffc107;--fc-danger: #dc3545;--fc-light: #f8f9fa;--fc-dark: #343a40;--fc-white: #fff;--fc-black: #000;--fc-gray-100: #f8f9fa;--fc-gray-200: #e9ecef;--fc-gray-300: #dee2e6;--fc-gray-400: #ced4da;--fc-gray-500: #adb5bd;--fc-gray-600: #6c757d;--fc-gray-700: #495057;--fc-gray-800: #343a40;--fc-gray-900: #212529;--fc-primary-rgb: 0, 123, 255;--fc-secondary-rgb: 108, 117, 125;--fc-success-rgb: 40, 167, 69;--fc-info-rgb: 23, 162, 184;--fc-warning-rgb: 255, 193, 7;--fc-danger-rgb: 220, 53, 69;--fc-light-rgb: 248, 249, 250;--fc-dark-rgb: 52, 58, 64;--fc-white-rgb: 255, 255, 255;--fc-black-rgb: 0, 0, 0;--fc-gray-100-rgb: 248, 249, 250;--fc-gray-200-rgb: 233, 236, 239;--fc-gray-300-rgb: 222, 226, 230;--fc-gray-400-rgb: 206, 212, 218;--fc-gray-500-rgb: 173, 181, 189;--fc-gray-600-rgb: 108, 117, 125;--fc-gray-700-rgb: 73, 80, 87}html,body{scroll-behavior:smooth}.docs-page{max-width:1200px;margin:0 auto;padding:2em}.docs-page-header-text{margin-bottom:3rem}.docs-page .docs-page-header-text code{color:var(--mud-palette-info)}.docs-page-section{margin-bottom:4rem}.docs-page-section-text code{color:var(--mud-palette-info)}.docs-page-section .docs-section-header .mud-typography-h5{margin-top:60px;margin-bottom:20px}.docs-page-section .docs-section-header .mud-typography-h6{margin-top:32px;margin-bottom:12px}.docs-page-section .docs-page-section-content{border-radius:8px;background-color:var(--mud-palette-surface);transition:border-radius 250ms cubic-bezier(0.4, 0, 0.2, 1);display:flex;flex-direction:column;position:relative}.docs-page-section .docs-page-section-content .docs-section-content-toolbar{height:unset;padding:0;border-radius:8px 8px 0 0}.docs-page-section .docs-page-section-content .docs-section-content-toolbar .mud-button{text-transform:none;font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:14px;border-radius:0;padding:4px 8px}.docs-page-section .docs-page-section-content .docs-section-content-toolbar .mud-button.file-button{border-color:var(--mud-palette-lines-default);letter-spacing:normal;margin-top:-1px}.docs-page-section .docs-page-section-content .docs-section-content-toolbar .mud-button.file-button:first-child{border-top-left-radius:8px}.docs-page-section .docs-page-section-content .docs-section-content-toolbar .mud-button:last-child:not(.file-button){border-top-right-radius:8px}.docs-page-section .docs-page-section-content .docs-section-content-toolbar.outlined .file-button:not(.active){border:1px solid var(--mud-palette-lines-default);border-top:none;border-radius:0 0 4px 4px}.docs-page-section .docs-page-section-content .docs-section-content-toolbar.outlined .file-button:not(.active):first-child{border-top-left-radius:8px;border-bottom-left-radius:0px;border-left:none}.docs-page-section .docs-page-section-content .docs-section-content-toolbar.outlined .file-button.active{color:var(--mud-palette-primary)}.docs-page-section .docs-page-section-content .docs-section-content-toolbar.darken{background-color:var(--mud-palette-grey-light)}.docs-page-section .docs-page-section-content .docs-section-content-toolbar.darken .file-button.active{background-color:var(--mud-palette-background-grey)}.docs-page-section .docs-page-section-content .docs-section-content-inner>*:not(.mud-grid){margin:8px}.docs-page-section .docs-page-section-content.darken{background:linear-gradient(0deg, var(--mud-palette-grey-lighter) 0%, var(--mud-palette-background-grey) 50%)}.docs-page-section .docs-page-section-content.outlined{border:1px solid var(--mud-palette-lines-default, var(--fc-gray-600))}.docs-page-section .docs-page-section-content.show-code{border-bottom-left-radius:0;border-bottom-right-radius:0}.docs-page-section .docs-page-section-content.show-code.outlined{border-bottom:none}.docs-page-section .docs-page-section-content.show-code+.docs-section-source{border-top-left-radius:0;border-top-right-radius:0}.docs-page-section .docs-page-section-content.show-code+.docs-section-source.outlined{border:1px solid var(--mud-palette-lines-default, var(--fc-gray-600))}.docs-page-section .is-dark .docs-section-source{background-color:#272822}.docs-page-section .docs-section-source{position:relative;overflow:hidden;border-radius:8px;transition:border-radius 250ms cubic-bezier(0.4, 0, 0.2, 1)}.docs-page-section .docs-section-source pre[class*=language-]{margin:0}.docs-page-section .docs-section-source .copy-code-button{position:absolute;bottom:8px;right:8px;color:rgba(5,0,51,0);transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms}.docs-page-section .docs-section-source:hover .copy-code-button{color:var(--mud-palette-text-secondary) !important;background-color:rgba(0,0,0,0)}.docs-page-section .docs-section-source .docs-section-source-container{max-height:0;overflow:hidden;transition:max-height .15s ease-out}.docs-page-section .docs-section-source.show-code .docs-section-source-container{overflow:auto;max-height:500px;transition:max-height .25s ease-in}.docs-page-section .docs-section-source.show-code .docs-section-source-container::-webkit-scrollbar-thumb{border-bottom-right-radius:0}.code-block.max-height pre{max-height:30rem;overflow-y:auto}.docs-content-api .docs-section-content-inner{padding:0 !important}@media(min-width: 600px){.docs-content-api-cell:before{width:30% !important;min-width:30% !important}}@media(max-width: 599px){.docs-content-api-description{flex-wrap:wrap}}.docs-content-api-description{overflow-wrap:anywhere;white-space:pre-line}.docs-section-wireframe{height:calc(80vh - 124px)}.docs-section-black{background-color:var(--mud-palette-black)}.docs-iframe{height:400px;width:100%;margin:0 !important}.docs-page blockquote{background-color:rgba(211,211,211,.05);border-left:4px solid #add8e6;border-radius:.3rem;padding:10px;margin:10px 0}.docs-page blockquote p:last-child{margin:0}.docs-page p,.docs-page li{line-height:1.5;font-size:1rem}.docs-page .content p{max-width:120ch}.docs-page .mermaid{margin-top:2em;margin-bottom:2em}.docs-page a{text-decoration:none}.docs-page a:link,.docs-page a:visited{text-decoration:underline}.docs-page.compatibility .scroll-table{overflow-x:auto}.docs-page.compatibility .scroll-table table{white-space:nowrap;width:max-content}.docs-page.compatibility .scroll-table h1,.docs-page.compatibility .scroll-table h2,.docs-page.compatibility .scroll-table h3,.docs-page.compatibility .scroll-table h4,.docs-page.compatibility .scroll-table h4,.docs-page.compatibility .scroll-table h5,.docs-page.compatibility .scroll-table h6{position:sticky;left:0;max-width:fit-content}.docs-page.compatibility .scroll-table table thead th:first-child{font-weight:900}.docs-page.compatibility .scroll-table table tbody td:first-child{font-weight:700}.docs-page.compatibility .scroll-table table thead th:first-child,.docs-page.compatibility .scroll-table table tbody td:first-child{left:0;position:sticky;z-index:9999}.docs-page.compatibility .scroll-table table thead th:first-child::before,.docs-page.compatibility .scroll-table table tbody td:first-child::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:currentColor;filter:invert(100%);z-index:-1}@media(prefers-color-scheme: dark){.docs-page.compatibility .scroll-table table thead th{color:unset}}