.markdown > h2, .markdown > h3, .markdown > h4, .markdown > h5, .markdown > h6 {
  margin-bottom: calc(var(--ifm-heading-vertical-rhythm-bottom) * var(--ifm-leading))
}

pre, table {
  overflow: auto
}

table thead, table tr:nth-child(2n) {
  background-color: var(--ifm-table-stripe-background)
}

blockquote, pre {
  margin: 0 0 var(--ifm-spacing-vertical)
}

.breadcrumbs__link, .button {
  transition-timing-function: var(--ifm-transition-timing-default)
}

.button, .hash-link {
  -webkit-user-select: none;
  -moz-user-select: none
}

.button, code {
  vertical-align: middle
}

.button--outline.button--active, .button--outline:active, .button--outline:hover, :root {
  --ifm-button-color: var(--ifm-font-color-base-inverse)
}

.menu__link:hover, a {
  transition: color var(--ifm-transition-fast) var(--ifm-transition-timing-default)
}

.navbar--dark, :root {
  --ifm-navbar-link-hover-color: var(--ifm-color-primary)
}

.menu, .navbar-sidebar {
  overflow-x: hidden
}

:root, html[data-theme=dark] {
  --ifm-color-emphasis-500: var(--ifm-color-gray-500)
}

.markdown li, body {
  word-wrap: break-word
}

.toggleButton_Kc46, html {
  -webkit-tap-highlight-color: transparent
}

*, .DocSearch-Container, .DocSearch-Container * {
  box-sizing: border-box
}

