ply-css 1.6.1 → 1.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CLAUDE.md +17 -0
- package/PLY.md +37 -1
- package/README.md +50 -2
- package/bin/ply-purge.js +172 -0
- package/dist/css/ply-core.css +29 -47
- package/dist/css/ply-core.min.css +1 -1
- package/dist/css/ply-essentials.min.css +1 -1
- package/dist/css/ply-helpers.min.css +1 -1
- package/dist/css/ply.css +34 -123
- package/dist/css/ply.min.css +1 -1
- package/dist/css/ply.purged.min.css +1 -0
- package/dist/css/styles.css +34 -123
- package/dist/css/styles.min.css +1 -1
- package/llms-full.txt +38 -6
- package/llms.txt +1 -1
- package/package.json +18 -1
- package/ply-classes.json +18 -21
- package/purge.js +81 -0
- package/safelist.js +43 -0
- package/snippets/custom-theme.html +3 -3
- package/snippets/starter-page.html +2 -2
- package/src/scss/_ply.scss +0 -2
- package/src/scss/components/_colors.scss +22 -35
- package/src/scss/components/_forms.scss +5 -6
- package/src/scss/components/_helpers-core.scss +3 -3
- package/src/scss/components/_multi-step-form.scss +5 -5
- package/src/scss/components/_rtl.scss +0 -11
- package/src/scss/components/_tables.scss +2 -1
- package/src/scss/components/_dropdown.scss +0 -68
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--ply-bg-body: #ffffff;--ply-bg-surface: #ffffff;--ply-bg-surface-alt: #f4f4f4;--ply-bg-muted: #e0e0e0;--ply-color-body: #161616;--ply-color-headings: #161616;--ply-color-secondary: #525252;--ply-color-muted: #767676;--ply-color-placeholder: #a8a8a8;--ply-color-text-inverse: #ffffff;--ply-border-color: #e0e0e0;--ply-border-strong: #8d8d8d;--ply-color-link: var(--ply-btn-default-bg);--ply-color-link-hover: #0347c6;--ply-color-link-hover: color-mix(in oklch, var(--ply-btn-default-bg), black 15%);--ply-color-focus: #0f62fe;--ply-color-field-bg: #f4f4f4;--ply-color-input-border: #8d8d8d;--ply-color-input-bg: #f4f4f4;--ply-color-code-bg: #f4f4f4;--ply-color-code-border: #e0e0e0;--ply-color-table-border: #e0e0e0;--ply-color-table-stripped: #f4f4f4;--ply-color-table-hovered: #e8e8e8;--ply-color-accent: #0353e9;--ply-btn-default-bg: #0353e9;--ply-btn-default-bg-hover: #0347c6;--ply-btn-default-bg-hover: color-mix(in oklch, var(--ply-btn-default-bg), black 15%);--ply-btn-default-bg-active: #023eaf;--ply-btn-default-bg-active: color-mix(in oklch, var(--ply-btn-default-bg), black 25%);--ply-btn-secondary-bg: #393939;--ply-btn-secondary-bg-hover: #303030;--ply-btn-secondary-bg-hover: color-mix(in oklch, var(--ply-btn-secondary-bg), black 15%);--ply-btn-secondary-bg-active: #2b2b2b;--ply-btn-secondary-bg-active: color-mix(in oklch, var(--ply-btn-secondary-bg), black 25%);--ply-border-radius: 0.25rem;--ply-btn-border-radius: 2rem;--ply-nav-bg: #ffffff;--ply-nav-color: #161616;--ply-nav-border: #161616;--ply-nav-hover: #e8e8e8;--ply-nav-active-color: #525252;--ply-layer-0: #ffffff;--ply-layer-1: #f4f4f4;--ply-layer-2: #e0e0e0;--ply-layer-3: #c6c6c6;--ply-shadow-1: 0 1px 3px rgba(0, 0, 0, 0.08);--ply-shadow-2: 0 2px 8px rgba(0, 0, 0, 0.1);--ply-shadow-3: 0 4px 24px rgba(0, 0, 0, 0.12);--ply-bg-glass: rgba(255, 255, 255, 0.15);--ply-bg-blue: #0f62fe;--ply-bg-blue-hover: #0043ce;--ply-bg-blue-active: #002d9c;--ply-bg-red: #da1e28;--ply-bg-red-hover: #a2191f;--ply-bg-red-active: #750e13;--ply-bg-green: #198038;--ply-bg-green-hover: #0e6027;--ply-bg-green-active: #044317;--ply-bg-yellow: #f1c21b;--ply-bg-yellow-hover: #d2a106;--ply-bg-yellow-active: #b28600;--ply-blue-surface: #d3e3fb;--ply-red-surface: #f8d5d8;--ply-green-surface: #d5ecd9;--ply-yellow-surface: #fff4cc;--ply-indigo-surface: #e0e7ff;--ply-purple-surface: #ede9fe;--ply-pink-surface: #fce7f3;--ply-orange-surface: #ffedd5;--ply-teal-surface: #ccfbf1;--ply-cyan-surface: #cffafe;--ply-blue-border: #92baf6;--ply-red-border: #ef969d;--ply-green-border: #96cfa1;--ply-yellow-border: #ffe480;--ply-indigo-border: #a5b4fc;--ply-purple-border: #c4b5fd;--ply-pink-border: #f9a8d4;--ply-orange-border: #fdba74;--ply-teal-border: #5eead4;--ply-cyan-border: #67e8f9;--ply-blue-1: #0f62fe;--ply-blue-2: #0043ce;--ply-blue-3: #002d9c;--ply-red-1: #da1e28;--ply-red-2: #a2191f;--ply-red-3: #750e13;--ply-green-1: #198038;--ply-green-2: #0e6027;--ply-green-3: #044317;--ply-yellow-1: #f1c21b;--ply-yellow-2: #d2a106;--ply-yellow-3: #b28600;--ply-indigo-1: #4f46e5;--ply-indigo-2: #3730a3;--ply-indigo-3: #312e81;--ply-purple-1: #7c3aed;--ply-purple-2: #6d28d9;--ply-purple-3: #5b21b6;--ply-pink-1: #be185d;--ply-pink-2: #9d174d;--ply-pink-3: #831843;--ply-orange-1: #c2410c;--ply-orange-2: #9a3412;--ply-orange-3: #7c2d12;--ply-teal-1: #0f766e;--ply-teal-2: #115e59;--ply-teal-3: #134e4a;--ply-cyan-1: #0e7490;--ply-cyan-2: #155e75;--ply-cyan-3: #164e63;--ply-font-body: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji;--ply-font-heading: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji;--ply-font-mono: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;--ply-space-xs: 0.25rem;--ply-space-sm: 0.5rem;--ply-space-md: 0.75rem;--ply-space-lg: 1.5rem;--ply-space-xl: 2rem;--ply-space-xxl: 3rem}@media(prefers-color-scheme: dark){:root:not([data-theme]){--ply-bg-body: #161616;--ply-bg-surface: #262626;--ply-bg-surface-alt: #262626;--ply-bg-muted: #393939;--ply-color-body: #f4f4f4;--ply-color-headings: #f4f4f4;--ply-color-secondary: #c6c6c6;--ply-color-muted: #8d8d8d;--ply-color-placeholder: #6f6f6f;--ply-color-text-inverse: #161616;--ply-border-color: #393939;--ply-border-strong: #6f6f6f;--ply-color-link: #4589ff;--ply-color-link-hover: #619bff;--ply-color-link-hover: color-mix(in oklch, #4589ff, white 15%);--ply-color-focus: #0f62fe;--ply-color-field-bg: #262626;--ply-color-input-border: #6f6f6f;--ply-color-input-bg: #262626;--ply-color-code-bg: #262626;--ply-color-code-border: #393939;--ply-color-table-border: #393939;--ply-color-table-stripped: #1c1c1c;--ply-color-table-hovered: #353535;--ply-color-accent: #4589ff;--ply-btn-default-bg: #0f62fe;--ply-btn-default-bg-hover: #619bff;--ply-btn-default-bg-hover: color-mix(in oklch, var(--ply-btn-default-bg), white 15%);--ply-btn-default-bg-active: #73a6ff;--ply-btn-default-bg-active: color-mix(in oklch, var(--ply-btn-default-bg), white 25%);--ply-btn-secondary-bg: #a8a8a8;--ply-btn-secondary-bg-hover: #b5b5b5;--ply-btn-secondary-bg-hover: color-mix(in oklch, var(--ply-btn-secondary-bg), white 15%);--ply-btn-secondary-bg-active: #bebebe;--ply-btn-secondary-bg-active: color-mix(in oklch, var(--ply-btn-secondary-bg), white 25%);--ply-btn-default-color: #fff;--ply-btn-secondary-color: #161616;--ply-btn-ghost-color: #4589ff;--ply-nav-bg: #161616;--ply-nav-color: #f4f4f4;--ply-nav-border: #f4f4f4;--ply-nav-hover: #353535;--ply-nav-active-color: #a8a8a8;--ply-layer-0: #161616;--ply-layer-1: #262626;--ply-layer-2: #393939;--ply-layer-3: #525252;--ply-shadow-1: 0 1px 3px rgba(0, 0, 0, 0.2);--ply-shadow-2: 0 2px 8px rgba(0, 0, 0, 0.3);--ply-shadow-3: 0 4px 24px rgba(0, 0, 0, 0.4);--ply-bg-glass: rgba(38, 38, 38, 0.25);--ply-blue-surface: #1a2744;--ply-red-surface: #3b1c1e;--ply-green-surface: #1a2e1e;--ply-yellow-surface: #332b10;--ply-indigo-surface: #1e1b4b;--ply-purple-surface: #2e1065;--ply-pink-surface: #3b0a2a;--ply-orange-surface: #331a08;--ply-teal-surface: #132f2e;--ply-cyan-surface: #133040;--ply-blue-border: #1a52a5;--ply-red-border: #b2232f;--ply-green-border: #237f35;--ply-yellow-border: #cca000;--ply-indigo-border: #3730a3;--ply-purple-border: #5b21b6;--ply-pink-border: #9d174d;--ply-orange-border: #c2410c;--ply-teal-border: #0f766e;--ply-cyan-border: #0e7490;--ply-bg-blue: #0f62fe;--ply-bg-blue-hover: #0043ce;--ply-bg-blue-active: #002d9c;--ply-bg-red: #da1e28;--ply-bg-red-hover: #a2191f;--ply-bg-red-active: #750e13;--ply-bg-green: #198038;--ply-bg-green-hover: #0e6027;--ply-bg-green-active: #044317;--ply-bg-yellow: #f1c21b;--ply-bg-yellow-hover: #d2a106;--ply-bg-yellow-active: #b28600;--ply-blue-1: #4589ff;--ply-blue-2: #78a9ff;--ply-blue-3: #a6c8ff;--ply-red-1: #ff8389;--ply-red-2: #fa4d56;--ply-red-3: #da1e28;--ply-green-1: #42be65;--ply-green-2: #6fdc8c;--ply-green-3: #a7f0ba;--ply-yellow-1: #f1c21b;--ply-yellow-2: #d2a106;--ply-yellow-3: #b28600;--ply-indigo-1: #818cf8;--ply-indigo-2: #a5b4fc;--ply-indigo-3: #c7d2fe;--ply-purple-1: #a78bfa;--ply-purple-2: #c4b5fd;--ply-purple-3: #ddd6fe;--ply-pink-1: #f472b6;--ply-pink-2: #f9a8d4;--ply-pink-3: #fbcfe8;--ply-orange-1: #fb923c;--ply-orange-2: #fdba74;--ply-orange-3: #fed7aa;--ply-teal-1: #2dd4bf;--ply-teal-2: #5eead4;--ply-teal-3: #99f6e4;--ply-cyan-1: #22d3ee;--ply-cyan-2: #67e8f9;--ply-cyan-3: #a5f3fc}}[data-theme=dark]{--ply-bg-body: #161616;--ply-bg-surface: #262626;--ply-bg-surface-alt: #262626;--ply-bg-muted: #393939;--ply-color-body: #f4f4f4;--ply-color-headings: #f4f4f4;--ply-color-secondary: #c6c6c6;--ply-color-muted: #8d8d8d;--ply-color-placeholder: #6f6f6f;--ply-color-text-inverse: #161616;--ply-border-color: #393939;--ply-border-strong: #6f6f6f;--ply-color-link: #4589ff;--ply-color-link-hover: #619bff;--ply-color-link-hover: color-mix(in oklch, #4589ff, white 15%);--ply-color-focus: #0f62fe;--ply-color-field-bg: #262626;--ply-color-input-border: #6f6f6f;--ply-color-input-bg: #262626;--ply-color-code-bg: #262626;--ply-color-code-border: #393939;--ply-color-table-border: #393939;--ply-color-table-stripped: #1c1c1c;--ply-color-table-hovered: #353535;--ply-color-accent: #4589ff;--ply-btn-default-bg: #0f62fe;--ply-btn-default-bg-hover: #619bff;--ply-btn-default-bg-hover: color-mix(in oklch, var(--ply-btn-default-bg), white 15%);--ply-btn-default-bg-active: #73a6ff;--ply-btn-default-bg-active: color-mix(in oklch, var(--ply-btn-default-bg), white 25%);--ply-btn-secondary-bg: #a8a8a8;--ply-btn-secondary-bg-hover: #b5b5b5;--ply-btn-secondary-bg-hover: color-mix(in oklch, var(--ply-btn-secondary-bg), white 15%);--ply-btn-secondary-bg-active: #bebebe;--ply-btn-secondary-bg-active: color-mix(in oklch, var(--ply-btn-secondary-bg), white 25%);--ply-btn-default-color: #fff;--ply-btn-secondary-color: #161616;--ply-btn-ghost-color: #4589ff;--ply-nav-bg: #161616;--ply-nav-color: #f4f4f4;--ply-nav-border: #f4f4f4;--ply-nav-hover: #353535;--ply-nav-active-color: #a8a8a8;--ply-layer-0: #161616;--ply-layer-1: #262626;--ply-layer-2: #393939;--ply-layer-3: #525252;--ply-shadow-1: 0 1px 3px rgba(0, 0, 0, 0.2);--ply-shadow-2: 0 2px 8px rgba(0, 0, 0, 0.3);--ply-shadow-3: 0 4px 24px rgba(0, 0, 0, 0.4);--ply-bg-glass: rgba(38, 38, 38, 0.25);--ply-blue-surface: #1a2744;--ply-red-surface: #3b1c1e;--ply-green-surface: #1a2e1e;--ply-yellow-surface: #332b10;--ply-indigo-surface: #1e1b4b;--ply-purple-surface: #2e1065;--ply-pink-surface: #3b0a2a;--ply-orange-surface: #331a08;--ply-teal-surface: #132f2e;--ply-cyan-surface: #133040;--ply-blue-border: #1a52a5;--ply-red-border: #b2232f;--ply-green-border: #237f35;--ply-yellow-border: #cca000;--ply-indigo-border: #3730a3;--ply-purple-border: #5b21b6;--ply-pink-border: #9d174d;--ply-orange-border: #c2410c;--ply-teal-border: #0f766e;--ply-cyan-border: #0e7490;--ply-bg-blue: #0f62fe;--ply-bg-blue-hover: #0043ce;--ply-bg-blue-active: #002d9c;--ply-bg-red: #da1e28;--ply-bg-red-hover: #a2191f;--ply-bg-red-active: #750e13;--ply-bg-green: #198038;--ply-bg-green-hover: #0e6027;--ply-bg-green-active: #044317;--ply-bg-yellow: #f1c21b;--ply-bg-yellow-hover: #d2a106;--ply-bg-yellow-active: #b28600;--ply-blue-1: #4589ff;--ply-blue-2: #78a9ff;--ply-blue-3: #a6c8ff;--ply-red-1: #ff8389;--ply-red-2: #fa4d56;--ply-red-3: #da1e28;--ply-green-1: #42be65;--ply-green-2: #6fdc8c;--ply-green-3: #a7f0ba;--ply-yellow-1: #f1c21b;--ply-yellow-2: #d2a106;--ply-yellow-3: #b28600;--ply-indigo-1: #818cf8;--ply-indigo-2: #a5b4fc;--ply-indigo-3: #c7d2fe;--ply-purple-1: #a78bfa;--ply-purple-2: #c4b5fd;--ply-purple-3: #ddd6fe;--ply-pink-1: #f472b6;--ply-pink-2: #f9a8d4;--ply-pink-3: #fbcfe8;--ply-orange-1: #fb923c;--ply-orange-2: #fdba74;--ply-orange-3: #fed7aa;--ply-teal-1: #2dd4bf;--ply-teal-2: #5eead4;--ply-teal-3: #99f6e4;--ply-cyan-1: #22d3ee;--ply-cyan-2: #67e8f9;--ply-cyan-3: #a5f3fc}@media(prefers-contrast: more){:root{--ply-color-body: #000000;--ply-color-headings: #000000;--ply-color-secondary: #1a1a1a;--ply-color-muted: #333333;--ply-border-color: #000000;--ply-border-strong: #000000;--ply-color-link: #0000ee;--ply-color-link-hover: #0000cc;--ply-color-code-bg: #ffffff;--ply-color-code-border: #000000;--ply-color-focus: #000000;--ply-shadow-1: none;--ply-shadow-2: none;--ply-shadow-3: none;--ply-layer-1: #ffffff;--ply-layer-2: #ffffff;--ply-layer-3: #ffffff}}@media(prefers-contrast: more)and (prefers-color-scheme: dark){:root:not([data-theme]){--ply-color-body: #ffffff;--ply-color-headings: #ffffff;--ply-color-secondary: #e5e5e5;--ply-color-muted: #cccccc;--ply-border-color: #ffffff;--ply-border-strong: #ffffff;--ply-color-link: #6eb5ff;--ply-color-link-hover: #a6d0ff;--ply-color-code-bg: #000000;--ply-color-code-border: #ffffff;--ply-color-focus: #ffffff;--ply-shadow-1: none;--ply-shadow-2: none;--ply-shadow-3: none;--ply-layer-1: #161616;--ply-layer-2: #161616;--ply-layer-3: #161616}}@media(prefers-contrast: more){[data-theme=dark]{--ply-color-body: #ffffff;--ply-color-headings: #ffffff;--ply-color-secondary: #e5e5e5;--ply-color-muted: #cccccc;--ply-border-color: #ffffff;--ply-border-strong: #ffffff;--ply-color-link: #6eb5ff;--ply-color-link-hover: #a6d0ff;--ply-color-code-bg: #000000;--ply-color-code-border: #ffffff;--ply-color-focus: #ffffff;--ply-shadow-1: none;--ply-shadow-2: none;--ply-shadow-3: none;--ply-layer-1: #161616;--ply-layer-2: #161616;--ply-layer-3: #161616}}@keyframes spinning{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}*,*:before,*:after{box-sizing:border-box}html{font-family:var(--ply-font-body, sans-serif);-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;box-sizing:border-box;display:block;width:100%;height:100%}html,body,div,span,p,blockquote,pre,a,abbr,address,code,del,em,kbd,s,small,strong,sub,sup,var,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,tbody,thead,tr,th,td,article,aside,details,footer,header,menu,nav,section,summary,mark,h1,h2,h3,h4,h5,h6{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:rgba(0,0,0,0)}a:active,a:hover{outline:0}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--ply-color-focus, #0f62fe);outline-offset:2px}article,aside,details,footer,header,main,nav,section,progress,meter,textarea{display:block}blockquote{quotes:none}blockquote p:before,blockquote p:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}th,td{text-align:left;vertical-align:top}thead th,thead td{font-weight:bold;vertical-align:bottom}button,input,select,textarea{margin:0}textarea{overflow:auto;vertical-align:top;resize:vertical}button{width:auto;overflow:visible}select,button{cursor:pointer}hr{display:block;height:1px;border:0;border-top:1px solid var(--ply-border-color, #ddd)}details{border:1px solid var(--ply-border-color, #e0e0e0);border-radius:var(--ply-border-radius);padding:.75rem 1rem;margin-bottom:1.5rem}summary{cursor:pointer;font-weight:600;padding:.25rem 0;list-style:none}summary::marker,summary::-webkit-details-marker{display:none}summary::before{content:"▶";display:inline-block;margin-right:.5rem;font-size:.75em;transition:transform .15s ease}details[open]>summary::before{transform:rotate(90deg)}details[open]>summary{margin-bottom:.75rem;border-bottom:1px solid var(--ply-border-color, #e0e0e0);padding-bottom:.75rem}dialog{border:none;border-radius:var(--ply-border-radius);padding:1.5rem;max-width:32rem;width:90%;box-shadow:var(--ply-shadow-3, 0 4px 24px rgba(0, 0, 0, 0.15));background:var(--ply-bg-surface, #ffffff);color:var(--ply-color-body, #161616)}dialog::backdrop{background:rgba(0,0,0,.5)}progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:.5rem;border:none;border-radius:var(--ply-border-radius);background:var(--ply-bg-muted, #e0e0e0);margin-bottom:1.5rem}progress::-webkit-progress-bar{background:var(--ply-bg-muted, #e0e0e0);border-radius:var(--ply-border-radius)}progress::-webkit-progress-value{background:var(--ply-color-link, #0f62fe);border-radius:var(--ply-border-radius)}progress::-moz-progress-bar{background:var(--ply-color-link, #0f62fe);border-radius:var(--ply-border-radius)}meter{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:.5rem;border:none;border-radius:var(--ply-border-radius);background:var(--ply-bg-muted, #e0e0e0);margin-bottom:1.5rem}@media(prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.margin{margin:var(--ply-space-md, 0.75rem)}.margin-top{margin-top:var(--ply-space-md, 0.75rem)}.margin-top-extra{margin-top:var(--ply-space-lg, 1.5rem)}.margin-right{margin-right:var(--ply-space-md, 0.75rem)}.margin-bottom{margin-bottom:var(--ply-space-md, 0.75rem)}.margin-left{margin-left:var(--ply-space-md, 0.75rem)}.padding{padding:var(--ply-space-md, 0.75rem)}.border-top{border-top:1px solid var(--ply-border-color, #ccc)}.border-bottom{border-bottom:1px solid var(--ply-border-color, #ccc)}.border{border:1px solid var(--ply-border-color, #ccc)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.border-radius{border-radius:var(--ply-border-radius)}.required{font-weight:normal;color:var(--ply-red-1)}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.5rem;line-height:2rem}.text-2xl{font-size:1.875rem;line-height:2.25rem}.text-3xl{font-size:2.25rem;line-height:2.5rem}.text-4xl{font-size:3rem;line-height:1}.text-5xl{font-size:3.75rem;line-height:1}.bold{font-weight:bold !important}.italic{font-style:italic}.uppercase{text-transform:uppercase}@media only screen and (max-width: 767px){.left,.right{float:none}}.padding-top-extra{padding-top:var(--ply-space-lg, 1.5rem)}@media(max-width: 1024px){.small-desktop-width-100{width:100%}.small-desktop-width-90{width:90%}.small-desktop-width-80{width:80%}.small-desktop-width-75{width:75%}.small-desktop-width-70{width:70%}.small-desktop-width-66{width:66.6%}.small-desktop-width-50{width:50%}.small-desktop-width-40{width:40%}.small-desktop-width-33{width:33.3%}.small-desktop-width-25{width:25%}.small-desktop-width-20{width:20%}.small-desktop-width-10{width:10%}}@media(max-width: 767px){.tablet-width-100{width:100%}.tablet-width-90{width:90%}.tablet-width-80{width:80%}.tablet-width-75{width:75%}.tablet-width-70{width:70%}.tablet-width-66{width:66.6%}.tablet-width-50{width:50%}.tablet-width-40{width:40%}.tablet-width-33{width:33.3%}.tablet-width-25{width:25%}.tablet-width-20{width:20%}.tablet-width-10{width:10%}}@media(max-width: 650px){.large-phone-width-100{width:100%}.large-phone-width-90{width:90%}.large-phone-width-80{width:80%}.large-phone-width-75{width:75%}.large-phone-width-70{width:70%}.large-phone-width-66{width:66.6%}.large-phone-width-50{width:50%}.large-phone-width-40{width:40%}.large-phone-width-33{width:33.3%}.large-phone-width-25{width:25%}.large-phone-width-20{width:20%}.large-phone-width-10{width:10%}}@media(max-width: 480px){.phone-width-100{width:100%}.phone-width-90{width:90%}.phone-width-80{width:80%}.phone-width-75{width:75%}.phone-width-70{width:70%}.phone-width-66{width:66.6%}.phone-width-50{width:50%}.phone-width-40{width:40%}.phone-width-33{width:33.3%}.phone-width-25{width:25%}.phone-width-20{width:20%}.phone-width-10{width:10%}}.skip-link{position:absolute;top:-100%;left:0;z-index:1000;padding:.75rem 1.5rem;background:var(--ply-bg-body);color:var(--ply-color-link);text-decoration:underline;font-weight:600}.skip-link:focus{top:0}.text-secondary{color:var(--ply-color-secondary)}.spinning{animation-duration:.75s;animation-name:spinning;animation-iteration-count:infinite;display:inline-block}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.code{border:1px solid #f0f1f2;border-radius:var(--ply-border-radius);display:inline-block;font-size:.8rem;font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,"Liberation Mono",monospace;padding:.05rem .35rem}.small{font-size:.875rem}.light{font-weight:300 !important}.medium{font-weight:400 !important}.layer-0{background-color:var(--ply-layer-0)}.layer-1{background-color:var(--ply-layer-1);box-shadow:var(--ply-shadow-1)}.layer-2{background-color:var(--ply-layer-2);box-shadow:var(--ply-shadow-2)}.layer-3{background-color:var(--ply-layer-3);box-shadow:var(--ply-shadow-3)}.shadow-1{box-shadow:var(--ply-shadow-1)}.shadow-2{box-shadow:var(--ply-shadow-2)}.shadow-3{box-shadow:var(--ply-shadow-3)}body{box-sizing:border-box;display:block;width:100%;height:100%;background:var(--ply-bg-body, #f7f8f8);color:var(--ply-color-body, #222);font-family:var(--ply-font-body, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji);font-size:1rem;line-height:1.5rem;overflow:auto;transition:background .2s ease,color .2s ease}a{transition:all linear .2s;color:var(--ply-color-link, #134da5)}a:focus,a:hover{color:var(--ply-color-link-hover, #de2c3b)}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{color:var(--ply-color-headings, #000);font-family:var(--ply-font-heading, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji);font-weight:600;margin:0 0 .5rem;text-rendering:optimizeLegibility}h1,.h1,h2,.h2{line-height:1.25}h3,.h3,h4,.h4{line-height:1.375}h1,.h1{font-size:3.75rem}h2,.h2{font-size:3rem}h3,.h3{font-size:2.25rem}h4,.h4{font-size:1.875rem}h5,.h5{font-size:1.5rem;font-weight:normal}h6,.h6{font-size:.875rem;font-weight:bold;text-transform:uppercase}.lead{font-size:1.5rem;line-height:1.5;margin-bottom:1rem}p,ul,ol,dl,dd,dt,blockquote,td,th{line-height:1.5rem}ul,ol,ul ul,ol ol,ul ol,ol ul{margin:0 0 0 2rem}ul li,ol li{text-align:left}ol ol li{list-style-type:lower-alpha}ol ol ol li{list-style-type:lower-roman}dl dt{font-weight:bold}dd{margin-left:1.5rem}p,ul,ol,dl,blockquote,hr,pre,table,form,fieldset,address{margin-bottom:1.5rem}blockquote{position:relative;font-style:italic;font-size:1.125rem;margin-left:2.25rem;padding-left:1.5rem;border-left:2px solid var(--ply-border-color, #ddd)}blockquote p{margin-bottom:.5rem}small,blockquote small,blockquote p.small{color:var(--ply-color-muted);font-style:italic;font-size:.875rem;line-height:1}small a,blockquote small a,blockquote p.small a{text-decoration:none}address{font-style:normal}s,del{text-decoration:line-through}abbr[title]{border-bottom:1px dotted var(--ply-color-body, #0f0f0f);cursor:help}strong{font-weight:bold}em,i{font-style:italic}sub,sup{font-size:.75rem;line-height:0;position:relative}sup{top:-0.5em}sub{bottom:-0.25em}mark{background-color:var(--ply-color-mark-bg, #ffc800);color:var(--ply-color-mark, #0f0f0f);text-decoration:none}pre,code,kbd,var{font-size:90%;font-style:normal;font-family:var(--ply-font-mono, ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace)}pre{margin-top:1.5rem;font-size:.8125rem;line-height:1.6;color:var(--ply-color-body, #222);background:var(--ply-color-code-bg, #f4f4f4);border:1px solid var(--ply-color-code-border, #d4d4d4);border-radius:var(--ply-border-radius);padding:1rem;overflow:auto}code,kbd{padding:3px 6px 2px 6px;display:inline-block;line-height:1;border-radius:2px}code{background:var(--ply-color-code-bg, #f4f4f4);border:1px solid var(--ply-color-code-border, #d4d4d4)}pre code{font-size:100%;border:none;padding:0;background:none;line-height:1.5rem}var{color:var(--ply-color-muted)}kbd{background:var(--ply-color-body, #0f0f0f);color:var(--ply-bg-body, rgba(255, 255, 255, 0.85));white-space:nowrap}button:active{outline:none}textarea,select{font-family:var(--ply-font-body, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji);font-size:1em;box-shadow:none}textarea{padding:.5rem .35rem;line-height:1.35em;width:100%}textarea{background:var(--ply-color-input-bg, #fff);border:1px solid var(--ply-color-input-border, #ccc);color:var(--ply-color-body, #222);position:relative;z-index:2;-webkit-appearance:none;-moz-appearance:none;appearance:none}textarea[disabled]{resize:none;color:var(--ply-color-muted)}select[disabled]{cursor:default}input::-moz-focus-inner,button::-moz-focus-inner{border:0;padding:0}select{margin-bottom:0 !important}fieldset{padding:1.5rem;margin-bottom:1.5rem;border:1px solid var(--ply-border-color, #ccc)}fieldset *:last-child{margin-bottom:0 !important}legend{font-weight:bold;padding:0 1em;margin-left:-1em}table{max-width:100%;width:100%;empty-cells:show}table th,table td{border-bottom:1px solid var(--ply-color-table-border, #ccc);padding:.75rem 1rem}@media(min-width: 768px)and (max-width: 979px){h1{font-size:3rem;line-height:1.25}h2{font-size:2.25rem;line-height:1.25}h3{font-size:1.875rem;line-height:1.375}h4{font-size:1.5rem;line-height:1.375}h5{font-size:1.125rem}h6{font-size:.875rem}}@media(max-width: 767px){h1{font-size:2.25rem;line-height:1.25}h2{font-size:1.875rem;line-height:1.25}h3{font-size:1.5rem;line-height:1.375}h4{font-size:1.125rem;line-height:1.375}h5{font-size:1rem}h6{font-size:.875rem}.lead{font-size:1.125rem}ul,ol,ul ul,ol ol,ul ol,ol ul{margin-left:1.5rem}blockquote{margin-left:0}}.units-container{margin:auto;max-width:1200px;overflow-x:clip;padding:.75rem;position:relative;width:100%}.units-row{box-sizing:border-box;display:flex;flex:0 1 auto;flex-flow:row wrap;gap:var(--units-gap, 1rem);margin:0 0 1.5rem}.units-row.centered-content{justify-content:center;text-align:center}.units-row:last-child{margin-bottom:0}[class*=unit-]{box-sizing:border-box}.unit-100{flex-basis:100%}.unit-80{flex-basis:calc(80% - var(--units-gap, 1rem)*0.2)}.unit-75{flex-basis:calc(75% - var(--units-gap, 1rem)*0.25)}.unit-60{flex-basis:calc(60% - var(--units-gap, 1rem)*0.4)}.unit-50{flex-basis:calc(50% - var(--units-gap, 1rem)*0.5)}.unit-33{flex-basis:calc(33.3% - var(--units-gap, 1rem)*0.67)}.unit-25{flex-basis:calc(25% - var(--units-gap, 1rem)*0.75)}.unit-20{flex-basis:calc(20% - var(--units-gap, 1rem)*0.8)}.forever-unit-auto{flex-basis:0;flex-grow:1}.forever-unit-100{flex-basis:100%}.forever-unit-90{flex-basis:calc(90% - var(--units-gap, 1rem)*0.1)}.forever-unit-88{flex-basis:calc(87.5% - var(--units-gap, 1rem)*0.12)}.forever-unit-80{flex-basis:calc(80% - var(--units-gap, 1rem)*0.2)}.forever-unit-75{flex-basis:calc(75% - var(--units-gap, 1rem)*0.25)}.forever-unit-70{flex-basis:calc(70% - var(--units-gap, 1rem)*0.3)}.forever-unit-66{flex-basis:calc(66.6% - var(--units-gap, 1rem)*0.34)}.forever-unit-65{flex-basis:calc(65% - var(--units-gap, 1rem)*0.35)}.forever-unit-62{flex-basis:calc(62.5% - var(--units-gap, 1rem)*0.38)}.forever-unit-60{flex-basis:calc(60% - var(--units-gap, 1rem)*0.4)}.forever-unit-50{flex-basis:calc(50% - var(--units-gap, 1rem)*0.5)}.forever-unit-40{flex-basis:calc(40% - var(--units-gap, 1rem)*0.6)}.forever-unit-38{flex-basis:calc(37.5% - var(--units-gap, 1rem)*0.62)}.forever-unit-35{flex-basis:calc(35% - var(--units-gap, 1rem)*0.65)}.forever-unit-33{flex-basis:calc(33.3% - var(--units-gap, 1rem)*0.67)}.forever-unit-30{flex-basis:calc(30% - var(--units-gap, 1rem)*0.7)}.forever-unit-25{flex-basis:calc(25% - var(--units-gap, 1rem)*0.75)}.forever-unit-20{flex-basis:calc(20% - var(--units-gap, 1rem)*0.8)}.forever-unit-12{flex-basis:calc(12.5% - var(--units-gap, 1rem)*0.88)}.forever-unit-10{flex-basis:calc(10% - var(--units-gap, 1rem)*0.9)}@media(min-width: 1400px){.large-screen-unit-90{flex-basis:calc(90% - var(--units-gap, 1rem)*0.1)}.large-screen-unit-80{flex-basis:calc(80% - var(--units-gap, 1rem)*0.2)}.large-screen-unit-75{flex-basis:calc(75% - var(--units-gap, 1rem)*0.25)}.large-screen-unit-70{flex-basis:calc(70% - var(--units-gap, 1rem)*0.3)}.large-screen-unit-66{flex-basis:calc(66.6% - var(--units-gap, 1rem)*0.34)}.large-screen-unit-65{flex-basis:calc(65% - var(--units-gap, 1rem)*0.35)}.large-screen-unit-60{flex-basis:calc(60% - var(--units-gap, 1rem)*0.4)}.large-screen-unit-50{flex-basis:calc(50% - var(--units-gap, 1rem)*0.5)}.large-screen-unit-40{flex-basis:calc(40% - var(--units-gap, 1rem)*0.6)}.large-screen-unit-35{flex-basis:calc(35% - var(--units-gap, 1rem)*0.65)}.large-screen-unit-33{flex-basis:calc(33.3% - var(--units-gap, 1rem)*0.67)}.large-screen-unit-30{flex-basis:calc(30% - var(--units-gap, 1rem)*0.7)}.large-screen-unit-25{flex-basis:calc(25% - var(--units-gap, 1rem)*0.75)}.large-screen-unit-20{flex-basis:calc(20% - var(--units-gap, 1rem)*0.8)}.large-screen-unit-10{flex-basis:calc(10% - var(--units-gap, 1rem)*0.9)}}@media(min-width: 1800px){.x-large-screen-unit-90{flex-basis:calc(90% - var(--units-gap, 1rem)*0.1)}.x-large-screen-unit-80{flex-basis:calc(80% - var(--units-gap, 1rem)*0.2)}.x-large-screen-unit-75{flex-basis:calc(75% - var(--units-gap, 1rem)*0.25)}.x-large-screen-unit-70{flex-basis:calc(70% - var(--units-gap, 1rem)*0.3)}.x-large-screen-unit-66{flex-basis:calc(66.6% - var(--units-gap, 1rem)*0.34)}.x-large-screen-unit-65{flex-basis:calc(65% - var(--units-gap, 1rem)*0.35)}.x-large-screen-unit-60{flex-basis:calc(60% - var(--units-gap, 1rem)*0.4)}.x-large-screen-unit-50{flex-basis:calc(50% - var(--units-gap, 1rem)*0.5)}.x-large-screen-unit-40{flex-basis:calc(40% - var(--units-gap, 1rem)*0.6)}.x-large-screen-unit-35{flex-basis:calc(35% - var(--units-gap, 1rem)*0.65)}.x-large-screen-unit-33{flex-basis:calc(33.3% - var(--units-gap, 1rem)*0.67)}.x-large-screen-unit-30{flex-basis:calc(30% - var(--units-gap, 1rem)*0.7)}.x-large-screen-unit-25{flex-basis:calc(25% - var(--units-gap, 1rem)*0.75)}.x-large-screen-unit-20{flex-basis:calc(20% - var(--units-gap, 1rem)*0.8)}.x-large-screen-unit-10{flex-basis:calc(10% - var(--units-gap, 1rem)*0.9)}}@media(max-width: 1024px){.small-desktop-unit-100{flex-basis:100%}.small-desktop-unit-90{flex-basis:calc(90% - var(--units-gap, 1rem)*0.1)}.small-desktop-unit-80{flex-basis:calc(80% - var(--units-gap, 1rem)*0.2)}.small-desktop-unit-75{flex-basis:calc(75% - var(--units-gap, 1rem)*0.25)}.small-desktop-unit-70{flex-basis:calc(70% - var(--units-gap, 1rem)*0.3)}.small-desktop-unit-66{flex-basis:calc(66.6% - var(--units-gap, 1rem)*0.34)}.small-desktop-unit-65{flex-basis:calc(65% - var(--units-gap, 1rem)*0.35)}.small-desktop-unit-60{flex-basis:calc(60% - var(--units-gap, 1rem)*0.4)}.small-desktop-unit-50{flex-basis:calc(50% - var(--units-gap, 1rem)*0.5)}.small-desktop-unit-40{flex-basis:calc(40% - var(--units-gap, 1rem)*0.6)}.small-desktop-unit-35{flex-basis:calc(35% - var(--units-gap, 1rem)*0.65)}.small-desktop-unit-33{flex-basis:calc(33.3% - var(--units-gap, 1rem)*0.67)}.small-desktop-unit-30{flex-basis:calc(30% - var(--units-gap, 1rem)*0.7)}.small-desktop-unit-25{flex-basis:calc(25% - var(--units-gap, 1rem)*0.75)}.small-desktop-unit-20{flex-basis:calc(20% - var(--units-gap, 1rem)*0.8)}.small-desktop-unit-10{flex-basis:calc(10% - var(--units-gap, 1rem)*0.9)}}@media(max-width: 767px){.unit-100,.unit-80,.unit-75,.unit-60,.unit-50,.unit-33,.unit-25,.unit-20{flex-basis:100%}.tablet-unit-100{flex-basis:100%}.tablet-unit-90{flex-basis:calc(90% - var(--units-gap, 1rem)*0.1)}.tablet-unit-80{flex-basis:calc(80% - var(--units-gap, 1rem)*0.2)}.tablet-unit-75{flex-basis:calc(75% - var(--units-gap, 1rem)*0.25)}.tablet-unit-70{flex-basis:calc(70% - var(--units-gap, 1rem)*0.3)}.tablet-unit-66{flex-basis:calc(66.6% - var(--units-gap, 1rem)*0.34)}.tablet-unit-65{flex-basis:calc(65% - var(--units-gap, 1rem)*0.35)}.tablet-unit-60{flex-basis:calc(60% - var(--units-gap, 1rem)*0.4)}.tablet-unit-50{flex-basis:calc(50% - var(--units-gap, 1rem)*0.5)}.tablet-unit-40{flex-basis:calc(40% - var(--units-gap, 1rem)*0.6)}.tablet-unit-35{flex-basis:calc(35% - var(--units-gap, 1rem)*0.65)}.tablet-unit-33{flex-basis:calc(33.3% - var(--units-gap, 1rem)*0.67)}.tablet-unit-30{flex-basis:calc(30% - var(--units-gap, 1rem)*0.7)}.tablet-unit-25{flex-basis:calc(25% - var(--units-gap, 1rem)*0.75)}.tablet-unit-20{flex-basis:calc(20% - var(--units-gap, 1rem)*0.8)}.tablet-unit-10{flex-basis:calc(10% - var(--units-gap, 1rem)*0.9)}}@media(max-width: 650px){.large-phone-unit-100{flex-basis:100%}.large-phone-unit-90{flex-basis:calc(90% - var(--units-gap, 1rem)*0.1)}.large-phone-unit-80{flex-basis:calc(80% - var(--units-gap, 1rem)*0.2)}.large-phone-unit-75{flex-basis:calc(75% - var(--units-gap, 1rem)*0.25)}.large-phone-unit-70{flex-basis:calc(70% - var(--units-gap, 1rem)*0.3)}.large-phone-unit-66{flex-basis:calc(66.6% - var(--units-gap, 1rem)*0.34)}.large-phone-unit-65{flex-basis:calc(65% - var(--units-gap, 1rem)*0.35)}.large-phone-unit-60{flex-basis:calc(60% - var(--units-gap, 1rem)*0.4)}.large-phone-unit-50{flex-basis:calc(50% - var(--units-gap, 1rem)*0.5)}.large-phone-unit-40{flex-basis:calc(40% - var(--units-gap, 1rem)*0.6)}.large-phone-unit-35{flex-basis:calc(35% - var(--units-gap, 1rem)*0.65)}.large-phone-unit-33{flex-basis:calc(33.3% - var(--units-gap, 1rem)*0.67)}.large-phone-unit-30{flex-basis:calc(30% - var(--units-gap, 1rem)*0.7)}.large-phone-unit-25{flex-basis:calc(25% - var(--units-gap, 1rem)*0.75)}.large-phone-unit-20{flex-basis:calc(20% - var(--units-gap, 1rem)*0.8)}.large-phone-unit-10{flex-basis:calc(10% - var(--units-gap, 1rem)*0.9)}}@media(max-width: 480px){.phone-unit-100{flex-basis:100%}.phone-unit-90{flex-basis:calc(90% - var(--units-gap, 1rem)*0.1)}.phone-unit-80{flex-basis:calc(80% - var(--units-gap, 1rem)*0.2)}.phone-unit-75{flex-basis:calc(75% - var(--units-gap, 1rem)*0.25)}.phone-unit-70{flex-basis:calc(70% - var(--units-gap, 1rem)*0.3)}.phone-unit-66{flex-basis:calc(66.6% - var(--units-gap, 1rem)*0.34)}.phone-unit-65{flex-basis:calc(65% - var(--units-gap, 1rem)*0.35)}.phone-unit-60{flex-basis:calc(60% - var(--units-gap, 1rem)*0.4)}.phone-unit-50{flex-basis:calc(50% - var(--units-gap, 1rem)*0.5)}.phone-unit-40{flex-basis:calc(40% - var(--units-gap, 1rem)*0.6)}.phone-unit-35{flex-basis:calc(35% - var(--units-gap, 1rem)*0.65)}.phone-unit-33{flex-basis:calc(33.3% - var(--units-gap, 1rem)*0.67)}.phone-unit-30{flex-basis:calc(30% - var(--units-gap, 1rem)*0.7)}.phone-unit-25{flex-basis:calc(25% - var(--units-gap, 1rem)*0.75)}.phone-unit-20{flex-basis:calc(20% - var(--units-gap, 1rem)*0.8)}.phone-unit-10{flex-basis:calc(10% - var(--units-gap, 1rem)*0.9)}}.unit-centered{float:none !important;margin:0 auto 1.5rem}table.table-stroked td,table.table-stroked th{border-bottom:1px solid var(--ply-color-table-border, #ccc)}table.table-stripped tbody tr:nth-child(odd) td{background:var(--ply-color-table-stripped, #f8f8f8)}table.table-hovered tbody tr:hover td{background-color:var(--ply-color-table-hovered, #f4f4f4)}.table-container{width:100%;overflow:auto;margin-bottom:1.5rem}.table-container table{margin-bottom:0}.table-container::-webkit-scrollbar{-webkit-appearance:none;appearance:none;width:14px;height:14px}.table-container::-webkit-scrollbar-thumb{border-radius:8px;border:3px solid var(--ply-bg-body);background-color:var(--ply-color-muted)}.form .btn,.form button{padding:.5625rem 1rem}.form .btn.btn-outline,.form button.btn-outline{padding:.5rem 1rem}.form .btn.btn-outline.bold,.form button.btn-outline.bold{padding:.4375rem 1rem}.form label{cursor:pointer;display:block;margin-bottom:.25rem}.form label textarea,.form label select{margin-top:.75rem;width:100%}.form textarea,.form select{border-radius:var(--ply-border-radius);display:block;width:100%;padding:.5em .75em}textarea{transition:border ease .5s}fieldset{border-radius:var(--ply-border-radius);background-color:var(--ply-bg-surface);padding:1.5rem;margin-bottom:1.5rem;border:1px solid var(--ply-border-color)}fieldset *:last-child{margin-bottom:0}input.input-error,textarea.input-error,select.input-error,.input-error{border-color:#de2c3b;box-shadow:0 0 0 2px rgba(222,44,59,.3),0 1px 2px rgba(0,0,0,.2) inset}input.input-success,textarea.input-success,select.input-success,.input-success{border-color:#1a7a32;box-shadow:0 0 0 2px rgba(26,122,50,.3),0 1px 2px rgba(0,0,0,.2) inset}input.input-gray,textarea.input-gray,select.input-gray,.input-gray{border-color:#b3b6b7;box-shadow:0 0 0 2px rgba(179,182,183,.4),0 1px 2px rgba(0,0,0,.2) inset}textarea:focus-visible{outline:none;border-color:#2575ed;box-shadow:0 0 0 2px rgba(37,117,237,.3),0 1px 2px rgba(0,0,0,.2) inset}.input-groups{display:flex !important;align-items:stretch;margin-bottom:1.5rem}.input-groups .btn:hover,.input-groups .btn:active{transform:none}.input-groups input,.input-groups textarea,.input-groups select{flex:1 1 auto;width:1%;min-width:0;display:block !important;margin-bottom:0;border-radius:var(--ply-border-radius)}.input-groups input:not(:last-child),.input-groups textarea:not(:last-child),.input-groups select:not(:last-child){border-right:none;border-radius:var(--ply-border-radius) 0 0 var(--ply-border-radius)}.input-groups input:not(:first-child),.input-groups textarea:not(:first-child),.input-groups select:not(:first-child){border-radius:0 var(--ply-border-radius) var(--ply-border-radius) 0}.input-groups input:not(:first-child,:last-child),.input-groups textarea:not(:first-child,:last-child),.input-groups select:not(:first-child,:last-child){border-radius:0}.input-groups .input-prepend{display:flex;align-items:center;background-color:var(--ply-bg-surface-alt);border:1px solid var(--ply-color-input-border);margin:0;padding:0 .75rem;color:var(--ply-color-secondary, rgba(0, 0, 0, 0.6));line-height:1.5rem;font-size:.875rem;white-space:nowrap}.input-groups .input-prepend{border-right:none;border-radius:var(--ply-border-radius) 0 0 var(--ply-border-radius)}.form select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--ply-color-input-bg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23525252' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75em center;background-size:.75em;padding:.5em 2.5em .5em .75em;font-size:1em;line-height:1.5rem;border:1px solid var(--ply-color-input-border);color:var(--ply-color-body);cursor:pointer}.form select:focus-visible{outline:none;border-color:var(--ply-color-focus, #2575ed);box-shadow:0 0 0 2px rgba(15,98,254,.3)}.form select.select-outlined,select.select-outlined{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:rgba(0,0,0,0);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23525252' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75em center;background-size:.75em;padding:.5em 2.5em .5em .75em;border:1px solid var(--ply-border-strong, #d4d4d4);border-radius:var(--ply-border-radius);color:var(--ply-color-body);font-size:1em;line-height:1.5rem;cursor:pointer;width:100%;display:block;transition:border-color .15s ease,box-shadow .15s ease}.form select.select-outlined:hover,select.select-outlined:hover{border-color:var(--ply-color-body)}.form select.select-outlined:focus-visible,select.select-outlined:focus-visible{outline:none;border-color:var(--ply-color-focus, #2575ed);box-shadow:0 0 0 1px var(--ply-color-focus, #2575ed)}nav ul{list-style:none;margin:0}.navbar{background:var(--ply-nav-bg);border-bottom:1px solid var(--ply-border-color);box-sizing:border-box}.navbar>ul{list-style:none;margin:0;display:flex;flex:0 1 auto;flex-flow:row nowrap;align-items:stretch;gap:0}.navbar a,.navbar>span{box-sizing:border-box;color:var(--ply-nav-color);display:block;font-weight:500;padding:.75rem 1.25rem;text-decoration:none;transition:background .15s ease,color .15s ease,border-color .15s ease;border-bottom:2px solid rgba(0,0,0,0);margin-bottom:-1px;white-space:nowrap}.navbar a:focus-visible,.navbar>span:focus-visible{outline:2px solid var(--ply-color-focus, #0f62fe);outline-offset:-2px}.navbar li{box-sizing:border-box;margin-right:0}.navbar li:hover a{background:var(--ply-nav-hover);color:var(--ply-nav-color);text-decoration:none}.navbar li.on a,.navbar li.on span,.navbar li.active a,.navbar li.active span{border-bottom-color:var(--ply-nav-border);background:var(--ply-nav-active-bg, transparent);text-decoration:none;cursor:default;color:var(--ply-nav-color)}.navbar-pills ul{display:flex;flex-flow:row wrap;list-style:none;margin:0;gap:2px}.navbar-pills a,.navbar-pills span{display:block;padding:.625rem 1rem;text-decoration:none;font-size:.875rem;color:var(--ply-nav-color);transition:background .15s ease}.navbar-pills a:hover{color:var(--ply-nav-color);background:var(--ply-nav-hover)}.navbar-pills a:focus-visible{outline:2px solid var(--ply-color-focus, #0f62fe);outline-offset:2px}.navbar-pills li.active a,.navbar-pills li.active span{text-decoration:none;cursor:default;color:var(--ply-nav-active-color);background:var(--ply-bg-muted)}.nav-stacked ul{list-style:none;margin:0}.nav-stacked li{margin-bottom:0}.nav-stacked a,.nav-stacked span{display:block;padding:.25rem .75rem;font-size:.875rem;border-radius:var(--ply-nav-stacked-radius, var(--ply-border-radius))}.nav-stacked a{color:var(--ply-nav-color);text-decoration:none;transition:background .15s ease,color .15s ease}.nav-stacked a:hover{color:var(--ply-nav-color);background:var(--ply-bg-muted)}.nav-stacked a:focus-visible{outline:2px solid var(--ply-color-focus, #0f62fe);outline-offset:2px}.nav-stacked li.active a,.nav-stacked li.active span{border-left:2px solid var(--ply-btn-default-bg, #0353e9);padding-left:calc(.75rem - 2px);text-decoration:none;color:var(--ply-nav-active-color)}.nav-tabs{border-bottom:2px solid var(--ply-nav-border);margin-bottom:1.5rem}.nav-tabs:after{content:"";display:table;clear:both}.nav-tabs ul{list-style:none;margin:0}.nav-tabs li{float:left;margin-right:0}.nav-tabs a,.nav-tabs span{display:block;line-height:1;padding:.75rem 1.5rem;font-size:.875rem;border:none}.nav-tabs a{color:var(--ply-color-muted);text-decoration:none;transition:background .15s ease,color .15s ease}.nav-tabs a:focus,.nav-tabs a:hover{color:var(--ply-nav-color);text-decoration:none;background-color:var(--ply-nav-hover)}.nav-tabs a:focus-visible{outline:2px solid var(--ply-color-focus, #0f62fe);outline-offset:2px}.nav-tabs li.active a,.nav-tabs span{color:var(--ply-nav-color);background:var(--ply-bg-surface);position:relative;border-bottom:2px solid var(--ply-nav-border);bottom:-2px;cursor:default;text-decoration:none}.breadcrumbs{margin-bottom:1.5rem}.breadcrumbs:after{content:"";display:table;clear:both}.breadcrumbs ul{font-size:.875rem;color:var(--ply-color-muted);list-style:none;margin:0}.breadcrumbs ul:after{content:"";display:table;clear:both}.breadcrumbs li{float:left;margin-right:5px}.breadcrumbs li+li:before{content:"/";color:var(--ply-color-muted);font-size:12px;margin:0 7px 0 5px;position:relative;top:-1px}.breadcrumbs a{color:var(--ply-nav-color);text-decoration:none}.breadcrumbs a:hover{color:var(--ply-nav-color);text-decoration:underline}.breadcrumbs a:focus-visible{outline:2px solid var(--ply-color-focus, #0f62fe);outline-offset:2px}.breadcrumbs li.active a,.breadcrumbs span,.breadcrumbs li.active a:hover{text-decoration:none;cursor:default;color:var(--ply-color-muted)}.pagination{display:flex;align-items:center;gap:.25rem;margin:0;padding:0;list-style:none}.pagination li{margin:0}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;height:2.25rem;padding:.25rem .75rem;border:1px solid var(--ply-border-color);border-radius:var(--ply-border-radius);background:var(--ply-bg-surface, #fff);color:var(--ply-color-body);text-decoration:none;font-size:.875rem;line-height:1;letter-spacing:.03em;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.pagination a:hover{background-color:var(--ply-bg-surface-alt);border-color:var(--ply-color-secondary);text-decoration:none}.pagination a:focus-visible{outline:2px solid var(--ply-color-focus, #0f62fe);outline-offset:2px}.pagination li.active a,.pagination li.active a:hover,.pagination li.active span{background-color:var(--ply-nav-color);border-color:var(--ply-nav-color);color:var(--ply-bg-surface);cursor:default}.pagination li.disabled a,.pagination li.disabled span{opacity:.4;cursor:not-allowed;pointer-events:none}.pagination li:first-child a,.pagination li:first-child span,.pagination li:last-child a,.pagination li:last-child span{border-color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.pagination li:first-child a:hover,.pagination li:last-child a:hover{background-color:var(--ply-bg-surface-alt);border-color:rgba(0,0,0,0)}.pagination li.disabled:first-child span,.pagination li.disabled:last-child span,.pagination li.disabled:first-child a,.pagination li.disabled:last-child a{color:var(--ply-color-muted);opacity:1}.btn,button.btn{transition:all 150ms ease-in-out,transform 50ms ease,background 150ms ease-in-out;display:inline-flex;vertical-align:top;align-items:center;justify-content:center;gap:var(--ply-btn-gap, 0.5em);font-family:var(--ply-font-body, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji);font-size:var(--ply-btn-font-size, 1em);font-weight:400;line-height:1.5rem;text-decoration:none;color:var(--ply-btn-secondary-color, var(--ply-color-text-inverse, #fff));-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;margin:0;border:none;border-radius:var(--ply-btn-border-radius, 2rem);box-shadow:none;cursor:pointer;background:var(--ply-btn-secondary-bg, #393939);padding:.625rem 1.5rem}.btn:hover,.btn:active,.btn:focus-visible,button.btn:hover,button.btn:active,button.btn:focus-visible{color:var(--ply-btn-secondary-color, var(--ply-color-text-inverse, #fff));background:var(--ply-btn-secondary-bg-hover, #303030)}.btn:active,button.btn:active{background:var(--ply-btn-secondary-bg-active, #2b2b2b)}.btn:hover,button.btn:hover{transform:translateY(0) scale(1.05, 1.05)}.btn:focus-visible,button.btn:focus-visible{outline:2px solid var(--ply-color-accent, #2575ed);outline-offset:2px}.btn:active,button.btn:active{transform:translateY(0) scale(0.95, 0.95)}.btn[class*=unit-],button.btn[class*=unit-]{margin:auto .5rem}.btn::-moz-focus-inner{border:0;padding:0}.btn-lg,button.btn-lg{font-size:1.125rem;padding:.875rem 2rem}.btn-sm,button.btn-sm{font-size:.875rem;padding:.375rem 1rem}.btn-xs,button.btn-xs{font-size:.75rem;padding:.25rem .75rem;vertical-align:baseline}.btn-outline,button.btn-outline{background:none;padding:.5625rem 1.5rem;border:1px solid var(--ply-color-body, #0f0f0f);color:var(--ply-color-body, #0f0f0f)}.btn-outline:hover,.btn-outline:active,.btn-outline:focus-visible,button.btn-outline:hover,button.btn-outline:active,button.btn-outline:focus-visible{background:var(--ply-color-body, #0f0f0f);border-color:var(--ply-color-body, #0f0f0f);color:var(--ply-color-text-inverse, #fff)}.btn-outline:focus-visible,button.btn-outline:focus-visible{outline:2px solid var(--ply-color-accent, #2575ed);outline-offset:2px}.btn-outline.btn-active{padding:.625rem 1.5rem}.btn-outline.bold{border-width:2px;padding:.5rem 1.5rem}.btn-active,.btn[disabled],.btn-disabled{background:var(--ply-bg-muted, #b3b6b7);color:var(--ply-color-muted, #6f6f6f);cursor:default}.btn-active:hover,.btn[disabled]:hover,.btn-disabled:hover{color:var(--ply-color-muted, #6f6f6f);background:var(--ply-bg-muted, #b3b6b7);transform:none}.btn-active{box-shadow:0 1px 3px rgba(0,0,0,.4) inset}.btn-outline.btn[disabled],.btn-outline.btn-disabled{background:none;box-shadow:none;color:var(--ply-color-muted, #6f6f6f);border:1px solid var(--ply-border-color, #e0e0e0)}.btn-outline.btn-active{background:none;color:var(--ply-color-secondary, #525252);border:none;box-shadow:0 1px 3px rgba(0,0,0,.2) inset}.btn[disabled],.btn-disabled{cursor:default;box-shadow:none}.btn-blue,button.btn-blue{background:#0f62fe;color:#fff}.btn-blue:hover,.btn-blue:active,.btn-blue:focus-visible,button.btn-blue:hover,button.btn-blue:active,button.btn-blue:focus-visible{color:#fff}.btn-blue:hover,button.btn-blue:hover{background:#0043ce}.btn-blue:active,button.btn-blue:active{background:#002d9c}.btn-red,button.btn-red{background:#da1e28;color:#fff}.btn-red:hover,.btn-red:active,.btn-red:focus-visible,button.btn-red:hover,button.btn-red:active,button.btn-red:focus-visible{color:#fff}.btn-red:hover,button.btn-red:hover{background:#ba1b23}.btn-red:active,button.btn-red:active{background:#750e13}.btn-green,button.btn-green{background:#198038;color:#fff}.btn-green:hover,.btn-green:active,.btn-green:focus-visible,button.btn-green:hover,button.btn-green:active,button.btn-green:focus-visible{color:#fff}.btn-green:hover,button.btn-green:hover{background:#0e6027}.btn-green:active,button.btn-green:active{background:#044317}.btn-yellow,button.btn-yellow{background:#f1c21b;color:#000}.btn-yellow:hover,.btn-yellow:active,.btn-yellow:focus-visible,button.btn-yellow:hover,button.btn-yellow:active,button.btn-yellow:focus-visible{color:#000}.btn-yellow:hover,button.btn-yellow:hover{background:#d2a106}.btn-yellow:active,button.btn-yellow:active{background:#b28600}.btn-black,button.btn-black{color:#fff;background:#0f0f0f}.btn-black:hover,.btn-black:active,.btn-black:focus,button.btn-black:hover,button.btn-black:active,button.btn-black:focus{color:#fff;background:#363738}.btn-black:hover,button.btn-black:hover{transform:translateY(0) scale(1.05, 1.05)}.btn-black:focus,.btn-black:active,button.btn-black:focus,button.btn-black:active{transform:translateY(0) scale(0.95, 0.95);background:hsl(210,1.8181818182%,16.568627451%);box-shadow:0 0 10px hsl(210,1.8181818182%,6.568627451%) inset}.btn-black.btn-active,button.btn-black.btn-active{box-shadow:0 1px 4px rgba(0,0,0,.7) inset}.btn-black.btn-active,.btn-black.btn-disabled,.btn-black.btn[disabled],button.btn-black.btn-active,button.btn-black.btn-disabled,button.btn-black.btn[disabled]{cursor:not-allowed;color:hsla(0,0%,100%,.5);background:#363738}.btn-black.btn-active:hover,.btn-black.btn-disabled:hover,.btn-black.btn[disabled]:hover,button.btn-black.btn-active:hover,button.btn-black.btn-disabled:hover,button.btn-black.btn[disabled]:hover{color:hsla(0,0%,100%,.5);transform:scale(1, 1)}.btn-black.btn-active:active,.btn-black.btn-active:focus,.btn-black.btn-disabled:active,.btn-black.btn-disabled:focus,.btn-black.btn[disabled]:active,.btn-black.btn[disabled]:focus,button.btn-black.btn-active:active,button.btn-black.btn-active:focus,button.btn-black.btn-disabled:active,button.btn-black.btn-disabled:focus,button.btn-black.btn[disabled]:active,button.btn-black.btn[disabled]:focus{transform:scale(1, 1);box-shadow:0 0 0}.btn-black.btn-disabled,.btn-black.btn[disabled],button.btn-black.btn-disabled,button.btn-black.btn[disabled]{background:#373737}.btn-black.btn-outline,button.btn-black.btn-outline{background:none;border-color:#0f0f0f;color:#0f0f0f}.btn-black.btn-outline:hover,button.btn-black.btn-outline:hover{color:#fff;background:#0f0f0f}.btn-black.btn-outline.btn[disabled],.btn-black.btn-outline.btn-disabled,button.btn-black.btn-outline.btn[disabled],button.btn-black.btn-outline.btn-disabled{background:none;box-shadow:none;color:rgba(15,15,15,.5);border:1px solid rgba(15,15,15,.3)}.btn-black.btn-outline.btn-active,button.btn-black.btn-outline.btn-active{background:none;color:#0f0f0f;border:none;box-shadow:0 1px 3px rgba(54,55,56,.6) inset}.btn-white,button.btn-white{color:#000;background:#fff}.btn-white:hover,.btn-white:active,.btn-white:focus,button.btn-white:hover,button.btn-white:active,button.btn-white:focus{color:#000;background:hsl(0,0%,93%)}.btn-white:hover,button.btn-white:hover{transform:translateY(0) scale(1.05, 1.05)}.btn-white:focus,.btn-white:active,button.btn-white:focus,button.btn-white:active{transform:translateY(0) scale(0.95, 0.95);background:hsl(0,0%,88%);box-shadow:0 0 10px hsl(0,0%,78%) inset}.btn-white.btn-active,button.btn-white.btn-active{box-shadow:0 1px 4px #000 inset}.btn-white.btn-active,.btn-white.btn-disabled,.btn-white.btn[disabled],button.btn-white.btn-active,button.btn-white.btn-disabled,button.btn-white.btn[disabled]{cursor:not-allowed;color:rgba(0,0,0,.5);background:hsl(0,0%,93%)}.btn-white.btn-active:hover,.btn-white.btn-disabled:hover,.btn-white.btn[disabled]:hover,button.btn-white.btn-active:hover,button.btn-white.btn-disabled:hover,button.btn-white.btn[disabled]:hover{color:rgba(0,0,0,.5);transform:scale(1, 1)}.btn-white.btn-active:active,.btn-white.btn-active:focus,.btn-white.btn-disabled:active,.btn-white.btn-disabled:focus,.btn-white.btn[disabled]:active,.btn-white.btn[disabled]:focus,button.btn-white.btn-active:active,button.btn-white.btn-active:focus,button.btn-white.btn-disabled:active,button.btn-white.btn-disabled:focus,button.btn-white.btn[disabled]:active,button.btn-white.btn[disabled]:focus{transform:scale(1, 1);box-shadow:0 0 0}.btn-white.btn-disabled,.btn-white.btn[disabled],button.btn-white.btn-disabled,button.btn-white.btn[disabled]{background:hsl(0,0%,93%)}.btn-white.btn-outline,button.btn-white.btn-outline{background:none;border-color:#fff;color:#fff}.btn-white.btn-outline:hover,button.btn-white.btn-outline:hover{color:#000;background:#fff}.btn-white.btn-outline.btn[disabled],.btn-white.btn-outline.btn-disabled,button.btn-white.btn-outline.btn[disabled],button.btn-white.btn-outline.btn-disabled{background:none;box-shadow:none;color:hsla(0,0%,100%,.5);border:1px solid hsla(0,0%,100%,.3)}.btn-white.btn-outline.btn-active,button.btn-white.btn-outline.btn-active{background:none;color:#fff;border:none;box-shadow:0 1px 3px hsla(0,0%,93%,.6) inset}.btn-white.btn-outline,button.btn-white.btn-outline{border:1px solid var(--ply-color-body, #0f0f0f);color:var(--ply-color-body, #0f0f0f)}.btn-white.btn-outline.btn-active,button.btn-white.btn-outline.btn-active{box-shadow:none;border:1px solid rgba(0,0,0,.3);padding:.5625rem 1.5rem}.btn-group{display:flex;flex-flow:row wrap;gap:.5rem}.btn-group .btn.btn-outline:not(:last-child){margin-right:-1px}.btn-group .btn,.btn-group input{margin-left:0;margin-right:1px}.btn-group .btn:last-child,.btn-group input:last-child{margin-right:0}.btn-group .btn{border-radius:0}.btn-group .btn:first-child{border-radius:calc(var(--ply-border-radius)*.5) 0 0 calc(var(--ply-border-radius)*.5)}.btn-group .btn:last-child{border-radius:0 calc(var(--ply-border-radius)*.5) calc(var(--ply-border-radius)*.5) 0}.alert{padding:.75rem 1rem;background:var(--ply-bg-surface-alt, #f7f8f8);color:var(--ply-color-body, #0f0f0f);margin-bottom:1.5rem;border-radius:var(--ply-border-radius);border-left:4px solid #b3b6b7;display:flex;align-items:flex-start;gap:.625rem}.alert .alert-content{flex:1;min-width:0}.alert .alert-dismiss{flex-shrink:0;background:none;border:none;cursor:pointer;padding:0;color:inherit;opacity:.5;transition:opacity .15s ease;line-height:1;font-size:1.25rem;min-width:2.75rem;min-height:2.75rem;display:inline-flex;align-items:center;justify-content:center;margin:-0.5rem -0.375rem -0.5rem 0;border-radius:var(--ply-border-radius)}.alert .alert-dismiss:hover{opacity:1}.alert .alert-dismiss:focus-visible{opacity:1;outline:2px solid var(--ply-color-focus, #0f62fe);outline-offset:-2px}.alert .alert-dismiss::before{content:"×"}.alert-blue{background:#edf5ff;border-left-color:#0043ce}.alert-red{background:#fff1f1;border-left-color:#da1e28}.alert-yellow{background:#fdf6dd;border-left-color:#f1c21b}.alert-green{background:#defbe6;border-left-color:#198038}.alert-black{background:#e0e0e0;border-left-color:#161616}.alert-outline{border:1px solid #b3b6b7;border-left-width:4px}.alert-outline.alert-blue{border-color:#0043ce}.alert-outline.alert-red{border-color:#da1e28}.alert-outline.alert-yellow{border-color:#f1c21b}.alert-outline.alert-green{border-color:#198038}.alert-outline.alert-black{border-color:#161616}.alert-ghost{background:rgba(0,0,0,0);border:1px solid #b3b6b7;border-left-width:4px}.alert-ghost.alert-blue{background:rgba(0,0,0,0);border-color:#0043ce}.alert-ghost.alert-red{background:rgba(0,0,0,0);border-color:#da1e28}.alert-ghost.alert-yellow{background:rgba(0,0,0,0);border-color:#f1c21b}.alert-ghost.alert-green{background:rgba(0,0,0,0);border-color:#198038}.alert-ghost.alert-black{background:rgba(0,0,0,0);border-color:#161616}.message{position:fixed;z-index:110;top:10px;right:10px;max-width:350px;border-left:none}@media(prefers-color-scheme: dark){:root:not([data-theme]) .tools-alert,:root:not([data-theme]) .alert{background:var(--ply-bg-surface-alt);color:var(--ply-color-body);border-left-color:#6f6f6f}:root:not([data-theme]) .tools-alert-blue,:root:not([data-theme]) .alert-blue{background:#001d6c;border-left-color:#4589ff}:root:not([data-theme]) .tools-alert-outline.tools-alert-blue,:root:not([data-theme]) .alert-outline.alert-blue{border-color:#4589ff}:root:not([data-theme]) .tools-alert-ghost.tools-alert-blue,:root:not([data-theme]) .alert-ghost.alert-blue{border-color:#4589ff}:root:not([data-theme]) .tools-alert-red,:root:not([data-theme]) .alert-red{background:#2d0709;border-left-color:#ff8389}:root:not([data-theme]) .tools-alert-outline.tools-alert-red,:root:not([data-theme]) .alert-outline.alert-red{border-color:#ff8389}:root:not([data-theme]) .tools-alert-ghost.tools-alert-red,:root:not([data-theme]) .alert-ghost.alert-red{border-color:#ff8389}:root:not([data-theme]) .tools-alert-yellow,:root:not([data-theme]) .alert-yellow{background:#302400;border-left-color:#f1c21b}:root:not([data-theme]) .tools-alert-outline.tools-alert-yellow,:root:not([data-theme]) .alert-outline.alert-yellow{border-color:#f1c21b}:root:not([data-theme]) .tools-alert-ghost.tools-alert-yellow,:root:not([data-theme]) .alert-ghost.alert-yellow{border-color:#f1c21b}:root:not([data-theme]) .tools-alert-green,:root:not([data-theme]) .alert-green{background:#071908;border-left-color:#42be65}:root:not([data-theme]) .tools-alert-outline.tools-alert-green,:root:not([data-theme]) .alert-outline.alert-green{border-color:#42be65}:root:not([data-theme]) .tools-alert-ghost.tools-alert-green,:root:not([data-theme]) .alert-ghost.alert-green{border-color:#42be65}:root:not([data-theme]) .tools-alert-black,:root:not([data-theme]) .alert-black{background:#262626;border-left-color:#8d8d8d}:root:not([data-theme]) .tools-alert-outline.tools-alert-black,:root:not([data-theme]) .alert-outline.alert-black{border-color:#8d8d8d}:root:not([data-theme]) .tools-alert-ghost.tools-alert-black,:root:not([data-theme]) .alert-ghost.alert-black{border-color:#8d8d8d}:root:not([data-theme]) .tools-alert-ghost,:root:not([data-theme]) .alert-ghost{background:rgba(0,0,0,0)}}[data-theme=dark] .alert{background:var(--ply-bg-surface-alt);color:var(--ply-color-body);border-left-color:#6f6f6f}[data-theme=dark] .alert-blue{background:#001d6c;border-left-color:#4589ff}[data-theme=dark] .alert-outline.alert-blue{border-color:#4589ff}[data-theme=dark] .alert-ghost.alert-blue{border-color:#4589ff}[data-theme=dark] .alert-red{background:#2d0709;border-left-color:#ff8389}[data-theme=dark] .alert-outline.alert-red{border-color:#ff8389}[data-theme=dark] .alert-ghost.alert-red{border-color:#ff8389}[data-theme=dark] .alert-yellow{background:#302400;border-left-color:#f1c21b}[data-theme=dark] .alert-outline.alert-yellow{border-color:#f1c21b}[data-theme=dark] .alert-ghost.alert-yellow{border-color:#f1c21b}[data-theme=dark] .alert-green{background:#071908;border-left-color:#42be65}[data-theme=dark] .alert-outline.alert-green{border-color:#42be65}[data-theme=dark] .alert-ghost.alert-green{border-color:#42be65}[data-theme=dark] .alert-black{background:#262626;border-left-color:#8d8d8d}[data-theme=dark] .alert-outline.alert-black{border-color:#8d8d8d}[data-theme=dark] .alert-ghost.alert-black{border-color:#8d8d8d}[data-theme=dark] .alert-ghost{background:rgba(0,0,0,0)}.label{background:var(--ply-bg-muted, #e0e3e5);font-size:.875rem;display:inline-block;line-height:1;padding:4px 7px 3px 7px;color:var(--ply-color-body, #0f0f0f);text-align:center;font-weight:normal;text-transform:uppercase}.label-black,.label-blue,.label-red,.label-green{color:#fff}.label-black{background:#0f0f0f}.label-blue{background:#2575ed}.label-red{background:#de2c3b}.label-green{background:#1a7a32}.label-yellow{background:#ffc800}.com{color:#998}.tag{color:#367ac3}.var{color:teal}@media only screen and (max-width: 767px){.blocks-mobile-50>li{flex:0 0 calc(50% - .25rem)}.blocks-mobile-33>li{flex:0 0 calc(33.333% - .3333333333rem)}}@media only screen and (max-width: 767px){.navbar{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.navbar::-webkit-scrollbar{display:none}.navbar li{float:none;text-align:left;width:auto}.navbar li{margin-left:0;margin-right:0}}.steps{display:flex;align-items:flex-start;list-style:none;margin:0 0 2.25rem;padding:0;counter-reset:step}.step{flex:1;position:relative;text-align:center;counter-increment:step}.step:not(:last-child)::after{content:"";position:absolute;top:1rem;left:calc(50% + 1.25rem);right:calc(-50% + 1.25rem);height:2px;background:var(--ply-border-color);z-index:0}.step::before{content:counter(step);display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;margin:0 auto .5rem;border-radius:50%;border:1px solid var(--ply-border-color);background:var(--ply-bg-surface, #fff);color:var(--ply-color-muted);font-size:.875rem;font-weight:600;position:relative;z-index:1;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.step.active::before{border-color:var(--ply-color-body);background:var(--ply-bg-surface, #fff);color:var(--ply-color-body)}.step.completed::before{border-color:var(--ply-border-color);background:color-mix(in srgb, #1a7a32 13%, var(--ply-bg-surface, #fff));color:#1a7a32;content:"✓"}.step.completed:not(:last-child)::after{background:var(--ply-border-color)}.step-panel{display:none}.step-panel.active{display:block}@media(prefers-reduced-motion: reduce){.step::before{transition:none}}dialog[open].dialog-layer-1{z-index:100}dialog[open].dialog-layer-2{z-index:110}dialog[open].dialog-layer-3{z-index:120}dialog::backdrop{background:var(--ply-backdrop, rgba(0, 0, 0, 0.5))}dialog.dialog-layer-2::backdrop{background:var(--ply-backdrop-nested, rgba(0, 0, 0, 0.35))}dialog.dialog-layer-3::backdrop{background:var(--ply-backdrop-nested, rgba(0, 0, 0, 0.25))}dialog[open]{animation:dialog-fade-in .15s ease}dialog[open]::backdrop{animation:dialog-backdrop-in .15s ease}@keyframes dialog-fade-in{from{opacity:0;transform:translateY(-0.5rem)}to{opacity:1;transform:translateY(0)}}@keyframes dialog-backdrop-in{from{opacity:0}to{opacity:1}}@media(prefers-reduced-motion: reduce){dialog[open],dialog[open]::backdrop{animation:none}}@container (max-width: 480px){.container-phone-unit-100{flex-basis:100%}.container-phone-unit-90{flex-basis:calc(90% - var(--units-gap, 1rem)*0.1)}.container-phone-unit-88{flex-basis:calc(87.5% - var(--units-gap, 1rem)*0.12)}.container-phone-unit-80{flex-basis:calc(80% - var(--units-gap, 1rem)*0.2)}.container-phone-unit-75{flex-basis:calc(75% - var(--units-gap, 1rem)*0.25)}.container-phone-unit-70{flex-basis:calc(70% - var(--units-gap, 1rem)*0.3)}.container-phone-unit-66{flex-basis:calc(66.6% - var(--units-gap, 1rem)*0.34)}.container-phone-unit-65{flex-basis:calc(65% - var(--units-gap, 1rem)*0.35)}.container-phone-unit-62{flex-basis:calc(62.5% - var(--units-gap, 1rem)*0.38)}.container-phone-unit-60{flex-basis:calc(60% - var(--units-gap, 1rem)*0.4)}.container-phone-unit-50{flex-basis:calc(50% - var(--units-gap, 1rem)*0.5)}.container-phone-unit-40{flex-basis:calc(40% - var(--units-gap, 1rem)*0.6)}.container-phone-unit-38{flex-basis:calc(37.5% - var(--units-gap, 1rem)*0.62)}.container-phone-unit-35{flex-basis:calc(35% - var(--units-gap, 1rem)*0.65)}.container-phone-unit-33{flex-basis:calc(33.3% - var(--units-gap, 1rem)*0.67)}.container-phone-unit-30{flex-basis:calc(30% - var(--units-gap, 1rem)*0.7)}.container-phone-unit-25{flex-basis:calc(25% - var(--units-gap, 1rem)*0.75)}.container-phone-unit-20{flex-basis:calc(20% - var(--units-gap, 1rem)*0.8)}.container-phone-unit-12{flex-basis:calc(12.5% - var(--units-gap, 1rem)*0.88)}.container-phone-unit-10{flex-basis:calc(10% - var(--units-gap, 1rem)*0.9)}.container-phone-unit-auto{flex-basis:0;flex-grow:1}}@container (max-width: 650px){.container-large-phone-unit-100{flex-basis:100%}.container-large-phone-unit-90{flex-basis:calc(90% - var(--units-gap, 1rem)*0.1)}.container-large-phone-unit-88{flex-basis:calc(87.5% - var(--units-gap, 1rem)*0.12)}.container-large-phone-unit-80{flex-basis:calc(80% - var(--units-gap, 1rem)*0.2)}.container-large-phone-unit-75{flex-basis:calc(75% - var(--units-gap, 1rem)*0.25)}.container-large-phone-unit-70{flex-basis:calc(70% - var(--units-gap, 1rem)*0.3)}.container-large-phone-unit-66{flex-basis:calc(66.6% - var(--units-gap, 1rem)*0.34)}.container-large-phone-unit-65{flex-basis:calc(65% - var(--units-gap, 1rem)*0.35)}.container-large-phone-unit-62{flex-basis:calc(62.5% - var(--units-gap, 1rem)*0.38)}.container-large-phone-unit-60{flex-basis:calc(60% - var(--units-gap, 1rem)*0.4)}.container-large-phone-unit-50{flex-basis:calc(50% - var(--units-gap, 1rem)*0.5)}.container-large-phone-unit-40{flex-basis:calc(40% - var(--units-gap, 1rem)*0.6)}.container-large-phone-unit-38{flex-basis:calc(37.5% - var(--units-gap, 1rem)*0.62)}.container-large-phone-unit-35{flex-basis:calc(35% - var(--units-gap, 1rem)*0.65)}.container-large-phone-unit-33{flex-basis:calc(33.3% - var(--units-gap, 1rem)*0.67)}.container-large-phone-unit-30{flex-basis:calc(30% - var(--units-gap, 1rem)*0.7)}.container-large-phone-unit-25{flex-basis:calc(25% - var(--units-gap, 1rem)*0.75)}.container-large-phone-unit-20{flex-basis:calc(20% - var(--units-gap, 1rem)*0.8)}.container-large-phone-unit-12{flex-basis:calc(12.5% - var(--units-gap, 1rem)*0.88)}.container-large-phone-unit-10{flex-basis:calc(10% - var(--units-gap, 1rem)*0.9)}.container-large-phone-unit-auto{flex-basis:0;flex-grow:1}}@container (max-width: 767px){.container-tablet-unit-100{flex-basis:100%}.container-tablet-unit-90{flex-basis:calc(90% - var(--units-gap, 1rem)*0.1)}.container-tablet-unit-88{flex-basis:calc(87.5% - var(--units-gap, 1rem)*0.12)}.container-tablet-unit-80{flex-basis:calc(80% - var(--units-gap, 1rem)*0.2)}.container-tablet-unit-75{flex-basis:calc(75% - var(--units-gap, 1rem)*0.25)}.container-tablet-unit-70{flex-basis:calc(70% - var(--units-gap, 1rem)*0.3)}.container-tablet-unit-66{flex-basis:calc(66.6% - var(--units-gap, 1rem)*0.34)}.container-tablet-unit-65{flex-basis:calc(65% - var(--units-gap, 1rem)*0.35)}.container-tablet-unit-62{flex-basis:calc(62.5% - var(--units-gap, 1rem)*0.38)}.container-tablet-unit-60{flex-basis:calc(60% - var(--units-gap, 1rem)*0.4)}.container-tablet-unit-50{flex-basis:calc(50% - var(--units-gap, 1rem)*0.5)}.container-tablet-unit-40{flex-basis:calc(40% - var(--units-gap, 1rem)*0.6)}.container-tablet-unit-38{flex-basis:calc(37.5% - var(--units-gap, 1rem)*0.62)}.container-tablet-unit-35{flex-basis:calc(35% - var(--units-gap, 1rem)*0.65)}.container-tablet-unit-33{flex-basis:calc(33.3% - var(--units-gap, 1rem)*0.67)}.container-tablet-unit-30{flex-basis:calc(30% - var(--units-gap, 1rem)*0.7)}.container-tablet-unit-25{flex-basis:calc(25% - var(--units-gap, 1rem)*0.75)}.container-tablet-unit-20{flex-basis:calc(20% - var(--units-gap, 1rem)*0.8)}.container-tablet-unit-12{flex-basis:calc(12.5% - var(--units-gap, 1rem)*0.88)}.container-tablet-unit-10{flex-basis:calc(10% - var(--units-gap, 1rem)*0.9)}.container-tablet-unit-auto{flex-basis:0;flex-grow:1}}@container (max-width: 1024px){.container-small-desktop-unit-100{flex-basis:100%}.container-small-desktop-unit-90{flex-basis:calc(90% - var(--units-gap, 1rem)*0.1)}.container-small-desktop-unit-88{flex-basis:calc(87.5% - var(--units-gap, 1rem)*0.12)}.container-small-desktop-unit-80{flex-basis:calc(80% - var(--units-gap, 1rem)*0.2)}.container-small-desktop-unit-75{flex-basis:calc(75% - var(--units-gap, 1rem)*0.25)}.container-small-desktop-unit-70{flex-basis:calc(70% - var(--units-gap, 1rem)*0.3)}.container-small-desktop-unit-66{flex-basis:calc(66.6% - var(--units-gap, 1rem)*0.34)}.container-small-desktop-unit-65{flex-basis:calc(65% - var(--units-gap, 1rem)*0.35)}.container-small-desktop-unit-62{flex-basis:calc(62.5% - var(--units-gap, 1rem)*0.38)}.container-small-desktop-unit-60{flex-basis:calc(60% - var(--units-gap, 1rem)*0.4)}.container-small-desktop-unit-50{flex-basis:calc(50% - var(--units-gap, 1rem)*0.5)}.container-small-desktop-unit-40{flex-basis:calc(40% - var(--units-gap, 1rem)*0.6)}.container-small-desktop-unit-38{flex-basis:calc(37.5% - var(--units-gap, 1rem)*0.62)}.container-small-desktop-unit-35{flex-basis:calc(35% - var(--units-gap, 1rem)*0.65)}.container-small-desktop-unit-33{flex-basis:calc(33.3% - var(--units-gap, 1rem)*0.67)}.container-small-desktop-unit-30{flex-basis:calc(30% - var(--units-gap, 1rem)*0.7)}.container-small-desktop-unit-25{flex-basis:calc(25% - var(--units-gap, 1rem)*0.75)}.container-small-desktop-unit-20{flex-basis:calc(20% - var(--units-gap, 1rem)*0.8)}.container-small-desktop-unit-12{flex-basis:calc(12.5% - var(--units-gap, 1rem)*0.88)}.container-small-desktop-unit-10{flex-basis:calc(10% - var(--units-gap, 1rem)*0.9)}.container-small-desktop-unit-auto{flex-basis:0;flex-grow:1}}@media print{*{text-shadow:none !important;color:#000 !important;background:rgba(0,0,0,0) !important;box-shadow:none !important;font-size:12pt}.h1,h1{font-size:36pt}.h2,h2{font-size:24pt}.h3,h3{font-size:18pt}.h4,h4{font-size:14pt}.h5,h5{font-size:12pt}.h6,h6{font-size:12pt}a,a:visited{text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre,blockquote{page-break-inside:avoid}blockquote{border:none;font-style:italic}select{background:#fff !important}}
|
package/dist/css/styles.css
CHANGED
|
@@ -24,13 +24,16 @@
|
|
|
24
24
|
--ply-color-link-hover: #0347c6;
|
|
25
25
|
--ply-color-link-hover: color-mix(in oklch, var(--ply-btn-default-bg), black 15%);
|
|
26
26
|
--ply-color-focus: #0f62fe;
|
|
27
|
-
--ply-color-field-bg:
|
|
28
|
-
--ply-color-input-border:
|
|
29
|
-
--ply-color-input-bg:
|
|
30
|
-
--ply-color-
|
|
31
|
-
--ply-color-
|
|
32
|
-
--ply-color-
|
|
33
|
-
--ply-color-
|
|
27
|
+
--ply-color-field-bg: var(--ply-bg-surface-alt);
|
|
28
|
+
--ply-color-input-border: var(--ply-border-strong);
|
|
29
|
+
--ply-color-input-bg: var(--ply-bg-surface-alt);
|
|
30
|
+
--ply-color-error: var(--ply-red-1);
|
|
31
|
+
--ply-color-success: var(--ply-green-1);
|
|
32
|
+
--ply-color-code-bg: var(--ply-bg-surface-alt);
|
|
33
|
+
--ply-color-code-border: var(--ply-border-color);
|
|
34
|
+
--ply-color-table-border: var(--ply-border-color);
|
|
35
|
+
--ply-color-table-striped: #f4f4f4;
|
|
36
|
+
--ply-color-table-stripped: var(--ply-color-table-striped);
|
|
34
37
|
--ply-color-table-hovered: #e8e8e8;
|
|
35
38
|
--ply-color-accent: #0353e9;
|
|
36
39
|
--ply-btn-default-bg: #0353e9;
|
|
@@ -45,14 +48,14 @@
|
|
|
45
48
|
--ply-btn-secondary-bg-active: color-mix(in oklch, var(--ply-btn-secondary-bg), black 25%);
|
|
46
49
|
--ply-border-radius: 0.25rem;
|
|
47
50
|
--ply-btn-border-radius: 2rem;
|
|
48
|
-
--ply-nav-bg:
|
|
49
|
-
--ply-nav-color:
|
|
50
|
-
--ply-nav-border:
|
|
51
|
+
--ply-nav-bg: var(--ply-bg-body);
|
|
52
|
+
--ply-nav-color: var(--ply-color-body);
|
|
53
|
+
--ply-nav-border: var(--ply-color-body);
|
|
51
54
|
--ply-nav-hover: #e8e8e8;
|
|
52
55
|
--ply-nav-active-color: #525252;
|
|
53
|
-
--ply-layer-0:
|
|
54
|
-
--ply-layer-1:
|
|
55
|
-
--ply-layer-2:
|
|
56
|
+
--ply-layer-0: var(--ply-bg-body);
|
|
57
|
+
--ply-layer-1: var(--ply-bg-surface-alt);
|
|
58
|
+
--ply-layer-2: var(--ply-bg-muted);
|
|
56
59
|
--ply-layer-3: #c6c6c6;
|
|
57
60
|
--ply-shadow-1: 0 1px 3px rgba(0, 0, 0, 0.08);
|
|
58
61
|
--ply-shadow-2: 0 2px 8px rgba(0, 0, 0, 0.1);
|
|
@@ -149,13 +152,8 @@
|
|
|
149
152
|
--ply-color-link-hover: #619bff;
|
|
150
153
|
--ply-color-link-hover: color-mix(in oklch, #4589ff, white 15%);
|
|
151
154
|
--ply-color-focus: #0f62fe;
|
|
152
|
-
--ply-color-
|
|
153
|
-
--ply-color-
|
|
154
|
-
--ply-color-input-bg: #262626;
|
|
155
|
-
--ply-color-code-bg: #262626;
|
|
156
|
-
--ply-color-code-border: #393939;
|
|
157
|
-
--ply-color-table-border: #393939;
|
|
158
|
-
--ply-color-table-stripped: #1c1c1c;
|
|
155
|
+
--ply-color-table-striped: #1c1c1c;
|
|
156
|
+
--ply-color-table-stripped: var(--ply-color-table-striped);
|
|
159
157
|
--ply-color-table-hovered: #353535;
|
|
160
158
|
--ply-color-accent: #4589ff;
|
|
161
159
|
--ply-btn-default-bg: #0f62fe;
|
|
@@ -171,14 +169,8 @@
|
|
|
171
169
|
--ply-btn-default-color: #fff;
|
|
172
170
|
--ply-btn-secondary-color: #161616;
|
|
173
171
|
--ply-btn-ghost-color: #4589ff;
|
|
174
|
-
--ply-nav-bg: #161616;
|
|
175
|
-
--ply-nav-color: #f4f4f4;
|
|
176
|
-
--ply-nav-border: #f4f4f4;
|
|
177
172
|
--ply-nav-hover: #353535;
|
|
178
173
|
--ply-nav-active-color: #a8a8a8;
|
|
179
|
-
--ply-layer-0: #161616;
|
|
180
|
-
--ply-layer-1: #262626;
|
|
181
|
-
--ply-layer-2: #393939;
|
|
182
174
|
--ply-layer-3: #525252;
|
|
183
175
|
--ply-shadow-1: 0 1px 3px rgba(0, 0, 0, 0.2);
|
|
184
176
|
--ply-shadow-2: 0 2px 8px rgba(0, 0, 0, 0.3);
|
|
@@ -265,13 +257,8 @@
|
|
|
265
257
|
--ply-color-link-hover: #619bff;
|
|
266
258
|
--ply-color-link-hover: color-mix(in oklch, #4589ff, white 15%);
|
|
267
259
|
--ply-color-focus: #0f62fe;
|
|
268
|
-
--ply-color-
|
|
269
|
-
--ply-color-
|
|
270
|
-
--ply-color-input-bg: #262626;
|
|
271
|
-
--ply-color-code-bg: #262626;
|
|
272
|
-
--ply-color-code-border: #393939;
|
|
273
|
-
--ply-color-table-border: #393939;
|
|
274
|
-
--ply-color-table-stripped: #1c1c1c;
|
|
260
|
+
--ply-color-table-striped: #1c1c1c;
|
|
261
|
+
--ply-color-table-stripped: var(--ply-color-table-striped);
|
|
275
262
|
--ply-color-table-hovered: #353535;
|
|
276
263
|
--ply-color-accent: #4589ff;
|
|
277
264
|
--ply-btn-default-bg: #0f62fe;
|
|
@@ -287,14 +274,8 @@
|
|
|
287
274
|
--ply-btn-default-color: #fff;
|
|
288
275
|
--ply-btn-secondary-color: #161616;
|
|
289
276
|
--ply-btn-ghost-color: #4589ff;
|
|
290
|
-
--ply-nav-bg: #161616;
|
|
291
|
-
--ply-nav-color: #f4f4f4;
|
|
292
|
-
--ply-nav-border: #f4f4f4;
|
|
293
277
|
--ply-nav-hover: #353535;
|
|
294
278
|
--ply-nav-active-color: #a8a8a8;
|
|
295
|
-
--ply-layer-0: #161616;
|
|
296
|
-
--ply-layer-1: #262626;
|
|
297
|
-
--ply-layer-2: #393939;
|
|
298
279
|
--ply-layer-3: #525252;
|
|
299
280
|
--ply-shadow-1: 0 1px 3px rgba(0, 0, 0, 0.2);
|
|
300
281
|
--ply-shadow-2: 0 2px 8px rgba(0, 0, 0, 0.3);
|
|
@@ -1233,15 +1214,15 @@ meter {
|
|
|
1233
1214
|
.req,
|
|
1234
1215
|
.required {
|
|
1235
1216
|
font-weight: normal;
|
|
1236
|
-
color: var(--ply-
|
|
1217
|
+
color: var(--ply-color-error);
|
|
1237
1218
|
}
|
|
1238
1219
|
|
|
1239
1220
|
.error {
|
|
1240
|
-
color: var(--ply-
|
|
1221
|
+
color: var(--ply-color-error);
|
|
1241
1222
|
}
|
|
1242
1223
|
|
|
1243
1224
|
.success {
|
|
1244
|
-
color: var(--ply-
|
|
1225
|
+
color: var(--ply-color-success);
|
|
1245
1226
|
}
|
|
1246
1227
|
|
|
1247
1228
|
.text-xs {
|
|
@@ -3558,8 +3539,9 @@ table.table-stroked th {
|
|
|
3558
3539
|
border-bottom: 1px solid var(--ply-color-table-border, #ccc);
|
|
3559
3540
|
}
|
|
3560
3541
|
|
|
3542
|
+
table.table-striped tbody tr:nth-child(odd) td,
|
|
3561
3543
|
table.table-stripped tbody tr:nth-child(odd) td {
|
|
3562
|
-
background: var(--ply-color-table-stripped, #f8f8f8);
|
|
3544
|
+
background: var(--ply-color-table-striped, var(--ply-color-table-stripped, #f8f8f8));
|
|
3563
3545
|
}
|
|
3564
3546
|
|
|
3565
3547
|
table.table-hovered tbody tr:hover td {
|
|
@@ -3778,16 +3760,16 @@ input.input-error,
|
|
|
3778
3760
|
textarea.input-error,
|
|
3779
3761
|
select.input-error,
|
|
3780
3762
|
.input-error {
|
|
3781
|
-
border-color:
|
|
3782
|
-
box-shadow: 0 0 0 2px
|
|
3763
|
+
border-color: var(--ply-color-error);
|
|
3764
|
+
box-shadow: 0 0 0 2px color-mix(in srgb, var(--ply-color-error) 30%, transparent), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
|
|
3783
3765
|
}
|
|
3784
3766
|
|
|
3785
3767
|
input.input-success,
|
|
3786
3768
|
textarea.input-success,
|
|
3787
3769
|
select.input-success,
|
|
3788
3770
|
.input-success {
|
|
3789
|
-
border-color:
|
|
3790
|
-
box-shadow: 0 0 0 2px
|
|
3771
|
+
border-color: var(--ply-color-success);
|
|
3772
|
+
box-shadow: 0 0 0 2px color-mix(in srgb, var(--ply-color-success) 30%, transparent), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
|
|
3791
3773
|
}
|
|
3792
3774
|
|
|
3793
3775
|
input.input-gray,
|
|
@@ -5930,69 +5912,6 @@ button.btn-white.btn-outline.btn-active {
|
|
|
5930
5912
|
color: #fff;
|
|
5931
5913
|
}
|
|
5932
5914
|
|
|
5933
|
-
/* =Dropdown
|
|
5934
|
-
-----------------------------------------------------------------------------*/
|
|
5935
|
-
.dropdown {
|
|
5936
|
-
display: none;
|
|
5937
|
-
position: absolute;
|
|
5938
|
-
z-index: 102;
|
|
5939
|
-
top: 0;
|
|
5940
|
-
right: 0;
|
|
5941
|
-
width: 250px;
|
|
5942
|
-
color: var(--ply-color-body, #0f0f0f);
|
|
5943
|
-
background: var(--ply-bg-surface, #fff);
|
|
5944
|
-
box-shadow: var(--ply-shadow-2, 0 1px 5px rgba(0, 0, 0, 0.3));
|
|
5945
|
-
overflow: auto;
|
|
5946
|
-
}
|
|
5947
|
-
.dropdown section {
|
|
5948
|
-
max-height: 250px;
|
|
5949
|
-
overflow: auto;
|
|
5950
|
-
padding: 20px;
|
|
5951
|
-
}
|
|
5952
|
-
.dropdown footer {
|
|
5953
|
-
padding: 20px;
|
|
5954
|
-
}
|
|
5955
|
-
|
|
5956
|
-
ul.dropdown {
|
|
5957
|
-
max-height: 300px;
|
|
5958
|
-
list-style: none;
|
|
5959
|
-
margin: 0;
|
|
5960
|
-
line-height: 1.5;
|
|
5961
|
-
font-size: 95%;
|
|
5962
|
-
padding: 0;
|
|
5963
|
-
}
|
|
5964
|
-
ul.dropdown a {
|
|
5965
|
-
display: block;
|
|
5966
|
-
padding: 7px 15px;
|
|
5967
|
-
text-decoration: none;
|
|
5968
|
-
color: var(--ply-color-body, #0f0f0f);
|
|
5969
|
-
}
|
|
5970
|
-
ul.dropdown a:hover {
|
|
5971
|
-
background: var(--ply-bg-surface-alt, #eee);
|
|
5972
|
-
}
|
|
5973
|
-
ul.dropdown a:focus-visible {
|
|
5974
|
-
outline: 2px solid var(--ply-color-focus, #0f62fe);
|
|
5975
|
-
outline-offset: 2px;
|
|
5976
|
-
}
|
|
5977
|
-
ul.dropdown li.divider {
|
|
5978
|
-
border-bottom: 1px solid var(--ply-border-color, #e2e2e2);
|
|
5979
|
-
}
|
|
5980
|
-
|
|
5981
|
-
.caret {
|
|
5982
|
-
display: inline-block;
|
|
5983
|
-
width: 0;
|
|
5984
|
-
height: 0;
|
|
5985
|
-
margin-left: 0.3em;
|
|
5986
|
-
vertical-align: middle;
|
|
5987
|
-
border-top: 5px solid;
|
|
5988
|
-
border-right: 5px solid transparent;
|
|
5989
|
-
border-left: 5px solid transparent;
|
|
5990
|
-
}
|
|
5991
|
-
.caret.caret-up {
|
|
5992
|
-
border-top: 0;
|
|
5993
|
-
border-bottom: 4px solid;
|
|
5994
|
-
}
|
|
5995
|
-
|
|
5996
5915
|
/* =Typeahead / Autocomplete
|
|
5997
5916
|
-----------------------------------------------------------------------------*/
|
|
5998
5917
|
.typeahead,
|
|
@@ -6559,8 +6478,8 @@ th.sortable.sort-desc::after {
|
|
|
6559
6478
|
}
|
|
6560
6479
|
.step.completed::before {
|
|
6561
6480
|
border-color: var(--ply-border-color);
|
|
6562
|
-
background: color-mix(in srgb,
|
|
6563
|
-
color:
|
|
6481
|
+
background: color-mix(in srgb, var(--ply-color-success) 13%, var(--ply-bg-surface, #fff));
|
|
6482
|
+
color: var(--ply-color-success);
|
|
6564
6483
|
content: "✓";
|
|
6565
6484
|
}
|
|
6566
6485
|
.step.completed:not(:last-child)::after {
|
|
@@ -6570,13 +6489,13 @@ th.sortable.sort-desc::after {
|
|
|
6570
6489
|
color: var(--ply-color-secondary);
|
|
6571
6490
|
}
|
|
6572
6491
|
.step.step-error::before {
|
|
6573
|
-
border-color:
|
|
6492
|
+
border-color: var(--ply-color-error);
|
|
6574
6493
|
background: transparent;
|
|
6575
|
-
color:
|
|
6494
|
+
color: var(--ply-color-error);
|
|
6576
6495
|
content: "!";
|
|
6577
6496
|
}
|
|
6578
6497
|
.step.step-error .step-label {
|
|
6579
|
-
color:
|
|
6498
|
+
color: var(--ply-color-error);
|
|
6580
6499
|
font-weight: 600;
|
|
6581
6500
|
}
|
|
6582
6501
|
|
|
@@ -7122,14 +7041,6 @@ dialog[open]::backdrop {
|
|
|
7122
7041
|
[dir=rtl] .nav-stacked ul {
|
|
7123
7042
|
padding-right: 0;
|
|
7124
7043
|
}
|
|
7125
|
-
[dir=rtl] .dropdown-menu {
|
|
7126
|
-
left: auto;
|
|
7127
|
-
right: 0;
|
|
7128
|
-
}
|
|
7129
|
-
[dir=rtl] .dropdown-menu-right {
|
|
7130
|
-
right: auto;
|
|
7131
|
-
left: 0;
|
|
7132
|
-
}
|
|
7133
7044
|
[dir=rtl] .form select {
|
|
7134
7045
|
background-position: left 0.75em center;
|
|
7135
7046
|
padding-left: 2.4975rem;
|