:root {
  --ifm-color-scheme: light;
  --ifm-dark-value: 10%;
  --ifm-darker-value: 15%;
  --ifm-darkest-value: 30%;
  --ifm-light-value: 15%;
  --ifm-lighter-value: 30%;
  --ifm-lightest-value: 50%;
  --ifm-contrast-background-value: 90%;
  --ifm-contrast-foreground-value: 70%;
  --ifm-contrast-background-dark-value: 70%;
  --ifm-contrast-foreground-dark-value: 90%;
  --ifm-color-primary: #3578e5;
  --ifm-color-secondary: #ebedf0;
  --ifm-color-success: #00a400;
  --ifm-color-info: #54c7ec;
  --ifm-color-warning: #ffba00;
  --ifm-color-danger: #fa383e;
  --ifm-color-primary-dark: #306cce;
  --ifm-color-primary-darker: #2d66c3;
  --ifm-color-primary-darkest: #2554a0;
  --ifm-color-primary-light: #538ce9;
  --ifm-color-primary-lighter: #72a1ed;
  --ifm-color-primary-lightest: #9abcf2;
  --ifm-color-primary-contrast-background: #ebf2fc;
  --ifm-color-primary-contrast-foreground: #102445;
  --ifm-color-secondary-dark: #d4d5d8;
  --ifm-color-secondary-darker: #c8c9cc;
  --ifm-color-secondary-darkest: #a4a6a8;
  --ifm-color-secondary-light: #eef0f2;
  --ifm-color-secondary-lighter: #f1f2f5;
  --ifm-color-secondary-lightest: #f5f6f8;
  --ifm-color-secondary-contrast-background: #fdfdfe;
  --ifm-color-secondary-contrast-foreground: #474748;
  --ifm-color-success-dark: #009400;
  --ifm-color-success-darker: #008b00;
  --ifm-color-success-darkest: #007300;
  --ifm-color-success-light: #26b226;
  --ifm-color-success-lighter: #4dbf4d;
  --ifm-color-success-lightest: #80d280;
  --ifm-color-success-contrast-background: #e6f6e6;
  --ifm-color-success-contrast-foreground: #003100;
  --ifm-color-info-dark: #4cb3d4;
  --ifm-color-info-darker: #47a9c9;
  --ifm-color-info-darkest: #3b8ba5;
  --ifm-color-info-light: #6ecfef;
  --ifm-color-info-lighter: #87d8f2;
  --ifm-color-info-lightest: #aae3f6;
  --ifm-color-info-contrast-background: #eef9fd;
  --ifm-color-info-contrast-foreground: #193c47;
  --ifm-color-warning-dark: #e6a700;
  --ifm-color-warning-darker: #d99e00;
  --ifm-color-warning-darkest: #b38200;
  --ifm-color-warning-light: #ffc426;
  --ifm-color-warning-lighter: #ffcf4d;
  --ifm-color-warning-lightest: #ffdd80;
  --ifm-color-warning-contrast-background: #fff8e6;
  --ifm-color-warning-contrast-foreground: #4d3800;
  --ifm-color-danger-dark: #e13238;
  --ifm-color-danger-darker: #d53035;
  --ifm-color-danger-darkest: #af272b;
  --ifm-color-danger-light: #fb565b;
  --ifm-color-danger-lighter: #fb7478;
  --ifm-color-danger-lightest: #fd9c9f;
  --ifm-color-danger-contrast-background: #ffebec;
  --ifm-color-danger-contrast-foreground: #4b1113;
  --ifm-color-white: #fff;
  --ifm-color-black: #000;
  --ifm-color-gray-0: var(--ifm-color-white);
  --ifm-color-gray-100: #f5f6f7;
  --ifm-color-gray-200: #ebedf0;
  --ifm-color-gray-300: #dadde1;
  --ifm-color-gray-400: #ccd0d5;
  --ifm-color-gray-500: #bec3c9;
  --ifm-color-gray-600: #8d949e;
  --ifm-color-gray-700: #606770;
  --ifm-color-gray-800: #444950;
  --ifm-color-gray-900: #1c1e21;
  --ifm-color-gray-1000: var(--ifm-color-black);
  --ifm-color-emphasis-0: var(--ifm-color-gray-0);
  --ifm-color-emphasis-100: var(--ifm-color-gray-100);
  --ifm-color-emphasis-200: var(--ifm-color-gray-200);
  --ifm-color-emphasis-300: var(--ifm-color-gray-300);
  --ifm-color-emphasis-400: var(--ifm-color-gray-400);
  --ifm-color-emphasis-600: var(--ifm-color-gray-600);
  --ifm-color-emphasis-700: var(--ifm-color-gray-700);
  --ifm-color-emphasis-800: var(--ifm-color-gray-800);
  --ifm-color-emphasis-900: var(--ifm-color-gray-900);
  --ifm-color-emphasis-1000: var(--ifm-color-gray-1000);
  --ifm-color-content: var(--ifm-color-emphasis-900);
  --ifm-color-content-inverse: var(--ifm-color-emphasis-0);
  --ifm-color-content-secondary: #525860;
  --ifm-background-color: transparent;
  --ifm-background-surface-color: var(--ifm-color-content-inverse);
  --ifm-global-border-width: 1px;
  --ifm-global-radius: 0.4rem;
  --ifm-hover-overlay: rgba(0, 0, 0, .05);
  --ifm-font-color-base: var(--ifm-color-content);
  --ifm-font-color-base-inverse: var(--ifm-color-content-inverse);
  --ifm-font-color-secondary: var(--ifm-color-content-secondary);
  --ifm-font-family-base: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --ifm-font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --ifm-font-size-base: 100%;
  --ifm-font-weight-light: 300;
  --ifm-font-weight-normal: 400;
  --ifm-font-weight-semibold: 500;
  --ifm-font-weight-bold: 700;
  --ifm-font-weight-base: var(--ifm-font-weight-normal);
  --ifm-line-height-base: 1.65;
  --ifm-global-spacing: 1rem;
  --ifm-spacing-vertical: var(--ifm-global-spacing);
  --ifm-spacing-horizontal: var(--ifm-global-spacing);
  --ifm-transition-fast: 200ms;
  --ifm-transition-slow: 400ms;
  --ifm-transition-timing-default: cubic-bezier(0.08, 0.52, 0.52, 1);
  --ifm-global-shadow-lw: 0 1px 2px 0 rgba(0, 0, 0, .1);
  --ifm-global-shadow-md: 0 5px 40px rgba(0, 0, 0, .2);
  --ifm-global-shadow-tl: 0 12px 28px 0 rgba(0, 0, 0, .2), 0 2px 4px 0 rgba(0, 0, 0, .1);
  --ifm-z-index-dropdown: 100;
  --ifm-z-index-fixed: 200;
  --ifm-z-index-overlay: 400;
  --ifm-container-width: 1140px;
  --ifm-container-width-xl: 1320px;
  --ifm-code-background: #f6f7f8;
  --ifm-code-border-radius: var(--ifm-global-radius);
  --ifm-code-font-size: 90%;
  --ifm-code-padding-horizontal: 0.1rem;
  --ifm-code-padding-vertical: 0.1rem;
  --ifm-pre-background: var(--ifm-code-background);
  --ifm-pre-border-radius: var(--ifm-code-border-radius);
  --ifm-pre-color: inherit;
  --ifm-pre-line-height: 1.45;
  --ifm-pre-padding: 1rem;
  --ifm-heading-color: inherit;
  --ifm-heading-margin-top: 0;
  --ifm-heading-margin-bottom: var(--ifm-spacing-vertical);
  --ifm-heading-font-family: var(--ifm-font-family-base);
  --ifm-heading-font-weight: var(--ifm-font-weight-bold);
  --ifm-heading-line-height: 1.25;
  --ifm-h1-font-size: 2rem;
  --ifm-h2-font-size: 1.5rem;
  --ifm-h3-font-size: 1.25rem;
  --ifm-h4-font-size: 1rem;
  --ifm-h5-font-size: 0.875rem;
  --ifm-h6-font-size: 0.85rem;
  --ifm-image-alignment-padding: 1.25rem;
  --ifm-leading-desktop: 1.25;
  --ifm-leading: calc(var(--ifm-leading-desktop) * 1rem);
  --ifm-list-left-padding: 2rem;
  --ifm-list-margin: 1rem;
  --ifm-list-item-margin: 0.25rem;
  --ifm-list-paragraph-margin: 1rem;
  --ifm-table-cell-padding: 0.75rem;
  --ifm-table-background: transparent;
  --ifm-table-stripe-background: rgba(0, 0, 0, .03);
  --ifm-table-border-width: 1px;
  --ifm-table-border-color: var(--ifm-color-emphasis-300);
  --ifm-table-head-background: inherit;
  --ifm-table-head-color: inherit;
  --ifm-table-head-font-weight: var(--ifm-font-weight-bold);
  --ifm-table-cell-color: inherit;
  --ifm-link-color: var(--ifm-color-primary);
  --ifm-link-decoration: none;
  --ifm-link-hover-color: var(--ifm-link-color);
  --ifm-link-hover-decoration: underline;
  --ifm-paragraph-margin-bottom: var(--ifm-leading);
  --ifm-blockquote-font-size: var(--ifm-font-size-base);
  --ifm-blockquote-border-left-width: 2px;
  --ifm-blockquote-padding-horizontal: var(--ifm-spacing-horizontal);
  --ifm-blockquote-padding-vertical: 0;
  --ifm-blockquote-shadow: none;
  --ifm-blockquote-color: var(--ifm-color-emphasis-800);
  --ifm-blockquote-border-color: var(--ifm-color-emphasis-300);
  --ifm-hr-background-color: var(--ifm-color-emphasis-500);
  --ifm-hr-height: 1px;
  --ifm-hr-margin-vertical: 1.5rem;
  --ifm-scrollbar-size: 7px;
  --ifm-scrollbar-track-background-color: #f1f1f1;
  --ifm-scrollbar-thumb-background-color: silver;
  --ifm-scrollbar-thumb-hover-background-color: #a7a7a7;
  --ifm-alert-background-color: inherit;
  --ifm-alert-border-color: inherit;
  --ifm-alert-border-radius: var(--ifm-global-radius);
  --ifm-alert-border-width: 0px;
  --ifm-alert-border-left-width: 5px;
  --ifm-alert-color: var(--ifm-font-color-base);
  --ifm-alert-padding-horizontal: var(--ifm-spacing-horizontal);
  --ifm-alert-padding-vertical: var(--ifm-spacing-vertical);
  --ifm-alert-shadow: var(--ifm-global-shadow-lw);
  --ifm-avatar-intro-margin: 1rem;
  --ifm-avatar-intro-alignment: inherit;
  --ifm-avatar-photo-size: 3rem;
  --ifm-badge-background-color: inherit;
  --ifm-badge-border-color: inherit;
  --ifm-badge-border-radius: var(--ifm-global-radius);
  --ifm-badge-border-width: var(--ifm-global-border-width);
  --ifm-badge-color: var(--ifm-color-white);
  --ifm-badge-padding-horizontal: calc(var(--ifm-spacing-horizontal) * 0.5);
  --ifm-badge-padding-vertical: calc(var(--ifm-spacing-vertical) * 0.25);
  --ifm-breadcrumb-border-radius: 1.5rem;
  --ifm-breadcrumb-spacing: 0.5rem;
  --ifm-breadcrumb-color-active: var(--ifm-color-primary);
  --ifm-breadcrumb-item-background-active: var(--ifm-hover-overlay);
  --ifm-breadcrumb-padding-horizontal: 0.8rem;
  --ifm-breadcrumb-padding-vertical: 0.4rem;
  --ifm-breadcrumb-size-multiplier: 1;
  --ifm-breadcrumb-separator: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 256 256"><g><g><polygon points="79.093,0 48.907,30.187 146.72,128 48.907,225.813 79.093,256 207.093,128"/></g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>');
  --ifm-breadcrumb-separator-filter: none;
  --ifm-breadcrumb-separator-size: 0.5rem;
  --ifm-breadcrumb-separator-size-multiplier: 1.25;
  --ifm-button-background-color: inherit;
  --ifm-button-border-color: var(--ifm-button-background-color);
  --ifm-button-border-width: var(--ifm-global-border-width);
  --ifm-button-font-weight: var(--ifm-font-weight-bold);
  --ifm-button-padding-horizontal: 1.5rem;
  --ifm-button-padding-vertical: 0.375rem;
  --ifm-button-size-multiplier: 1;
  --ifm-button-transition-duration: var(--ifm-transition-fast);
  --ifm-button-border-radius: calc(var(--ifm-global-radius) * var(--ifm-button-size-multiplier));
  --ifm-button-group-spacing: 2px;
  --ifm-card-background-color: var(--ifm-background-surface-color);
  --ifm-card-border-radius: calc(var(--ifm-global-radius) * 2);
  --ifm-card-horizontal-spacing: var(--ifm-global-spacing);
  --ifm-card-vertical-spacing: var(--ifm-global-spacing);
  --ifm-toc-border-color: var(--ifm-color-emphasis-300);
  --ifm-toc-link-color: var(--ifm-color-content-secondary);
  --ifm-toc-padding-vertical: 0.5rem;
  --ifm-toc-padding-horizontal: 0.5rem;
  --ifm-dropdown-background-color: var(--ifm-background-surface-color);
  --ifm-dropdown-font-weight: var(--ifm-font-weight-semibold);
  --ifm-dropdown-link-color: var(--ifm-font-color-base);
  --ifm-dropdown-hover-background-color: var(--ifm-hover-overlay);
  --ifm-footer-background-color: var(--ifm-color-emphasis-100);
  --ifm-footer-color: inherit;
  --ifm-footer-link-color: var(--ifm-color-emphasis-700);
  --ifm-footer-link-hover-color: var(--ifm-color-primary);
  --ifm-footer-link-horizontal-spacing: 0.5rem;
  --ifm-footer-padding-horizontal: calc(var(--ifm-spacing-horizontal) * 2);
  --ifm-footer-padding-vertical: calc(var(--ifm-spacing-vertical) * 2);
  --ifm-footer-title-color: inherit;
  --ifm-footer-logo-max-width: min(30rem, 90vw);
  --ifm-hero-background-color: var(--ifm-background-surface-color);
  --ifm-hero-text-color: var(--ifm-color-emphasis-800);
  --ifm-menu-color: var(--ifm-color-emphasis-700);
  --ifm-menu-color-active: var(--ifm-color-primary);
  --ifm-menu-color-background-active: var(--ifm-hover-overlay);
  --ifm-menu-color-background-hover: var(--ifm-hover-overlay);
  --ifm-menu-link-padding-horizontal: 0.75rem;
  --ifm-menu-link-padding-vertical: 0.375rem;
  --ifm-menu-link-sublist-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 24 24"><path fill="rgba(0,0,0,0.5)" d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"></path></svg>');
  --ifm-menu-link-sublist-icon-filter: none;
  --ifm-navbar-background-color: var(--ifm-background-surface-color);
  --ifm-navbar-height: 3.75rem;
  --ifm-navbar-item-padding-horizontal: 0.75rem;
  --ifm-navbar-item-padding-vertical: 0.25rem;
  --ifm-navbar-link-color: var(--ifm-font-color-base);
  --ifm-navbar-link-active-color: var(--ifm-link-color);
  --ifm-navbar-padding-horizontal: var(--ifm-spacing-horizontal);
  --ifm-navbar-padding-vertical: calc(var(--ifm-spacing-vertical) * 0.5);
  --ifm-navbar-shadow: var(--ifm-global-shadow-lw);
  --ifm-navbar-search-input-background-color: var(--ifm-color-emphasis-200);
  --ifm-navbar-search-input-color: var(--ifm-color-emphasis-800);
  --ifm-navbar-search-input-placeholder-color: var(--ifm-color-emphasis-500);
  --ifm-navbar-search-input-icon: url('data:image/svg+xml;utf8,<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" height="16px" width="16px"><path d="M6.02945,10.20327a4.17382,4.17382,0,1,1,4.17382-4.17382A4.15609,4.15609,0,0,1,6.02945,10.20327Zm9.69195,4.2199L10.8989,9.59979A5.88021,5.88021,0,0,0,12.058,6.02856,6.00467,6.00467,0,1,0,9.59979,10.8989l4.82338,4.82338a.89729.89729,0,0,0,1.29912,0,.89749.89749,0,0,0-.00087-1.29909Z" /></svg>');
  --ifm-navbar-sidebar-width: 83vw;
  --ifm-pagination-border-radius: var(--ifm-global-radius);
  --ifm-pagination-color-active: var(--ifm-color-primary);
  --ifm-pagination-font-size: 1rem;
  --ifm-pagination-item-active-background: var(--ifm-hover-overlay);
  --ifm-pagination-page-spacing: 0.2em;
  --ifm-pagination-padding-horizontal: calc(var(--ifm-spacing-horizontal) * 1);
  --ifm-pagination-padding-vertical: calc(var(--ifm-spacing-vertical) * 0.25);
  --ifm-pagination-nav-border-radius: var(--ifm-global-radius);
  --ifm-pagination-nav-color-hover: var(--ifm-color-primary);
  --ifm-pills-color-active: var(--ifm-color-primary);
  --ifm-pills-color-background-active: var(--ifm-hover-overlay);
  --ifm-pills-spacing: 0.125rem;
  --ifm-tabs-color: var(--ifm-font-color-secondary);
  --ifm-tabs-color-active: var(--ifm-color-primary);
  --ifm-tabs-color-active-border: var(--ifm-tabs-color-active);
  --ifm-tabs-padding-horizontal: 1rem;
  --ifm-tabs-padding-vertical: 1rem;
  --docusaurus-progress-bar-color: var(--ifm-color-primary);
  --theme-tars-white: 255, 255, 255;
  --theme-tars-black: 16, 24, 40;
  --theme-tars-blue-base: 24, 144, 255;
  --theme-tars-blue-1: 230, 247, 255;
  --theme-tars-blue-2: 186, 231, 255;
  --theme-tars-blue-3: 145, 213, 255;
  --theme-tars-blue-4: 105, 192, 255;
  --theme-tars-blue-5: 64, 169, 255;
  --theme-tars-blue-6: 24, 144, 255;
  --theme-tars-blue-7: 9, 109, 217;
  --theme-tars-blue-8: 0, 80, 179;
  --theme-tars-blue-9: 0, 58, 140;
  --theme-tars-blue-10: 0, 39, 102;
  --theme-tars-purple-base: 147, 115, 238;
  --theme-tars-purple-1: 246, 240, 255;
  --theme-tars-purple-2: 246, 240, 255;
  --theme-tars-purple-3: 245, 240, 255;
  --theme-tars-purple-4: 221, 204, 255;
  --theme-tars-purple-5: 187, 160, 250;
  --theme-tars-purple-6: 147, 115, 238;
  --theme-tars-purple-7: 112, 86, 199;
  --theme-tars-purple-8: 81, 61, 161;
  --theme-tars-purple-9: 54, 40, 122;
  --theme-tars-purple-10: 35, 27, 84;
  --theme-tars-cyan-base: 19, 194, 194;
  --theme-tars-cyan-1: 230, 255, 251;
  --theme-tars-cyan-2: 181, 245, 236;
  --theme-tars-cyan-3: 135, 232, 222;
  --theme-tars-cyan-4: 92, 219, 211;
  --theme-tars-cyan-5: 54, 207, 201;
  --theme-tars-cyan-6: 19, 194, 194;
  --theme-tars-cyan-7: 8, 151, 156;
  --theme-tars-cyan-8: 0, 109, 117;
  --theme-tars-cyan-9: 0, 71, 79;
  --theme-tars-cyan-10: 0, 35, 41;
  --theme-tars-green-base: 76, 175, 80;
  --theme-tars-green-1: 227, 240, 225;
  --theme-tars-green-2: 215, 227, 213;
  --theme-tars-green-3: 196, 214, 195;
  --theme-tars-green-4: 153, 201, 151;
  --theme-tars-green-5: 111, 189, 111;
  --theme-tars-green-6: 76, 175, 80;
  --theme-tars-green-7: 52, 138, 58;
  --theme-tars-green-8: 33, 99, 39;
  --theme-tars-green-9: 17, 61, 23;
  --theme-tars-green-10: 6, 23, 9;
  --theme-tars-magenta-base: 235, 47, 150;
  --theme-tars-magenta-1: 255, 240, 246;
  --theme-tars-magenta-2: 255, 214, 231;
  --theme-tars-magenta-3: 255, 173, 210;
  --theme-tars-magenta-4: 255, 133, 192;
  --theme-tars-magenta-5: 247, 89, 171;
  --theme-tars-magenta-6: 235, 47, 150;
  --theme-tars-magenta-7: 196, 29, 127;
  --theme-tars-magenta-8: 158, 16, 104;
  --theme-tars-magenta-9: 120, 6, 80;
  --theme-tars-magenta-10: 82, 3, 57;
  --theme-tars-pink-base: 235, 47, 150;
  --theme-tars-pink-1: 255, 240, 246;
  --theme-tars-pink-2: 255, 214, 231;
  --theme-tars-pink-3: 255, 173, 210;
  --theme-tars-pink-4: 255, 133, 192;
  --theme-tars-pink-5: 247, 89, 171;
  --theme-tars-pink-6: 235, 47, 150;
  --theme-tars-pink-7: 196, 29, 127;
  --theme-tars-pink-8: 158, 16, 104;
  --theme-tars-pink-9: 120, 6, 80;
  --theme-tars-pink-10: 82, 3, 57;
  --theme-tars-red-base: 245, 34, 45;
  --theme-tars-red-1: 255, 241, 240;
  --theme-tars-red-2: 255, 204, 199;
  --theme-tars-red-3: 255, 163, 158;
  --theme-tars-red-4: 255, 120, 117;
  --theme-tars-red-5: 255, 77, 79;
  --theme-tars-red-6: 245, 34, 45;
  --theme-tars-red-7: 207, 19, 34;
  --theme-tars-red-8: 168, 7, 26;
  --theme-tars-red-9: 130, 0, 20;
  --theme-tars-red-10: 92, 0, 17;
  --theme-tars-orange-base: 250, 140, 22;
  --theme-tars-orange-1: 255, 247, 230;
  --theme-tars-orange-2: 255, 231, 186;
  --theme-tars-orange-3: 255, 213, 145;
  --theme-tars-orange-4: 255, 192, 105;
  --theme-tars-orange-5: 255, 169, 64;
  --theme-tars-orange-6: 250, 140, 22;
  --theme-tars-orange-7: 212, 107, 8;
  --theme-tars-orange-8: 173, 78, 0;
  --theme-tars-orange-9: 135, 56, 0;
  --theme-tars-orange-10: 97, 37, 0;
  --theme-tars-yellow-base: 250, 219, 20;
  --theme-tars-yellow-1: 254, 255, 230;
  --theme-tars-yellow-2: 255, 255, 184;
  --theme-tars-yellow-3: 255, 251, 143;
  --theme-tars-yellow-4: 255, 245, 102;
  --theme-tars-yellow-5: 255, 236, 61;
  --theme-tars-yellow-6: 250, 219, 20;
  --theme-tars-yellow-7: 212, 177, 6;
  --theme-tars-yellow-8: 173, 139, 0;
  --theme-tars-yellow-9: 135, 104, 0;
  --theme-tars-yellow-10: 97, 71, 0;
  --theme-tars-volcano-base: 250, 84, 28;
  --theme-tars-volcano-1: 255, 242, 232;
  --theme-tars-volcano-2: 255, 216, 191;
  --theme-tars-volcano-3: 255, 187, 150;
  --theme-tars-volcano-4: 255, 156, 110;
  --theme-tars-volcano-5: 255, 122, 69;
  --theme-tars-volcano-6: 250, 84, 28;
  --theme-tars-volcano-7: 212, 56, 13;
  --theme-tars-volcano-8: 173, 33, 2;
  --theme-tars-volcano-9: 135, 20, 0;
  --theme-tars-volcano-10: 97, 11, 0;
  --theme-tars-geekblue-base: 47, 84, 235;
  --theme-tars-geekblue-1: 240, 245, 255;
  --theme-tars-geekblue-2: 214, 228, 255;
  --theme-tars-geekblue-3: 173, 198, 255;
  --theme-tars-geekblue-4: 133, 165, 255;
  --theme-tars-geekblue-5: 89, 126, 247;
  --theme-tars-geekblue-6: 47, 84, 235;
  --theme-tars-geekblue-7: 29, 57, 196;
  --theme-tars-geekblue-8: 16, 35, 158;
  --theme-tars-geekblue-9: 6, 17, 120;
  --theme-tars-geekblue-10: 3, 8, 82;
  --theme-tars-lime-base: 160, 217, 17;
  --theme-tars-lime-1: 252, 255, 230;
  --theme-tars-lime-2: 244, 255, 184;
  --theme-tars-lime-3: 234, 255, 143;
  --theme-tars-lime-4: 211, 242, 97;
  --theme-tars-lime-5: 186, 230, 55;
  --theme-tars-lime-6: 160, 217, 17;
  --theme-tars-lime-7: 124, 179, 5;
  --theme-tars-lime-8: 91, 140, 0;
  --theme-tars-lime-9: 63, 102, 0;
  --theme-tars-lime-10: 37, 64, 0;
  --theme-tars-gold-base: 250, 173, 20;
  --theme-tars-gold-1: 255, 251, 230;
  --theme-tars-gold-2: 255, 241, 184;
  --theme-tars-gold-3: 255, 229, 143;
  --theme-tars-gold-4: 255, 214, 102;
  --theme-tars-gold-5: 255, 197, 61;
  --theme-tars-gold-6: 250, 173, 20;
  --theme-tars-gold-7: 212, 136, 6;
  --theme-tars-gold-8: 173, 104, 0;
  --theme-tars-gold-9: 135, 77, 0;
  --theme-tars-gold-10: 97, 52, 0;
  --theme-tars-success-color: #4caf50;
  --theme-tars-success-color-hover: #6fbd6f;
  --theme-tars-success-color-active: #348a3a;
  --theme-tars-success-color-outline: rgba(76, 175, 80, .2);
  --theme-tars-success-color-deprecated-bg: #e3f0e1;
  --theme-tars-success-color-deprecated-border: #c4d6c3;
  --theme-tars-warning-color: #faad14;
  --theme-tars-warning-color-hover: #ffc53d;
  --theme-tars-warning-color-active: #d48806;
  --theme-tars-warning-color-outline: rgba(250, 173, 20, .2);
  --theme-tars-warning-color-deprecated-bg: #fffbe6;
  --theme-tars-warning-color-deprecated-border: #ffe58f;
  --theme-tars-error-color: #ff4d4f;
  --theme-tars-error-color-hover: #ff7875;
  --theme-tars-error-color-active: #d9363e;
  --theme-tars-error-color-outline: rgba(255, 77, 79, .2);
  --theme-tars-error-color-deprecated-bg: #fff2f0;
  --theme-tars-error-color-deprecated-border: #ffccc7;
  --theme-tars-info-color: #1890ff;
  --theme-tars-info-color-hover: #40a9ff;
  --theme-tars-info-color-active: #096dd9;
  --theme-tars-info-color-outline: rgba(24, 144, 255, .2);
  --theme-tars-info-color-deprecated-bg: #e6f7ff;
  --theme-tars-info-color-deprecated-border: #91d5ff;
  --theme-tars-primary-color: #9373ee;
  --theme-tars-primary-color-hover: #bba0fa;
  --theme-tars-primary-color-active: #7056c7;
  --theme-tars-primary-color-outline: rgba(147, 115, 238, .2);
  --theme-tars-primary-1: #f6f0ff;
  --theme-tars-primary-2: #f6f0ff;
  --theme-tars-primary-3: #f5f0ff;
  --theme-tars-primary-4: #dcf;
  --theme-tars-primary-5: #bba0fa;
  --theme-tars-primary-6: #9373ee;
  --theme-tars-primary-7: #7056c7;
  --theme-tars-primary-8: #513da1;
  --theme-tars-primary-9: #36287a;
  --theme-tars-primary-10: #231b54;
  --theme-tars-primary-color-deprecated-pure: "";
  --theme-tars-primary-color-deprecated-l-35: #9777ee;
  --theme-tars-primary-color-deprecated-l-20: #9372ee;
  --theme-tars-primary-color-deprecated-t-20: #9373ee;
  --theme-tars-primary-color-deprecated-t-50: #9474ee;
  --theme-tars-primary-color-deprecated-f-12: rgba(147, 115, 238, .12);
  --theme-tars-primary-color-active-deprecated-f-30: rgba(246, 240, 255, .3);
  --theme-tars-primary-color-active-deprecated-d-02: #f6f0ff;
  --theme-tars-primary-color--plain: 147, 115, 238;
  --theme-tars-primary-color-d-35: #9372ee;
  --theme-tars-primary-color-d-20: #9372ee;
  --theme-tars-processing-color: rgba(var(--theme-tars-blue-6), 1);
  --theme-tars-normal-color: #d9d9d9;
  --theme-tars-body-background: rgba(var(--theme-tars-white), 1);
  --theme-tars-component-background: rgba(var(--theme-tars-white), 1);
  --theme-tars-component-tree-bg: #fcfcfd;
  --theme-tars-component-navigation-bg: #f9fafb;
  --theme-tars-component-card-base-bg: #f9fafb;
  --theme-tars-component-card-head-bg: #f2f4f7;
  --theme-tars-component-code-editor: var(--theme-tars-component-background);
  --theme-tars-popover-background: var(--theme-tars-component-background);
  --theme-tars-popover-customize-border-color: var(--theme-tars-border-color-split);
  --theme-tars-item-active-bg: var(--theme-tars-primary-1);
  --theme-tars-item-hover-bg: rgba(var(--theme-tars-black), 0.04);
  --theme-tars-border-color-base: #eaecf0;
  --theme-tars-border-color-split: #f2f4f7;
  --theme-tars-border-color-inverse: rgba(var(--theme-tars-white), 1);
  --theme-tars-border-color-ontainers: var(--theme-tars-border-color-split);
  --theme-tars-border-color-table-split: var(--theme-tars-fill-3);
  --theme-tars-border-color-nav: var(--theme-tars-border-color-split);
  --theme-tars-background-color-light: #fcfcfd;
  --theme-tars-background-color-base: #f9fafb;
  --theme-tars-background-dark: #f9fafb;
  --theme-tars-disabled-color: rgba(var(--theme-tars-black), 0.24);
  --theme-tars-disabled-bg: var(--theme-tars-background-color-base);
  --theme-tars-disabled-active-bg: rgba(var(--theme-tars-black), 0.04);
  --theme-tars-disabled-color-dark: hsla(0, 0%, 100%, .35);
  --theme-tars-text-color: rgba(var(--theme-tars-black), 0.8);
  --theme-tars-text-color-sub: rgba(var(--theme-tars-black), 0.64);
  --theme-tars-text-color-secondary: rgba(var(--theme-tars-black), 0.56);
  --theme-tars-text-color-inverse: rgba(var(--theme-tars-white), 1);
  --theme-tars-text-color-dark: rgba(var(--theme-tars-white), 0.85);
  --theme-tars-text-color-secondary-dark: rgba(var(--theme-tars-white), 0.65);
  --theme-tars-text-selection-bg: var(--theme-tars-primary-color);
  --theme-tars-heading-color: rgba(var(--theme-tars-black), 0.8);
  --theme-tars-shadow-2-0-color: rgba(16, 24, 40, .02);
  --theme-tars-shadow-2-1-color: rgba(16, 24, 40, .08);
  --theme-tars-shadow-color: rgba(0, 0, 0, .15);
  --theme-tars-shadow-color-inverse: var(--theme-tars-component-background);
  --theme-tars-shadow-1-up-0-color: rgba(0, 0, 0, .08);
  --theme-tars-shadow-1-up-1-color: rgba(0, 0, 0, .05);
  --theme-tars-shadow-1-up-2-color: rgba(0, 0, 0, .03);
  --theme-tars-shadow-1-down-0-color: rgba(0, 0, 0, .08);
  --theme-tars-shadow-1-down-1-color: rgba(0, 0, 0, .05);
  --theme-tars-shadow-1-down-2-color: rgba(0, 0, 0, .03);
  --theme-tars-shadow-1-left-0-color: rgba(0, 0, 0, .08);
  --theme-tars-shadow-1-left-1-color: rgba(0, 0, 0, .05);
  --theme-tars-shadow-1-left-2-color: rgba(0, 0, 0, .03);
  --theme-tars-shadow-1-right-0-color: rgba(16, 24, 40, .08);
  --theme-tars-shadow-1-right-1-color: rgba(16, 24, 40, .05);
  --theme-tars-shadow-1-right-2-color: rgba(16, 24, 40, .02);
  --theme-tars-box-shadow-base-0-color: #0000007a;
  --theme-tars-box-shadow-base-1-color: #00000052;
  --theme-tars-box-shadow-base-2-color: #00000033;
  --theme-tars-focus-primary-color: var(--theme-tars-primary-color-outline);
  --theme-tars-focus-error-color: var(--theme-tars-error-color-outline);
  --theme-tars-focus-warning-color: var(--theme-tars-warning-color-outline);
  --theme-tars-focus-success-color: var(--theme-tars-success-color-outline);
  --theme-tars-fill-1: #fff;
  --theme-tars-fill-2: #fcfcfd;
  --theme-tars-fill-3: #f9fafb;
  --theme-tars-fill-4: #f2f4f7;
  --theme-tars-fill-5: #eaecf0;
  --theme-tars-fill-6: #d0d5dd;
  --theme-tars-modals-color: rgba(16, 24, 40, .16);
  --theme-tars-extra-params-blue-color: rgba(var(--theme-tars-blue-6), 1);
  --theme-tars-extra-params-blue-bg: rgba(var(--theme-tars-blue-6), 4%);
  --theme-tars-highlight-color: rgba(var(--theme-tars-red-5), 1);
  --theme-tars-icon-color-hover: rgba(var(--theme-tars-black), 0.75);
  --theme-tars-link-color: var(--theme-tars-primary-color);
  --theme-tars-link-hover-color: var(--theme-tars-primary-color-hover);
  --theme-tars-link-active-color: var(--theme-tars-primary-color-active);
  --theme-tars-btn-primary-color: rgba(var(--theme-tars-white), 1);
  --theme-tars-btn-primary-bg: var(--theme-tars-primary-color);
  --theme-tars-btn-default-color: var(--theme-tars-text-color);
  --theme-tars-btn-default-bg: var(--theme-tars-component-background);
  --theme-tars-btn-default-border: var(--theme-tars-border-color-base);
  --theme-tars-btn-danger-color: rgba(var(--theme-tars-white), 1);
  --theme-tars-btn-danger-bg: var(--theme-tars-error-color);
  --theme-tars-btn-danger-border: var(--theme-tars-error-color);
  --theme-tars-btn-disable-color: var(--theme-tars-disabled-color);
  --theme-tars-btn-disable-bg: var(--theme-tars-disabled-bg);
  --theme-tars-btn-disable-border: var(--theme-tars-border-color-base);
  --theme-tars-btn-default-ghost-color: var(--theme-tars-component-background);
  --theme-tars-btn-default-ghost-bg: transparent;
  --theme-tars-btn-default-ghost-border: var(--theme-tars-component-background);
  --theme-tars-btn-group-border: var(--theme-tars-primary-5);
  --theme-tars-btn-link-hover-bg: transparent;
  --theme-tars-btn-text-hover-bg: rgba(var(--theme-tars-black), 0.04);
  --theme-tars-btn-shadow-color: rgba(0, 0, 0, .015);
  --theme-tars-btn-primary-shadow-color: rgba(0, 0, 0, .045);
  --theme-tars-btn-text-shadow-color: rgba(0, 0, 0, .12);
  --theme-tars-btn-soft-primary-bg: rgba(var(--theme-tars-primary-color--plain), 0.08);
  --theme-tars-btn-soft-primary-hover-bg: rgba(var(--theme-tars-primary-color--plain), 0.12);
  --theme-tars-btn-soft-primary-pressed-bg: rgba(var(--theme-tars-primary-color--plain), 0.16);
  --theme-tars-btn-soft-secondary-bg: rgba(var(--theme-tars-black), 0.04);
  --theme-tars-btn-soft-secondary-hover-bg: rgba(var(--theme-tars-black), 0.08);
  --theme-tars-btn-soft-secondary-pressed-bg: rgba(var(--theme-tars-black), 0.12);
  --theme-tars-checkbox-color: var(--theme-tars-primary-color);
  --theme-tars-checkbox-check-color: rgba(var(--theme-tars-white), 1);
  --theme-tars-checkbox-check-bg: var(--theme-tars-checkbox-check-color);
  --theme-tars-descriptions-bg: #fafafa;
  --theme-tars-descriptions-extra-color: var(--theme-tars-text-color);
  --theme-tars-divider-color: rgba(var(--theme-tars-black), 0.06);
  --theme-tars-dropdown-selected-color: var(--theme-tars-primary-color);
  --theme-tars-dropdown-menu-submenu-disabled-bg: var(--theme-tars-component-background);
  --theme-tars-dropdown-selected-bg: var(--theme-tars-item-active-bg);
  --theme-tars-dropdown-menu-bg: var(--theme-tars-component-background);
  --theme-tars-empty-img-default-ellipse: #f5f5f5;
  --theme-tars-empty-img-default-path-1: #aeb8c2;
  --theme-tars-empty-img-default-path-3: #f5f5f7;
  --theme-tars-empty-img-default-path-4: #dce0e6;
  --theme-tars-empty-img-default-path-5: #dce0e6;
  --theme-tars-radio-dot-color: var(--theme-tars-primary-color);
  --theme-tars-radio-dot-disabled-color: rgba(var(--theme-tars-black), 0.2);
  --theme-tars-radio-solid-checked-color: var(--theme-tars-component-background);
  --theme-tars-radio-button-bg: var(--theme-tars-btn-default-bg);
  --theme-tars-radio-button-checked-bg: var(--theme-tars-btn-default-bg);
  --theme-tars-radio-button-color: var(--theme-tars-btn-default-color);
  --theme-tars-radio-button-hover-color: var(--theme-tars-primary-5);
  --theme-tars-radio-button-active-color: var(--theme-tars-primary-7);
  --theme-tars-radio-disabled-button-checked-bg: var(--theme-tars-disabled-active-bg);
  --theme-tars-radio-disabled-button-checked-color: var(--theme-tars-disabled-color);
  --theme-tars-radio-button-hover-bg: var(--theme-tars-item-hover-bg);
  --theme-tars-radio-active-color: var(--theme-tars-text-color-inverse);
  --theme-tars-layout-body-background: #f0f2f5;
  --theme-tars-layout-header-background: #001529;
  --theme-tars-layout-header-color: var(--theme-tars-text-color);
  --theme-tars-layout-footer-background: var(--theme-tars-layout-body-background);
  --theme-tars-layout-sider-background: var(--theme-tars-layout-header-background);
  --theme-tars-layout-trigger-background: #002140;
  --theme-tars-layout-trigger-color: rgba(var(--theme-tars-white), 1);
  --theme-tars-layout-sider-background-light: rgba(var(--theme-tars-white), 1);
  --theme-tars-layout-trigger-background-light: rgba(var(--theme-tars-white), 1);
  --theme-tars-layout-trigger-color-light: var(--theme-tars-text-color);
  --theme-tars-collapse-header-bg: var(--theme-tars-background-color-light);
  --theme-tars-collapse-content-bg: var(--theme-tars-component-background);
  --theme-tars-label-required-color: var(--theme-tars-highlight-color);
  --theme-tars-label-color: var(--theme-tars-heading-color);
  --theme-tars-form-warning-input-bg: var(--theme-tars-input-bg);
  --theme-tars-form-error-input-bg: var(--theme-tars-input-bg);
  --theme-tars-input-placeholder-color: rgba(var(--theme-tars-black), 0.24);
  --theme-tars-input-color: var(--theme-tars-text-color);
  --theme-tars-input-icon-color: var(--theme-tars-text-color-secondary);
  --theme-tars-input-border-color: var(--theme-tars-border-color-base);
  --theme-tars-input-bg: var(--theme-tars-component-background);
  --theme-tars-input-number-hover-border-color: var(--theme-tars-input-hover-border-color);
  --theme-tars-input-number-handler-active-bg: #f4f4f4;
  --theme-tars-input-number-handler-hover-bg: var(--theme-tars-primary-5);
  --theme-tars-input-number-handler-bg: var(--theme-tars-component-background);
  --theme-tars-input-number-handler-border-color: var(--theme-tars-border-color-base);
  --theme-tars-input-addon-bg: var(--theme-tars-background-color-light);
  --theme-tars-input-hover-border-color: var(--theme-tars-primary-5);
  --theme-tars-input-disabled-bg: var(--theme-tars-disabled-bg);
  --theme-tars-input-icon-hover-color: var(--theme-tars-icon-color-hover);
  --theme-tars-input-disabled-color: var(--theme-tars-disabled-color);
  --theme-tars-input-filled-bg: #f6f6f7;
  --theme-tars-input-filled-hover-bg: #f1f1f2;
  --theme-tars-input-text-hover-bg: var(--theme-tars-input-filled-bg);
  --theme-tars-mentions-dropdown-bg: var(--theme-tars-component-background);
  --theme-tars-mentions-dropdown-menu-item-hover-bg: var(--theme-tars-mentions-dropdown-bg);
  --theme-tars-select-border-color: var(--theme-tars-border-color-base);
  --theme-tars-select-item-selected-color: var(--theme-tars-text-color);
  --theme-tars-select-dropdown-bg: var(--theme-tars-component-background);
  --theme-tars-select-item-selected-bg: var(--theme-tars-primary-1);
  --theme-tars-select-item-active-bg: var(--theme-tars-item-hover-bg);
  --theme-tars-select-background: var(--theme-tars-component-background);
  --theme-tars-select-clear-background: var(--theme-tars-select-background);
  --theme-tars-select-selection-item-bg: rgba(var(--theme-tars-black), 0.04);
  --theme-tars-select-selection-item-border-color: var(--theme-tars-border-color-split);
  --theme-tars-select-multiple-disabled-background: var(--theme-tars-input-disabled-bg);
  --theme-tars-select-multiple-item-disabled-color: #bfbfbf;
  --theme-tars-select-multiple-item-disabled-border-color: var(--theme-tars-select-border-color);
  --theme-tars-cascader-bg: var(--theme-tars-component-background);
  --theme-tars-cascader-item-selected-bg: var(--theme-tars-primary-1);
  --theme-tars-cascader-menu-bg: var(--theme-tars-component-background);
  --theme-tars-cascader-menu-border-color-split: var(--theme-tars-border-color-split);
  --theme-tars-anchor-bg: transparent;
  --theme-tars-anchor-border-color: var(--theme-tars-border-color-split);
  --theme-tars-tooltip-color: var(--theme-tars-text-color);
  --theme-tars-tooltip-bg: var(--theme-tars-body-background);
  --theme-tars-tooltip-arrow-color: var(--theme-tars-tooltip-bg);
  --theme-tars-tooltip-border-color: var(--theme-tars-border-color-split);
  --theme-tars-tooltip-color-inverse: var(--theme-tars-text-color-inverse);
  --theme-tars-popover-bg: var(--theme-tars-component-background);
  --theme-tars-popover-color: var(--theme-tars-text-color);
  --theme-tars-popover-arrow-color: var(--theme-tars-popover-bg);
  --theme-tars-popover-arrow-outer-color: var(--theme-tars-popover-bg);
  --theme-tars-modal-header-bg: var(--theme-tars-component-background);
  --theme-tars-modal-header-border-color-split: var(--theme-tars-border-color-split);
  --theme-tars-modal-content-bg: var(--theme-tars-component-background);
  --theme-tars-modal-heading-color: var(--theme-tars-heading-color);
  --theme-tars-modal-close-color: var(--theme-tars-text-color-secondary);
  --theme-tars-modal-footer-bg: transparent;
  --theme-tars-modal-footer-border-color-split: var(--theme-tars-border-color-split);
  --theme-tars-modal-mask-bg: rgba(var(--theme-tars-body-background), 0.72);
  --theme-tars-progress-default-color: var(--theme-tars-processing-color);
  --theme-tars-progress-remaining-color: var(--theme-tars-background-color-base);
  --theme-tars-progress-info-text-color: var(--theme-tars-progress-text-color);
  --theme-tars-progress-steps-item-bg: #f3f3f3;
  --theme-tars-progress-text-color: var(--theme-tars-text-color);
  --theme-tars-menu-bg: var(--theme-tars-component-background);
  --theme-tars-menu-popup-bg: var(--theme-tars-component-background);
  --theme-tars-menu-item-color: var(--theme-tars-text-color);
  --theme-tars-menu-inline-submenu-bg: var(--theme-tars-background-color-light);
  --theme-tars-menu-highlight-color: var(--theme-tars-primary-color);
  --theme-tars-menu-highlight-danger-color: var(--theme-tars-error-color);
  --theme-tars-menu-item-active-bg: var(--theme-tars-primary-1);
  --theme-tars-menu-item-active-danger-bg: rgba(var(--theme-tars-red-1), 1);
  --theme-tars-menu-item-group-title-color: var(--theme-tars-text-color-secondary);
  --theme-tars-menu-dark-color: var(--theme-tars-text-color-secondary-dark);
  --theme-tars-menu-dark-danger-color: var(--theme-tars-error-color);
  --theme-tars-menu-dark-bg: var(--theme-tars-layout-header-background);
  --theme-tars-menu-dark-arrow-color: rgba(var(--theme-tars-white), 1);
  --theme-tars-menu-dark-inline-submenu-bg: #000c17;
  --theme-tars-menu-dark-highlight-color: rgba(var(--theme-tars-white), 1);
  --theme-tars-menu-dark-item-active-bg: var(--theme-tars-primary-color);
  --theme-tars-menu-dark-item-active-danger-bg: var(--theme-tars-error-color);
  --theme-tars-menu-dark-selected-item-icon-color: rgba(var(--theme-tars-white), 1);
  --theme-tars-menu-dark-selected-item-text-color: rgba(var(--theme-tars-white), 1);
  --theme-tars-menu-dark-item-hover-bg: transparent;
  --theme-tars-table-bg: var(--theme-tars-component-background);
  --theme-tars-table-header-bg: var(--theme-tars-body-background);
  --theme-tars-table-header-color: var(--theme-tars-text-color-secondary);
  --theme-tars-table-header-sort-bg: var(--theme-tars-background-color-base);
  --theme-tars-table-body-sort-bg: #fafafa;
  --theme-tars-table-row-hover-bg: #f9fafb;
  --theme-tars-table-selected-row-bg: var(--theme-tars-primary-1);
  --theme-tars-table-body-selected-sort-bg: var(--theme-tars-table-selected-row-bg);
  --theme-tars-table-expanded-row-bg: #fbfbfb;
  --theme-tars-table-border-color: var(--theme-tars-border-color-split);
  --theme-tars-table-footer-bg: var(--theme-tars-background-color-light);
  --theme-tars-table-footer-color: var(--theme-tars-heading-color);
  --theme-tars-table-header-bg-sm: var(--theme-tars-table-header-bg);
  --theme-tars-table-header-cell-split-color: rgba(0, 0, 0, .06);
  --theme-tars-table-header-sort-active-bg: rgba(0, 0, 0, .04);
  --theme-tars-table-fixed-header-sort-active-bg: rgba(var(--theme-tars-white), 0.96);
  --theme-tars-table-header-filter-active-bg: rgba(0, 0, 0, .04);
  --theme-tars-table-filter-dropdown-bg: var(--theme-tars-component-background);
  --theme-tars-table-expand-icon-bg: var(--theme-tars-component-background);
  --theme-tars-table-sticky-scroll-bar-bg: rgba(var(--theme-tars-black), 0.35);
  --theme-tars-tag-default-bg: var(--theme-tars-background-color-light);
  --theme-tars-tag-default-color: var(--theme-tars-text-color);
  --theme-tars-picker-bg: var(--theme-tars-component-background);
  --theme-tars-picker-basic-cell-hover-color: var(--theme-tars-item-hover-bg);
  --theme-tars-picker-basic-cell-active-with-range-color: var(--theme-tars-primary-1);
  --theme-tars-picker-basic-cell-disabled-bg: rgba(0, 0, 0, .04);
  --theme-tars-picker-border-color: var(--theme-tars-border-color-split);
  --theme-tars-picker-basic-cell-hover-with-range-color: rgba(var(--theme-tars-green-5), 1);
  --theme-tars-picker-date-hover-range-color: var(--theme-tars-picker-basic-cell-hover-with-range-color);
  --theme-tars-calendar-bg: var(--theme-tars-component-background);
  --theme-tars-calendar-input-bg: var(--theme-tars-input-bg);
  --theme-tars-calendar-border-color: var(--theme-tars-border-color-inverse);
  --theme-tars-calendar-item-active-bg: var(--theme-tars-item-active-bg);
  --theme-tars-calendar-column-active-bg: rgba(var(--theme-tars-calendar-item-active-bg), 0.2);
  --theme-tars-calendar-full-bg: var(--theme-tars-calendar-bg);
  --theme-tars-calendar-full-panel-bg: var(--theme-tars-calendar-full-bg);
  --theme-tars-badge-text-color: var(--theme-tars-component-background);
  --theme-tars-badge-color: var(--theme-tars-highlight-color);
  --theme-tars-badge-color-gray: var(--theme-tars-fill-3);
  --theme-tars-rate-star-color: rgba(var(--theme-tars-yellow-6), 1);
  --theme-tars-rate-star-bg: var(--theme-tars-border-color-split);
  --theme-tars-card-head-color: var(--theme-tars-heading-color);
  --theme-tars-card-head-background: transparent;
  --theme-tars-card-actions-background: var(--theme-tars-component-background);
  --theme-tars-card-background: var(--theme-tars-component-background);
  --theme-tars-card-shadow: 0, 1px, 2px, -2px, rgba(0, 0, 0, .16), 0, 3px, 6px, 0, rgba(0, 0, 0, .12), 0, 5px, 12px, 4px, rgba(0, 0, 0, .09);
  --theme-tars-card-head-extra-color: var(--theme-tars-text-color);
  --theme-tars-comment-author-name-color: var(--theme-tars-text-color-secondary);
  --theme-tars-comment-author-time-color: #ccc;
  --theme-tars-comment-action-color: var(--theme-tars-text-color-secondary);
  --theme-tars-comment-action-hover-color: #595959;
  --theme-tars-tabs-card-head-background: var(--theme-tars-background-color-light);
  --theme-tars-tabs-card-active-color: var(--theme-tars-primary-color);
  --theme-tars-tabs-ink-bar-color: var(--theme-tars-primary-color);
  --theme-tars-tabs-highlight-color: var(--theme-tars-primary-color);
  --theme-tars-tabs-hover-color: var(--theme-tars-primary-5);
  --theme-tars-tabs-active-color: var(--theme-tars-primary-7);
  --theme-tars-back-top-color: rgba(var(--theme-tars-white), 1);
  --theme-tars-back-top-bg: var(--theme-tars-text-color-secondary);
  --theme-tars-back-top-hover-bg: var(--theme-tars-text-color);
  --theme-tars-avatar-bg: #ccc;
  --theme-tars-avatar-color: #fff;
  --theme-tars-avatar-group-border-color: #fff;
  --theme-tars-switch-color: var(--theme-tars-primary-color);
  --theme-tars-switch-bg: var(--theme-tars-component-background);
  --theme-tars-switch-handle-shadow-color: rgba(16, 24, 40, .16);
  --theme-tars-pagination-item-bg: var(--theme-tars-component-background);
  --theme-tars-pagination-item-bg-active: var(--theme-tars-component-background);
  --theme-tars-pagination-item-link-bg: var(--theme-tars-component-background);
  --theme-tars-pagination-item-disabled-color-active: var(--theme-tars-disabled-color);
  --theme-tars-pagination-item-disabled-bg-active: var(--theme-tars-disabled-active-bg);
  --theme-tars-pagination-item-input-bg: var(--theme-tars-component-background);
  --theme-tars-page-header-back-color: rgba(var(--theme-tars-black), 1);
  --theme-tars-breadcrumb-base-color: var(--theme-tars-text-color-secondary);
  --theme-tars-breadcrumb-last-item-color: var(--theme-tars-text-color);
  --theme-tars-breadcrumb-link-color: var(--theme-tars-text-color-secondary);
  --theme-tars-breadcrumb-link-color-hover: var(--theme-tars-text-color);
  --theme-tars-breadcrumb-separator-color: var(--theme-tars-text-color-secondary);
  --theme-tars-slider-rail-background-color: var(--theme-tars-background-color-base);
  --theme-tars-slider-rail-background-color-hover: #e1e1e1;
  --theme-tars-slider-track-background-color: var(--theme-tars-primary-3);
  --theme-tars-slider-track-background-color-hover: var(--theme-tars-primary-4);
  --theme-tars-slider-handle-background-color: var(--theme-tars-component-background);
  --theme-tars-slider-handle-color: var(--theme-tars-primary-3);
  --theme-tars-slider-handle-color-hover: var(--theme-tars-primary-4);
  --theme-tars-slider-handle-color-tooltip-open: var(--theme-tars-primary-color);
  --theme-tars-slider-dot-border-color: var(--theme-tars-border-color-split);
  --theme-tars-slider-disabled-color: var(--theme-tars-disabled-color);
  --theme-tars-slider-disabled-background-color: var(--theme-tars-component-background);
  --theme-tars-tree-bg: var(--theme-tars-component-background);
  --theme-tars-tree-directory-selected-color: rgba(var(--theme-tars-white), 1);
  --theme-tars-tree-directory-selected-bg: var(--theme-tars-primary-color);
  --theme-tars-tree-node-hover-bg: var(--theme-tars-item-hover-bg);
  --theme-tars-tree-node-selected-bg: var(--theme-tars-primary-2);
  --theme-tars-skeleton-color: hsla(0, 0%, 75%, .2);
  --theme-tars-transfer-disabled-bg: var(--theme-tars-disabled-bg);
  --theme-tars-transfer-item-hover-bg: var(--theme-tars-item-hover-bg);
  --theme-tars-message-notice-content-bg: var(--theme-tars-component-background);
  --theme-tars-alert-success-border-color: rgba(var(--theme-tars-green-3), 1);
  --theme-tars-alert-success-bg-color: rgba(var(--theme-tars-green-1), 1);
  --theme-tars-alert-success-icon-color: var(--theme-tars-success-color);
  --theme-tars-alert-info-border-color: var(--theme-tars-primary-3);
  --theme-tars-alert-info-bg-color: var(--theme-tars-primary-1);
  --theme-tars-alert-info-icon-color: var(--theme-tars-info-color);
  --theme-tars-alert-warning-border-color: rgba(var(--theme-tars-gold-3), 1);
  --theme-tars-alert-warning-bg-color: rgba(var(--theme-tars-gold-1), 1);
  --theme-tars-alert-warning-icon-color: var(--theme-tars-warning-color);
  --theme-tars-alert-error-border-color: rgba(var(--theme-tars-red-3), 1);
  --theme-tars-alert-error-bg-color: rgba(var(--theme-tars-red-1), 1);
  --theme-tars-alert-error-icon-color: var(--theme-tars-error-color);
  --theme-tars-alert-message-color: var(--theme-tars-heading-color);
  --theme-tars-alert-text-color: var(--theme-tars-text-color);
  --theme-tars-alert-close-color: var(--theme-tars-text-color-secondary);
  --theme-tars-alert-close-hover-color: var(--theme-tars-icon-color-hover);
  --theme-tars-list-header-background: transparent;
  --theme-tars-list-footer-background: transparent;
  --theme-tars-list-customize-card-bg: var(--theme-tars-component-background);
  --theme-tars-drawer-bg: var(--theme-tars-component-background);
  --theme-tars-timeline-color: var(--theme-tars-border-color-split);
  --theme-tars-timeline-dot-color: var(--theme-tars-primary-color);
  --theme-tars-timeline-dot-bg: var(--theme-tars-component-background);
  --theme-tars-upload-actions-color: var(--theme-tars-text-color-secondary);
  --theme-tars-process-tail-color: var(--theme-tars-border-color-split);
  --theme-tars-steps-background: var(--theme-tars-component-background);
  --theme-tars-notification-bg: var(--theme-tars-component-background);
  --theme-tars-image-bg: #f5f5f5;
  --theme-tars-image-color: #fff;
  --theme-tars-image-preview-operation-color: var(--theme-tars-text-color-dark);
  --theme-tars-segmented-bg: rgba(var(--theme-tars-black), 0.04);
  --theme-tars-segmented-hover-bg: rgba(var(--theme-tars-black), 0.06);
  --theme-tars-segmented-selected-bg: rgba(var(--theme-tars-white), 1);
  --theme-tars-segmented-label-color: var(--theme-tars-text-color);
  --theme-tars-segmented-label-hover-color: var(--theme-tars-text-color);
  --theme-tars-segmented-selected-border: #eaecf0;
  --theme-tars-segmented-selected-bg-primary: var(--theme-tars-primary-1);
  --theme-tars-segmented-selected-bg-purple: rgba(var(--theme-tars-purple-1), 1);
  --theme-tars-segmented-selected-bg-green: rgba(var(--theme-tars-green-1), 1);
  --theme-tars-segmented-selected-bg-gray: rgba(var(--theme-tars-black), 0.04);
  --theme-tars-mark-bg: #ffe58f;
  --theme-tars-code-fill: hsla(0, 0%, 59%, .1);
  --theme-tars-code-border-color: hsla(0, 0%, 39%, .2);
  --theme-tars-navigation-hover-bg: var(--theme-tars-item-hover-bg);
  --ifm-hr-margin-vertical: 0.5rem;
  --docusaurus-announcement-bar-height: auto;
  --docusaurus-tag-list-border: var(--ifm-color-emphasis-300);
  --doc-sidebar-width: 300px;
  --doc-sidebar-hidden-width: 30px;
  --docsearch-primary-color: #5468ff;
  --docsearch-text-color: #1c1e21;
  --docsearch-spacing: 12px;
  --docsearch-icon-stroke-width: 1.4;
  --docsearch-highlight-color: var(--docsearch-primary-color);
  --docsearch-muted-color: #969faf;
  --docsearch-container-background: rgba(101, 108, 133, .8);
  --docsearch-logo-color: #5468ff;
  --docsearch-modal-width: 560px;
  --docsearch-modal-height: 600px;
  --docsearch-modal-background: #f5f6f7;
  --docsearch-modal-shadow: inset 1px 1px 0 0 hsla(0, 0%, 100%, .5), 0 3px 8px 0 #555a64;
  --docsearch-searchbox-height: 56px;
  --docsearch-searchbox-background: #ebedf0;
  --docsearch-searchbox-focus-background: #fff;
  --docsearch-searchbox-shadow: inset 0 0 0 2px var(--docsearch-primary-color);
  --docsearch-hit-height: 56px;
  --docsearch-hit-color: #444950;
  --docsearch-hit-active-color: #fff;
  --docsearch-hit-background: #fff;
  --docsearch-hit-shadow: 0 1px 3px 0 #d4d9e1;
  --docsearch-key-gradient: linear-gradient(-225deg, #d5dbe4, #f8f8f8);
  --docsearch-key-shadow: inset 0 -2px 0 0 #cdcde6, inset 0 0 1px 1px #fff, 0 1px 2px 1px rgba(30, 35, 90, .4);
  --docsearch-footer-height: 44px;
  --docsearch-footer-background: #fff;
  --docsearch-footer-shadow: 0 -1px 0 0 #e0e3e8, 0 -3px 6px 0 rgba(69, 98, 155, .12)
}

.badge--danger, .badge--info, .badge--primary, .badge--secondary, .badge--success, .badge--warning {
  --ifm-badge-border-color: var(--ifm-badge-background-color)
}

.button--link, .button--outline {
  --ifm-button-background-color: transparent
}

.menu, .sidebarSearchBox_ftt4 {
  --ifm-navbar-item-padding-vertical: 1rem;
  --ifm-navbar-item-padding-horizontal: 1.375rem
}

.alert, .alert--success {
  --ifm-code-background: var(--ifm-alert-background-color-highlight);
  --ifm-link-decoration: underline;
  --ifm-tabs-color: var(--ifm-alert-foreground-color);
  --ifm-tabs-color-active: var(--ifm-alert-foreground-color);
  --ifm-tabs-color-active-border: var(--ifm-alert-border-color)
}

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: var(--ifm-background-color);
  color: var(--ifm-font-color-base);
  color-scheme: var(--ifm-color-scheme);
  font: var(--ifm-font-size-base)/var(--ifm-line-height-base) var(--ifm-font-family-base);
  text-rendering: optimizelegibility
}

iframe {
  border: 0;
  color-scheme: auto
}

.container {
  margin: 0 auto;
  max-width: var(--ifm-container-width);
  padding: 0 var(--ifm-spacing-horizontal)
}

.container--fluid {
  max-width: inherit
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--ifm-spacing-horizontal) * -1)
}

.margin-bottom--none, .margin-vert--none, .markdown > :last-child {
  margin-bottom: 0 !important
}

.margin-top--none, .margin-vert--none {
  margin-top: 0 !important
}

.row--no-gutters {
  margin-left: 0;
  margin-right: 0
}

.margin-horiz--none, .margin-right--none {
  margin-right: 0 !important
}

.docItemWrapper_IAVe, .row--no-gutters > .col {
  padding-left: 0;
  padding-right: 0
}

.row--align-top {
  align-items: flex-start
}

.row--align-bottom {
  align-items: flex-end
}

.row--align-center {
  align-items: center
}

.row--align-stretch {
  align-items: stretch
}

.row--align-baseline {
  align-items: baseline
}

.col {
  --ifm-col-width: 100%;
  flex: 1 0;
  margin-left: 0;
  max-width: var(--ifm-col-width);
  padding: 0 var(--ifm-spacing-horizontal);
  width: 100%
}

.padding-bottom--none, .padding-vert--none {
  padding-bottom: 0 !important
}

.padding-top--none, .padding-vert--none {
  padding-top: 0 !important
}

.padding-horiz--none, .padding-left--none {
  padding-left: 0 !important
}

.padding-horiz--none, .padding-right--none {
  padding-right: 0 !important
}

.col[class*=col--] {
  flex: 0 0 var(--ifm-col-width)
}

.col--1 {
  --ifm-col-width: 8.33333%
}

.col--offset-1 {
  margin-left: 8.33333%
}

.col--2 {
  --ifm-col-width: 16.66667%
}

.col--offset-2 {
  margin-left: 16.66667%
}

.col--3 {
  --ifm-col-width: 25%
}

.col--offset-3 {
  margin-left: 25%
}

.col--4 {
  --ifm-col-width: 33.33333%
}

.col--offset-4 {
  margin-left: 33.33333%
}

.col--5 {
  --ifm-col-width: 41.66667%
}

.col--offset-5 {
  margin-left: 41.66667%
}

.col--6 {
  --ifm-col-width: 50%
}

.col--offset-6 {
  margin-left: 50%
}

.col--7 {
  --ifm-col-width: 58.33333%
}

.col--offset-7 {
  margin-left: 58.33333%
}

.col--8 {
  --ifm-col-width: 66.66667%
}

.col--offset-8 {
  margin-left: 66.66667%
}

.col--9 {
  --ifm-col-width: 75%
}

.col--offset-9 {
  margin-left: 75%
}

.col--10 {
  --ifm-col-width: 83.33333%
}

.col--offset-10 {
  margin-left: 83.33333%
}

.col--11 {
  --ifm-col-width: 91.66667%
}

.col--offset-11 {
  margin-left: 91.66667%
}

.col--12 {
  --ifm-col-width: 100%
}

.col--offset-12 {
  margin-left: 100%
}

.margin-horiz--none, .margin-left--none {
  margin-left: 0 !important
}

.margin--none {
  margin: 0 !important
}

.margin-bottom--xs, .margin-vert--xs {
  margin-bottom: .25rem !important
}

.margin-top--xs, .margin-vert--xs {
  margin-top: .25rem !important
}

.margin-horiz--xs, .margin-left--xs {
  margin-left: .25rem !important
}

.margin-horiz--xs, .margin-right--xs {
  margin-right: .25rem !important
}

.margin--xs {
  margin: .25rem !important
}

.margin-bottom--sm, .margin-vert--sm {
  margin-bottom: .5rem !important
}

.margin-top--sm, .margin-vert--sm {
  margin-top: .5rem !important
}

.margin-horiz--sm, .margin-left--sm {
  margin-left: .5rem !important
}

.margin-horiz--sm, .margin-right--sm {
  margin-right: .5rem !important
}

.margin--sm {
  margin: .5rem !important
}

.margin-bottom--md, .margin-vert--md {
  margin-bottom: 1rem !important
}

.margin-top--md, .margin-vert--md {
  margin-top: 1rem !important
}

.margin-horiz--md, .margin-left--md {
  margin-left: 1rem !important
}

.margin-horiz--md, .margin-right--md {
  margin-right: 1rem !important
}

.margin--md {
  margin: 1rem !important
}

.margin-bottom--lg, .margin-vert--lg {
  margin-bottom: 2rem !important
}

.margin-top--lg, .margin-vert--lg {
  margin-top: 2rem !important
}

.margin-horiz--lg, .margin-left--lg {
  margin-left: 2rem !important
}

.margin-horiz--lg, .margin-right--lg {
  margin-right: 2rem !important
}

.margin--lg {
  margin: 2rem !important
}

.margin-bottom--xl, .margin-vert--xl {
  margin-bottom: 5rem !important
}

.margin-top--xl, .margin-vert--xl {
  margin-top: 5rem !important
}

.margin-horiz--xl, .margin-left--xl {
  margin-left: 5rem !important
}

.margin-horiz--xl, .margin-right--xl {
  margin-right: 5rem !important
}

.margin--xl {
  margin: 5rem !important
}

.padding--none {
  padding: 0 !important
}

.padding-bottom--xs, .padding-vert--xs {
  padding-bottom: .25rem !important
}

.padding-top--xs, .padding-vert--xs {
  padding-top: .25rem !important
}

.padding-horiz--xs, .padding-left--xs {
  padding-left: .25rem !important
}

.padding-horiz--xs, .padding-right--xs {
  padding-right: .25rem !important
}

.padding--xs {
  padding: .25rem !important
}

.padding-bottom--sm, .padding-vert--sm {
  padding-bottom: .5rem !important
}

.padding-top--sm, .padding-vert--sm {
  padding-top: .5rem !important
}

.padding-horiz--sm, .padding-left--sm {
  padding-left: .5rem !important
}

.padding-horiz--sm, .padding-right--sm {
  padding-right: .5rem !important
}

.padding--sm {
  padding: .5rem !important
}

.padding-bottom--md, .padding-vert--md {
  padding-bottom: 1rem !important
}

.padding-top--md, .padding-vert--md {
  padding-top: 1rem !important
}

.padding-horiz--md, .padding-left--md {
  padding-left: 1rem !important
}

.padding-horiz--md, .padding-right--md {
  padding-right: 1rem !important
}

.padding--md {
  padding: 1rem !important
}

.padding-bottom--lg, .padding-vert--lg {
  padding-bottom: 2rem !important
}

.padding-top--lg, .padding-vert--lg {
  padding-top: 2rem !important
}

.padding-horiz--lg, .padding-left--lg {
  padding-left: 2rem !important
}

.padding-horiz--lg, .padding-right--lg {
  padding-right: 2rem !important
}

.padding--lg {
  padding: 2rem !important
}

.padding-bottom--xl, .padding-vert--xl {
  padding-bottom: 5rem !important
}

.padding-top--xl, .padding-vert--xl {
  padding-top: 5rem !important
}

.padding-horiz--xl, .padding-left--xl {
  padding-left: 5rem !important
}

.padding-horiz--xl, .padding-right--xl {
  padding-right: 5rem !important
}

.padding--xl {
  padding: 5rem !important
}

code {
  background-color: var(--ifm-code-background);
  border: .1rem solid rgba(0, 0, 0, .1);
  border-radius: var(--ifm-code-border-radius);
  font-family: var(--ifm-font-family-monospace);
  font-size: var(--ifm-code-font-size);
  padding: var(--ifm-code-padding-vertical) var(--ifm-code-padding-horizontal)
}

a code {
  color: inherit
}

pre {
  background-color: var(--ifm-pre-background);
  border-radius: var(--ifm-pre-border-radius);
  color: var(--ifm-pre-color);
  font: var(--ifm-code-font-size)/var(--ifm-pre-line-height) var(--ifm-font-family-monospace);
  padding: var(--ifm-pre-padding)
}

pre code {
  background-color: transparent;
  border: none;
  font-size: 100%;
  line-height: inherit;
  padding: 0
}

kbd {
  background-color: var(--ifm-color-emphasis-0);
  border: 1px solid var(--ifm-color-emphasis-400);
  border-radius: .2rem;
  box-shadow: inset 0 -1px 0 var(--ifm-color-emphasis-400);
  color: var(--ifm-color-emphasis-800);
  font: 80% var(--ifm-font-family-monospace);
  padding: .15rem .3rem
}

h1, h2, h3, h4, h5, h6 {
  color: var(--ifm-heading-color);
  font-family: var(--ifm-heading-font-family);
  font-weight: var(--ifm-heading-font-weight);
  line-height: var(--ifm-heading-line-height);
  margin: var(--ifm-heading-margin-top) 0 var(--ifm-heading-margin-bottom) 0
}

h1 {
  font-size: var(--ifm-h1-font-size)
}

h2 {
  font-size: var(--ifm-h2-font-size)
}

h3 {
  font-size: var(--ifm-h3-font-size)
}

h4 {
  font-size: var(--ifm-h4-font-size)
}

h5 {
  font-size: var(--ifm-h5-font-size)
}

h6 {
  font-size: var(--ifm-h6-font-size)
}

img {
  max-width: 100%
}

img[align=right] {
  padding-left: var(--image-alignment-padding)
}

img[align=left] {
  padding-right: var(--image-alignment-padding)
}

.markdown {
  --ifm-h2-vertical-rhythm-top: 2;
  --ifm-h1-vertical-rhythm-bottom: 1.25;
  --ifm-heading-vertical-rhythm-bottom: 1;
  --ifm-h1-vertical-rhythm-top: 3;
  --ifm-h2-vertical-rhythm-top: 2.5;
  --ifm-h3-vertical-rhythm-top: 1.5;
  --ifm-heading-vertical-rhythm-top: 1.25;
  --ifm-h1-vertical-rhythm-bottom: 2.5;
  --ifm-heading-vertical-rhythm-bottom: 1.5
}

.markdown:after, .markdown:before {
  content: "";
  display: table
}

.markdown:after {
  clear: both
}

.markdown h1:first-child {
  --ifm-h1-font-size: 3rem;
  margin-bottom: calc(var(--ifm-h1-vertical-rhythm-bottom) * var(--ifm-leading))
}

.markdown > h2 {
  --ifm-h2-font-size: 2rem;
  margin-top: calc(var(--ifm-h2-vertical-rhythm-top) * var(--ifm-leading))
}

.markdown > h3 {
  --ifm-h3-font-size: 1.5rem;
  margin-top: calc(var(--ifm-h3-vertical-rhythm-top) * var(--ifm-leading))
}

.markdown > h4, .markdown > h5, .markdown > h6 {
  margin-top: calc(var(--ifm-heading-vertical-rhythm-top) * var(--ifm-leading))
}

.markdown > p, .markdown > pre, .markdown > ul {
  margin-bottom: var(--ifm-leading)
}

.markdown li > p {
  margin-top: var(--ifm-list-paragraph-margin)
}

.markdown li + li {
  margin-top: var(--ifm-list-item-margin)
}

ol, ul {
  margin: 0 0 var(--ifm-list-margin);
  padding-left: var(--ifm-list-left-padding)
}

ol ol, ul ol {
  list-style-type: lower-roman
}

ol ol, ol ul, ul ol, ul ul {
  margin: 0
}

ol ol ol, ol ul ol, ul ol ol, ul ul ol {
  list-style-type: lower-alpha
}

table {
  border-collapse: collapse;
  display: block;
  margin-bottom: var(--ifm-spacing-vertical);
  border-spacing: 0
}

table thead tr {
  border-bottom: 2px solid var(--ifm-table-border-color)
}

table thead {
  background-color: var(--theme-tars-fill-2)
}

table tr {
  background-color: var(--ifm-table-background);
  border-top: var(--ifm-table-border-width) solid var(--ifm-table-border-color)
}

table tr:nth-child(2n) {
  background: 0 0
}

table td, table th {
  border: var(--ifm-table-border-width) solid var(--ifm-table-border-color);
  padding: var(--ifm-table-cell-padding);
  padding: var(--theme-tars-table-cell-padding-verrtical) var(--theme-tars-table-cell-padding-horizontal)
}

table th {
  background-color: var(--ifm-table-head-background);
  color: var(--ifm-table-head-color);
  font-weight: var(--ifm-table-head-font-weight);
  color: var(--theme-tars-text-color);
  font-weight: 600
}

table td {
  color: var(--ifm-table-cell-color)
}

strong {
  font-weight: var(--ifm-font-weight-bold)
}

a {
  color: var(--ifm-link-color);
  text-decoration: var(--ifm-link-decoration)
}

a:hover {
  color: var(--ifm-link-hover-color);
  text-decoration: var(--ifm-link-hover-decoration)
}

.button:hover, .text--no-decoration, .text--no-decoration:hover, a:not([href]) {
  text-decoration: none
}

p {
  margin: 0 0 var(--ifm-paragraph-margin-bottom)
}

blockquote {
  border-left: var(--ifm-blockquote-border-left-width) solid var(--ifm-blockquote-border-color);
  box-shadow: var(--ifm-blockquote-shadow);
  color: var(--ifm-blockquote-color);
  font-size: var(--ifm-blockquote-font-size);
  padding: var(--ifm-blockquote-padding-vertical) var(--ifm-blockquote-padding-horizontal)
}

blockquote > :first-child {
  margin-top: 0
}

blockquote > :last-child {
  margin-bottom: 0
}

hr {
  background-color: var(--ifm-hr-background-color);
  border: 0;
  height: var(--ifm-hr-height);
  margin: var(--ifm-hr-margin-vertical) 0;
  background-color: var(--theme-tars-border-color-split)
}

.shadow--lw {
  box-shadow: var(--ifm-global-shadow-lw) !important
}

.shadow--md {
  box-shadow: var(--ifm-global-shadow-md) !important
}

.shadow--tl {
  box-shadow: var(--ifm-global-shadow-tl) !important
}

.text--primary, .wordWrapButtonEnabled_ZqQn .wordWrapButtonIcon_iR7p {
  color: var(--ifm-color-primary)
}

.text--secondary {
  color: var(--ifm-color-secondary)
}

.text--success {
  color: var(--ifm-color-success)
}

.text--info {
  color: var(--ifm-color-info)
}

.text--warning {
  color: var(--ifm-color-warning)
}

.text--danger {
  color: var(--ifm-color-danger)
}

.clean-btn, .desktopDropdown.roundedDropdown > .navbar__link:hover, .language-shell .token:not(.comment), .token.atapply .token:not(.rule):not(.important):not(.punctuation) {
  color: inherit
}

.text--center {
  text-align: center
}

.text--left {
  text-align: left
}

.text--justify {
  text-align: justify
}

.text--right {
  text-align: right
}

.text--capitalize {
  text-transform: capitalize
}

.text--lowercase {
  text-transform: lowercase
}

.admonitionHeading_hO5G, .alert__heading, .text--uppercase {
  text-transform: uppercase
}

.text--light {
  font-weight: var(--ifm-font-weight-light)
}

.text--normal {
  font-weight: var(--ifm-font-weight-normal)
}

.text--semibold {
  font-weight: var(--ifm-font-weight-semibold)
}

.text--bold {
  font-weight: var(--ifm-font-weight-bold)
}

.text--italic {
  font-style: italic
}

.text--truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.text--break {
  word-wrap: break-word !important;
  word-break: break-word !important
}

.clean-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  padding: 0
}

.alert, .alert .close {
  color: var(--ifm-alert-foreground-color)
}

.clean-list {
  list-style: none;
  padding-left: 0
}

.alert--primary {
  --ifm-alert-background-color: var(--ifm-color-primary-contrast-background);
  --ifm-alert-background-color-highlight: rgba(53, 120, 229, .15);
  --ifm-alert-foreground-color: var(--ifm-color-primary-contrast-foreground);
  --ifm-alert-border-color: var(--ifm-color-primary-dark)
}

.alert--secondary {
  --ifm-alert-background-color: var(--ifm-color-secondary-contrast-background);
  --ifm-alert-background-color-highlight: rgba(235, 237, 240, .15);
  --ifm-alert-foreground-color: var(--ifm-color-secondary-contrast-foreground);
  --ifm-alert-border-color: var(--ifm-color-secondary-dark)
}

.alert--success {
  --ifm-alert-background-color: var(--ifm-color-success-contrast-background);
  --ifm-alert-background-color-highlight: rgba(0, 164, 0, .15);
  --ifm-alert-foreground-color: var(--ifm-color-success-contrast-foreground);
  --ifm-alert-border-color: var(--ifm-color-success-dark)
}

.alert--info {
  --ifm-alert-background-color: var(--ifm-color-info-contrast-background);
  --ifm-alert-background-color-highlight: rgba(84, 199, 236, .15);
  --ifm-alert-foreground-color: var(--ifm-color-info-contrast-foreground);
  --ifm-alert-border-color: var(--ifm-color-info-dark)
}

.alert--warning {
  --ifm-alert-background-color: var(--ifm-color-warning-contrast-background);
  --ifm-alert-background-color-highlight: rgba(255, 186, 0, .15);
  --ifm-alert-foreground-color: var(--ifm-color-warning-contrast-foreground);
  --ifm-alert-border-color: var(--ifm-color-warning-dark)
}

.alert--danger {
  --ifm-alert-background-color: var(--ifm-color-danger-contrast-background);
  --ifm-alert-background-color-highlight: rgba(250, 56, 62, .15);
  --ifm-alert-foreground-color: var(--ifm-color-danger-contrast-foreground);
  --ifm-alert-border-color: var(--ifm-color-danger-dark)
}

.alert {
  --ifm-link-color: var(--ifm-alert-foreground-color);
  --ifm-link-hover-color: var(--ifm-alert-foreground-color);
  background-color: var(--ifm-alert-background-color);
  border: var(--ifm-alert-border-width) solid var(--ifm-alert-border-color);
  border-left-width: var(--ifm-alert-border-left-width);
  border-radius: var(--ifm-alert-border-radius);
  box-shadow: var(--ifm-alert-shadow);
  padding: var(--ifm-alert-padding-vertical) var(--ifm-alert-padding-horizontal)
}

.alert__heading {
  align-items: center;
  display: flex;
  font: 700 var(--ifm-h5-font-size)/var(--ifm-heading-line-height) var(--ifm-heading-font-family);
  margin-bottom: .5rem
}

.alert__icon {
  display: inline-flex;
  margin-right: .4em
}

.alert__icon svg {
  fill: var(--ifm-alert-foreground-color);
  stroke: var(--ifm-alert-foreground-color);
  stroke-width: 0
}

.alert .close {
  margin: calc(var(--ifm-alert-padding-vertical) * -1) calc(var(--ifm-alert-padding-horizontal) * -1) 0 0;
  opacity: .75
}

.alert .close:focus, .alert .close:hover {
  opacity: 1
}

.alert a {
  text-decoration-color: var(--ifm-alert-border-color)
}

.alert a:hover {
  text-decoration-thickness: 2px
}

.avatar {
  -moz-column-gap: var(--ifm-avatar-intro-margin);
  column-gap: var(--ifm-avatar-intro-margin);
  display: flex
}

.avatar__photo {
  border-radius: 50%;
  display: block;
  height: var(--ifm-avatar-photo-size);
  overflow: hidden;
  width: var(--ifm-avatar-photo-size)
}

.card--full-height, .navbar__logo img, body, html {
  height: 100%
}

.avatar__photo--sm {
  --ifm-avatar-photo-size: 2rem
}

.avatar__photo--lg {
  --ifm-avatar-photo-size: 4rem
}

.avatar__photo--xl {
  --ifm-avatar-photo-size: 6rem
}

.avatar__intro {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  justify-content: center;
  text-align: var(--ifm-avatar-intro-alignment)
}

.badge, .breadcrumbs__item, .breadcrumbs__link, .button, .dropdown > .navbar__link:after {
  display: inline-block
}

.avatar__name {
  font: 700 var(--ifm-h4-font-size)/var(--ifm-heading-line-height) var(--ifm-font-family-base)
}

.avatar__subtitle {
  margin-top: .25rem
}

.avatar--vertical {
  --ifm-avatar-intro-alignment: center;
  --ifm-avatar-intro-margin: 0.5rem;
  align-items: center;
  flex-direction: column
}

.badge {
  background-color: var(--ifm-badge-background-color);
  border: var(--ifm-badge-border-width) solid var(--ifm-badge-border-color);
  border-radius: var(--ifm-badge-border-radius);
  color: var(--ifm-badge-color);
  font-weight: var(--ifm-font-weight-bold);
  padding: var(--ifm-badge-padding-vertical) var(--ifm-badge-padding-horizontal)
}

.badge--primary {
  --ifm-badge-background-color: var(--ifm-color-primary)
}

.badge--secondary {
  --ifm-badge-background-color: var(--ifm-color-secondary);
  color: var(--ifm-color-black)
}

.breadcrumbs__link, .button.button--secondary.button--outline:not(.button--active):not(:hover) {
  color: var(--ifm-font-color-base)
}

.badge--success {
  --ifm-badge-background-color: var(--ifm-color-success)
}

.badge--info {
  --ifm-badge-background-color: var(--ifm-color-info)
}

.badge--warning {
  --ifm-badge-background-color: var(--ifm-color-warning)
}

.badge--danger {
  --ifm-badge-background-color: var(--ifm-color-danger)
}

.breadcrumbs {
  margin-bottom: 0;
  padding-left: 0
}

.breadcrumbs__item:not(:last-child):after {
  background: var(--ifm-breadcrumb-separator) center;
  content: " ";
  display: inline-block;
  filter: var(--ifm-breadcrumb-separator-filter);
  height: calc(var(--ifm-breadcrumb-separator-size) * var(--ifm-breadcrumb-size-multiplier) * var(--ifm-breadcrumb-separator-size-multiplier));
  margin: 0 var(--ifm-breadcrumb-spacing);
  opacity: .5;
  width: calc(var(--ifm-breadcrumb-separator-size) * var(--ifm-breadcrumb-size-multiplier) * var(--ifm-breadcrumb-separator-size-multiplier))
}

.breadcrumbs__item--active .breadcrumbs__link {
  background: var(--ifm-breadcrumb-item-background-active);
  color: var(--ifm-breadcrumb-color-active)
}

.breadcrumbs__link {
  border-radius: var(--ifm-breadcrumb-border-radius);
  font-size: calc(1rem * var(--ifm-breadcrumb-size-multiplier));
  padding: calc(var(--ifm-breadcrumb-padding-vertical) * var(--ifm-breadcrumb-size-multiplier)) calc(var(--ifm-breadcrumb-padding-horizontal) * var(--ifm-breadcrumb-size-multiplier));
  transition-duration: var(--ifm-transition-fast);
  transition-property: background, color
}

.breadcrumbs__link:link:hover, .breadcrumbs__link:visited:hover, area[href].breadcrumbs__link:hover {
  background: var(--ifm-breadcrumb-item-background-active);
  text-decoration: none
}

.breadcrumbs__link:-moz-any-link:hover {
  background: var(--ifm-breadcrumb-item-background-active);
  text-decoration: none
}

.breadcrumbs__link:any-link:hover {
  background: var(--ifm-breadcrumb-item-background-active);
  text-decoration: none
}

.breadcrumbs--sm {
  --ifm-breadcrumb-size-multiplier: 0.8
}

.breadcrumbs--lg {
  --ifm-breadcrumb-size-multiplier: 1.2
}

.button {
  background-color: var(--ifm-button-background-color);
  border: var(--ifm-button-border-width) solid var(--ifm-button-border-color);
  border-radius: var(--ifm-button-border-radius);
  cursor: pointer;
  font-size: calc(.875rem * var(--ifm-button-size-multiplier));
  font-weight: var(--ifm-button-font-weight);
  line-height: 1.5;
  padding: calc(var(--ifm-button-padding-vertical) * var(--ifm-button-size-multiplier)) calc(var(--ifm-button-padding-horizontal) * var(--ifm-button-size-multiplier));
  text-align: center;
  transition-duration: var(--ifm-button-transition-duration);
  transition-property: color, background, border-color;
  user-select: none;
  white-space: nowrap
}

.button, .button:hover {
  color: var(--ifm-button-color)
}

.button--outline {
  --ifm-button-color: var(--ifm-button-border-color)
}

.button--outline:hover {
  --ifm-button-background-color: var(--ifm-button-border-color)
}

.button--link {
  --ifm-button-border-color: transparent;
  color: var(--ifm-link-color);
  text-decoration: var(--ifm-link-decoration)
}

.button--link.button--active, .button--link:active, .button--link:hover {
  color: var(--ifm-link-hover-color);
  text-decoration: var(--ifm-link-hover-decoration)
}

.button.disabled, .button:disabled, .button[disabled] {
  opacity: .65;
  pointer-events: none
}

.button--sm {
  --ifm-button-size-multiplier: 0.8
}

.button--lg {
  --ifm-button-size-multiplier: 1.35
}

.button--block {
  display: block;
  width: 100%
}

.button.button--secondary {
  color: var(--ifm-color-gray-900)
}

:where(.button--primary) {
  --ifm-button-background-color: var(--ifm-color-primary);
  --ifm-button-border-color: var(--ifm-color-primary)
}

:where(.button--primary):not(.button--outline):hover {
  --ifm-button-background-color: var(--ifm-color-primary-dark);
  --ifm-button-border-color: var(--ifm-color-primary-dark)
}

.button--primary.button--active, .button--primary:active {
  --ifm-button-background-color: var(--ifm-color-primary-darker);
  --ifm-button-border-color: var(--ifm-color-primary-darker)
}

:where(.button--secondary) {
  --ifm-button-background-color: var(--ifm-color-secondary);
  --ifm-button-border-color: var(--ifm-color-secondary)
}

:where(.button--secondary):not(.button--outline):hover {
  --ifm-button-background-color: var(--ifm-color-secondary-dark);
  --ifm-button-border-color: var(--ifm-color-secondary-dark)
}

.button--secondary.button--active, .button--secondary:active {
  --ifm-button-background-color: var(--ifm-color-secondary-darker);
  --ifm-button-border-color: var(--ifm-color-secondary-darker)
}

:where(.button--success) {
  --ifm-button-background-color: var(--ifm-color-success);
  --ifm-button-border-color: var(--ifm-color-success)
}

:where(.button--success):not(.button--outline):hover {
  --ifm-button-background-color: var(--ifm-color-success-dark);
  --ifm-button-border-color: var(--ifm-color-success-dark)
}

.button--success.button--active, .button--success:active {
  --ifm-button-background-color: var(--ifm-color-success-darker);
  --ifm-button-border-color: var(--ifm-color-success-darker)
}

:where(.button--info) {
  --ifm-button-background-color: var(--ifm-color-info);
  --ifm-button-border-color: var(--ifm-color-info)
}

:where(.button--info):not(.button--outline):hover {
  --ifm-button-background-color: var(--ifm-color-info-dark);
  --ifm-button-border-color: var(--ifm-color-info-dark)
}

.button--info.button--active, .button--info:active {
  --ifm-button-background-color: var(--ifm-color-info-darker);
  --ifm-button-border-color: var(--ifm-color-info-darker)
}

:where(.button--warning) {
  --ifm-button-background-color: var(--ifm-color-warning);
  --ifm-button-border-color: var(--ifm-color-warning)
}

:where(.button--warning):not(.button--outline):hover {
  --ifm-button-background-color: var(--ifm-color-warning-dark);
  --ifm-button-border-color: var(--ifm-color-warning-dark)
}

.button--warning.button--active, .button--warning:active {
  --ifm-button-background-color: var(--ifm-color-warning-darker);
  --ifm-button-border-color: var(--ifm-color-warning-darker)
}

:where(.button--danger) {
  --ifm-button-background-color: var(--ifm-color-danger);
  --ifm-button-border-color: var(--ifm-color-danger)
}

:where(.button--danger):not(.button--outline):hover {
  --ifm-button-background-color: var(--ifm-color-danger-dark);
  --ifm-button-border-color: var(--ifm-color-danger-dark)
}

.button--danger.button--active, .button--danger:active {
  --ifm-button-background-color: var(--ifm-color-danger-darker);
  --ifm-button-border-color: var(--ifm-color-danger-darker)
}

.button-group {
  display: inline-flex;
  gap: var(--ifm-button-group-spacing)
}

.button-group > .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.button-group > .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.button-group--block {
  display: flex;
  justify-content: stretch
}

.button-group--block > .button {
  flex-grow: 1
}

.card {
  background-color: var(--ifm-card-background-color);
  border-radius: var(--ifm-card-border-radius);
  box-shadow: var(--ifm-global-shadow-lw);
  display: flex;
  flex-direction: column;
  overflow: hidden
}

.card__image {
  padding-top: var(--ifm-card-vertical-spacing)
}

.card__image:first-child {
  padding-top: 0
}

.card__body, .card__footer, .card__header {
  padding: var(--ifm-card-vertical-spacing) var(--ifm-card-horizontal-spacing)
}

.card__body:not(:last-child), .card__footer:not(:last-child), .card__header:not(:last-child) {
  padding-bottom: 0
}

.card__body > :last-child, .card__footer > :last-child, .card__header > :last-child {
  margin-bottom: 0
}

.card__footer {
  margin-top: auto
}

.table-of-contents {
  font-size: .8rem;
  margin-bottom: 0;
  padding: var(--ifm-toc-padding-vertical) 0
}

.table-of-contents, .table-of-contents ul {
  list-style: none;
  padding-left: var(--ifm-toc-padding-horizontal)
}

.table-of-contents li {
  margin: var(--ifm-toc-padding-vertical) var(--ifm-toc-padding-horizontal)
}

.table-of-contents__left-border {
  border-left: 1px solid var(--ifm-toc-border-color)
}

.table-of-contents__link {
  color: var(--ifm-toc-link-color);
  display: block
}

.table-of-contents__link--active, .table-of-contents__link--active code, .table-of-contents__link:hover, .table-of-contents__link:hover code {
  color: var(--ifm-color-primary);
  text-decoration: none
}

.close {
  color: var(--ifm-color-black);
  float: right;
  font-size: 1.5rem;
  font-weight: var(--ifm-font-weight-bold);
  line-height: 1;
  opacity: .5;
  padding: 1rem;
  transition: opacity var(--ifm-transition-fast) var(--ifm-transition-timing-default)
}

.close:hover {
  opacity: .7
}

.close:focus, .theme-code-block-highlighted-line .codeLineNumber_Jc8l:before {
  opacity: .8
}

.dropdown {
  display: inline-flex;
  font-weight: var(--ifm-dropdown-font-weight);
  position: relative;
  vertical-align: top
}

.dropdown--hoverable:hover .dropdown__menu, .dropdown--show .dropdown__menu {
  opacity: 1;
  pointer-events: all;
  transform: translateY(-1px);
  visibility: visible
}

#nprogress, .dropdown__menu, .navbar__item.dropdown .navbar__link:not([href]), body:before {
  pointer-events: none
}

.dropdown--right .dropdown__menu {
  left: inherit;
  right: 0
}

.dropdown--nocaret .navbar__link:after {
  content: none !important
}

.dropdown__menu {
  background-color: var(--ifm-dropdown-background-color);
  border-radius: var(--ifm-global-radius);
  box-shadow: var(--ifm-global-shadow-md);
  left: 0;
  list-style: none;
  max-height: 80vh;
  min-width: 10rem;
  opacity: 0;
  overflow-y: auto;
  padding: .5rem;
  position: absolute;
  top: calc(100% - var(--ifm-navbar-item-padding-vertical) + .3rem);
  transform: translateY(-.625rem);
  transition-duration: var(--ifm-transition-fast);
  transition-property: opacity, transform, visibility;
  transition-timing-function: var(--ifm-transition-timing-default);
  visibility: hidden;
  z-index: var(--ifm-z-index-dropdown)
}

.menu__caret, .menu__link, .menu__list-item-collapsible {
  border-radius: .25rem;
  transition: background var(--ifm-transition-fast) var(--ifm-transition-timing-default)
}

.dropdown__link {
  border-radius: .25rem;
  color: var(--ifm-dropdown-link-color);
  display: block;
  font-size: .875rem;
  margin-top: .2rem;
  padding: .25rem .5rem;
  white-space: nowrap
}

.dropdown__link--active, .dropdown__link:hover {
  background-color: var(--ifm-dropdown-hover-background-color);
  color: var(--ifm-dropdown-link-color);
  text-decoration: none
}

.dropdown__link--active, .dropdown__link--active:hover {
  --ifm-dropdown-link-color: var(--ifm-link-color)
}

.dropdown > .navbar__link:after {
  border-color: currentcolor transparent;
  border-style: solid;
  border-width: .4em .4em 0;
  content: "";
  margin-left: .3em;
  position: relative;
  top: 2px;
  transform: translateY(-50%)
}

.footer {
  background-color: var(--ifm-footer-background-color);
  color: var(--ifm-footer-color);
  padding: var(--ifm-footer-padding-vertical) var(--ifm-footer-padding-horizontal)
}

.footer--dark {
  --ifm-footer-background-color: #303846;
  --ifm-footer-color: var(--ifm-footer-link-color);
  --ifm-footer-link-color: var(--ifm-color-secondary);
  --ifm-footer-title-color: var(--ifm-color-white)
}

.footer__links {
  margin-bottom: 1rem
}

.footer__link-item {
  color: var(--ifm-footer-link-color);
  line-height: 2
}

.footer__link-item:hover {
  color: var(--ifm-footer-link-hover-color)
}

.footer__link-separator {
  margin: 0 var(--ifm-footer-link-horizontal-spacing)
}

.footer__logo {
  margin-top: 1rem;
  max-width: var(--ifm-footer-logo-max-width)
}

.footer__title {
  color: var(--ifm-footer-title-color);
  font: 700 var(--ifm-h4-font-size)/var(--ifm-heading-line-height) var(--ifm-font-family-base);
  margin-bottom: var(--ifm-heading-margin-bottom)
}

.menu, .navbar__link {
  font-weight: var(--ifm-font-weight-semibold)
}

.docItemContainer_v91w article > :first-child, .docItemContainer_v91w header + *, .footer__item {
  margin-top: 0
}

.admonitionContent_Ej5z > :last-child, .collapsibleContent_F3wh > :last-child, .footer__items {
  margin-bottom: 0
}

.codeBlockStandalone_VS77, [type=checkbox] {
  padding: 0
}

.hero {
  align-items: center;
  background-color: var(--ifm-hero-background-color);
  color: var(--ifm-hero-text-color);
  display: flex;
  padding: 4rem 2rem
}

.hero--primary {
  --ifm-hero-background-color: var(--ifm-color-primary);
  --ifm-hero-text-color: var(--ifm-font-color-base-inverse)
}

.hero--dark {
  --ifm-hero-background-color: #303846;
  --ifm-hero-text-color: var(--ifm-color-white)
}

.hero__title {
  font-size: 3rem
}

.hero__subtitle {
  font-size: 1.5rem
}

.menu__list {
  list-style: none;
  margin: 0;
  padding-left: 0
}

.menu__caret, .menu__link {
  padding: var(--ifm-menu-link-padding-vertical) var(--ifm-menu-link-padding-horizontal)
}

.menu__list .menu__list {
  flex: 0 0 100%;
  margin-top: .25rem;
  padding-left: var(--ifm-menu-link-padding-horizontal)
}

.menu__list-item:not(:first-child) {
  margin-top: .25rem
}

.menu__list-item--collapsed .menu__list {
  height: 0;
  overflow: hidden
}

.details_Q8fC[data-collapsed=false].isBrowser_ifxw > summary:before, .details_Q8fC[open]:not(.isBrowser_ifxw) > summary:before, .menu__list-item--collapsed .menu__caret:before, .menu__list-item--collapsed .menu__link--sublist:after {
  transform: rotate(90deg)
}

.menu__list-item-collapsible {
  display: flex;
  flex-wrap: wrap;
  position: relative
}

.menu__caret:hover, .menu__link:hover, .menu__list-item-collapsible--active, .menu__list-item-collapsible:hover {
  background: var(--ifm-menu-color-background-hover)
}

.menu__list-item-collapsible .menu__link--active, .menu__list-item-collapsible .menu__link:hover {
  background: none !important
}

.menu__caret, .menu__link {
  align-items: center;
  display: flex
}

.menu__link {
  color: var(--ifm-menu-color);
  flex: 1
}

.menu__link:hover {
  color: var(--ifm-menu-color);
  text-decoration: none
}

.menu__caret:before, .menu__link--sublist-caret:after {
  filter: var(--ifm-menu-link-sublist-icon-filter);
  transform: rotate(180deg);
  transition: transform var(--ifm-transition-fast) linear;
  content: ""
}

.menu__link--sublist-caret:after {
  background: var(--ifm-menu-link-sublist-icon) 50%/2rem 2rem;
  margin-left: auto;
  min-width: 1.25rem
}

.menu__link--active, .menu__link--active:hover {
  color: var(--ifm-menu-color-active)
}

.navbar__brand, .navbar__link {
  color: var(--ifm-navbar-link-color)
}

.menu__link--active:not(.menu__link--sublist) {
  background-color: var(--ifm-menu-color-background-active)
}

.menu__caret:before {
  background: var(--ifm-menu-link-sublist-icon) 50%/2rem 2rem
}

.navbar--dark, html[data-theme=dark] {
  --ifm-menu-link-sublist-icon-filter: invert(100%) sepia(94%) saturate(17%) hue-rotate(223deg) brightness(104%) contrast(98%)
}

.navbar {
  background-color: var(--ifm-navbar-background-color);
  box-shadow: var(--ifm-navbar-shadow);
  height: var(--ifm-navbar-height);
  padding: var(--ifm-navbar-padding-vertical) var(--ifm-navbar-padding-horizontal)
}

.navbar, .navbar > .container, .navbar > .container-fluid {
  display: flex
}

.navbar--fixed-top {
  position: sticky;
  top: 0;
  z-index: var(--ifm-z-index-fixed)
}

.navbar-sidebar, .navbar-sidebar__backdrop {
  bottom: 0;
  opacity: 0;
  position: fixed;
  transition-duration: var(--ifm-transition-fast);
  transition-timing-function: ease-in-out;
  left: 0;
  top: 0;
  visibility: hidden
}

.navbar__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.navbar__brand {
  margin-right: 1rem;
  min-width: 0
}

.navbar__brand:hover {
  color: var(--ifm-navbar-link-hover-color);
  text-decoration: none
}

.announcementBarContent_ZrW_, .navbar__title {
  flex: 1 1 auto
}

.navbar__toggle {
  display: none
}

.navbar__logo {
  flex: 0 0 auto;
  height: 2rem;
  margin-right: .5rem
}

.docItemInner_G8Ru, .navbar__items--center .navbar__brand, body {
  margin: 0
}

.navbar__items {
  align-items: center;
  display: flex;
  flex: 1;
  min-width: 0
}

.navbar__items--center {
  flex: 0 0 auto
}

.navbar__items--center + .navbar__items--right {
  flex: 1
}

.navbar__items--right {
  flex: 0 0 auto;
  justify-content: flex-end
}

.navbar__items--right > :last-child {
  padding-right: 0
}

.navbar__item {
  display: inline-block;
  padding: var(--ifm-navbar-item-padding-vertical) var(--ifm-navbar-item-padding-horizontal)
}

.navbar__link--active, .navbar__link:hover {
  color: var(--ifm-navbar-link-hover-color);
  text-decoration: none
}

.navbar--dark, .navbar--primary {
  --ifm-menu-color: var(--ifm-color-gray-300);
  --ifm-navbar-link-color: var(--ifm-color-gray-100);
  --ifm-navbar-search-input-background-color: hsla(0, 0%, 100%, .1);
  --ifm-navbar-search-input-placeholder-color: hsla(0, 0%, 100%, .5);
  color: var(--ifm-color-white)
}

.navbar--dark {
  --ifm-navbar-background-color: #242526;
  --ifm-menu-color-background-active: hsla(0, 0%, 100%, .05);
  --ifm-navbar-search-input-color: var(--ifm-color-white)
}

.navbar--primary {
  --ifm-navbar-background-color: var(--ifm-color-primary);
  --ifm-navbar-link-hover-color: var(--ifm-color-white);
  --ifm-menu-color-active: var(--ifm-color-white);
  --ifm-navbar-search-input-color: var(--ifm-color-emphasis-500)
}

.navbar__search-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: var(--ifm-navbar-search-input-background-color) var(--ifm-navbar-search-input-icon) no-repeat .75rem center/1rem 1rem;
  border: none;
  border-radius: 2rem;
  color: var(--ifm-navbar-search-input-color);
  cursor: text;
  display: inline-block;
  font-size: .9rem;
  height: 2rem;
  padding: 0 .5rem 0 2.25rem;
  width: 12.5rem
}

.navbar__search-input::-moz-placeholder {
  color: var(--ifm-navbar-search-input-placeholder-color)
}

.navbar__search-input::placeholder {
  color: var(--ifm-navbar-search-input-placeholder-color)
}

.navbar-sidebar {
  background-color: var(--ifm-navbar-background-color);
  box-shadow: var(--ifm-global-shadow-md);
  transform: translate3d(-100%, 0, 0);
  transition-property: opacity, visibility, transform;
  width: var(--ifm-navbar-sidebar-width)
}

.navbar-sidebar--show .navbar-sidebar, .navbar-sidebar__items {
  transform: translateZ(0)
}

.navbar-sidebar--show .navbar-sidebar, .navbar-sidebar--show .navbar-sidebar__backdrop {
  opacity: 1;
  visibility: visible
}

.navbar-sidebar__backdrop {
  background-color: rgba(0, 0, 0, .6);
  right: 0;
  transition-property: opacity, visibility
}

.navbar-sidebar__brand {
  align-items: center;
  box-shadow: var(--ifm-navbar-shadow);
  display: flex;
  flex: 1;
  height: var(--ifm-navbar-height);
  padding: var(--ifm-navbar-padding-vertical) var(--ifm-navbar-padding-horizontal)
}

.navbar-sidebar__items {
  display: flex;
  height: calc(100% - var(--ifm-navbar-height));
  transition: transform var(--ifm-transition-fast) ease-in-out
}

.navbar-sidebar__items--show-secondary {
  transform: translate3d(calc((var(--ifm-navbar-sidebar-width)) * -1), 0, 0)
}

.navbar-sidebar__item {
  flex-shrink: 0;
  padding: .5rem;
  width: calc(var(--ifm-navbar-sidebar-width))
}

.navbar-sidebar__back {
  background: var(--ifm-menu-color-background-active);
  font-size: 15px;
  font-weight: var(--ifm-button-font-weight);
  margin: 0 0 .2rem -.5rem;
  padding: .6rem 1.5rem;
  position: relative;
  text-align: left;
  top: -.5rem;
  width: calc(100% + 1rem)
}

.navbar-sidebar__close {
  display: flex;
  margin-left: auto
}

.pagination {
  -moz-column-gap: var(--ifm-pagination-page-spacing);
  column-gap: var(--ifm-pagination-page-spacing);
  display: flex;
  font-size: var(--ifm-pagination-font-size);
  padding-left: 0
}

.pagination--sm {
  --ifm-pagination-font-size: 0.8rem;
  --ifm-pagination-padding-horizontal: 0.8rem;
  --ifm-pagination-padding-vertical: 0.2rem
}

.pagination--lg {
  --ifm-pagination-font-size: 1.2rem;
  --ifm-pagination-padding-horizontal: 1.2rem;
  --ifm-pagination-padding-vertical: 0.3rem
}

.pagination__item {
  display: inline-flex
}

.pagination__item > span {
  padding: var(--ifm-pagination-padding-vertical)
}

.pagination__item--active .pagination__link {
  color: var(--ifm-pagination-color-active)
}

.pagination__item--active .pagination__link, .pagination__item:not(.pagination__item--active):hover .pagination__link {
  background: var(--ifm-pagination-item-active-background)
}

.pagination__item--disabled, .pagination__item[disabled] {
  opacity: .25;
  pointer-events: none
}

.pagination__link {
  border-radius: var(--ifm-pagination-border-radius);
  color: var(--ifm-font-color-base);
  display: inline-block;
  padding: var(--ifm-pagination-padding-vertical) var(--ifm-pagination-padding-horizontal);
  transition: background var(--ifm-transition-fast) var(--ifm-transition-timing-default)
}

.pagination__link:hover, abbr[title] {
  text-decoration: none
}

.pagination-nav {
  grid-gap: var(--ifm-spacing-horizontal);
  gap: var(--ifm-spacing-horizontal)
}

.pagination-nav__link {
  border: 1px solid var(--ifm-color-emphasis-300);
  border-radius: var(--ifm-pagination-nav-border-radius);
  display: block;
  height: 100%;
  line-height: var(--ifm-heading-line-height);
  padding: var(--ifm-global-spacing);
  transition: border-color var(--ifm-transition-fast) var(--ifm-transition-timing-default)
}

.pagination-nav__link:hover {
  border-color: var(--ifm-pagination-nav-color-hover);
  text-decoration: none
}

.pagination-nav__link--next {
  grid-column: 2/3;
  text-align: right
}

.pagination-nav__label {
  font-size: var(--ifm-h4-font-size);
  font-weight: var(--ifm-heading-font-weight);
  word-break: break-word
}

.pagination-nav__link--prev .pagination-nav__label:before {
  content: "芦 "
}

.pagination-nav__link--next .pagination-nav__label:after {
  content: " 禄"
}

.dropdown > .navbar__link:after, .pagination-nav__link--next .pagination-nav__label:after, .pagination-nav__link--prev .pagination-nav__label:before {
  content: none
}

.pagination-nav__sublabel {
  color: var(--ifm-color-content-secondary);
  font-size: var(--ifm-h5-font-size);
  font-weight: var(--ifm-font-weight-semibold);
  margin-bottom: .25rem
}

.pills__item, .tabs {
  font-weight: var(--ifm-font-weight-bold)
}

.pills {
  display: flex;
  gap: var(--ifm-pills-spacing);
  padding-left: 0
}

.pills__item {
  border-radius: .5rem;
  cursor: pointer;
  display: inline-block;
  padding: .25rem 1rem;
  transition: background var(--ifm-transition-fast) var(--ifm-transition-timing-default)
}

.pills__item--active {
  color: var(--ifm-pills-color-active)
}

.pills__item--active, .pills__item:not(.pills__item--active):hover {
  background: var(--ifm-pills-color-background-active)
}

.pills--block {
  justify-content: stretch
}

.pills--block .pills__item {
  flex-grow: 1;
  text-align: center
}

.tabs {
  color: var(--ifm-tabs-color);
  display: flex;
  margin-bottom: 0;
  overflow-x: auto;
  padding-left: 0
}

.dropdown__link--active, .navbar__link, .navbar__title {
  font-weight: 600
}

.tabs__item {
  border-bottom: 3px solid transparent;
  border-radius: var(--ifm-global-radius);
  cursor: pointer;
  display: inline-flex;
  padding: var(--ifm-tabs-padding-vertical) var(--ifm-tabs-padding-horizontal);
  transition: background-color var(--ifm-transition-fast) var(--ifm-transition-timing-default)
}

.tabs__item--active {
  border-bottom-color: var(--ifm-tabs-color-active-border);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: var(--ifm-tabs-color-active)
}

.tabs__item:hover {
  background-color: var(--ifm-hover-overlay)
}

.tabs--block {
  justify-content: stretch
}

.tabs--block .tabs__item {
  flex-grow: 1;
  justify-content: center
}

html[data-theme=dark] {
  --ifm-color-scheme: dark;
  --ifm-color-emphasis-0: var(--ifm-color-gray-1000);
  --ifm-color-emphasis-100: var(--ifm-color-gray-900);
  --ifm-color-emphasis-200: var(--ifm-color-gray-800);
  --ifm-color-emphasis-300: var(--ifm-color-gray-700);
  --ifm-color-emphasis-400: var(--ifm-color-gray-600);
  --ifm-color-emphasis-600: var(--ifm-color-gray-400);
  --ifm-color-emphasis-700: var(--ifm-color-gray-300);
  --ifm-color-emphasis-800: var(--ifm-color-gray-200);
  --ifm-color-emphasis-900: var(--ifm-color-gray-100);
  --ifm-color-emphasis-1000: var(--ifm-color-gray-0);
  --ifm-background-color: #1b1b1d;
  --ifm-background-surface-color: #242526;
  --ifm-hover-overlay: hsla(0, 0%, 100%, .05);
  --ifm-color-content: #e3e3e3;
  --ifm-color-content-secondary: #fff;
  --ifm-breadcrumb-separator-filter: invert(64%) sepia(11%) saturate(0%) hue-rotate(149deg) brightness(99%) contrast(95%);
  --ifm-code-background: hsla(0, 0%, 100%, .1);
  --ifm-scrollbar-track-background-color: #444;
  --ifm-scrollbar-thumb-background-color: #686868;
  --ifm-scrollbar-thumb-hover-background-color: #7a7a7a;
  --ifm-table-stripe-background: hsla(0, 0%, 100%, .07);
  --ifm-toc-border-color: var(--ifm-color-emphasis-200);
  --ifm-color-primary-contrast-background: #102445;
  --ifm-color-primary-contrast-foreground: #ebf2fc;
  --ifm-color-secondary-contrast-background: #474748;
  --ifm-color-secondary-contrast-foreground: #fdfdfe;
  --ifm-color-success-contrast-background: #003100;
  --ifm-color-success-contrast-foreground: #e6f6e6;
  --ifm-color-info-contrast-background: #193c47;
  --ifm-color-info-contrast-foreground: #eef9fd;
  --ifm-color-warning-contrast-background: #4d3800;
  --ifm-color-warning-contrast-foreground: #fff8e6;
  --ifm-color-danger-contrast-background: #4b1113;
  --ifm-color-danger-contrast-foreground: #ffebec;
  --docsearch-text-color: #f5f6f7;
  --docsearch-container-background: rgba(9, 10, 17, .8);
  --docsearch-modal-background: #15172a;
  --docsearch-modal-shadow: inset 1px 1px 0 0 #2c2e40, 0 3px 8px 0 #000309;
  --docsearch-searchbox-background: #090a11;
  --docsearch-searchbox-focus-background: #000;
  --docsearch-hit-color: #bec3c9;
  --docsearch-hit-shadow: none;
  --docsearch-hit-background: #090a11;
  --docsearch-key-gradient: linear-gradient(-26.5deg, #565872, #31355b);
  --docsearch-key-shadow: inset 0 -2px 0 0 #282d55, inset 0 0 1px 1px #51577d, 0 2px 2px 0 rgba(3, 4, 9, .3);
  --docsearch-footer-background: #1e2136;
  --docsearch-footer-shadow: inset 0 1px 0 0 rgba(73, 76, 106, .5), 0 -4px 8px 0 rgba(0, 0, 0, .2);
  --docsearch-logo-color: #fff;
  --docsearch-muted-color: #7f8497
}

#nprogress .bar {
  background: var(--docusaurus-progress-bar-color);
  height: 2px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1031
}

#nprogress .peg, body:before {
  height: 100%;
  position: absolute
}

#nprogress .peg {
  box-shadow: 0 0 10px var(--docusaurus-progress-bar-color), 0 0 5px var(--docusaurus-progress-bar-color);
  opacity: 1;
  right: 0;
  transform: rotate(3deg) translateY(-4px);
  width: 100px
}

:root[data-theme=dark] {
  --theme-tars-white: 255, 255, 255;
  --theme-tars-black: 0, 0, 0;
  --theme-tars-blue-base: 23, 125, 220;
  --theme-tars-blue-1: 230, 247, 255;
  --theme-tars-blue-2: 189, 232, 255;
  --theme-tars-blue-3: 148, 214, 255;
  --theme-tars-blue-4: 103, 186, 245;
  --theme-tars-blue-5: 60, 155, 232;
  --theme-tars-blue-6: 23, 125, 220;
  --theme-tars-blue-7: 9, 92, 181;
  --theme-tars-blue-8: 0, 64, 143;
  --theme-tars-blue-9: 0, 44, 105;
  --theme-tars-blue-10: 0, 25, 66;
  --theme-tars-purple-base: 147, 131, 241;
  --theme-tars-purple-1: 245, 240, 255;
  --theme-tars-purple-2: 244, 240, 255;
  --theme-tars-purple-3: 244, 240, 255;
  --theme-tars-purple-4: 227, 219, 255;
  --theme-tars-purple-5: 193, 179, 255;
  --theme-tars-purple-6: 147, 131, 241;
  --theme-tars-purple-7: 112, 100, 204;
  --theme-tars-purple-8: 81, 73, 166;
  --theme-tars-purple-9: 54, 50, 128;
  --theme-tars-purple-10: 35, 34, 89;
  --theme-tars-cyan-base: 19, 168, 168;
  --theme-tars-cyan-1: 211, 232, 229;
  --theme-tars-cyan-2: 164, 219, 212;
  --theme-tars-cyan-3: 122, 207, 198;
  --theme-tars-cyan-4: 83, 194, 186;
  --theme-tars-cyan-5: 49, 181, 177;
  --theme-tars-cyan-6: 19, 168, 168;
  --theme-tars-cyan-7: 8, 126, 130;
  --theme-tars-cyan-8: 1, 86, 92;
  --theme-tars-cyan-9: 0, 48, 54;
  --theme-tars-cyan-10: 0, 13, 15;
  --theme-tars-green-base: 102, 187, 106;
  --theme-tars-green-1: 237, 250, 235;
  --theme-tars-green-2: 224, 237, 223;
  --theme-tars-green-3: 212, 224, 211;
  --theme-tars-green-4: 185, 212, 184;
  --theme-tars-green-5: 141, 199, 142;
  --theme-tars-green-6: 102, 187, 106;
  --theme-tars-green-7: 74, 148, 80;
  --theme-tars-green-8: 49, 110, 56;
  --theme-tars-green-9: 29, 71, 35;
  --theme-tars-green-10: 13, 33, 17;
  --theme-tars-magenta-base: 203, 43, 131;
  --theme-tars-magenta-1: 255, 240, 246;
  --theme-tars-magenta-2: 255, 217, 233;
  --theme-tars-magenta-3: 242, 167, 201;
  --theme-tars-magenta-4: 230, 122, 174;
  --theme-tars-magenta-5: 217, 80, 151;
  --theme-tars-magenta-6: 203, 43, 131;
  --theme-tars-magenta-7: 166, 27, 108;
  --theme-tars-magenta-8: 128, 14, 84;
  --theme-tars-magenta-9: 89, 5, 60;
  --theme-tars-magenta-10: 51, 3, 36;
  --theme-tars-pink-base: 235, 47, 150;
  --theme-tars-pink-1: 255, 240, 246;
  --theme-tars-pink-2: 255, 214, 231;
  --theme-tars-pink-3: 255, 173, 210;
  --theme-tars-pink-4: 255, 133, 192;
  --theme-tars-pink-5: 247, 89, 171;
  --theme-tars-pink-6: 235, 47, 150;
  --theme-tars-pink-7: 196, 29, 127;
  --theme-tars-pink-8: 158, 16, 104;
  --theme-tars-pink-9: 120, 6, 80;
  --theme-tars-pink-10: 82, 3, 57;
  --theme-tars-red-base: 211, 32, 41;
  --theme-tars-red-1: 255, 241, 240;
  --theme-tars-red-2: 255, 206, 201;
  --theme-tars-red-3: 250, 162, 157;
  --theme-tars-red-4: 237, 114, 111;
  --theme-tars-red-5: 224, 70, 72;
  --theme-tars-red-6: 211, 32, 41;
  --theme-tars-red-7: 173, 17, 30;
  --theme-tars-red-8: 135, 7, 22;
  --theme-tars-red-9: 97, 0, 15;
  --theme-tars-red-10: 59, 0, 11;
  --theme-tars-orange-base: 216, 122, 22;
  --theme-tars-orange-1: 255, 247, 230;
  --theme-tars-orange-2: 255, 232, 189;
  --theme-tars-orange-3: 255, 214, 148;
  --theme-tars-orange-4: 242, 184, 102;
  --theme-tars-orange-5: 230, 153, 60;
  --theme-tars-orange-6: 216, 122, 22;
  --theme-tars-orange-7: 179, 91, 9;
  --theme-tars-orange-8: 140, 63, 0;
  --theme-tars-orange-9: 102, 43, 0;
  --theme-tars-orange-10: 64, 24, 0;
  --theme-tars-yellow-base: 216, 189, 20;
  --theme-tars-yellow-1: 254, 255, 230;
  --theme-tars-yellow-2: 255, 255, 186;
  --theme-tars-yellow-3: 255, 251, 145;
  --theme-tars-yellow-4: 242, 233, 99;
  --theme-tars-yellow-5: 230, 212, 57;
  --theme-tars-yellow-6: 216, 189, 20;
  --theme-tars-yellow-7: 179, 150, 7;
  --theme-tars-yellow-8: 140, 112, 0;
  --theme-tars-yellow-9: 102, 78, 0;
  --theme-tars-yellow-10: 64, 47, 0;
  --theme-tars-volcano-base: 216, 74, 27;
  --theme-tars-volcano-1: 255, 245, 237;
  --theme-tars-volcano-2: 255, 219, 196;
  --theme-tars-volcano-3: 255, 189, 153;
  --theme-tars-volcano-4: 242, 151, 109;
  --theme-tars-volcano-5: 230, 113, 67;
  --theme-tars-volcano-6: 216, 74, 27;
  --theme-tars-volcano-7: 179, 48, 12;
  --theme-tars-volcano-8: 140, 29, 4;
  --theme-tars-volcano-9: 102, 15, 0;
  --theme-tars-volcano-10: 64, 7, 0;
  --theme-tars-geekblue-base: 43, 74, 203;
  --theme-tars-geekblue-1: 240, 245, 255;
  --theme-tars-geekblue-2: 217, 229, 255;
  --theme-tars-geekblue-3: 167, 190, 242;
  --theme-tars-geekblue-4: 122, 150, 230;
  --theme-tars-geekblue-5: 80, 112, 217;
  --theme-tars-geekblue-6: 43, 74, 203;
  --theme-tars-geekblue-7: 27, 50, 166;
  --theme-tars-geekblue-8: 14, 29, 128;
  --theme-tars-geekblue-9: 5, 14, 89;
  --theme-tars-geekblue-10: 3, 6, 51;
  --theme-tars-lime-base: 139, 187, 17;
  --theme-tars-lime-1: 247, 250, 225;
  --theme-tars-lime-2: 228, 237, 173;
  --theme-tars-lime-3: 207, 224, 128;
  --theme-tars-lime-4: 185, 212, 87;
  --theme-tars-lime-5: 162, 199, 50;
  --theme-tars-lime-6: 139, 187, 17;
  --theme-tars-lime-7: 103, 148, 6;
  --theme-tars-lime-8: 71, 110, 0;
  --theme-tars-lime-9: 44, 71, 0;
  --theme-tars-lime-10: 19, 33, 0;
  --theme-tars-gold-base: 216, 150, 20;
  --theme-tars-gold-1: 255, 251, 230;
  --theme-tars-gold-2: 255, 241, 186;
  --theme-tars-gold-3: 255, 229, 145;
  --theme-tars-gold-4: 242, 204, 99;
  --theme-tars-gold-5: 230, 178, 57;
  --theme-tars-gold-6: 216, 150, 20;
  --theme-tars-gold-7: 179, 116, 7;
  --theme-tars-gold-8: 140, 84, 0;
  --theme-tars-gold-9: 102, 58, 0;
  --theme-tars-gold-10: 64, 34, 0;
  --theme-tars-success-color: #66bb6a;
  --theme-tars-success-color-hover: #8dc78e;
  --theme-tars-success-color-active: #4a9450;
  --theme-tars-success-color-outline: rgba(102, 187, 106, .2);
  --theme-tars-success-color-deprecated-bg: #edfaeb;
  --theme-tars-success-color-deprecated-border: #d4e0d3;
  --theme-tars-warning-color: #d87a16;
  --theme-tars-warning-color-hover: #e6993c;
  --theme-tars-warning-color-active: #b35b09;
  --theme-tars-warning-color-outline: rgba(216, 122, 22, .2);
  --theme-tars-warning-color-deprecated-bg: #fff7e6;
  --theme-tars-warning-color-deprecated-border: #ffd694;
  --theme-tars-error-color: #a61d24;
  --theme-tars-error-color-hover: #b33b3d;
  --theme-tars-error-color-active: #800f19;
  --theme-tars-error-color-outline: rgba(166, 29, 36, .2);
  --theme-tars-error-color-deprecated-bg: #e6d9d8;
  --theme-tars-error-color-deprecated-border: #cc8885;
  --theme-tars-info-color: #177ddc;
  --theme-tars-info-color-hover: #3c9be8;
  --theme-tars-info-color-active: #095cb5;
  --theme-tars-info-color-outline: rgba(23, 125, 220, .2);
  --theme-tars-info-color-deprecated-bg: #e6f7ff;
  --theme-tars-info-color-deprecated-border: #94d6ff;
  --theme-tars-primary-color: #9383f1;
  --theme-tars-primary-color-hover: #c1b3ff;
  --theme-tars-primary-color-active: #7064cc;
  --theme-tars-primary-color-outline: rgba(147, 131, 241, .2);
  --theme-tars-primary-1: #f5f0ff;
  --theme-tars-primary-2: #f4f0ff;
  --theme-tars-primary-3: #f4f0ff;
  --theme-tars-primary-4: #e3dbff;
  --theme-tars-primary-5: #c1b3ff;
  --theme-tars-primary-6: #9383f1;
  --theme-tars-primary-7: #7064cc;
  --theme-tars-primary-8: #5149a6;
  --theme-tars-primary-9: #363280;
  --theme-tars-primary-10: #232259;
  --theme-tars-primary-color-deprecated-pure: "";
  --theme-tars-primary-color-deprecated-l-35: #9483f1;
  --theme-tars-primary-color-deprecated-l-20: #9483f1;
  --theme-tars-primary-color-deprecated-t-20: #9383f1;
  --theme-tars-primary-color-deprecated-t-50: #9484f1;
  --theme-tars-primary-color-deprecated-f-12: rgba(147, 131, 241, .12);
  --theme-tars-primary-color-active-deprecated-f-30: rgba(245, 240, 255, .3);
  --theme-tars-primary-color-active-deprecated-d-02: #f5f0ff;
  --theme-tars-primary-color--plain: 147, 131, 241;
  --theme-tars-primary-color-d-35: #9483f1;
  --theme-tars-primary-color-d-20: #9483f1;
  --theme-tars-popover-background: #252631;
  --theme-tars-popover-customize-border-color: #2c2d3c;
  --theme-tars-body-background: #191a23;
  --theme-tars-component-background: var(--theme-tars-body-background);
  --theme-tars-component-tree-bg: #1e1f29;
  --theme-tars-component-navigation-bg: #22232e;
  --theme-tars-component-card-base-bg: #22232e;
  --theme-tars-component-card-head-bg: #252733;
  --theme-tars-text-color: #c2cad1;
  --theme-tars-text-color-secondary: #7d858e;
  --theme-tars-text-color-sub: #a2a9b1;
  --theme-tars-heading-color: #c2cad1;
  --theme-tars-item-hover-bg: rgba(var(--theme-tars-white), 0.04);
  --theme-tars-border-color-base: #272835;
  --theme-tars-border-color-split: #252431;
  --theme-tars-border-color-nav: var(--theme-tars-border-color-base);
  --theme-tars-background-color-light: rgba(var(--theme-tars-white), 0.02);
  --theme-tars-background-color-base: rgba(var(--theme-tars-white), 0.02);
  --theme-tars-background-dark: #15161e;
  --theme-tars-disabled-color: #484f58;
  --theme-tars-disabled-color-dark: rgba(var(--theme-tars-white), 0.3);
  --theme-tars-shadow-2-0-color: rgba(0, 0, 0, .16);
  --theme-tars-shadow-2-1-color: rgba(0, 0, 0, .24);
  --theme-tars-shadow-2-2-color: rgba(0, 0, 0, .2);
  --theme-tars-shadow-color: rgba(0, 0, 0, .45);
  --theme-tars-shadow-1-up-0-color: rgba(0, 0, 0, .32);
  --theme-tars-shadow-1-up-1-color: rgba(0, 0, 0, .2);
  --theme-tars-shadow-1-up-2-color: rgba(0, 0, 0, .12);
  --theme-tars-shadow-1-down-0-color: rgba(0, 0, 0, .32);
  --theme-tars-shadow-1-down-1-color: rgba(0, 0, 0, .2);
  --theme-tars-shadow-1-down-2-color: rgba(0, 0, 0, .12);
  --theme-tars-shadow-1-right-0-color: rgba(0, 0, 0, .32);
  --theme-tars-shadow-1-right-1-color: rgba(0, 0, 0, .2);
  --theme-tars-shadow-1-right-2-color: rgba(0, 0, 0, .12);
  --theme-tars-fill-1: #191a23;
  --theme-tars-fill-2: #1e1f29;
  --theme-tars-fill-3: #22232e;
  --theme-tars-fill-4: #252733;
  --theme-tars-fill-5: #2a2b38;
  --theme-tars-fill-6: #363747;
  --theme-tars-extra-params-blue-bg: rgba(88, 166, 255, .12);
  --theme-tars-extra-params-blue-color: #58a6ff;
  --theme-tars-icon-color-hover: rgba(var(--theme-tars-white), 0.75);
  --theme-tars-tree-bg: transparent;
  --theme-tars-list-customize-card-bg: transparent;
  --theme-tars-btn-shadow: 0, 2px, 0, rgba(0, 0, 0, .015);
  --theme-tars-btn-primary-shadow: 0, 2px, 0, rgba(0, 0, 0, .045);
  --theme-tars-btn-text-shadow: 0, -1px, 0, rgba(0, 0, 0, .12);
  --theme-tars-btn-default-bg: transparent;
  --theme-tars-btn-default-ghost-color: var(--theme-tars-text-color);
  --theme-tars-btn-default-ghost-border: rgba(var(--theme-tars-white), 0.25);
  --theme-tars-btn-text-hover-bg: hsla(0, 0%, 100%, .03);
  --theme-tars-btn-soft-secondary-bg: rgba(var(--theme-tars-white), 0.04);
  --theme-tars-btn-soft-secondary-hover-bg: rgba(var(--theme-tars-white), 0.08);
  --theme-tars-btn-soft-secondary-pressed-bg: rgba(var(--theme-tars-white), 0.12);
  --theme-tars-checkbox-check-bg: transparent;
  --theme-tars-descriptions-bg: var(--theme-tars-background-color-light);
  --theme-tars-divider-color: hsla(0, 0%, 100%, .12);
  --theme-tars-modal-header-bg: var(--theme-tars-popover-background);
  --theme-tars-modal-content-bg: var(--theme-tars-popover-background);
  --theme-tars-modal-mask-bg: rgba(0, 0, 0, .64);
  --theme-tars-radio-solid-checked-color: rgba(var(--theme-tars-white), 1);
  --theme-tars-radio-dot-disabled-color: rgba(var(--theme-tars-white), 0.2);
  --theme-tars-radio-disabled-button-checked-bg: rgba(var(--theme-tars-white), 0.2);
  --theme-tars-layout-body-background: var(--theme-tars-body-background);
  --theme-tars-layout-header-background: var(--theme-tars-popover-background);
  --theme-tars-layout-trigger-background: #262626;
  --theme-tars-input-bg: #171821;
  --theme-tars-input-placeholder-color: #515963;
  --theme-tars-input-icon-color: rgba(var(--theme-tars-white), 0.3);
  --theme-tars-input-number-handler-active-bg: var(--theme-tars-item-hover-bg);
  --theme-tars-input-icon-hover-color: rgba(var(--theme-tars-white), 0.85);
  --theme-tars-input-filled-bg: #262836;
  --theme-tars-input-filled-hover-bg: #2f3141;
  --theme-tars-select-background: transparent;
  --theme-tars-select-dropdown-bg: var(--theme-tars-popover-background);
  --theme-tars-select-clear-background: var(--theme-tars-component-background);
  --theme-tars-select-selection-item-bg: rgba(var(--theme-tars-white), 0.08);
  --theme-tars-select-multiple-disabled-background: var(--theme-tars-component-background);
  --theme-tars-select-multiple-item-disabled-color: #595959;
  --theme-tars-select-multiple-item-disabled-border-color: var(--theme-tars-popover-background);
  --theme-tars-cascader-bg: transparent;
  --theme-tars-cascader-menu-bg: var(--theme-tars-popover-background);
  --theme-tars-tooltip-bg: #23242f;
  --theme-tars-menu-dark-inline-submenu-bg: var(--theme-tars-component-background);
  --theme-tars-menu-dark-bg: var(--theme-tars-popover-background);
  --theme-tars-menu-popup-bg: var(--theme-tars-popover-background);
  --theme-tars-message-notice-content-bg: var(--theme-tars-popover-background);
  --theme-tars-notification-bg: var(--theme-tars-popover-background);
  --theme-tars-link-hover-color: var(--theme-tars-primary-5);
  --theme-tars-link-active-color: var(--theme-tars-primary-7);
  --theme-tars-table-body-sort-bg: rgba(var(--theme-tars-white), 0.01);
  --theme-tars-table-row-hover-bg: #22232e;
  --theme-tars-table-header-cell-split-color: rgba(var(--theme-tars-white), 0.08);
  --theme-tars-table-header-sort-bg: #262626;
  --theme-tars-table-header-filter-active-bg: #434343;
  --theme-tars-table-header-sort-active-bg: #303030;
  --theme-tars-table-fixed-header-sort-active-bg: #222;
  --theme-tars-table-filter-btns-bg: var(--theme-tars-popover-background);
  --theme-tars-table-expanded-row-bg: var(--theme-tars-table-header-bg);
  --theme-tars-table-filter-dropdown-bg: var(--theme-tars-popover-background);
  --theme-tars-table-expand-icon-bg: transparent;
  --theme-tars-picker-basic-cell-hover-with-range-color: var(--theme-tars-primary-color-d-35);
  --theme-tars-picker-basic-cell-disabled-bg: #303030;
  --theme-tars-picker-bg: transparent;
  --theme-tars-picker-date-hover-range-border-color: var(--theme-tars-primary-color-d-20);
  --theme-tars-dropdown-menu-bg: var(--theme-tars-popover-background);
  --theme-tars-dropdown-menu-submenu-disabled-bg: transparent;
  --theme-tars-steps-nav-arrow-color: rgba(var(--theme-tars-white), 0.2);
  --theme-tars-steps-background: transparent;
  --theme-tars-avatar-bg: rgba(var(--theme-tars-white), 0.08);
  --theme-tars-progress-steps-item-bg: rgba(var(--theme-tars-white), 0.08);
  --theme-tars-calendar-bg: var(--theme-tars-popover-background);
  --theme-tars-calendar-input-bg: var(--theme-tars-calendar-bg);
  --theme-tars-calendar-border-color: transparent;
  --theme-tars-calendar-full-bg: var(--theme-tars-component-background);
  --theme-tars-badge-text-color: rgba(var(--theme-tars-white), 1);
  --theme-tars-badge-color-gray: rgba(var(--theme-tars-white), 0.04);
  --theme-tars-popover-bg: var(--theme-tars-popover-background);
  --theme-tars-drawer-bg: var(--theme-tars-popover-background);
  --theme-tars-card-skeleton-bg: #303030;
  --theme-tars-card-shadow: 0, 1px, 2px, -2px, rgba(0, 0, 0, .64), 0, 3px, 6px, 0, rgba(0, 0, 0, .48), 0, 5px, 12px, 4px, rgba(0, 0, 0, .36);
  --theme-tars-transfer-item-hover-bg: #262626;
  --theme-tars-comment-bg: transparent;
  --theme-tars-comment-author-time-color: rgba(var(--theme-tars-white), 0.3);
  --theme-tars-comment-action-hover-color: rgba(var(--theme-tars-white), 0.65);
  --theme-tars-rate-star-bg: rgba(var(--theme-tars-white), 0.12);
  --theme-tars-pagination-item-bg: transparent;
  --theme-tars-pagination-item-bg-active: transparent;
  --theme-tars-pagination-item-link-bg: transparent;
  --theme-tars-pagination-item-disabled-bg-active: rgba(var(--theme-tars-white), 0.25);
  --theme-tars-pagination-item-disabled-color-active: rgba(var(--theme-tars-black), 1);
  --theme-tars-pagination-item-input-bg: var(--theme-tars-pagination-item-bg);
  --theme-tars-page-header-ghost-bg: transparent;
  --theme-tars-slider-rail-background-color: #262626;
  --theme-tars-slider-rail-background-color-hover: var(--theme-tars-border-color-base);
  --theme-tars-slider-dot-border-color-active: var(--theme-tars-primary-4);
  --theme-tars-skeleton-to-color: rgba(var(--theme-tars-white), 0.16);
  --theme-tars-mentions-dropdown-bg: var(--theme-tars-popover-background);
  --theme-tars-segmented-bg: #262936;
  --theme-tars-segmented-hover-bg: var(--theme-tars-segmented-bg);
  --theme-tars-segmented-selected-bg: #3c3e52;
  --theme-tars-segmented-label-color: rgba(var(--theme-tars-white), 0.65);
  --theme-tars-segmented-label-hover-color: rgba(var(--theme-tars-white), 0.85);
  --theme-tars-segmented-selected-border: var(--theme-tars-segmented-selected-bg);
  --theme-tars-segmented-selected-bg-gray: rgba(var(--theme-tars-white), 0.16);
  --theme-tars-segmented-selected-bg-purple: rgba(var(--theme-tars-purple-6), 0.24);
  --theme-tars-segmented-selected-bg-primary: rgba(var(--theme-tars-primary-color--plain), 0.24);
  --theme-tars-segmented-selected-bg-green: rgba(var(--theme-tars-green-6), 0.24);
  --theme-tars-empty-img-default-ellipse: #595959;
  --theme-tars-empty-img-default-path-1: #262626;
  --theme-tars-empty-img-default-path-3: #595959;
  --theme-tars-empty-img-default-path-4: #434343;
  --theme-tars-empty-img-default-path-5: #595959;
  --theme-tars-mark-bg: #594214;
  --theme-tars-switch-inactive-default-bg: #47484f;
  --theme-tars-switch-inactive-disabled-bg: #303139
}

:root, :root[data-theme=dark] {
  /*--theme-tars-max-width: 1600px;*/
  --theme-tars-max-width: 100%;
  --ifm-color-primary: var(--theme-tars-primary-color);
  --ifm-color-content-secondary: var(--theme-tars-text-color-secondary);
  --ifm-menu-color-active: var(--theme-tars-primary-color);
  --ifm-menu-color-background-hover: var(--theme-tars-fill-4);
  --ifm-menu-color-background-active: var(--theme-tars-item-active-bg);
  --ifm-menu-link-sublist-icon: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjxwYXRoIGZpbGw9IiMxMDE4Mjg4RiIgZD0iTTQ4MS44MzUgMzk2LjUwMWE0Mi42NjcgNDIuNjY3IDAgMCAxIDYwLjMzIDBsMTcwLjY2NyAxNzAuNjY3YTQyLjY2NyA0Mi42NjcgMCAwIDEtNjAuMzMgNjAuMzNMNTEyIDQ4Ni45OTlsLTE0MC41MDEgMTQwLjVhNDIuNjY3IDQyLjY2NyAwIDAgMS02MC4zMzEtNjAuMzNsMTcwLjY2Ny0xNzAuNjY3eiIvPjwvc3ZnPg==);
  --ifm-menu-link-padding-horizontal: 0.5rem;
  --ifm-navbar-link-color: var(--theme-tars-heading-color);
  --ifm-navbar-link-hover-color: var(--ifm-menu-color-active);
  --ifm-navbar-background-color: transparent;
  --ifm-navbar-height: 4rem;
  --ifm-navbar-padding-horizontal: 1.5rem;
  --ifm-dropdown-hover-background-color: var(--ifm-menu-color-background-active);
  --ifm-breadcrumb-spacing: 0;
  --ifm-breadcrumb-item-background-active: unset;
  --ifm-alert-background-color-highlight: rgb(var(--theme-tars-fill-3));
  --ifm-code-padding-horizontal: 0.5rem;
  --ifm-code-padding-vertical: 0.25rem;
  --ifm-color-success-contrast-background: rgba(var(--theme-tars-purple-6), 0.08);
  --ifm-color-success-dark: var(--theme-tars-primary-color);
  --ifm-code-font-size: 0.875rem;
  --ifm-font-family-base: "SF Pro Text", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --ifm-font-family-monospace: "JetBrains Mono", FiraCode, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --theme-tars-font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --ifm-toc-border-color: var(--theme-tars-border-color-split);
  --ifm-toc-padding-horizontal: 0.75rem;
  --ifm-table-border-color: var(--theme-tars-border-color-split);
  --theme-tars-table-cell-padding-verrtical: 0.375rem;
  --theme-tars-table-cell-padding-horizontal: 1rem;
  --ifm-badge-padding-vertival: 1px;
  --ifm-badge-padding-horizontal: 0.5rem;
  --ifm-badge-border-radius: 0.25rem;
  --ifm-badge-background-color: var(--theme-tars-fill-4);
  --ifm-badge-border-color: var(--ifm-badge-background-color);
  --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, .1);
  --bg-before-top: 0;
  --ifm-leading-desktop: 1
}

html:root[data-theme=dark] {
  --ifm-menu-color-background-active: #372f6b
}

body {
  color: var(--theme-tars-text-color);
  font-family: SF Pro Text, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
  position: relative;
  scrollbar-color: auto;
  scrollbar-width: auto;
  min-height: 100%
}

body:before {
  background-color: var(--theme-tars-body-background);
  background-image: url(../../libs/images/body.svg);
  background-position: top 0 right 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  left: 0;
  top: var(--bg-before-top);
  width: 100%;
  z-index: -1
}

:not([data-theme=dark]) body:before {
  opacity: .56
}

.markdown iframe, .markdown img, .markdown video {
  border: 1px solid var(--theme-tars-border-color-split);
  border-radius: .375rem
}

.theme-tars .container, .theme-tars_qvBh .docMainContainer_Eug0 {
  max-width: unset
}

article {
  line-height: 1.75rem
}

.theme-tars .navbar {
  border-bottom: 1px solid;
  border-bottom-color: var(--theme-tars-border-color-split);
  box-shadow: none
}

.card-list__article:hover .card-container, .pagination-nav__link:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .04)
}

.theme-tars .navbar.bg-nearly-transparent {
  background-color: var(--bg-nearly-transparent-color)
}

.theme-tars .navbar.bg-nearly-transparent, [data-theme=light] .theme-tars .navbar.bg-nearly-transparent {
  --bg-nearly-transparent-color: hsla(0, 0%, 100%, .24)
}

[data-theme=dark] .theme-tars .navbar.bg-nearly-transparent {
  --bg-nearly-transparent-color: rgba(0, 0, 0, .02)
}

[data-theme=light] .theme-tars .navbar.bg-nearly-transparent.is-opaque {
  --bg-nearly-transparent-color: hsla(0, 0%, 100%, .95);
  --tw-backdrop-blur: blur(16px)
}

[data-theme=dark] .theme-tars .navbar.bg-nearly-transparent.is-opaque {
  --bg-nearly-transparent-color: rgba(25, 26, 35, .75);
  --tw-backdrop-blur: blur(16px)
}

.DocSearch-Button-Container, .breadcrumbs, .breadcrumbs__item, .navbar__brand, .navbar__logo, .right-action_glnC {
  align-items: center;
  display: flex
}

.navbar__title {
  color: var(--theme-tars-black);
  font-size: 1.125rem;
  line-height: 1.625rem
}

.navbar__link {
  align-items: center;
  display: flex;
  font-size: .875rem;
  line-height: 1.375rem
}

.navbar-sidebar {
  background: var(--theme-tars-body-background)
}

.menu {
  font-weight: 400
}

.menu__link {
  line-height: 1.375
}

.menu__link, .menu__link--active {
  font-weight: 500
}

.menu__list-item-collapsible--active {
  background: var(--ifm-menu-color-background-active)
}

.menu__caret:before, .menu__link--sublist-caret:after {
  background-size: 1rem 1rem;
  height: 1rem;
  width: 1rem
}

.menu__link--sublist-caret:after {
  margin-right: -.2rem
}

.menu__list .menu__list {
  border-left: 1px solid var(--theme-tars-border-color-split);
  padding-left: 0
}

.menu__list .menu__list, .menu__list .menu__list > .menu__list-item {
  margin-left: var(--ifm-menu-link-padding-horizontal)
}

.collapse-icon {
  height: 16px;
  transform: rotate(90deg);
  transition: transform var(--ifm-transition-fast) linear;
  width: 16px
}

.menu__list-item--collapsed .collapse-icon {
  transform: rotate(0) !important
}

.breadcrumbs {
  height: 2rem;
  line-height: 2rem
}

.breadcrumbs__link {
  color: var(--theme-tars-text-color-secondary);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1
}

.breadcrumbs__item--active .breadcrumbs__link {
  color: var(--theme-tars-text-color);
  font-weight: 600
}

.table-of-contents {
  border-left: 1px solid rgba(0, 0, 0, .03);
  padding-bottom: 0;
  padding-top: 0
}

.table-of-contents__link {
  font-family: var(--theme-tars-font-family);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.375rem
}

.markdown h1, .markdown h2, .table-of-contents__link--active, h1, h2 {
  font-weight: 600
}

.table-of-contents__link--active, .table-of-contents__link--active code, .table-of-contents__link:hover, .table-of-contents__link:hover code {
  color: var(--theme-tars-primary-color)
}

code {
  border-color: var(--theme-tars-border-color-base);
  border-radius: .25rem;
  border-width: 1px;
  margin-left: .25rem;
  margin-right: .25rem
}

.alert, .alert--success {
  --ifm-alert-foreground-color: var(--theme-tars-text-color);
  --ifm-alert-background-color-highlight: var(--theme-tars-fill-3);
  --ifm-link-color: var(--theme-tars-primary-color);
  --ifm-link-hover-color: var(--ifm-link-color);
  background-color: var(--ifm-alert-background-color);
  border: var(--ifm-alert-border-width) solid var(--ifm-alert-border-color);
  border-left-width: var(--ifm-alert-border-left-width);
  border-radius: var(--ifm-alert-border-radius);
  box-shadow: none;
  color: var(--ifm-alert-foreground-color)
}

.pagination-nav {
  grid-gap: 1.5rem;
  display: grid;
  gap: 16px;
  grid-template-columns:repeat(2, 1fr)
}

.pagination-nav__link, .pagination-nav__link:hover {
  border-color: var(--theme-tars-border-color-split);
  border-radius: 8px
}

.pagination-nav__label {
  color: var(--theme-tars-text-color);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem
}

.paginationNavLabelRight_T3rV, table th:not([align]) {
  text-align: left
}

table thead tr {
  border: none
}

.markdown h1, h1 {
  --ifm-h1-font-size: 2.375rem;
  font-size: 2.375rem;
  line-height: 2.875rem
}

.markdown h2, h2 {
  font-size: 1.875rem;
  line-height: 2.375rem
}

.markdown h1, .markdown h2 {
  margin-bottom: 24px !important
}

.footer_NRtd, .markdown h2 {
  margin-top: 56px
}

.markdown p {
  margin-bottom: 10px !important
}

.markdown table {
  display: table;
  table-layout: fixed;
  width: 100%
}

.badge {
  font-size: 87.5%;
  font-weight: 500;
  line-height: 1.375
}

.badge--secondary {
  --ifm-badge-background-color: var(--theme-tars-fill-4);
  color: var(--theme-tars-tag-default-color)
}

.theme-doc-version-badge {
  margin-bottom: .5rem
}

.card-list__article {
  height: 7.5rem;
  margin-right: 1rem;
  padding-left: 0;
  padding-right: 0
}

.card-width-default-width .card-list__article {
  --ifm-col-width: 15rem
}

.theme-toggle {
  --theme-toggle__expand--duration: .5s;
  background: 0 0;
  border: none;
  cursor: pointer
}

.theme-toggle__expand g circle, .theme-toggle__expand g path {
  transform-origin: center;
  transition: transform calc(var(--theme-toggle__expand--duration) * .65) cubic-bezier(0, 0, 0, 1.25) calc(var(--theme-toggle__expand--duration) * .35)
}

.theme-toggle__expand :first-child path {
  transition-duration: calc(var(--theme-toggle__expand--duration) * .6);
  transition-property: transform, d;
  transition-timing-function: cubic-bezier(0, 0, .5, 1)
}

.theme-toggle--toggled.theme-toggle .theme-toggle__expand g circle {
  transform: scale(1.4);
  transition-delay: 0s
}

.theme-toggle--toggled.theme-toggle .theme-toggle__expand g path {
  transform: scale(.75);
  transition-delay: 0s
}

.theme-toggle--toggled.theme-toggle .theme-toggle__expand :first-child path {
  d: path("M-9 3h25a1 1 0 0017 13v30H0Z");
  transition-delay: calc(var(--theme-toggle__expand--duration) * .4);
  transition-timing-function: cubic-bezier(0, 0, 0, 1.25)
}

@supports not (d:path("")) {
  .theme-toggle--toggled.theme-toggle .theme-toggle__expand :first-child path {
    transform: translate3d(-9px, 14px, 0)
  }
}

.navbar__toggle {
  margin-right: 8px
}

.navbar-sidebar--show {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important
}

:is(.filter) {
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow:
}

.DocSearch-Container, :is(.lg\:backdrop-blur) {
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia:
}

.dark {
  color-scheme: dark
}

html {
  font-feature-settings: "cv02", "cv03", "cv04", "cv11"
}

.DocSearch-Container {
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  background-color: rgba(0, 0, 0, .2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

:is([data-theme=dark] .DocSearch-Container) {
  background-color: rgba(15, 23, 42, .8)
}

.token.class-name, .token.function, .token.selector, .token.selector .class, .token.selector.class, .token.tag {
  --tw-text-opacity: 1;
  color: rgb(244 114 182/var(--tw-text-opacity))
}

.token.attr-name, .token.important, .token.keyword, .token.module, .token.pseudo-class, .token.rule {
  --tw-text-opacity: 1;
  color: rgb(203 213 225/var(--tw-text-opacity))
}

.token.attr-value, .token.attr-value *, .token.class, .token.property, .token.string {
  --tw-text-opacity: 1;
  color: rgb(125 211 252/var(--tw-text-opacity))
}

.token.attr-equals, .token.attr-value .attr-equals, .token.attr-value .attr-equals + .punctuation, .token.attr-value > .punctuation:last-child, .token.punctuation {
  --tw-text-opacity: 1;
  color: rgb(100 116 139/var(--tw-text-opacity))
}

.language-css .token.function, .token.unit {
  --tw-text-opacity: 1;
  color: rgb(153 246 228/var(--tw-text-opacity))
}

.token.combinator, .token.comment, .token.operator {
  --tw-text-opacity: 1;
  color: rgb(148 163 184/var(--tw-text-opacity))
}

.token.unchanged {
  display: block
}

.token.deleted, .token.inserted {
  border-left-width: 4px;
  display: block;
  margin-left: -2.25rem;
  margin-right: -2.25rem;
  padding-left: 2rem;
  padding-right: 1.25rem;
  position: relative
}

.token.deleted:before, .token.inserted:before {
  content: var(--tw-content);
  left: 1rem;
  position: absolute;
  top: 0
}

.token.inserted {
  --tw-border-opacity: 1;
  background-color: rgba(45, 212, 191, .15);
  border-color: rgb(45 212 191/var(--tw-border-opacity))
}

.token.inserted:before {
  --tw-text-opacity: 1;
  --tw-content: "+";
  color: rgb(45 212 191/var(--tw-text-opacity));
  content: var(--tw-content)
}

.token.deleted {
  --tw-border-opacity: 1;
  background-color: rgba(244, 63, 94, .15);
  border-color: rgb(251 113 133/var(--tw-border-opacity))
}

.token.deleted:before {
  --tw-text-opacity: 1;
  --tw-content: "-";
  color: rgb(251 113 133/var(--tw-text-opacity));
  content: var(--tw-content)
}

pre[class^=language-diff-] {
  display: flex;
  padding-left: 2.25rem;
  padding-right: 2.25rem
}

pre[class^=language-diff-] > code {
  flex: none;
  min-width: 100%
}

span.code-highlight.bg-code-highlight:has(>span[title*=\AD]) {
  --tw-text-opacity: 1;
  background-color: rgba(236, 72, 153, .1);
  color: rgb(244 114 182/var(--tw-text-opacity));
  margin-left: 1px;
  margin-right: 1px
}

.container {
  width: 100%
}

.theme-tars :is(.visible) {
  visibility: visible
}

.theme-tars :is(.collapse) {
  visibility: collapse
}

.theme-tars :is(.absolute) {
  position: absolute
}

.theme-tars :is(.relative) {
  position: relative
}

.theme-tars :is(.sticky) {
  position: sticky
}

.theme-tars :is(.top-0) {
  top: 0
}

.theme-tars :is(.z-40) {
  z-index: 40
}

.theme-tars :is(.line-clamp-2) {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden
}

.theme-tars :is(.block) {
  display: block
}

.theme-tars :is(.flex) {
  display: flex
}

.theme-tars :is(.\!hidden) {
  display: none !important
}

.theme-tars :is(.hidden) {
  display: none
}

.theme-tars :is(.w-full) {
  width: 100%
}

.theme-tars :is(.flex-none) {
  flex: none
}

.theme-tars :is(.resize) {
  resize: both
}

.theme-tars :is(.flex-nowrap) {
  flex-wrap: nowrap
}

.theme-tars :is(.items-center) {
  align-items: center
}

.theme-tars :is(.justify-center) {
  justify-content: center
}

.theme-tars :is(.truncate) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.theme-tars :is(.filter) {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.scrollbar-none {
  scrollbar-width: none
}

.scrollbar-none::-webkit-scrollbar {
  display: none !important
}

.bg-checkered {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23F0F0F0' d='M0 0h8v8H0zm8 8h8v8H8z'/%3E%3C/svg%3E");
  background-size: 16px 16px
}

.code-highlight {
  border-radius: .25rem;
  margin: 0 -.1875rem;
  padding: .125rem .1875rem
}

.dragging-ew, .dragging-ew * {
  cursor: ew-resize !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important
}

.mono-active > div:not(.not-mono) > span {
  color: #475569
}

.mono > div > span {
  transition-duration: .5s;
  transition-property: background-color, border-color, color, fill, stroke
}

.changing-theme, .changing-theme * {
  transition: none !important
}

.theme-tars :is([data-theme=dark] .dark\:bg-transparent) {
  background-color: transparent
}

body:not(.navigation-with-keyboard) :not(input):focus {
  outline: 0
}

#docusaurus-base-url-issue-banner-container, .themedImage_Al0r, html[data-announcement-bar-initially-dismissed=true] .announcementBar_hN2q {
  display: none
}

.skipToContent_J5nv {
  background-color: var(--ifm-background-surface-color);
  color: var(--ifm-color-emphasis-900);
  left: 100%;
  padding: calc(var(--ifm-global-spacing) / 2) var(--ifm-global-spacing);
  position: fixed;
  top: 1rem;
  z-index: calc(var(--ifm-z-index-fixed) + 1)
}

.skipToContent_J5nv:focus {
  box-shadow: var(--ifm-global-shadow-md);
  left: 1rem
}

.closeButton_tRv3 {
  line-height: 0;
  padding: 0
}

.content_rFbv {
  font-size: 85%;
  padding: 5px 0;
  text-align: center
}

.content_rFbv a {
  color: inherit;
  text-decoration: underline
}

.DocSearch-Container a, .tag_lROx:hover {
  text-decoration: none
}

.announcementBar_hN2q {
  align-items: center;
  background-color: var(--ifm-color-white);
  border-bottom: 1px solid var(--ifm-color-emphasis-100);
  color: var(--ifm-color-black);
  display: flex;
  height: var(--docusaurus-announcement-bar-height)
}

.announcementBarPlaceholder_bZOS {
  flex: 0 0 10px
}

.announcementBarClose_udZZ {
  align-self: stretch;
  flex: 0 0 30px
}

.toggleIcon_jNYe svg, .toggle_n1Si {
  height: 24px;
  width: 24px
}

.toggleButton_Kc46 {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 100%;
  justify-content: center;
  transition: background var(--ifm-transition-fast);
  width: 100%
}

.toggleButtonDisabled_IIko {
  cursor: not-allowed
}

.darkNavbarColorModeToggle_iCCf:hover {
  background: var(--ifm-color-gray-800)
}

[data-theme=dark] .themedImage--dark_zdEd, [data-theme=light] .themedImage--light_CDRa {
  display: initial
}

.navbar-mobile-sidebar-header__close_qt5I {
  fill: var(--ifm-color-emphasis-600);
  height: 16px;
  width: 16px
}

.navbar-mobile-sidebar-header__btn_cUDg {
  align-items: center;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px
}

.iconExternalLink_TVKQ {
  margin-left: .25rem
}

[data-theme=light]:root .iconExternalLink_TVKQ path {
  fill: #101828
}

[data-theme=dark]:root .iconExternalLink_TVKQ path {
  fill: #d9d9d9
}

.desktopDropdown_KaJ8 {
  padding-right: calc(.875rem + var(--ifm-navbar-item-padding-horizontal));
  position: relative
}

.desktopDropdown_KaJ8:hover .navbar__link_zz6h, .paginationNavLink_w1vH:hover .pagination-nav__label {
  color: var(--theme-tars-primary-color)
}

.roundedDropdown_BQDY {
  --ifm-navbar-link-color: var(--theme-tars-text-color-secondary);
  background-color: var(--theme-tars-fill-4);
  border-radius: 6.1875rem;
  color: var(--theme-tars-text-color-secondary);
  font-size: .75rem;
  font-weight: 400
}

.dropdownIcon_MdtA {
  height: .875rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: .875rem
}

[data-theme=dark] .desktopDropdown_KaJ8 path {
  fill: var(--ifm-navbar-link-color)
}

.iconLanguage_rrxF {
  margin-right: 5px;
  vertical-align: text-bottom
}

.navbar_OSsp {
  -webkit-backdrop-filter: var(--tw-backdrop-blur);
  backdrop-filter: var(--tw-backdrop-blur)
}

.navbarHideable_xOVt {
  transition: transform var(--ifm-transition-fast) ease
}

.navbarHidden_Xjq9 {
  transform: translate3d(0, calc(-100% - 2px), 0)
}

.navbar__toggle__menu_miUn {
  fill: var(--theme-tars-btn-default-color);
  height: 16px;
  width: 16px
}

.navbar__toggle__btn_phmh {
  align-items: center;
  height: 32px;
  justify-content: center;
  width: 32px
}

.navbar__toggle__btn_phmh:hover {
  background-color: var(--theme-tars-btn-text-hover-bg);
  border-radius: 6px
}

.right-action__divider_DXea {
  background-color: var(--theme-tars-border-color-split);
  display: block;
  height: 22px;
  line-height: 22px;
  margin-left: 12px;
  margin-right: 24px;
  width: 1px
}

.errorBoundaryError_W45q {
  color: red;
  white-space: pre-wrap
}

.footerLogoLink_x29v {
  opacity: .5;
  transition: opacity var(--ifm-transition-fast) var(--ifm-transition-timing-default)
}

.footerLogoLink_x29v:hover, .hash-link:focus, :hover > .hash-link {
  opacity: 1
}

.mainWrapper_igsA {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column
}

.docusaurus-mt-lg {
  margin-top: 3rem
}

#__docusaurus {
  display: flex;
  flex-direction: column;
  min-height: 100%
}

.paginationNavLink_w1vH {
  align-items: center;
  display: flex;
  justify-content: space-between
}

.paginationNavLink_w1vH:hover path {
  fill: var(--theme-tars-primary-color)
}

.paginationNavLink_w1vH path {
  fill: var(--theme-tars-text-color)
}

.paginationNavLabelLeft_Pufm {
  text-align: right
}

.iconEdit_UACE {
  margin-right: .3em;
  vertical-align: sub
}

.tag_lROx {
  border: 1px solid var(--docusaurus-tag-list-border);
  transition: border var(--ifm-transition-fast)
}

.tag_lROx:hover {
  --docusaurus-tag-list-border: var(--ifm-link-color)
}

.tagRegular_DBVP {
  border-radius: var(--ifm-global-radius);
  font-size: 90%;
  padding: .2rem .5rem .3rem
}

.tagWithCount_EsUw {
  align-items: center;
  border-left: 0;
  display: flex;
  padding: 0 .5rem 0 1rem;
  position: relative
}

.tagWithCount_EsUw:after, .tagWithCount_EsUw:before {
  border: 1px solid var(--docusaurus-tag-list-border);
  content: "";
  position: absolute;
  top: 50%;
  transition: inherit
}

.tagWithCount_EsUw:before {
  border-bottom: 0;
  border-right: 0;
  height: 1.18rem;
  right: 100%;
  transform: translate(50%, -50%) rotate(-45deg);
  width: 1.18rem
}

.tagWithCount_EsUw:after {
  border-radius: 50%;
  height: .5rem;
  left: 0;
  transform: translateY(-50%);
  width: .5rem
}

.tagWithCount_EsUw span {
  background: var(--ifm-color-secondary);
  border-radius: var(--ifm-global-radius);
  color: var(--ifm-color-black);
  font-size: .7rem;
  line-height: 1.2;
  margin-left: .3rem;
  padding: .1rem .4rem
}

.tags_nsF1 {
  display: inline
}

.tag_LI1B {
  display: inline-block;
  margin: 0 .4rem .5rem 0
}

.lastUpdated_xffK {
  font-size: smaller;
  font-style: italic;
  margin-top: .2rem
}

.table-of-contents_LyX5 {
  padding: 24px
}

.table-of-contents_LyX5 li {
  margin: 10px 0
}

.table-of-contents_LyX5 ul {
  padding-left: 16px
}

.tocCollapsibleButton_s43E {
  align-items: center;
  display: flex;
  font-size: inherit;
  justify-content: space-between;
  padding: .4rem .8rem;
  width: 100%
}

.tocCollapsibleButton_s43E:after {
  background: var(--ifm-menu-link-sublist-icon) 50% 50%/2rem 2rem no-repeat;
  content: "";
  filter: var(--ifm-menu-link-sublist-icon-filter);
  height: 1.25rem;
  transform: rotate(180deg);
  transition: transform var(--ifm-transition-fast);
  width: 1.25rem
}

.tocCollapsibleButtonExpanded_jsxD:after, .tocCollapsibleExpanded_amqz {
  transform: none
}

.tocCollapsible_AKt3 {
  background-color: var(--ifm-menu-color-background-active);
  border-radius: var(--ifm-global-radius);
  margin: 1rem 0
}

.buttonGroup_u0HB button, .codeBlockContainer_J1vQ {
  background: var(--prism-background-color);
  color: var(--prism-color)
}

.tocCollapsibleContent_bn87 > ul {
  border-left: none;
  border-top: 1px solid var(--ifm-color-emphasis-300);
  font-size: 15px;
  padding: .2rem 0
}

.tocCollapsibleContent_bn87 ul li {
  margin: .4rem .8rem
}

.tocCollapsibleContent_bn87 a {
  display: block
}

.tableOfContents_xyzJ {
  max-height: calc(100vh - var(--ifm-navbar-height) - 2rem);
  overflow-y: auto;
  position: sticky;
  top: calc(var(--ifm-navbar-height) + 1rem)
}

.anchorWithStickyNavbar_lCLl {
  scroll-margin-top: calc(var(--ifm-navbar-height) + .5rem)
}

.anchorWithHideOnScrollNavbar_obOm {
  scroll-margin-top: .5rem
}

.hash-link {
  opacity: 0;
  padding-left: .5rem;
  transition: opacity var(--ifm-transition-fast);
  user-select: none
}

.DocSearch-Button, .DocSearch-Help {
  -webkit-user-select: none;
  -moz-user-select: none
}

.hash-link:before {
  content: "#"
}

.codeBlockContainer_J1vQ {
  border-radius: var(--ifm-code-border-radius);
  box-shadow: var(--ifm-global-shadow-lw);
  margin-bottom: var(--ifm-leading)
}

.codeBlockContent_AZYl {
  border-radius: inherit;
  direction: ltr;
  position: relative
}

.codeBlockTitle_QKBL {
  border-bottom: 1px solid var(--ifm-color-emphasis-300);
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  font-size: var(--ifm-code-font-size);
  font-weight: 500;
  padding: .75rem var(--ifm-pre-padding)
}

.codeBlock_j_8Q {
  --ifm-pre-background: var(--prism-background-color);
  margin: 0;
  padding: 0
}

.codeBlockTitle_QKBL + .codeBlockContent_AZYl .codeBlock_j_8Q {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.codeBlockLines_rcy8 {
  float: left;
  font: inherit;
  padding: var(--ifm-pre-padding)
}

.codeBlockLinesWithNumbering_SGKA {
  display: table;
  padding: var(--ifm-pre-padding) 0
}

.buttonGroup_u0HB {
  -moz-column-gap: .2rem;
  column-gap: .2rem;
  display: flex;
  position: absolute;
  right: calc(var(--ifm-pre-padding) / 2);
  top: calc(var(--ifm-pre-padding) / 2)
}

.buttonGroup_u0HB button {
  align-items: center;
  border: 1px solid var(--ifm-color-emphasis-300);
  border-radius: var(--ifm-global-radius);
  display: flex;
  line-height: 0;
  opacity: 0;
  padding: .4rem;
  transition: opacity var(--ifm-transition-fast) ease-in-out
}

.buttonGroup_u0HB button:focus-visible, .buttonGroup_u0HB button:hover {
  opacity: 1 !important
}

.theme-code-block:hover .buttonGroup_u0HB button {
  opacity: .4
}

:where(:root) {
  --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, .1)
}

:where([data-theme=dark]) {
  --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, .3)
}

.theme-code-block-highlighted-line {
  background-color: var(--docusaurus-highlighted-code-line-bg);
  display: block;
  margin: 0 calc(var(--ifm-pre-padding) * -1);
  padding: 0 var(--ifm-pre-padding)
}

.codeLine_TxMN {
  counter-increment: a;
  display: table-row
}

.codeLineNumber_Jc8l {
  background: var(--ifm-pre-background);
  display: table-cell;
  left: 0;
  overflow-wrap: normal;
  padding: 0 var(--ifm-pre-padding);
  position: sticky;
  text-align: right;
  width: 1%
}

.codeLineNumber_Jc8l:before {
  content: counter(a);
  opacity: .4
}

.codeLineContent_HCSU {
  padding-right: var(--ifm-pre-padding)
}

.theme-code-block:hover .copyButtonCopied_e0d1 {
  opacity: 1 !important
}

.copyButtonIcons_lkoB {
  height: 1.125rem;
  position: relative;
  width: 1.125rem
}

.copyButtonIcon_q42M, .copyButtonSuccessIcon_J_V4 {
  fill: currentColor;
  height: inherit;
  left: 0;
  opacity: inherit;
  position: absolute;
  top: 0;
  transition: all var(--ifm-transition-fast) ease;
  width: inherit
}

.copyButtonSuccessIcon_J_V4 {
  color: #00d600;
  left: 50%;
  opacity: 0;
  top: 50%;
  transform: translate(-50%, -50%) scale(.33)
}

.copyButtonCopied_e0d1 .copyButtonIcon_q42M {
  opacity: 0;
  transform: scale(.33)
}

.copyButtonCopied_e0d1 .copyButtonSuccessIcon_J_V4 {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition-delay: 75ms
}

.wordWrapButtonIcon_iR7p {
  height: 1.2rem;
  width: 1.2rem
}

.details_Q8fC {
  --docusaurus-details-summary-arrow-size: 0.38rem;
  --docusaurus-details-transition: transform 200ms ease;
  --docusaurus-details-decoration-color: grey
}

.details_Q8fC > summary {
  cursor: pointer;
  list-style: none;
  padding-left: 1rem;
  position: relative
}

.details_Q8fC > summary::-webkit-details-marker {
  display: none
}

.details_Q8fC > summary:before {
  border-color: transparent transparent transparent var(--docusaurus-details-decoration-color);
  border-style: solid;
  border-width: var(--docusaurus-details-summary-arrow-size);
  content: "";
  left: 0;
  position: absolute;
  top: .45rem;
  transform: rotate(0);
  transform-origin: calc(var(--docusaurus-details-summary-arrow-size) / 2) 50%;
  transition: var(--docusaurus-details-transition)
}

.collapsibleContent_F3wh {
  border-top: 1px solid var(--docusaurus-details-decoration-color);
  margin-top: 1rem;
  padding-top: 1rem
}

.details_mhie {
  --docusaurus-details-decoration-color: var(--ifm-alert-border-color);
  --docusaurus-details-transition: transform var(--ifm-transition-fast) ease;
  border: 1px solid var(--ifm-alert-border-color);
  margin: 0 0 var(--ifm-spacing-vertical)
}

.containsTaskList_oB_o {
  list-style: none
}

.breadcrumb-home-link_GZiI, :not(.containsTaskList_oB_o>li) > .containsTaskList_oB_o {
  padding-left: 0
}

.img_OSNF {
  height: auto
}

.admonition_Ez57 {
  margin-bottom: 1em
}

.admonitionHeading_hO5G {
  font: var(--ifm-heading-font-weight) var(--ifm-h5-font-size)/var(--ifm-heading-line-height) var(--ifm-heading-font-family);
  margin-bottom: .3rem
}

.admonitionHeading_hO5G code {
  text-transform: none
}

.admonitionIcon_X73C {
  display: inline-block;
  margin-right: .4em;
  vertical-align: middle
}

.admonitionIcon_X73C svg {
  fill: var(--ifm-alert-foreground-color);
  display: inline-block;
  height: 1.6em;
  width: 1.6em
}

.breadcrumbHomeIcon_px10 {
  height: 1rem;
  position: relative;
  vertical-align: top;
  width: 1rem
}

.breadcrumbHomeIcon_px10 path {
  fill: var(--theme-tars-text-color-secondary)
}

.breadcrumbsContainer_ssRT {
  --ifm-breadcrumb-size-multiplier: 0.8;
  margin-bottom: 8px
}

.docItemCol_v44s {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  max-width: 100%
}

.tocContainer_JI9x {
  flex: 0 0 15.5rem !important;
  padding: 0;
  width: 15.5rem
}

.searchQueryInput_TJWe, .searchVersionInput_Gvbn {
  background: var(--docsearch-searchbox-focus-background);
  border: 2px solid var(--ifm-toc-border-color);
  border-radius: var(--ifm-global-radius);
  color: var(--docsearch-text-color);
  font: var(--ifm-font-size-base) var(--ifm-font-family-base);
  margin-bottom: .5rem;
  padding: .8rem;
  transition: border var(--ifm-transition-fast) ease;
  width: 100%
}

.searchQueryInput_TJWe:focus, .searchVersionInput_Gvbn:focus {
  border-color: var(--docsearch-primary-color);
  outline: 0
}

.searchQueryInput_TJWe::-moz-placeholder {
  color: var(--docsearch-muted-color)
}

.searchQueryInput_TJWe::placeholder {
  color: var(--docsearch-muted-color)
}

.searchResultsColumn_Askl {
  font-size: .9rem;
  font-weight: 700
}

.algoliaLogo_k5Le {
  max-width: 150px
}

.algoliaLogoPathFill_uuFt {
  fill: var(--ifm-font-color-base)
}

.searchResultItem_UzXb {
  border-bottom: 1px solid var(--ifm-toc-border-color);
  padding: 1rem 0
}

.searchResultItemHeading_FP0y {
  font-weight: 400;
  margin-bottom: 0
}

.searchResultItemPath_finy {
  --ifm-breadcrumb-separator-size-multiplier: 1;
  color: var(--ifm-color-content-secondary);
  font-size: .8rem
}

.searchResultItemSummary_iEWp {
  font-style: italic;
  margin: .5rem 0 0
}

.loadingSpinner_a6Ps {
  animation: 1s linear infinite a;
  border: .4em solid #eee;
  border-radius: 50%;
  border-top: .4em solid var(--ifm-color-primary);
  height: 3rem;
  margin: 0 auto;
  width: 3rem
}

@keyframes a {
  to {
    transform: rotate(1turn)
  }
}

.loader_xbfH {
  margin-top: 2rem
}

.search-result-match {
  background: rgba(255, 215, 142, .25);
  color: var(--docsearch-hit-color);
  padding: .09em 0
}

.backToTopButton_d9Gw {
  background-color: var(--ifm-color-emphasis-200);
  border-radius: 50%;
  bottom: 1.3rem;
  box-shadow: var(--ifm-global-shadow-lw);
  height: 3rem;
  opacity: 0;
  position: fixed;
  right: 1.3rem;
  transform: scale(0);
  transition: all var(--ifm-transition-fast) var(--ifm-transition-timing-default);
  visibility: hidden;
  width: 3rem;
  z-index: calc(var(--ifm-z-index-fixed) - 1)
}

.backToTopButton_d9Gw:after {
  background-color: var(--ifm-color-emphasis-1000);
  content: " ";
  display: inline-block;
  height: 100%;
  -webkit-mask: var(--ifm-menu-link-sublist-icon) 50%/2rem 2rem no-repeat;
  mask: var(--ifm-menu-link-sublist-icon) 50%/2rem 2rem no-repeat;
  width: 100%
}

.backToTopButtonShow_PVHK {
  opacity: 1;
  transform: scale(1);
  visibility: visible
}

.menu__caret_mfQ4 {
  color: var(--ifm-menu-color);
  display: flex;
  padding: var(--ifm-menu-link-padding-vertical) var(--ifm-menu-link-padding-horizontal)
}

.menuExternalLink_GlxM, .menu__caret_mfQ4 {
  align-items: center
}

.sidebar_riTE {
  position: relative
}

.collapse-sidebar_bxp_, .expand-sidebar_I27c {
  background-color: var(--theme-tars-fill-1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .04);
  height: 40px;
  position: absolute;
  top: 128px;
  cursor: pointer
}

.docSidebarContainer_t203, .sidebarLogo_RLe3 {
  display: none
}

.collapse-sidebar_bxp_ {
  align-items: center;
  border: 1px solid var(--theme-tars-border-color-split);
  border-radius: 6px;
  display: none;
  right: -8px;
  width: 16px
}

.collapse-sidebar__icon_RP_Q {
  transform: rotate(180deg);
  width: 100%
}

.sidebar_riTE:hover .collapse-sidebar_bxp_ {
  display: flex
}

.expand-sidebar_I27c {
  align-items: center;
  border: 1px solid var(--theme-tars-border-color-split);
  border-radius: 0 6px 6px 0;
  display: flex;
  right: -16px;
  width: 16px
}

.expand-sidebar__icon_b3yq {
  width: 100%
}

.docMainContainer_Eug0 {
  display: flex;
  width: 100%
}

.docPage_GdfC {
  display: flex;
  flex: 1 0;
  width: 100%
}

.docsWrapper_xm6k {
  display: flex;
  flex: 1 0 auto
}

.DocSearch-Button {
  align-items: center;
  background: var(--docsearch-searchbox-background);
  border: 0;
  color: var(--docsearch-muted-color);
  cursor: pointer;
  display: flex;
  font-weight: 500;
  justify-content: space-between;
  user-select: none
}

.DocSearch-Input, .DocSearch-Link {
  -webkit-appearance: none;
  -moz-appearance: none;
  font: inherit
}

.DocSearch-Button:active, .DocSearch-Button:focus, .DocSearch-Button:hover {
  background: var(--docsearch-searchbox-focus-background);
  box-shadow: var(--docsearch-searchbox-shadow);
  color: var(--docsearch-text-color);
  outline: 0
}

.DocSearch-Search-Icon {
  stroke-width: 1.6
}

.DocSearch-Hit-Tree, .DocSearch-Hit-action, .DocSearch-Hit-icon, .DocSearch-Reset {
  stroke-width: var(--docsearch-icon-stroke-width)
}

.DocSearch-Button .DocSearch-Search-Icon {
  color: var(--docsearch-text-color)
}

.DocSearch-Button-Placeholder {
  padding: 0 12px 0 6px
}

.DocSearch-Button-Keys {
  display: flex;
  min-width: calc(40px + .8em)
}

.DocSearch-Button-Key {
  align-items: center;
  background: var(--docsearch-key-gradient);
  border: 0;
  border-radius: 3px;
  box-shadow: var(--docsearch-key-shadow);
  color: var(--docsearch-muted-color);
  display: flex;
  height: 18px;
  position: relative;
  top: -1px
}

.DocSearch--active {
  overflow: hidden !important
}

.DocSearch-Container {
  background-color: var(--docsearch-container-background);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 200
}

.DocSearch-Link {
  appearance: none;
  background: none;
  border: 0;
  color: var(--docsearch-highlight-color);
  cursor: pointer;
  margin: 0;
  padding: 0
}

.DocSearch-Modal {
  background: var(--docsearch-modal-background);
  box-shadow: var(--docsearch-modal-shadow);
  flex-direction: column;
  margin: 60px auto auto;
  max-width: var(--docsearch-modal-width);
  position: relative
}

.DocSearch-SearchBar {
  display: flex;
  padding: var(--docsearch-spacing) var(--docsearch-spacing) 0
}

.DocSearch-Form {
  align-items: center;
  background: var(--docsearch-searchbox-focus-background);
  border-radius: 4px;
  box-shadow: var(--docsearch-searchbox-shadow);
  display: flex;
  height: var(--docsearch-searchbox-height);
  margin: 0;
  padding: 0 var(--docsearch-spacing);
  position: relative;
  width: 100%
}

.DocSearch-Input {
  appearance: none;
  background: 0 0;
  border: 0;
  color: var(--docsearch-text-color);
  flex: 1;
  font-size: 1.2em;
  height: 100%;
  outline: 0;
  padding: 0 0 0 8px;
  width: 80%
}

.DocSearch-Hit-action-button, .DocSearch-Reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  cursor: pointer
}

.DocSearch-Input::-moz-placeholder {
  color: var(--docsearch-muted-color);
  opacity: 1
}

.DocSearch-Input::placeholder {
  color: var(--docsearch-muted-color);
  opacity: 1
}

.DocSearch-Input::-webkit-search-cancel-button, .DocSearch-Input::-webkit-search-decoration, .DocSearch-Input::-webkit-search-results-button, .DocSearch-Input::-webkit-search-results-decoration {
  display: none
}

.DocSearch-LoadingIndicator, .DocSearch-MagnifierLabel, .DocSearch-Reset {
  margin: 0;
  padding: 0
}

.DocSearch-Container--Stalled .DocSearch-LoadingIndicator, .DocSearch-MagnifierLabel, .DocSearch-Reset {
  align-items: center;
  color: var(--docsearch-highlight-color);
  display: flex;
  justify-content: center
}

.DocSearch-Cancel, .DocSearch-Container--Stalled .DocSearch-MagnifierLabel, .DocSearch-LoadingIndicator, .DocSearch-Reset[hidden] {
  display: none
}

.DocSearch-Reset {
  animation: .1s ease-in forwards b;
  appearance: none;
  background: none;
  border-radius: 50%;
  color: var(--docsearch-icon-color);
  padding: 2px;
  right: 0
}

.DocSearch-Help, .DocSearch-HitsFooter, .DocSearch-Label {
  color: var(--docsearch-muted-color)
}

.DocSearch-Reset:hover {
  color: var(--docsearch-highlight-color)
}

.DocSearch-LoadingIndicator svg, .DocSearch-MagnifierLabel svg {
  height: 24px;
  width: 24px
}

.DocSearch-Dropdown {
  max-height: calc(var(--docsearch-modal-height) - var(--docsearch-searchbox-height) - var(--docsearch-spacing) - var(--docsearch-footer-height));
  min-height: var(--docsearch-spacing);
  overflow-y: auto;
  overflow-y: overlay;
  padding: 0 var(--docsearch-spacing);
  scrollbar-color: var(--docsearch-muted-color) var(--docsearch-modal-background);
  scrollbar-width: thin
}

.DocSearch-Dropdown::-webkit-scrollbar {
  width: 12px
}

.DocSearch-Dropdown::-webkit-scrollbar-track {
  background: 0 0
}

.DocSearch-Dropdown::-webkit-scrollbar-thumb {
  background-color: var(--docsearch-muted-color);
  border: 3px solid var(--docsearch-modal-background);
  border-radius: 20px
}

.DocSearch-Dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.DocSearch-Label {
  font-size: .75em;
  line-height: 1.6em
}

.DocSearch-Help {
  font-size: .9em;
  margin: 0;
  user-select: none
}

.DocSearch-Title {
  font-size: 1.2em
}

.DocSearch-Logo a {
  display: flex
}

.DocSearch-Logo svg {
  color: var(--docsearch-logo-color);
  margin-left: 8px
}

.DocSearch-Hits:last-of-type {
  margin-bottom: 24px
}

.DocSearch-Hits mark {
  background: none;
  color: var(--docsearch-highlight-color)
}

.DocSearch-HitsFooter {
  display: flex;
  font-size: .85em;
  justify-content: center;
  margin-bottom: var(--docsearch-spacing);
  padding: var(--docsearch-spacing)
}

.DocSearch-HitsFooter a {
  border-bottom: 1px solid;
  color: inherit
}

.DocSearch-Hit {
  border-radius: 4px;
  display: flex;
  position: relative
}

.DocSearch-Hit--deleting {
  opacity: 0;
  transition: .25s linear
}

.DocSearch-Hit--favoriting {
  transform: scale(0);
  transform-origin: top center;
  transition: .25s linear .25s
}

.DocSearch-Hit a {
  background: var(--docsearch-hit-background);
  border-radius: 4px;
  box-shadow: var(--docsearch-hit-shadow);
  display: block;
  padding-left: var(--docsearch-spacing);
  width: 100%;
  background: var(--theme-tars-fill-4);
  box-shadow: none
}

.DocSearch-Hit-source {
  background: var(--docsearch-modal-background);
  color: var(--docsearch-highlight-color);
  font-size: .85em;
  font-weight: 600;
  line-height: 32px;
  margin: 0 -4px;
  padding: 8px 4px 0;
  position: sticky;
  top: 0;
  z-index: 10
}

.DocSearch-Hit-Tree {
  color: var(--docsearch-muted-color);
  height: var(--docsearch-hit-height);
  opacity: .5;
  width: 24px
}

.DocSearch-Hit[aria-selected=true] a {
  background-color: var(--docsearch-highlight-color)
}

.DocSearch-Hit[aria-selected=true] mark {
  text-decoration: underline
}

.DocSearch-Hit-Container {
  align-items: center;
  color: var(--docsearch-hit-color);
  display: flex;
  flex-direction: row;
  height: var(--docsearch-hit-height);
  padding: 0 var(--docsearch-spacing) 0 0
}

.DocSearch-Hit-icon {
  height: 20px;
  width: 20px
}

.DocSearch-Hit-action, .DocSearch-Hit-icon {
  color: var(--docsearch-muted-color)
}

.DocSearch-Hit-action {
  align-items: center;
  display: flex;
  height: 22px;
  width: 22px
}

.DocSearch-Hit-action svg {
  display: block;
  height: 18px;
  width: 18px
}

.DocSearch-Hit-action + .DocSearch-Hit-action {
  margin-left: 6px
}

.DocSearch-Hit-action-button {
  appearance: none;
  background: none;
  border-radius: 50%;
  color: inherit;
  padding: 2px
}

svg.DocSearch-Hit-Select-Icon {
  display: none
}

.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-Select-Icon {
  display: block
}

.DocSearch-Hit-action-button:focus, .DocSearch-Hit-action-button:hover {
  background: rgba(0, 0, 0, .2);
  transition: background-color .1s ease-in
}

.DocSearch-Hit-action-button:focus path, .DocSearch-Hit-action-button:hover path {
  fill: #fff
}

.DocSearch-Hit-content-wrapper {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  font-weight: 500;
  justify-content: center;
  line-height: 1.2em;
  margin: 0 8px;
  overflow-x: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%
}

.DocSearch-Hit-title {
  font-size: .9em
}

.DocSearch-Hit-path {
  color: var(--docsearch-muted-color);
  font-size: .75em
}

.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-Tree, .DocSearch-Hit[aria-selected=true] .DocSearch-Hit-action, .DocSearch-Hit[aria-selected=true] .DocSearch-Hit-icon, .DocSearch-Hit[aria-selected=true] .DocSearch-Hit-path, .DocSearch-Hit[aria-selected=true] .DocSearch-Hit-text, .DocSearch-Hit[aria-selected=true] .DocSearch-Hit-title, .DocSearch-Hit[aria-selected=true] mark {
  color: var(--docsearch-hit-active-color) !important
}

.DocSearch-ErrorScreen, .DocSearch-NoResults, .DocSearch-StartScreen {
  font-size: .9em;
  margin: 0 auto;
  padding: 36px 0;
  text-align: center;
  width: 80%
}

.DocSearch-Screen-Icon {
  color: var(--docsearch-muted-color);
  padding-bottom: 12px
}

.DocSearch-NoResults-Prefill-List {
  display: inline-block;
  padding-bottom: 24px;
  text-align: left
}

.DocSearch-NoResults-Prefill-List ul {
  display: inline-block;
  padding: 8px 0 0
}

.DocSearch-NoResults-Prefill-List li {
  list-style-position: inside;
  list-style-type: "禄 "
}

.DocSearch-Prefill {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  border-radius: 1em;
  color: var(--docsearch-highlight-color);
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  padding: 0
}

.DocSearch-Prefill:focus, .DocSearch-Prefill:hover {
  outline: 0;
  text-decoration: underline
}

.DocSearch-Footer {
  align-items: center;
  background: var(--docsearch-footer-background);
  border-radius: 0 0 8px 8px;
  box-shadow: var(--docsearch-footer-shadow);
  display: flex;
  flex-direction: row-reverse;
  flex-shrink: 0;
  height: var(--docsearch-footer-height);
  justify-content: space-between;
  padding: 0 var(--docsearch-spacing);
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 300
}

.DocSearch-Commands li, .DocSearch-Commands-Key {
  align-items: center;
  display: flex
}

.DocSearch-Commands {
  color: var(--docsearch-muted-color);
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0
}

.DocSearch-Commands li:not(:last-of-type) {
  margin-right: .8em
}

.DocSearch-Commands-Key {
  background: var(--docsearch-key-gradient);
  border: 0;
  border-radius: 2px;
  box-shadow: var(--docsearch-key-shadow);
  color: var(--docsearch-muted-color);
  height: 18px;
  justify-content: center;
  margin-right: .4em;
  padding: 0 0 1px;
  width: 20px
}

.DocSearch-Button-Key, .DocSearch-Button-Placeholder {
  color: var(--theme-tars-input-placeholder-color);
  font-size: .875rem
}

@keyframes b {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

:root, :root[date-theme=dark] {
  --docsearch-primary-color: var(--theme-tars-primary-color);
  --docsearch-text-color: var(--theme-tars-text-color);
  --docsearch-modal-background: #fff;
  --docsearch-modal-width: 47.375rem;
  --docsearch-spacing: 1.5rem
}

.DocSearch-Container {
  background-color: #0003;
  z-index: calc(var(--ifm-z-index-fixed) + 1)
}

.DocSearch-SearchBar {
  border-bottom: 1px solid var(--theme-tars-border-color-split);
  padding: 0
}

.DocSearch-Modal {
  border: 1px solid var(--theme-tars-border-color-split);
  border-radius: .5rem;
  box-shadow: none;
  margin-top: 12vh
}

.DocSearch-Form {
  box-shadow: none
}

.DocSearch-Button {
  background-color: transparent;
  border: 1px solid var(--theme-tars-input-border-color);
  border-radius: .375rem;
  height: 2rem;
  margin: 0;
  padding: 0 .75rem;
  transition: all var(--ifm-transition-fast) var(--ifm-transition-timing-default);
  width: 100%
}

.DocSearch-Button:focus, .DocSearch-Button:hover {
  box-shadow: var(--theme-tars-btn-primary-shadow)
}

.DocSearch-MagnifierLabel .DocSearch-Search-Icon, .DocSearch-Search-Icon {
  height: .875rem;
  width: .875rem
}

.DocSearch-Hit {
  padding-bottom: .5rem
}

.DocSearch-Search-Icon path {
  stroke: var(--theme-tars-input-icon-color)
}

.DocSearch-Button-Placeholder {
  font-weight: 400
}

.DocSearch-Button-Keys {
  align-items: center;
  min-width: unset
}

.DocSearch-Button-Key {
  background-image: none;
  border: none;
  box-shadow: none;
  font-family: var(--theme-tars-font-family);
  font-weight: 500;
  justify-content: center;
  line-height: 1.375rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: .125rem;
  padding: 0;
  width: 1rem
}

.DocSearch-Footer {
  border-top: 1px solid var(--theme-tars-border-color-split);
  box-shadow: none
}

@media (min-width: 640px) {
  .container {
    max-width: 640px
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px
  }
}

/* 移动端适配 - 开始 */
/* 当整体宽度小于 768，则顶部的 web logo padding-left 改变 */
@media only screen and (max-width: 768px) {
  .app-nav {
    padding-left: 16px !important;
  }
}

/*
  由于原始 css 会导致顶部菜单在小于 1052px 时隐藏但是会遗留 1px 的 dashed border
  故而 当整体宽度小于 1052px，则顶部的 menu 不再显示
*/
@media only screen and (max-width: 1052px) {
  .navbar__items + .navbar__items--right {
    display: none;
  }
}

/* 自定义的顶部菜单要配合原有菜单作响应式隐藏 */
@media (min-width: 1051px) {
  .self_top_menu {
    display: none;
  }
}

.self_show {
  display: flex;
}
.self_hide {
  display: none;
}
.self_menu_content {
  position: absolute;
  width: 100%;
  right: 0;
  top: calc(100% - var(--ifm-navbar-item-padding-vertical) + 1.5rem);
  background-color: var(--ifm-dropdown-background-color);
  border-radius: var(--ifm-global-radius);
  box-shadow: var(--ifm-global-shadow-md);
  list-style: none;
  max-height: 80vh;
  min-width: 10rem;
  overflow-y: auto;
  padding: 2rem 0.5rem;
  transform: translateY(-.625rem);
  transition-duration: var(--ifm-transition-fast);
  transition-property: opacity, transform, visibility;
  transition-timing-function: var(--ifm-transition-timing-default);
  visibility: hidden;
  opacity: 0;
  /*visibility: visible;*/
  /*opacity: 1;*/
  z-index: var(--ifm-z-index-dropdown);
  display: flex !important;
  flex-direction: column;
  gap: 10px;
  justify-content: start;
  align-items: start;
}
.self_menu_content > div {
  text-align: start;
  padding: 1rem 0;
}

/* 自定义的顶部菜单要配合原有菜单作响应式展示 */
@media (max-width: 1051px) {
  .self_top_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 45px;
    cursor: pointer;
    background-color: transparent;
  }
  .self_top_menu > img {
    height: 35%;
    user-select: none;
  }
}
/* 移动端适配 - 结束 */

@media (min-width: 1052px) {
  .container {
    max-width: 1052px
  }

  .theme-tars :is(.lg\:z-50) {
    z-index: 50
  }

  .theme-tars :is(.lg\:backdrop-blur) {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
  }

  :root {
    --docusaurus-announcement-bar-height: 30px
  }

  .announcementBarClose_udZZ, .announcementBarPlaceholder_bZOS {
    flex-basis: 50px
  }

  .searchBox_TDPS, .searchBox_pzO7 {
    padding: var(--ifm-navbar-item-padding-vertical) var(--ifm-navbar-item-padding-horizontal)
  }

  .lastUpdated_xffK {
    text-align: right
  }

  .docSidebarContainerHidden_trJ0 .docusaurus-desktop-sidebar, .tocMobile_JWD3 {
    display: none
  }

  .docItemCol_v44s {
    max-width: calc(100% - 15.5rem) !important
  }

  .menuHtmlItem_O3sC {
    padding: var(--ifm-menu-link-padding-vertical) var(--ifm-menu-link-padding-horizontal)
  }

  .menu_MvXN {
    flex-grow: 1;
    padding: 0 24px var(--ifm-navbar-item-padding-vertical)
  }

  .menu__list_XYY6 {
    margin-bottom: 24px
  }

  .menuWithAnnouncementBar_GEHz {
    margin-bottom: var(--docusaurus-announcement-bar-height)
  }

  .sidebar_riTE {
    display: flex;
    flex-direction: column;
    font-size: .875rem;
    height: 100%;
    padding-top: var(--ifm-navbar-height);
    width: var(--doc-sidebar-width)
  }

  .sidebarWithHideableNavbar_cfWv {
    padding-top: 0
  }

  .sidebarHidden_Muhd {
    opacity: 0;
    visibility: hidden
  }

  .sidebarLogo_RLe3 {
    align-items: center;
    color: var(--theme-tars-black);
    display: flex !important;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.625rem;
    margin: 0 var(--ifm-navbar-padding-horizontal);
    max-height: var(--ifm-navbar-height);
    min-height: var(--ifm-navbar-height);
    text-decoration: none !important
  }

  .sidebarLogo_RLe3 img {
    height: 2rem;
    margin-right: .5rem
  }

  .docSidebarContainer_t203 {
    border-right: 1px solid var(--ifm-toc-border-color);
    display: block;
    margin-top: calc(var(--ifm-navbar-height) * -1);
    position: relative;
    transition: width var(--ifm-transition-fast) ease;
    width: var(--doc-sidebar-width);
    will-change: width
  }

  .docSidebarContainerHidden_trJ0 {
    cursor: pointer;
    width: 0
  }

  .sidebarViewport_LsY1 {
    height: 100%;
    max-height: 100vh;
    position: sticky;
    top: 0
  }

  .docMainContainer_Eug0 {
    flex-grow: 1;
    max-width: calc(100% - var(--doc-sidebar-width))
  }

  .docMainContainerEnhanced__OWQ {
    max-width: calc(100% - var(--doc-sidebar-hidden-width))
  }

  .docItemWrapperEnhanced_L1ff {
    max-width: calc(var(--ifm-container-width) + var(--doc-sidebar-width)) !important
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: var(--ifm-container-width-xl)
  }
}

@media (min-width: 1600px) {
  .doc-page__inner, .navbar__inner {
    max-width: var(--theme-tars-max-width)
  }

  .container {
    max-width: 1600px
  }
}

@media (max-width: 1151px) {
  [data-theme=light] .theme-tars .navbar.bg-nearly-transparent {
    --bg-nearly-transparent-color: hsla(0, 0%, 100%, .95);
    --tw-backdrop-blur: blur(16px)
  }

  [data-theme=dark] .theme-tars .navbar.bg-nearly-transparent {
    --bg-nearly-transparent-color: rgba(25, 26, 35, .75);
    --tw-backdrop-blur: blur(16px)
  }

  .docItemCol_v44s {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }
}

@media (max-width: 1051px) {
  .navbar__item, .tableOfContents_xyzJ {
    display: none
  }

  .navbar__toggle {
    display: inherit
  }

  .searchBox_TDPS, .searchBox_pzO7 {
    position: absolute;
    right: var(--ifm-navbar-padding-horizontal)
  }

  .navbar_OSsp {
    padding-left: 8px;
    padding-right: 8px
  }

  .right-action_glnC {
    display: none !important
  }

  .docItemContainer_LAA3 {
    padding: 0 .3rem
  }
}

@media only screen and (max-width: 1051px) {
  .searchQueryColumn_q6v3, .searchResultsColumn_Askl {
    max-width: 60% !important
  }

  .searchLogoColumn_b7Rb, .searchVersionColumn_M_lC {
    max-width: 40% !important
  }

  .searchLogoColumn_b7Rb {
    padding-left: 0 !important
  }
}

@media (max-width: 996px) {
  .col {
    --ifm-col-width: 100%;
    flex-basis: var(--ifm-col-width);
    margin-left: 0
  }

  .footer {
    --ifm-footer-padding-horizontal: 0
  }

  .footer__link-separator, .navbar__item {
    display: none
  }

  .footer__col {
    margin-bottom: calc(var(--ifm-spacing-vertical) * 3)
  }

  .footer__link-item {
    display: block
  }

  .hero {
    padding-left: 0;
    padding-right: 0
  }

  .navbar > .container, .navbar > .container-fluid {
    padding: 0
  }

  .navbar__toggle {
    display: inherit
  }

  .navbar__search-input {
    width: 9rem
  }

  .pills--block, .tabs--block {
    flex-direction: column
  }
}

@media (max-width: 768px) {
  .DocSearch-Button-Keys, .DocSearch-Button-Placeholder, .DocSearch-Commands, .DocSearch-Hit-Tree {
    display: none
  }

  :root {
    --docsearch-spacing: 10px;
    --docsearch-footer-height: 40px
  }

  .DocSearch-Dropdown {
    height: 100%;
    max-height: calc(var(--docsearch-vh, 1vh) * 100 - var(--docsearch-searchbox-height) - var(--docsearch-spacing) - var(--docsearch-footer-height))
  }

  .DocSearch-Container {
    height: 100vh;
    height: -webkit-fill-available;
    height: calc(var(--docsearch-vh, 1vh) * 100);
    position: absolute
  }

  .DocSearch-Footer {
    border-radius: 0;
    bottom: 0;
    position: absolute
  }

  .DocSearch-Hit-content-wrapper {
    display: flex;
    position: relative;
    width: 80%
  }

  .DocSearch-Modal {
    border-radius: 0;
    box-shadow: none;
    height: 100vh;
    height: -webkit-fill-available;
    height: calc(var(--docsearch-vh, 1vh) * 100);
    margin: 0;
    max-width: 100%;
    width: 100%
  }

  .DocSearch-Cancel {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    color: var(--docsearch-highlight-color);
    cursor: pointer;
    display: inline-block;
    flex: none;
    font: inherit;
    font-size: 1em;
    font-weight: 500;
    margin-left: var(--docsearch-spacing);
    outline: 0;
    overflow: hidden;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap
  }
}

@media (max-width: 576px) {
  .markdown h1:first-child {
    --ifm-h1-font-size: 2rem
  }

  .markdown > h2 {
    --ifm-h2-font-size: 1.5rem
  }

  .markdown > h3 {
    --ifm-h3-font-size: 1.25rem
  }
}

@media screen and (max-width: 576px) {
  .searchQueryColumn_q6v3 {
    max-width: 100% !important
  }

  .searchVersionColumn_M_lC {
    max-width: 100% !important;
    padding-left: var(--ifm-spacing-horizontal) !important
  }
}

@media (hover: hover) {
  .backToTopButton_d9Gw:hover {
    background-color: var(--ifm-color-emphasis-300)
  }
}

@media (pointer: fine) {
  .thin-scrollbar {
    scrollbar-width: thin
  }

  .thin-scrollbar::-webkit-scrollbar {
    height: var(--ifm-scrollbar-size);
    width: var(--ifm-scrollbar-size)
  }

  .thin-scrollbar::-webkit-scrollbar-track {
    background: var(--ifm-scrollbar-track-background-color);
    border-radius: 10px
  }

  .thin-scrollbar::-webkit-scrollbar-thumb {
    background: var(--ifm-scrollbar-thumb-background-color);
    border-radius: 10px
  }

  .thin-scrollbar::-webkit-scrollbar-thumb:hover {
    background: var(--ifm-scrollbar-thumb-hover-background-color)
  }
}

@media (prefers-reduced-motion: reduce) {
  :root {
    --ifm-transition-fast: 0ms;
    --ifm-transition-slow: 0ms
  }

  .theme-toggle:not(.theme-toggle--force-motion) * {
    transition: none !important
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .DocSearch-Reset {
    stroke-width: var(--docsearch-icon-stroke-width);
    animation: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    border-radius: 50%;
    color: var(--docsearch-icon-color);
    cursor: pointer;
    right: 0
  }

  .DocSearch-Hit--deleting, .DocSearch-Hit--favoriting {
    transition: none
  }

  .DocSearch-Hit-action-button:focus, .DocSearch-Hit-action-button:hover {
    background: rgba(0, 0, 0, .2);
    transition: none
  }
}

@media print {
  .announcementBar_hN2q, .footer, .menu, .navbar, .pagination-nav, .table-of-contents, .tocMobile_JWD3 {
    display: none
  }

  .tabs {
    page-break-inside: avoid
  }

  .codeBlockLines_rcy8 {
    white-space: pre-wrap
  }
}
