@covalent/components 10.3.0 → 10.4.0-beta.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/button.js +1 -1
- package/button.mjs +5 -5
- package/check-list-item.js +1 -1
- package/check-list-item.mjs +1 -1
- package/{chip-CitHXhY7.js → chip-DmwMNZYy.js} +1 -1
- package/chip-set.js +1 -1
- package/chip-set.mjs +1 -1
- package/{chip-5QP7xPTY.mjs → chip-tQfbvpbh.mjs} +1 -1
- package/chip.js +1 -1
- package/chip.mjs +1 -1
- package/icon-button-toggle.js +8 -8
- package/icon-button-toggle.mjs +6 -6
- package/icon-button.js +2 -2
- package/icon-button.mjs +18 -18
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/list-item-BIuZJQpK.mjs +11 -0
- package/list-item-V8RaZO6L.js +5 -0
- package/list-item.js +1 -1
- package/list-item.mjs +1 -1
- package/menu.js +3 -3
- package/menu.mjs +17 -17
- package/nav-list-item.js +1 -1
- package/nav-list-item.mjs +1 -1
- package/package.json +1 -1
- package/radio-list-item.js +1 -1
- package/radio-list-item.mjs +1 -1
- package/select.js +2 -2
- package/select.mjs +7 -7
- package/tab.js +1 -1
- package/tab.mjs +15 -15
- package/text-lockup/text-lockup.d.ts +1 -0
- package/text-lockup/text-lockup.d.ts.map +1 -1
- package/text-lockup.js +1 -1
- package/text-lockup.mjs +3 -2
- package/textarea.js +1 -1
- package/textarea.mjs +1 -1
- package/{textfield-CO6CFCCn.js → textfield-bHWjhOOq.js} +5 -5
- package/{textfield-WSgoABZn.mjs → textfield-i_Whj47J.mjs} +5 -5
- package/textfield.js +1 -1
- package/textfield.mjs +1 -1
- package/theme/_index.scss +8 -0
- package/theme/prebuilt/dark-theme.css +1 -1
- package/theme/prebuilt/dark-theme.css.map +1 -1
- package/theme/prebuilt/light-theme.css +1 -1
- package/theme/prebuilt/light-theme.css.map +1 -1
- package/toolbar.js +1 -1
- package/toolbar.mjs +4 -4
- package/{top-app-bar-BvXNELe9.mjs → top-app-bar-CZ5ILmAf.mjs} +1 -1
- package/{top-app-bar-Cvp1aN42.js → top-app-bar-UVbXY1md.js} +1 -1
- package/top-app-bar-fixed.js +1 -1
- package/top-app-bar-fixed.mjs +1 -1
- package/top-app-bar.js +1 -1
- package/top-app-bar.mjs +1 -1
- package/list-item-Bh5n0QpR.mjs +0 -11
- package/list-item-COi_Dg4N.js +0 -5
package/theme/_index.scss
CHANGED
@@ -4,6 +4,7 @@
|
|
4
4
|
}
|
5
5
|
}
|
6
6
|
|
7
|
+
// --- components theme mixin --- //
|
7
8
|
@mixin components-theme($theme, $typography) {
|
8
9
|
// Covalent theme tokens as css variables
|
9
10
|
@include css-variable-tokens($theme);
|
@@ -44,3 +45,10 @@
|
|
44
45
|
inverse-on-surface
|
45
46
|
)};
|
46
47
|
}
|
48
|
+
|
49
|
+
// --- button density function --- //
|
50
|
+
@function density-height($height) {
|
51
|
+
@return calc(
|
52
|
+
#{$height} + (var(--cv-density-mode, 0) * var(--cv-density-interval, 4px))
|
53
|
+
);
|
54
|
+
}
|
@@ -1 +1 @@
|
|
1
|
-
:root{--cv-theme-primary: #bac3ff;--cv-theme-primary-container: #1d2c43;--cv-theme-on-primary: #111a28;--cv-theme-secondary: #c3c5dd;--cv-theme-secondary-container: #434659;--cv-theme-on-secondary: #171a2c;--cv-theme-on-secondary-container: #dfe1f9;--cv-theme-tertiary: #ff5f02;--cv-theme-tertiary-container: #c25d33;--cv-theme-on-tertiary: #612e1a;--cv-theme-on-tertiary-container: #fef1ec;--cv-theme-surface: #1e1d1e;--cv-theme-surface-dim: #161616;--cv-theme-surface-bright: #4a4a4d;--cv-theme-surface-container-lowest: #2c2b2d;--cv-theme-surface-container-low: #323134;--cv-theme-surface-container: #38383b;--cv-theme-surface-container-high: #3e3e41;--cv-theme-surface-container-highest: #444447;--cv-theme-on-surface: #ebe8ec;--cv-theme-on-surface-variant: #d5d3d8;--cv-theme-inverse-surface: #ebe8ec;--cv-theme-inverse-on-surface: #3e3e41;--cv-theme-negative: #fd7d69;--cv-theme-negative-container: #65322a;--cv-theme-on-negative: #331915;--cv-theme-on-negative-container: #ffac9f;--cv-theme-positive: #91d890;--cv-theme-positive-container: #224b22;--cv-theme-on-positive: #112611;--cv-theme-on-positive-container: #91d890;--cv-theme-caution: #ffcd9e;--cv-theme-caution-container: #66492f;--cv-theme-on-caution: #66492f;--cv-theme-on-caution-container: #ffcd9e;--cv-theme-outline: #8f8e97;--cv-theme-outline-variant: #3e3e41;--cv-theme-shadow: #000000;--cv-theme-scrim: rgba(0, 0, 0, 0.32);--cv-theme-primary-fixed: #dde1ff;--cv-theme-primary-fixed-dim: #bac3ff;--cv-theme-secondary-fixed: #dfe1f9;--cv-theme-secondary-fixed-dim: #c3c5dd;--cv-theme-tertiary-fixed: #f79e79;--cv-theme-tertiary-fixed-dim: #f37440;--cv-theme-primary-8: rgba(186, 195, 255, 0.08);--cv-theme-primary-12: rgba(186, 195, 255, 0.12);--cv-theme-on-surface-8: rgba(235, 232, 236, 0.08);--cv-theme-on-surface-12: rgba(235, 232, 236, 0.12);--cv-theme-on-primary-container: #dde1ff;--cv-theme-inverse-primary: #3053f4;--cv-theme-on-surface-38: rgba(235, 232, 236, 0.38);--cv-theme-on-surface-16: rgba(235, 232, 236, 0.16);--cv-theme-on-primary-12: rgba(17, 26, 40, 0.12);--cv-theme-on-primary-8: rgba(17, 26, 40, 0.08);--cv-theme-primary-16: rgba(186, 195, 255, 0.16);--cv-theme-on-surface-variant-8: rgba(213, 211, 216, 0.08);--cv-theme-on-tertiary-container-8: rgba(254, 241, 236, 0.08);--cv-theme-on-tertiary-container-12: rgba(254, 241, 236, 0.12);--cv-theme-on-primary-container-12: rgba(221, 225, 255, 0.12);--cv-theme-on-surface-variant-12: rgba(213, 211, 216, 0.12);--cv-theme-on-secondary-container-8: rgba(91, 93, 114, 0.08);--cv-theme-on-secondary-container-16: rgba(97, 99, 120, 0.16);--cv-theme-outline-8: rgba(143, 142, 151, 0.08);--cv-theme-outline-12: rgba(143, 142, 151, 0.12);--cv-theme-outline-16: rgba(143, 142, 151, 0.16);--cv-theme-surface-variant: #000000;--cv-theme-emphasis: #cc809c;--cv-theme-emphasis-container: #66404e;--cv-theme-on-emphasis: #191013;--cv-theme-on-emphasis-container: #ffd9e7;--cv-theme-positive-16: rgba(145, 216, 144, 0.16);--cv-theme-caution-16: rgba(255, 183, 117, 0.16);--cv-theme-negative-12: rgba(253, 125, 105, 0.12);--cv-theme-on-secondary-container-12: rgba(91, 93, 114, 0.12);--cv-theme-on-primary-16: rgba(17, 26, 40, 0.16);--cv-theme-on-primary-container-8: rgba(221, 225, 255, 0.08);--cv-theme-on-primary-container-16: rgba(221, 225, 255, 0.16);--cv-theme-on-secondary-8: rgba(23, 26, 44, 0.08);--cv-theme-on-secondary-12: rgba(23, 26, 44, 0.12);--cv-theme-on-secondary-16: rgba(23, 26, 44, 0.16);--cv-theme-on-tertiary-8: rgba(97, 46, 26, 0.08);--cv-theme-on-tertiary-12: rgba(97, 46, 26, 0.12);--cv-theme-on-tertiary-16: rgba(97, 46, 26, 0.16);--cv-theme-on-tertiary-container-16: rgba(254, 241, 236, 0.16);--cv-theme-on-surface-variant-16: rgba(213, 211, 216, 0.16);--cv-theme-negative-8: rgba(253, 125, 105, 0.08);--cv-theme-negative-16: rgba(253, 125, 105, 0.16);--cv-theme-positive-12: rgba(145, 216, 144, 0.12);--cv-theme-positive-8: rgba(145, 216, 144, 0.08);--cv-theme-on-positive-8: rgba(17, 38, 17, 0.08);--cv-theme-on-positive-12: rgba(17, 38, 17, 0.12);--cv-theme-on-positive-16: rgba(17, 38, 17, 0.16);--cv-theme-on-positive-container-8: rgba(145, 216, 144, 0.08);--cv-theme-on-positive-container-12: rgba(145, 216, 144, 0.12);--cv-theme-on-positive-container-16: rgba(145, 216, 144, 0.16);--cv-theme-caution-12: rgba(255, 183, 117, 0.12);--cv-theme-caution-8: rgba(255, 183, 117, 0.08);--cv-theme-on-caution-8: rgba(102, 73, 47, 0.08);--cv-theme-on-caution-12: rgba(102, 73, 47, 0.12);--cv-theme-on-caution-16: rgba(102, 73, 47, 0.16);--cv-theme-on-negative-8: rgba(51, 25, 21, 0.08);--cv-theme-on-negative-12: rgba(51, 25, 21, 0.12);--cv-theme-on-negative-16: rgba(51, 25, 21, 0.16);--cv-theme-on-caution-container-8: rgba(25, 18, 12, 0.08);--cv-theme-on-caution-container-12: rgba(25, 18, 12, 0.12);--cv-theme-on-caution-container-16: rgba(25, 18, 12, 0.16);--cv-theme-emphasis-8: rgba(204, 128, 156, 0.08);--cv-theme-emphasis-12: rgba(204, 128, 156, 0.12);--cv-theme-emphasis-16: rgba(204, 128, 156, 0.16);--cv-theme-on-emphasis-8: rgba(25, 16, 19, 0.08);--cv-theme-on-emphasis-12: rgba(25, 16, 19, 0.12);--cv-theme-on-emphasis-16: rgba(25, 16, 19, 0.16);--cv-theme-on-emphasis-container-8: rgba(255, 217, 231, 0.08);--cv-theme-on-emphasis-container-12: rgba(255, 217, 231, 0.12);--cv-theme-on-emphasis-container-16: rgba(255, 217, 231, 0.16);--cv-theme-inverse-on-surface-12: rgba(62, 62, 65, 0.12);--cv-theme-inverse-primary-12: rgba(48, 83, 244, 0.12);--cv-theme-inverse-on-surface-8: rgba(62, 62, 65, 0.08);--cv-theme-inverse-primary-8: rgba(48, 83, 244, 0.08);--cv-theme-inverse-primary-16: rgba(48, 83, 244, 0.16);--cv-theme-inverse-on-surface-16: rgba(62, 62, 65, 0.16);--cv-theme-on-primary-74: rgba(17, 26, 40, 0.74);--cv-theme-on-surface-74: rgba(235, 232, 236, 0.74);--cv-theme-tertiary-8: rgba(255, 95, 2, 0.08);--cv-theme-tertiary-12: rgba(255, 95, 2, 0.12);--cv-theme-tertiary-16: rgba(255, 95, 2, 0.16);--cv-theme-secondary-8: rgba(195, 197, 221, 0.08);--cv-theme-secondary-12: rgba(195, 197, 221, 0.12);--cv-theme-secondary-16: rgba(195, 197, 221, 0.16);--cv-theme-on-secondary-74: rgba(23, 26, 44, 0.74);--cv-theme-inverse-secondary: #5b5d72;--cv-theme-inverse-secondary-8: rgba(97, 99, 120, 0.08);--cv-theme-inverse-secondary-12: rgba(97, 99, 120, 0.12);--cv-theme-inverse-secondary-16: rgba(97, 99, 120, 0.16);--cv-theme-on-tertiary-74: rgba(97, 46, 26, 0.74);--cv-theme-inverse-tertiary: #612e1a;--cv-theme-inverse-tertiary-8: rgba(255, 95, 2, 0.08);--cv-theme-inverse-tertiary-12: rgba(255, 95, 2, 0.12);--cv-theme-inverse-tertiary-16: rgba(255, 95, 2, 0.16);--cv-theme-on-negative-container-8: rgba(255, 172, 159, 0.08);--cv-theme-on-negative-container-12: rgba(255, 172, 159, 0.12);--cv-theme-on-negative-container-16: rgba(255, 172, 159, 0.16);--cv-theme-on-surface-4: rgba(235, 232, 236, 0.04);--cv-theme-on-surface-variant-4: rgba(213, 211, 216, 0.04);--cv-theme-inverse-on-surface-4: rgba(62, 62, 65, 0.04);--cv-theme-primary-4: rgba(186, 195, 255, 0.04);--cv-theme-on-primary-4: rgba(17, 26, 40, 0.04);--cv-theme-on-primary-container-4: rgba(221, 225, 255, 0.04);--cv-theme-inverse-primary-4: rgba(48, 83, 244, 0.04);--cv-theme-secondary-4: rgba(195, 197, 221, 0.04);--cv-theme-on-secondary-4: rgba(23, 26, 44, 0.04);--cv-theme-on-secondary-container-4: rgba(91, 93, 114, 0.04);--cv-theme-inverse-secondary-4: rgba(97, 99, 120, 0.04);--cv-theme-tertiary-4: rgba(255, 95, 2, 0.04);--cv-theme-on-tertiary-4: rgba(97, 46, 26, 0.04);--cv-theme-on-tertiary-container-4: rgba(254, 241, 236, 0.04);--cv-theme-inverse-tertiary-4: rgba(255, 95, 2, 0.04);--cv-theme-negative-4: rgba(253, 125, 105, 0.04);--cv-theme-on-negative-4: rgba(51, 25, 21, 0.04);--cv-theme-on-negative-container-4: rgba(255, 172, 159, 0.04);--cv-theme-positive-4: rgba(145, 216, 144, 0.04);--cv-theme-on-positive-4: rgba(17, 38, 17, 0.04);--cv-theme-on-positive-container-4: rgba(145, 216, 144, 0.04);--cv-theme-caution-4: rgba(255, 183, 117, 0.04);--cv-theme-on-caution-4: rgba(102, 73, 47, 0.04);--cv-theme-on-caution-container-4: rgba(25, 18, 12, 0.04);--cv-theme-emphasis-4: rgba(204, 128, 156, 0.04);--cv-theme-on-emphasis-4: rgba(25, 16, 19, 0.04);--cv-theme-on-emphasis-container-4: rgba(255, 217, 231, 0.04);--cv-theme-on-surface-20: rgba(235, 232, 236, 0.2);--cv-theme-primary-20: rgba(186, 195, 255, 0.2);--cv-theme-negative-20: rgba(253, 125, 105, 0.2);--cv-theme-positive-20: rgba(145, 216, 144, 0.2);--cv-theme-caution-20: rgba(255, 183, 117, 0.2);--cv-theme-emphasis-20: rgba(204, 128, 156, 0.2);--cv-theme-primary-24: rgba(186, 195, 255, 0.24);--cv-theme-negative-24: rgba(253, 125, 105, 0.24);--cv-theme-positive-24: rgba(145, 216, 144, 0.24);--cv-theme-caution-24: rgba(255, 183, 117, 0.24);--cv-theme-emphasis-24: rgba(204, 128, 156, 0.24);--cv-theme-background: #1e1d1e;--cv-theme-surface-variant-8: rgba(0, 0, 0, 0.08);--cv-theme-surface-variant-12: rgba(0, 0, 0, 0.12);--cv-theme-surface-variant-16: rgba(0, 0, 0, 0.16);--cv-theme-logo: #ffffff;--cv-theme-on-surface-variant-38: rgba(213, 211, 216, 0.38);--cv-theme-on-primary-38: rgba(17, 26, 40, 0.38);--cv-theme-on-secondary-38: rgba(23, 26, 44, 0.38);--cv-theme-on-secondary-container-38: rgba(97, 99, 120, 0.38);--cv-theme-on-secondary-container-74: rgba(97, 99, 120, 0.74);--cv-theme-on-tertiary-38: rgba(97, 46, 26, 0.38);--cv-theme-on-tertiary-container-38: rgba(254, 241, 236, 0.38);--cv-theme-on-tertiary-container-74: rgba(254, 241, 236, 0.74);--cv-theme-inverse-tertiary-38: rgba(255, 95, 2, 0.38);--cv-theme-inverse-tertiary-74: rgba(255, 95, 2, 0.74);--cv-theme-negative-38: rgba(253, 125, 105, 0.38);--cv-theme-negative-74: rgba(253, 125, 105, 0.74);--cv-theme-on-negative-38: rgba(51, 25, 21, 0.38);--cv-theme-on-negative-74: rgba(51, 25, 21, 0.74);--cv-theme-on-negative-container-38: rgba(255, 172, 159, 0.38);--cv-theme-on-negative-container-74: rgba(255, 172, 159, 0.74);--cv-theme-positive-38: rgba(145, 216, 144, 0.38);--cv-theme-positive-74: rgba(145, 216, 144, 0.74);--cv-theme-on-positive-38: rgba(17, 38, 17, 0.38);--cv-theme-on-positive-74: rgba(17, 38, 17, 0.74);--cv-theme-on-positive-container-38: rgba(145, 216, 144, 0.38);--cv-theme-on-positive-container-74: rgba(145, 216, 144, 0.74);--cv-theme-caution-38: rgba(255, 183, 117, 0.38);--cv-theme-caution-74: rgba(255, 183, 117, 0.74);--cv-theme-on-caution-38: rgba(102, 73, 47, 0.38);--cv-theme-on-caution-74: rgba(102, 73, 47, 0.74);--cv-theme-on-caution-container-38: rgba(25, 18, 12, 0.38);--cv-theme-on-caution-container-74: rgba(25, 18, 12, 0.74);--cv-theme-emphasis-38: rgba(204, 128, 156, 0.38);--cv-theme-emphasis-74: rgba(204, 128, 156, 0.74);--cv-theme-on-emphasis-38: rgba(25, 16, 19, 0.38);--cv-theme-on-emphasis-74: rgba(25, 16, 19, 0.74);--cv-theme-on-emphasis-container-38: rgba(255, 217, 231, 0.38);--cv-theme-on-emphasis-container-74: rgba(255, 217, 231, 0.74);--cv-theme-on-primary-container-38: rgba(221, 225, 255, 0.38);--cv-theme-on-primary-container-74: rgba(221, 225, 255, 0.74);--cv-theme-primary-38: rgba(186, 195, 255, 0.38);--cv-theme-primary-74: rgba(186, 195, 255, 0.74);--cv-theme-brand: #ff5f02;--cv-theme-code-snippet-color: #abb2bf;--cv-theme-code-snippet-comment: #5c6370;--cv-theme-code-snippet-keyword: #c678dd;--cv-theme-code-snippet-selector: #e06c75;--cv-theme-code-snippet-literal: #56b6c2;--cv-theme-code-snippet-string: #98c379;--cv-theme-code-snippet-variable: #d19a66;--cv-theme-code-snippet-title: #61aeee;--cv-theme-code-snippet-class: #e6c07b;--cv-theme-error: #fd7d69;--cv-theme-on-background: #ebe8ec;--cv-theme-on-error: #331915;--cv-theme-divider: #3e3e41;--cv-theme-accent: #bac3ff;--cv-theme-surface-canvas: #38383b;--cv-theme-surface-primary: #1d2c43;--cv-theme-surface-primary-highlight: rgba(186, 195, 255, 0.08);--cv-theme-surface-primary-highlight-hover: rgba(186, 195, 255, 0.08);--cv-theme-surface-accent: #1d2c43;--cv-theme-surface-accent-highlight: rgba(186, 195, 255, 0.08);--cv-theme-surface-accent-highlight-hover: rgba(186, 195, 255, 0.08);--cv-theme-surface-secondary: #434659;--cv-theme-surface-secondary-highlight: rgba(195, 197, 221, 0.08);--cv-theme-surface-secondary-highlight-hover: rgba(195, 197, 221, 0.08);--cv-theme-surface-positive: #224b22;--cv-theme-surface-positive-highlight: rgba(145, 216, 144, 0.08);--cv-theme-surface-positive-highlight-hover: rgba(145, 216, 144, 0.08);--cv-theme-surface-caution: #66492f;--cv-theme-surface-caution-highlight: rgba(255, 183, 117, 0.08);--cv-theme-surface-caution-highlight-hover: rgba(255, 183, 117, 0.08);--cv-theme-surface-negative: #65322a;--cv-theme-surface-negative-highlight: rgba(253, 125, 105, 0.08);--cv-theme-surface-negative-highlight-hover: rgba(253, 125, 105, 0.08);--cv-theme-surface-neutral: #f3f5f9;--cv-theme-surface-neutral-highlight: rgba(243, 245, 249, 0.04);--cv-theme-surface-neutral-highlight-hover: rgba(243, 245, 249, 0.08);--cv-theme-surface-emphasis: #66404e;--cv-theme-surface-emphasis-highlight: rgba(204, 128, 156, 0.08);--cv-theme-surface-emphasis-highlight-hover: rgba(204, 128, 156, 0.08);--cv-theme-text-primary-on-background: #ebe8ec;--cv-theme-text-secondary-on-background: #d5d3d8;--cv-theme-text-hint-on-background: #d5d3d8;--cv-theme-text-disabled-on-background: rgba(235, 232, 236, 0.38);--cv-theme-text-icon-on-background: #d5d3d8;--cv-theme-text-logo-on-background: #ffffff;--cv-theme-text-primary-on-light: #00233c;--cv-theme-text-secondary-on-light: #59627b;--cv-theme-text-hint-on-light: #59627b;--cv-theme-text-disabled-on-light: rgba(0, 35, 60, 0.38);--cv-theme-text-icon-on-light: #59627b;--cv-theme-text-primary-on-dark: #ebe8ec;--cv-theme-text-secondary-on-dark: #d5d3d8;--cv-theme-text-hint-on-dark: #d5d3d8;--cv-theme-text-disabled-on-dark: rgba(235, 232, 236, 0.38);--cv-theme-text-icon-on-dark: #d5d3d8;--cv-typography-font-family: Arial, sans-serif;--cv-typography-headline1-font-family: Inter, sans-serif;--cv-typography-headline1-font-size: 96px;--cv-typography-headline1-font-weight: 500;--cv-typography-headline1-line-height: 112px;--cv-typography-headline2-font-family: Inter, sans-serif;--cv-typography-headline2-font-size: 60px;--cv-typography-headline2-font-weight: 600;--cv-typography-headline2-line-height: 84px;--cv-typography-headline3-font-family: Inter, sans-serif;--cv-typography-headline3-font-size: 48px;--cv-typography-headline3-font-weight: 600;--cv-typography-headline3-line-height: 64px;--cv-typography-headline4-font-family: Inter, sans-serif;--cv-typography-headline4-font-size: 34px;--cv-typography-headline4-font-weight: 700;--cv-typography-headline4-line-height: 48px;--cv-typography-headline5-font-family: Inter, sans-serif;--cv-typography-headline5-font-size: 24px;--cv-typography-headline5-font-weight: 700;--cv-typography-headline5-line-height: 36px;--cv-typography-headline6-font-family: Inter, sans-serif;--cv-typography-headline6-font-size: 20px;--cv-typography-headline6-font-weight: 700;--cv-typography-headline6-line-height: 28px;--cv-typography-subtitle1-font-family: Inter, sans-serif;--cv-typography-subtitle1-font-size: 14px;--cv-typography-subtitle1-font-weight: 600;--cv-typography-subtitle1-line-height: 20px;--cv-typography-subtitle2-font-family: Inter, sans-serif;--cv-typography-subtitle2-font-size: 16px;--cv-typography-subtitle2-font-weight: 600;--cv-typography-subtitle2-line-height: 24px;--cv-typography-body1-font-family: Arial, sans-serif;--cv-typography-body1-font-size: 16px;--cv-typography-body1-font-weight: 400;--cv-typography-body1-line-height: 24px;--cv-typography-body2-font-family: Arial, sans-serif;--cv-typography-body2-font-size: 14px;--cv-typography-body2-font-weight: 400;--cv-typography-body2-line-height: 20px;--cv-typography-button-font-family: Inter, sans-serif;--cv-typography-button-font-size: 14px;--cv-typography-button-font-weight: 600;--cv-typography-button-line-height: 16px;--cv-typography-caption-font-family: Arial, sans-serif;--cv-typography-caption-font-size: 12px;--cv-typography-caption-font-weight: 400;--cv-typography-caption-line-height: 16px;--cv-typography-code-font-family: Menlo;--cv-typography-code-font-size: 12px;--cv-typography-code-font-weight: 400;--cv-typography-code-line-height: 20px;--mdc-theme-primary: #bac3ff;--mdc-theme-primary-container: #1d2c43;--mdc-theme-on-primary: #111a28;--mdc-theme-secondary: #c3c5dd;--mdc-theme-secondary-container: #434659;--mdc-theme-on-secondary: #171a2c;--mdc-theme-on-secondary-container: #dfe1f9;--mdc-theme-tertiary: #ff5f02;--mdc-theme-tertiary-container: #c25d33;--mdc-theme-on-tertiary: #612e1a;--mdc-theme-on-tertiary-container: #fef1ec;--mdc-theme-surface: #1e1d1e;--mdc-theme-surface-dim: #161616;--mdc-theme-surface-bright: #4a4a4d;--mdc-theme-surface-container-lowest: #2c2b2d;--mdc-theme-surface-container-low: #323134;--mdc-theme-surface-container: #38383b;--mdc-theme-surface-container-high: #3e3e41;--mdc-theme-surface-container-highest: #444447;--mdc-theme-on-surface: #ebe8ec;--mdc-theme-on-surface-variant: #d5d3d8;--mdc-theme-inverse-surface: #ebe8ec;--mdc-theme-inverse-on-surface: #3e3e41;--mdc-theme-negative: #fd7d69;--mdc-theme-negative-container: #65322a;--mdc-theme-on-negative: #331915;--mdc-theme-on-negative-container: #ffac9f;--mdc-theme-positive: #91d890;--mdc-theme-positive-container: #224b22;--mdc-theme-on-positive: #112611;--mdc-theme-on-positive-container: #91d890;--mdc-theme-caution: #ffcd9e;--mdc-theme-caution-container: #66492f;--mdc-theme-on-caution: #66492f;--mdc-theme-on-caution-container: #ffcd9e;--mdc-theme-outline: #8f8e97;--mdc-theme-outline-variant: #3e3e41;--mdc-theme-shadow: #000000;--mdc-theme-scrim: rgba(0, 0, 0, 0.32);--mdc-theme-primary-fixed: #dde1ff;--mdc-theme-primary-fixed-dim: #bac3ff;--mdc-theme-secondary-fixed: #dfe1f9;--mdc-theme-secondary-fixed-dim: #c3c5dd;--mdc-theme-tertiary-fixed: #f79e79;--mdc-theme-tertiary-fixed-dim: #f37440;--mdc-theme-primary-8: rgba(186, 195, 255, 0.08);--mdc-theme-primary-12: rgba(186, 195, 255, 0.12);--mdc-theme-on-surface-8: rgba(235, 232, 236, 0.08);--mdc-theme-on-surface-12: rgba(235, 232, 236, 0.12);--mdc-theme-on-primary-container: #dde1ff;--mdc-theme-inverse-primary: #3053f4;--mdc-theme-on-surface-38: rgba(235, 232, 236, 0.38);--mdc-theme-on-surface-16: rgba(235, 232, 236, 0.16);--mdc-theme-on-primary-12: rgba(17, 26, 40, 0.12);--mdc-theme-on-primary-8: rgba(17, 26, 40, 0.08);--mdc-theme-primary-16: rgba(186, 195, 255, 0.16);--mdc-theme-on-surface-variant-8: rgba(213, 211, 216, 0.08);--mdc-theme-on-tertiary-container-8: rgba(254, 241, 236, 0.08);--mdc-theme-on-tertiary-container-12: rgba(254, 241, 236, 0.12);--mdc-theme-on-primary-container-12: rgba(221, 225, 255, 0.12);--mdc-theme-on-surface-variant-12: rgba(213, 211, 216, 0.12);--mdc-theme-on-secondary-container-8: rgba(91, 93, 114, 0.08);--mdc-theme-on-secondary-container-16: rgba(97, 99, 120, 0.16);--mdc-theme-outline-8: rgba(143, 142, 151, 0.08);--mdc-theme-outline-12: rgba(143, 142, 151, 0.12);--mdc-theme-outline-16: rgba(143, 142, 151, 0.16);--mdc-theme-surface-variant: #000000;--mdc-theme-emphasis: #cc809c;--mdc-theme-emphasis-container: #66404e;--mdc-theme-on-emphasis: #191013;--mdc-theme-on-emphasis-container: #ffd9e7;--mdc-theme-positive-16: rgba(145, 216, 144, 0.16);--mdc-theme-caution-16: rgba(255, 183, 117, 0.16);--mdc-theme-negative-12: rgba(253, 125, 105, 0.12);--mdc-theme-on-secondary-container-12: rgba(91, 93, 114, 0.12);--mdc-theme-on-primary-16: rgba(17, 26, 40, 0.16);--mdc-theme-on-primary-container-8: rgba(221, 225, 255, 0.08);--mdc-theme-on-primary-container-16: rgba(221, 225, 255, 0.16);--mdc-theme-on-secondary-8: rgba(23, 26, 44, 0.08);--mdc-theme-on-secondary-12: rgba(23, 26, 44, 0.12);--mdc-theme-on-secondary-16: rgba(23, 26, 44, 0.16);--mdc-theme-on-tertiary-8: rgba(97, 46, 26, 0.08);--mdc-theme-on-tertiary-12: rgba(97, 46, 26, 0.12);--mdc-theme-on-tertiary-16: rgba(97, 46, 26, 0.16);--mdc-theme-on-tertiary-container-16: rgba(254, 241, 236, 0.16);--mdc-theme-on-surface-variant-16: rgba(213, 211, 216, 0.16);--mdc-theme-negative-8: rgba(253, 125, 105, 0.08);--mdc-theme-negative-16: rgba(253, 125, 105, 0.16);--mdc-theme-positive-12: rgba(145, 216, 144, 0.12);--mdc-theme-positive-8: rgba(145, 216, 144, 0.08);--mdc-theme-on-positive-8: rgba(17, 38, 17, 0.08);--mdc-theme-on-positive-12: rgba(17, 38, 17, 0.12);--mdc-theme-on-positive-16: rgba(17, 38, 17, 0.16);--mdc-theme-on-positive-container-8: rgba(145, 216, 144, 0.08);--mdc-theme-on-positive-container-12: rgba(145, 216, 144, 0.12);--mdc-theme-on-positive-container-16: rgba(145, 216, 144, 0.16);--mdc-theme-caution-12: rgba(255, 183, 117, 0.12);--mdc-theme-caution-8: rgba(255, 183, 117, 0.08);--mdc-theme-on-caution-8: rgba(102, 73, 47, 0.08);--mdc-theme-on-caution-12: rgba(102, 73, 47, 0.12);--mdc-theme-on-caution-16: rgba(102, 73, 47, 0.16);--mdc-theme-on-negative-8: rgba(51, 25, 21, 0.08);--mdc-theme-on-negative-12: rgba(51, 25, 21, 0.12);--mdc-theme-on-negative-16: rgba(51, 25, 21, 0.16);--mdc-theme-on-caution-container-8: rgba(25, 18, 12, 0.08);--mdc-theme-on-caution-container-12: rgba(25, 18, 12, 0.12);--mdc-theme-on-caution-container-16: rgba(25, 18, 12, 0.16);--mdc-theme-emphasis-8: rgba(204, 128, 156, 0.08);--mdc-theme-emphasis-12: rgba(204, 128, 156, 0.12);--mdc-theme-emphasis-16: rgba(204, 128, 156, 0.16);--mdc-theme-on-emphasis-8: rgba(25, 16, 19, 0.08);--mdc-theme-on-emphasis-12: rgba(25, 16, 19, 0.12);--mdc-theme-on-emphasis-16: rgba(25, 16, 19, 0.16);--mdc-theme-on-emphasis-container-8: rgba(255, 217, 231, 0.08);--mdc-theme-on-emphasis-container-12: rgba(255, 217, 231, 0.12);--mdc-theme-on-emphasis-container-16: rgba(255, 217, 231, 0.16);--mdc-theme-inverse-on-surface-12: rgba(62, 62, 65, 0.12);--mdc-theme-inverse-primary-12: rgba(48, 83, 244, 0.12);--mdc-theme-inverse-on-surface-8: rgba(62, 62, 65, 0.08);--mdc-theme-inverse-primary-8: rgba(48, 83, 244, 0.08);--mdc-theme-inverse-primary-16: rgba(48, 83, 244, 0.16);--mdc-theme-inverse-on-surface-16: rgba(62, 62, 65, 0.16);--mdc-theme-on-primary-74: rgba(17, 26, 40, 0.74);--mdc-theme-on-surface-74: rgba(235, 232, 236, 0.74);--mdc-theme-tertiary-8: rgba(255, 95, 2, 0.08);--mdc-theme-tertiary-12: rgba(255, 95, 2, 0.12);--mdc-theme-tertiary-16: rgba(255, 95, 2, 0.16);--mdc-theme-secondary-8: rgba(195, 197, 221, 0.08);--mdc-theme-secondary-12: rgba(195, 197, 221, 0.12);--mdc-theme-secondary-16: rgba(195, 197, 221, 0.16);--mdc-theme-on-secondary-74: rgba(23, 26, 44, 0.74);--mdc-theme-inverse-secondary: #5b5d72;--mdc-theme-inverse-secondary-8: rgba(97, 99, 120, 0.08);--mdc-theme-inverse-secondary-12: rgba(97, 99, 120, 0.12);--mdc-theme-inverse-secondary-16: rgba(97, 99, 120, 0.16);--mdc-theme-on-tertiary-74: rgba(97, 46, 26, 0.74);--mdc-theme-inverse-tertiary: #612e1a;--mdc-theme-inverse-tertiary-8: rgba(255, 95, 2, 0.08);--mdc-theme-inverse-tertiary-12: rgba(255, 95, 2, 0.12);--mdc-theme-inverse-tertiary-16: rgba(255, 95, 2, 0.16);--mdc-theme-on-negative-container-8: rgba(255, 172, 159, 0.08);--mdc-theme-on-negative-container-12: rgba(255, 172, 159, 0.12);--mdc-theme-on-negative-container-16: rgba(255, 172, 159, 0.16);--mdc-theme-on-surface-4: rgba(235, 232, 236, 0.04);--mdc-theme-on-surface-variant-4: rgba(213, 211, 216, 0.04);--mdc-theme-inverse-on-surface-4: rgba(62, 62, 65, 0.04);--mdc-theme-primary-4: rgba(186, 195, 255, 0.04);--mdc-theme-on-primary-4: rgba(17, 26, 40, 0.04);--mdc-theme-on-primary-container-4: rgba(221, 225, 255, 0.04);--mdc-theme-inverse-primary-4: rgba(48, 83, 244, 0.04);--mdc-theme-secondary-4: rgba(195, 197, 221, 0.04);--mdc-theme-on-secondary-4: rgba(23, 26, 44, 0.04);--mdc-theme-on-secondary-container-4: rgba(91, 93, 114, 0.04);--mdc-theme-inverse-secondary-4: rgba(97, 99, 120, 0.04);--mdc-theme-tertiary-4: rgba(255, 95, 2, 0.04);--mdc-theme-on-tertiary-4: rgba(97, 46, 26, 0.04);--mdc-theme-on-tertiary-container-4: rgba(254, 241, 236, 0.04);--mdc-theme-inverse-tertiary-4: rgba(255, 95, 2, 0.04);--mdc-theme-negative-4: rgba(253, 125, 105, 0.04);--mdc-theme-on-negative-4: rgba(51, 25, 21, 0.04);--mdc-theme-on-negative-container-4: rgba(255, 172, 159, 0.04);--mdc-theme-positive-4: rgba(145, 216, 144, 0.04);--mdc-theme-on-positive-4: rgba(17, 38, 17, 0.04);--mdc-theme-on-positive-container-4: rgba(145, 216, 144, 0.04);--mdc-theme-caution-4: rgba(255, 183, 117, 0.04);--mdc-theme-on-caution-4: rgba(102, 73, 47, 0.04);--mdc-theme-on-caution-container-4: rgba(25, 18, 12, 0.04);--mdc-theme-emphasis-4: rgba(204, 128, 156, 0.04);--mdc-theme-on-emphasis-4: rgba(25, 16, 19, 0.04);--mdc-theme-on-emphasis-container-4: rgba(255, 217, 231, 0.04);--mdc-theme-on-surface-20: rgba(235, 232, 236, 0.2);--mdc-theme-primary-20: rgba(186, 195, 255, 0.2);--mdc-theme-negative-20: rgba(253, 125, 105, 0.2);--mdc-theme-positive-20: rgba(145, 216, 144, 0.2);--mdc-theme-caution-20: rgba(255, 183, 117, 0.2);--mdc-theme-emphasis-20: rgba(204, 128, 156, 0.2);--mdc-theme-primary-24: rgba(186, 195, 255, 0.24);--mdc-theme-negative-24: rgba(253, 125, 105, 0.24);--mdc-theme-positive-24: rgba(145, 216, 144, 0.24);--mdc-theme-caution-24: rgba(255, 183, 117, 0.24);--mdc-theme-emphasis-24: rgba(204, 128, 156, 0.24);--mdc-theme-background: #1e1d1e;--mdc-theme-surface-variant-8: rgba(0, 0, 0, 0.08);--mdc-theme-surface-variant-12: rgba(0, 0, 0, 0.12);--mdc-theme-surface-variant-16: rgba(0, 0, 0, 0.16);--mdc-theme-logo: #ffffff;--mdc-theme-on-surface-variant-38: rgba(213, 211, 216, 0.38);--mdc-theme-on-primary-38: rgba(17, 26, 40, 0.38);--mdc-theme-on-secondary-38: rgba(23, 26, 44, 0.38);--mdc-theme-on-secondary-container-38: rgba(97, 99, 120, 0.38);--mdc-theme-on-secondary-container-74: rgba(97, 99, 120, 0.74);--mdc-theme-on-tertiary-38: rgba(97, 46, 26, 0.38);--mdc-theme-on-tertiary-container-38: rgba(254, 241, 236, 0.38);--mdc-theme-on-tertiary-container-74: rgba(254, 241, 236, 0.74);--mdc-theme-inverse-tertiary-38: rgba(255, 95, 2, 0.38);--mdc-theme-inverse-tertiary-74: rgba(255, 95, 2, 0.74);--mdc-theme-negative-38: rgba(253, 125, 105, 0.38);--mdc-theme-negative-74: rgba(253, 125, 105, 0.74);--mdc-theme-on-negative-38: rgba(51, 25, 21, 0.38);--mdc-theme-on-negative-74: rgba(51, 25, 21, 0.74);--mdc-theme-on-negative-container-38: rgba(255, 172, 159, 0.38);--mdc-theme-on-negative-container-74: rgba(255, 172, 159, 0.74);--mdc-theme-positive-38: rgba(145, 216, 144, 0.38);--mdc-theme-positive-74: rgba(145, 216, 144, 0.74);--mdc-theme-on-positive-38: rgba(17, 38, 17, 0.38);--mdc-theme-on-positive-74: rgba(17, 38, 17, 0.74);--mdc-theme-on-positive-container-38: rgba(145, 216, 144, 0.38);--mdc-theme-on-positive-container-74: rgba(145, 216, 144, 0.74);--mdc-theme-caution-38: rgba(255, 183, 117, 0.38);--mdc-theme-caution-74: rgba(255, 183, 117, 0.74);--mdc-theme-on-caution-38: rgba(102, 73, 47, 0.38);--mdc-theme-on-caution-74: rgba(102, 73, 47, 0.74);--mdc-theme-on-caution-container-38: rgba(25, 18, 12, 0.38);--mdc-theme-on-caution-container-74: rgba(25, 18, 12, 0.74);--mdc-theme-emphasis-38: rgba(204, 128, 156, 0.38);--mdc-theme-emphasis-74: rgba(204, 128, 156, 0.74);--mdc-theme-on-emphasis-38: rgba(25, 16, 19, 0.38);--mdc-theme-on-emphasis-74: rgba(25, 16, 19, 0.74);--mdc-theme-on-emphasis-container-38: rgba(255, 217, 231, 0.38);--mdc-theme-on-emphasis-container-74: rgba(255, 217, 231, 0.74);--mdc-theme-on-primary-container-38: rgba(221, 225, 255, 0.38);--mdc-theme-on-primary-container-74: rgba(221, 225, 255, 0.74);--mdc-theme-primary-38: rgba(186, 195, 255, 0.38);--mdc-theme-primary-74: rgba(186, 195, 255, 0.74);--mdc-theme-brand: #ff5f02;--mdc-theme-code-snippet-color: #abb2bf;--mdc-theme-code-snippet-comment: #5c6370;--mdc-theme-code-snippet-keyword: #c678dd;--mdc-theme-code-snippet-selector: #e06c75;--mdc-theme-code-snippet-literal: #56b6c2;--mdc-theme-code-snippet-string: #98c379;--mdc-theme-code-snippet-variable: #d19a66;--mdc-theme-code-snippet-title: #61aeee;--mdc-theme-code-snippet-class: #e6c07b;--mdc-theme-error: #fd7d69;--mdc-theme-on-background: #ebe8ec;--mdc-theme-on-error: #331915;--mdc-theme-divider: #3e3e41;--mdc-theme-accent: #bac3ff;--mdc-theme-surface-canvas: #38383b;--mdc-theme-surface-primary: #1d2c43;--mdc-theme-surface-primary-highlight: rgba(186, 195, 255, 0.08);--mdc-theme-surface-primary-highlight-hover: rgba(186, 195, 255, 0.08);--mdc-theme-surface-accent: #1d2c43;--mdc-theme-surface-accent-highlight: rgba(186, 195, 255, 0.08);--mdc-theme-surface-accent-highlight-hover: rgba(186, 195, 255, 0.08);--mdc-theme-surface-secondary: #434659;--mdc-theme-surface-secondary-highlight: rgba(195, 197, 221, 0.08);--mdc-theme-surface-secondary-highlight-hover: rgba(195, 197, 221, 0.08);--mdc-theme-surface-positive: #224b22;--mdc-theme-surface-positive-highlight: rgba(145, 216, 144, 0.08);--mdc-theme-surface-positive-highlight-hover: rgba(145, 216, 144, 0.08);--mdc-theme-surface-caution: #66492f;--mdc-theme-surface-caution-highlight: rgba(255, 183, 117, 0.08);--mdc-theme-surface-caution-highlight-hover: rgba(255, 183, 117, 0.08);--mdc-theme-surface-negative: #65322a;--mdc-theme-surface-negative-highlight: rgba(253, 125, 105, 0.08);--mdc-theme-surface-negative-highlight-hover: rgba(253, 125, 105, 0.08);--mdc-theme-surface-neutral: #f3f5f9;--mdc-theme-surface-neutral-highlight: rgba(243, 245, 249, 0.04);--mdc-theme-surface-neutral-highlight-hover: rgba(243, 245, 249, 0.08);--mdc-theme-surface-emphasis: #66404e;--mdc-theme-surface-emphasis-highlight: rgba(204, 128, 156, 0.08);--mdc-theme-surface-emphasis-highlight-hover: rgba(204, 128, 156, 0.08);--mdc-theme-text-primary-on-background: #ebe8ec;--mdc-theme-text-secondary-on-background: #d5d3d8;--mdc-theme-text-hint-on-background: #d5d3d8;--mdc-theme-text-disabled-on-background: rgba(235, 232, 236, 0.38);--mdc-theme-text-icon-on-background: #d5d3d8;--mdc-theme-text-logo-on-background: #ffffff;--mdc-theme-text-primary-on-light: #00233c;--mdc-theme-text-secondary-on-light: #59627b;--mdc-theme-text-hint-on-light: #59627b;--mdc-theme-text-disabled-on-light: rgba(0, 35, 60, 0.38);--mdc-theme-text-icon-on-light: #59627b;--mdc-theme-text-primary-on-dark: #ebe8ec;--mdc-theme-text-secondary-on-dark: #d5d3d8;--mdc-theme-text-hint-on-dark: #d5d3d8;--mdc-theme-text-disabled-on-dark: rgba(235, 232, 236, 0.38);--mdc-theme-text-icon-on-dark: #d5d3d8;--mdc-typography-font-family: Arial, sans-serif;--mdc-typography-headline1-font-family: Inter, sans-serif;--mdc-typography-headline1-font-size: 96px;--mdc-typography-headline1-font-weight: 500;--mdc-typography-headline1-line-height: 112px;--mdc-typography-headline2-font-family: Inter, sans-serif;--mdc-typography-headline2-font-size: 60px;--mdc-typography-headline2-font-weight: 600;--mdc-typography-headline2-line-height: 84px;--mdc-typography-headline3-font-family: Inter, sans-serif;--mdc-typography-headline3-font-size: 48px;--mdc-typography-headline3-font-weight: 600;--mdc-typography-headline3-line-height: 64px;--mdc-typography-headline4-font-family: Inter, sans-serif;--mdc-typography-headline4-font-size: 34px;--mdc-typography-headline4-font-weight: 700;--mdc-typography-headline4-line-height: 48px;--mdc-typography-headline5-font-family: Inter, sans-serif;--mdc-typography-headline5-font-size: 24px;--mdc-typography-headline5-font-weight: 700;--mdc-typography-headline5-line-height: 36px;--mdc-typography-headline6-font-family: Inter, sans-serif;--mdc-typography-headline6-font-size: 20px;--mdc-typography-headline6-font-weight: 700;--mdc-typography-headline6-line-height: 28px;--mdc-typography-subtitle1-font-family: Inter, sans-serif;--mdc-typography-subtitle1-font-size: 14px;--mdc-typography-subtitle1-font-weight: 600;--mdc-typography-subtitle1-line-height: 20px;--mdc-typography-subtitle2-font-family: Inter, sans-serif;--mdc-typography-subtitle2-font-size: 16px;--mdc-typography-subtitle2-font-weight: 600;--mdc-typography-subtitle2-line-height: 24px;--mdc-typography-body1-font-family: Arial, sans-serif;--mdc-typography-body1-font-size: 16px;--mdc-typography-body1-font-weight: 400;--mdc-typography-body1-line-height: 24px;--mdc-typography-body2-font-family: Arial, sans-serif;--mdc-typography-body2-font-size: 14px;--mdc-typography-body2-font-weight: 400;--mdc-typography-body2-line-height: 20px;--mdc-typography-button-font-family: Inter, sans-serif;--mdc-typography-button-font-size: 14px;--mdc-typography-button-font-weight: 600;--mdc-typography-button-line-height: 16px;--mdc-typography-caption-font-family: Arial, sans-serif;--mdc-typography-caption-font-size: 12px;--mdc-typography-caption-font-weight: 400;--mdc-typography-caption-line-height: 16px;--mdc-typography-code-font-family: Menlo;--mdc-typography-code-font-size: 12px;--mdc-typography-code-font-weight: 400;--mdc-typography-code-line-height: 20px;--mdc-theme-border: #3e3e41;--mdc-theme-surface-accent: #1d2c43;--mdc-theme-surface-accent-highlight: rgba(186, 195, 255, 0.08);--mdc-theme-surface-accent-highlight-hover: rgba(186, 195, 255, 0.08);--mdc-typography-button-letter-spacing: 0;--mdc-icon-font: "Material Symbols Outlined";--mdc-ripple-color: #ebe8ec;--mdc-shape-small: 8px;--mdc-shape-medium: 8px;--mdc-plain-tooltip-container-color: #ebe8ec;--mdc-plain-tooltip-supporting-text-color: #3e3e41;border-width:0;border-style:solid}:root .mdc-data-table__sort-icon-button{color:#d5d3d8}:root .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::before,:root .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::after{background-color:#d5d3d8;background-color:var(--mdc-ripple-color, #d5d3d8)}:root .mdc-data-table__sort-icon-button:hover .mdc-icon-button__ripple::before,:root .mdc-data-table__sort-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}:root .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,:root .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}:root .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after{transition:opacity 150ms linear}:root .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}:root .mdc-data-table__sort-icon-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button{color:#d5d3d8}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::before,:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::after{background-color:#d5d3d8;background-color:var(--mdc-ripple-color, #d5d3d8)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:hover .mdc-icon-button__ripple::before,:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after{transition:opacity 150ms linear}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}:root .mdc-data-table__row--selected{background-color:rgba(243, 245, 249, 0.04)}:root .mdc-data-table__row:not(.mdc-data-table__row--selected):hover{background-color:rgba(243, 245, 249, 0.08)}:root .mdc-data-table__header-cell{color:#ebe8ec}:root .mdc-data-table__pagination-total,:root .mdc-data-table__pagination-rows-per-page-label,:root .mdc-data-table__cell{color:#ebe8ec}:root .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,:root .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,:root .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:#3e3e41}:root .mdc-data-table__cell,:root .mdc-data-table__header-cell{border-bottom-color:#3e3e41}:root .mdc-data-table__pagination{border-top-color:#3e3e41}:root .mdc-data-table{width:100%;border-width:0;white-space:normal}:root .mdc-data-table__header-cell{font-family:var(--mdc-typography-font-family);font-size:var(--mdc-typography-body2-font-size);font-weight:600;line-height:var(--mdc-typography-body2-line-height)}:root .mdc-data-table__sort-icon-button{font-size:1rem}/*# sourceMappingURL=dark-theme.css.map */
|
1
|
+
:root{--cv-theme-primary: #bac3ff;--cv-theme-primary-container: #1d2c43;--cv-theme-on-primary: #111a28;--cv-theme-secondary: #c3c5dd;--cv-theme-secondary-container: #434659;--cv-theme-on-secondary: #171a2c;--cv-theme-on-secondary-container: #dfe1f9;--cv-theme-tertiary: #ff5f02;--cv-theme-tertiary-container: #c25d33;--cv-theme-on-tertiary: #612e1a;--cv-theme-on-tertiary-container: #fef1ec;--cv-theme-surface: #1e1d1e;--cv-theme-surface-dim: #161616;--cv-theme-surface-bright: #4a4a4d;--cv-theme-surface-container-lowest: #2c2b2d;--cv-theme-surface-container-low: #323134;--cv-theme-surface-container: #38383b;--cv-theme-surface-container-high: #3e3e41;--cv-theme-surface-container-highest: #444447;--cv-theme-on-surface: #ebe8ec;--cv-theme-on-surface-variant: #d5d3d8;--cv-theme-inverse-surface: #ebe8ec;--cv-theme-inverse-on-surface: #3e3e41;--cv-theme-negative: #fd7d69;--cv-theme-negative-container: #65322a;--cv-theme-on-negative: #331915;--cv-theme-on-negative-container: #ffac9f;--cv-theme-positive: #91d890;--cv-theme-positive-container: #224b22;--cv-theme-on-positive: #112611;--cv-theme-on-positive-container: #91d890;--cv-theme-caution: #ffcd9e;--cv-theme-caution-container: #66492f;--cv-theme-on-caution: #66492f;--cv-theme-on-caution-container: #ffcd9e;--cv-theme-outline: #8f8e97;--cv-theme-outline-variant: #3e3e41;--cv-theme-shadow: #000000;--cv-theme-scrim: rgba(0, 0, 0, 0.32);--cv-theme-primary-fixed: #dde1ff;--cv-theme-primary-fixed-dim: #bac3ff;--cv-theme-secondary-fixed: #dfe1f9;--cv-theme-secondary-fixed-dim: #c3c5dd;--cv-theme-tertiary-fixed: #f79e79;--cv-theme-tertiary-fixed-dim: #f37440;--cv-theme-primary-8: rgba(186, 195, 255, 0.08);--cv-theme-primary-12: rgba(186, 195, 255, 0.12);--cv-theme-on-surface-8: rgba(235, 232, 236, 0.08);--cv-theme-on-surface-12: rgba(235, 232, 236, 0.12);--cv-theme-on-primary-container: #dde1ff;--cv-theme-inverse-primary: #3053f4;--cv-theme-on-surface-38: rgba(235, 232, 236, 0.38);--cv-theme-on-surface-16: rgba(235, 232, 236, 0.16);--cv-theme-on-primary-12: rgba(17, 26, 40, 0.12);--cv-theme-on-primary-8: rgba(17, 26, 40, 0.08);--cv-theme-primary-16: rgba(186, 195, 255, 0.16);--cv-theme-on-surface-variant-8: rgba(213, 211, 216, 0.08);--cv-theme-on-tertiary-container-8: rgba(254, 241, 236, 0.08);--cv-theme-on-tertiary-container-12: rgba(254, 241, 236, 0.12);--cv-theme-on-primary-container-12: rgba(221, 225, 255, 0.12);--cv-theme-on-surface-variant-12: rgba(213, 211, 216, 0.12);--cv-theme-on-secondary-container-8: rgba(91, 93, 114, 0.08);--cv-theme-on-secondary-container-16: rgba(97, 99, 120, 0.16);--cv-theme-outline-8: rgba(143, 142, 151, 0.08);--cv-theme-outline-12: rgba(143, 142, 151, 0.12);--cv-theme-outline-16: rgba(143, 142, 151, 0.16);--cv-theme-surface-variant: #000000;--cv-theme-emphasis: #cc809c;--cv-theme-emphasis-container: #66404e;--cv-theme-on-emphasis: #191013;--cv-theme-on-emphasis-container: #ffd9e7;--cv-theme-positive-16: rgba(145, 216, 144, 0.16);--cv-theme-caution-16: rgba(255, 183, 117, 0.16);--cv-theme-negative-12: rgba(253, 125, 105, 0.12);--cv-theme-on-secondary-container-12: rgba(91, 93, 114, 0.12);--cv-theme-on-primary-16: rgba(17, 26, 40, 0.16);--cv-theme-on-primary-container-8: rgba(221, 225, 255, 0.08);--cv-theme-on-primary-container-16: rgba(221, 225, 255, 0.16);--cv-theme-on-secondary-8: rgba(23, 26, 44, 0.08);--cv-theme-on-secondary-12: rgba(23, 26, 44, 0.12);--cv-theme-on-secondary-16: rgba(23, 26, 44, 0.16);--cv-theme-on-tertiary-8: rgba(97, 46, 26, 0.08);--cv-theme-on-tertiary-12: rgba(97, 46, 26, 0.12);--cv-theme-on-tertiary-16: rgba(97, 46, 26, 0.16);--cv-theme-on-tertiary-container-16: rgba(254, 241, 236, 0.16);--cv-theme-on-surface-variant-16: rgba(213, 211, 216, 0.16);--cv-theme-negative-8: rgba(253, 125, 105, 0.08);--cv-theme-negative-16: rgba(253, 125, 105, 0.16);--cv-theme-positive-12: rgba(145, 216, 144, 0.12);--cv-theme-positive-8: rgba(145, 216, 144, 0.08);--cv-theme-on-positive-8: rgba(17, 38, 17, 0.08);--cv-theme-on-positive-12: rgba(17, 38, 17, 0.12);--cv-theme-on-positive-16: rgba(17, 38, 17, 0.16);--cv-theme-on-positive-container-8: rgba(145, 216, 144, 0.08);--cv-theme-on-positive-container-12: rgba(145, 216, 144, 0.12);--cv-theme-on-positive-container-16: rgba(145, 216, 144, 0.16);--cv-theme-caution-12: rgba(255, 183, 117, 0.12);--cv-theme-caution-8: rgba(255, 183, 117, 0.08);--cv-theme-on-caution-8: rgba(102, 73, 47, 0.08);--cv-theme-on-caution-12: rgba(102, 73, 47, 0.12);--cv-theme-on-caution-16: rgba(102, 73, 47, 0.16);--cv-theme-on-negative-8: rgba(51, 25, 21, 0.08);--cv-theme-on-negative-12: rgba(51, 25, 21, 0.12);--cv-theme-on-negative-16: rgba(51, 25, 21, 0.16);--cv-theme-on-caution-container-8: rgba(25, 18, 12, 0.08);--cv-theme-on-caution-container-12: rgba(25, 18, 12, 0.12);--cv-theme-on-caution-container-16: rgba(25, 18, 12, 0.16);--cv-theme-emphasis-8: rgba(204, 128, 156, 0.08);--cv-theme-emphasis-12: rgba(204, 128, 156, 0.12);--cv-theme-emphasis-16: rgba(204, 128, 156, 0.16);--cv-theme-on-emphasis-8: rgba(25, 16, 19, 0.08);--cv-theme-on-emphasis-12: rgba(25, 16, 19, 0.12);--cv-theme-on-emphasis-16: rgba(25, 16, 19, 0.16);--cv-theme-on-emphasis-container-8: rgba(255, 217, 231, 0.08);--cv-theme-on-emphasis-container-12: rgba(255, 217, 231, 0.12);--cv-theme-on-emphasis-container-16: rgba(255, 217, 231, 0.16);--cv-theme-inverse-on-surface-12: rgba(62, 62, 65, 0.12);--cv-theme-inverse-primary-12: rgba(48, 83, 244, 0.12);--cv-theme-inverse-on-surface-8: rgba(62, 62, 65, 0.08);--cv-theme-inverse-primary-8: rgba(48, 83, 244, 0.08);--cv-theme-inverse-primary-16: rgba(48, 83, 244, 0.16);--cv-theme-inverse-on-surface-16: rgba(62, 62, 65, 0.16);--cv-theme-on-primary-74: rgba(17, 26, 40, 0.74);--cv-theme-on-surface-74: rgba(235, 232, 236, 0.74);--cv-theme-tertiary-8: rgba(255, 95, 2, 0.08);--cv-theme-tertiary-12: rgba(255, 95, 2, 0.12);--cv-theme-tertiary-16: rgba(255, 95, 2, 0.16);--cv-theme-secondary-8: rgba(195, 197, 221, 0.08);--cv-theme-secondary-12: rgba(195, 197, 221, 0.12);--cv-theme-secondary-16: rgba(195, 197, 221, 0.16);--cv-theme-on-secondary-74: rgba(23, 26, 44, 0.74);--cv-theme-inverse-secondary: #5b5d72;--cv-theme-inverse-secondary-8: rgba(97, 99, 120, 0.08);--cv-theme-inverse-secondary-12: rgba(97, 99, 120, 0.12);--cv-theme-inverse-secondary-16: rgba(97, 99, 120, 0.16);--cv-theme-on-tertiary-74: rgba(97, 46, 26, 0.74);--cv-theme-inverse-tertiary: #612e1a;--cv-theme-inverse-tertiary-8: rgba(255, 95, 2, 0.08);--cv-theme-inverse-tertiary-12: rgba(255, 95, 2, 0.12);--cv-theme-inverse-tertiary-16: rgba(255, 95, 2, 0.16);--cv-theme-on-negative-container-8: rgba(255, 172, 159, 0.08);--cv-theme-on-negative-container-12: rgba(255, 172, 159, 0.12);--cv-theme-on-negative-container-16: rgba(255, 172, 159, 0.16);--cv-theme-on-surface-4: rgba(235, 232, 236, 0.04);--cv-theme-on-surface-variant-4: rgba(213, 211, 216, 0.04);--cv-theme-inverse-on-surface-4: rgba(62, 62, 65, 0.04);--cv-theme-primary-4: rgba(186, 195, 255, 0.04);--cv-theme-on-primary-4: rgba(17, 26, 40, 0.04);--cv-theme-on-primary-container-4: rgba(221, 225, 255, 0.04);--cv-theme-inverse-primary-4: rgba(48, 83, 244, 0.04);--cv-theme-secondary-4: rgba(195, 197, 221, 0.04);--cv-theme-on-secondary-4: rgba(23, 26, 44, 0.04);--cv-theme-on-secondary-container-4: rgba(91, 93, 114, 0.04);--cv-theme-inverse-secondary-4: rgba(97, 99, 120, 0.04);--cv-theme-tertiary-4: rgba(255, 95, 2, 0.04);--cv-theme-on-tertiary-4: rgba(97, 46, 26, 0.04);--cv-theme-on-tertiary-container-4: rgba(254, 241, 236, 0.04);--cv-theme-inverse-tertiary-4: rgba(255, 95, 2, 0.04);--cv-theme-negative-4: rgba(253, 125, 105, 0.04);--cv-theme-on-negative-4: rgba(51, 25, 21, 0.04);--cv-theme-on-negative-container-4: rgba(255, 172, 159, 0.04);--cv-theme-positive-4: rgba(145, 216, 144, 0.04);--cv-theme-on-positive-4: rgba(17, 38, 17, 0.04);--cv-theme-on-positive-container-4: rgba(145, 216, 144, 0.04);--cv-theme-caution-4: rgba(255, 183, 117, 0.04);--cv-theme-on-caution-4: rgba(102, 73, 47, 0.04);--cv-theme-on-caution-container-4: rgba(25, 18, 12, 0.04);--cv-theme-emphasis-4: rgba(204, 128, 156, 0.04);--cv-theme-on-emphasis-4: rgba(25, 16, 19, 0.04);--cv-theme-on-emphasis-container-4: rgba(255, 217, 231, 0.04);--cv-theme-on-surface-20: rgba(235, 232, 236, 0.2);--cv-theme-primary-20: rgba(186, 195, 255, 0.2);--cv-theme-negative-20: rgba(253, 125, 105, 0.2);--cv-theme-positive-20: rgba(145, 216, 144, 0.2);--cv-theme-caution-20: rgba(255, 183, 117, 0.2);--cv-theme-emphasis-20: rgba(204, 128, 156, 0.2);--cv-theme-primary-24: rgba(186, 195, 255, 0.24);--cv-theme-negative-24: rgba(253, 125, 105, 0.24);--cv-theme-positive-24: rgba(145, 216, 144, 0.24);--cv-theme-caution-24: rgba(255, 183, 117, 0.24);--cv-theme-emphasis-24: rgba(204, 128, 156, 0.24);--cv-theme-background: #1e1d1e;--cv-theme-surface-variant-8: rgba(0, 0, 0, 0.08);--cv-theme-surface-variant-12: rgba(0, 0, 0, 0.12);--cv-theme-surface-variant-16: rgba(0, 0, 0, 0.16);--cv-theme-logo: #ffffff;--cv-theme-on-surface-variant-38: rgba(213, 211, 216, 0.38);--cv-theme-on-primary-38: rgba(17, 26, 40, 0.38);--cv-theme-on-secondary-38: rgba(23, 26, 44, 0.38);--cv-theme-on-secondary-container-38: rgba(97, 99, 120, 0.38);--cv-theme-on-secondary-container-74: rgba(97, 99, 120, 0.74);--cv-theme-on-tertiary-38: rgba(97, 46, 26, 0.38);--cv-theme-on-tertiary-container-38: rgba(254, 241, 236, 0.38);--cv-theme-on-tertiary-container-74: rgba(254, 241, 236, 0.74);--cv-theme-inverse-tertiary-38: rgba(255, 95, 2, 0.38);--cv-theme-inverse-tertiary-74: rgba(255, 95, 2, 0.74);--cv-theme-negative-38: rgba(253, 125, 105, 0.38);--cv-theme-negative-74: rgba(253, 125, 105, 0.74);--cv-theme-on-negative-38: rgba(51, 25, 21, 0.38);--cv-theme-on-negative-74: rgba(51, 25, 21, 0.74);--cv-theme-on-negative-container-38: rgba(255, 172, 159, 0.38);--cv-theme-on-negative-container-74: rgba(255, 172, 159, 0.74);--cv-theme-positive-38: rgba(145, 216, 144, 0.38);--cv-theme-positive-74: rgba(145, 216, 144, 0.74);--cv-theme-on-positive-38: rgba(17, 38, 17, 0.38);--cv-theme-on-positive-74: rgba(17, 38, 17, 0.74);--cv-theme-on-positive-container-38: rgba(145, 216, 144, 0.38);--cv-theme-on-positive-container-74: rgba(145, 216, 144, 0.74);--cv-theme-caution-38: rgba(255, 183, 117, 0.38);--cv-theme-caution-74: rgba(255, 183, 117, 0.74);--cv-theme-on-caution-38: rgba(102, 73, 47, 0.38);--cv-theme-on-caution-74: rgba(102, 73, 47, 0.74);--cv-theme-on-caution-container-38: rgba(25, 18, 12, 0.38);--cv-theme-on-caution-container-74: rgba(25, 18, 12, 0.74);--cv-theme-emphasis-38: rgba(204, 128, 156, 0.38);--cv-theme-emphasis-74: rgba(204, 128, 156, 0.74);--cv-theme-on-emphasis-38: rgba(25, 16, 19, 0.38);--cv-theme-on-emphasis-74: rgba(25, 16, 19, 0.74);--cv-theme-on-emphasis-container-38: rgba(255, 217, 231, 0.38);--cv-theme-on-emphasis-container-74: rgba(255, 217, 231, 0.74);--cv-theme-on-primary-container-38: rgba(221, 225, 255, 0.38);--cv-theme-on-primary-container-74: rgba(221, 225, 255, 0.74);--cv-theme-primary-38: rgba(186, 195, 255, 0.38);--cv-theme-primary-74: rgba(186, 195, 255, 0.74);--cv-theme-brand: #ff5f02;--cv-theme-code-snippet-color: #abb2bf;--cv-theme-code-snippet-comment: #5c6370;--cv-theme-code-snippet-keyword: #c678dd;--cv-theme-code-snippet-selector: #e06c75;--cv-theme-code-snippet-literal: #56b6c2;--cv-theme-code-snippet-string: #98c379;--cv-theme-code-snippet-variable: #d19a66;--cv-theme-code-snippet-title: #61aeee;--cv-theme-code-snippet-class: #e6c07b;--cv-theme-error: #fd7d69;--cv-theme-on-background: #ebe8ec;--cv-theme-on-error: #331915;--cv-theme-divider: #3e3e41;--cv-theme-accent: #bac3ff;--cv-theme-surface-canvas: #38383b;--cv-theme-surface-primary: #1d2c43;--cv-theme-surface-primary-highlight: rgba(186, 195, 255, 0.08);--cv-theme-surface-primary-highlight-hover: rgba(186, 195, 255, 0.08);--cv-theme-surface-accent: #1d2c43;--cv-theme-surface-accent-highlight: rgba(186, 195, 255, 0.08);--cv-theme-surface-accent-highlight-hover: rgba(186, 195, 255, 0.08);--cv-theme-surface-secondary: #434659;--cv-theme-surface-secondary-highlight: rgba(195, 197, 221, 0.08);--cv-theme-surface-secondary-highlight-hover: rgba(195, 197, 221, 0.08);--cv-theme-surface-positive: #224b22;--cv-theme-surface-positive-highlight: rgba(145, 216, 144, 0.08);--cv-theme-surface-positive-highlight-hover: rgba(145, 216, 144, 0.08);--cv-theme-surface-caution: #66492f;--cv-theme-surface-caution-highlight: rgba(255, 183, 117, 0.08);--cv-theme-surface-caution-highlight-hover: rgba(255, 183, 117, 0.08);--cv-theme-surface-negative: #65322a;--cv-theme-surface-negative-highlight: rgba(253, 125, 105, 0.08);--cv-theme-surface-negative-highlight-hover: rgba(253, 125, 105, 0.08);--cv-theme-surface-neutral: #f3f5f9;--cv-theme-surface-neutral-highlight: rgba(243, 245, 249, 0.04);--cv-theme-surface-neutral-highlight-hover: rgba(243, 245, 249, 0.08);--cv-theme-surface-emphasis: #66404e;--cv-theme-surface-emphasis-highlight: rgba(204, 128, 156, 0.08);--cv-theme-surface-emphasis-highlight-hover: rgba(204, 128, 156, 0.08);--cv-theme-text-primary-on-background: #ebe8ec;--cv-theme-text-secondary-on-background: #d5d3d8;--cv-theme-text-hint-on-background: #d5d3d8;--cv-theme-text-disabled-on-background: rgba(235, 232, 236, 0.38);--cv-theme-text-icon-on-background: #d5d3d8;--cv-theme-text-logo-on-background: #ffffff;--cv-theme-text-primary-on-light: #00233c;--cv-theme-text-secondary-on-light: #59627b;--cv-theme-text-hint-on-light: #59627b;--cv-theme-text-disabled-on-light: rgba(0, 35, 60, 0.38);--cv-theme-text-icon-on-light: #59627b;--cv-theme-text-primary-on-dark: #ebe8ec;--cv-theme-text-secondary-on-dark: #d5d3d8;--cv-theme-text-hint-on-dark: #d5d3d8;--cv-theme-text-disabled-on-dark: rgba(235, 232, 236, 0.38);--cv-theme-text-icon-on-dark: #d5d3d8;--cv-typography-font-family: Arial, sans-serif;--cv-typography-headline1-font-family: Inter, sans-serif;--cv-typography-headline1-font-size: 96px;--cv-typography-headline1-font-weight: 500;--cv-typography-headline1-line-height: 112px;--cv-typography-headline2-font-family: Inter, sans-serif;--cv-typography-headline2-font-size: 60px;--cv-typography-headline2-font-weight: 600;--cv-typography-headline2-line-height: 84px;--cv-typography-headline3-font-family: Inter, sans-serif;--cv-typography-headline3-font-size: 48px;--cv-typography-headline3-font-weight: 600;--cv-typography-headline3-line-height: 64px;--cv-typography-headline4-font-family: Inter, sans-serif;--cv-typography-headline4-font-size: 34px;--cv-typography-headline4-font-weight: 700;--cv-typography-headline4-line-height: 48px;--cv-typography-headline5-font-family: Inter, sans-serif;--cv-typography-headline5-font-size: 24px;--cv-typography-headline5-font-weight: 700;--cv-typography-headline5-line-height: 36px;--cv-typography-headline6-font-family: Inter, sans-serif;--cv-typography-headline6-font-size: 20px;--cv-typography-headline6-font-weight: 700;--cv-typography-headline6-line-height: 28px;--cv-typography-subtitle1-font-family: Inter, sans-serif;--cv-typography-subtitle1-font-size: 14px;--cv-typography-subtitle1-font-weight: 600;--cv-typography-subtitle1-line-height: 20px;--cv-typography-subtitle2-font-family: Inter, sans-serif;--cv-typography-subtitle2-font-size: 16px;--cv-typography-subtitle2-font-weight: 600;--cv-typography-subtitle2-line-height: 24px;--cv-typography-body1-font-family: Arial, sans-serif;--cv-typography-body1-font-size: 16px;--cv-typography-body1-font-weight: 400;--cv-typography-body1-line-height: 24px;--cv-typography-body2-font-family: Arial, sans-serif;--cv-typography-body2-font-size: 14px;--cv-typography-body2-font-weight: 400;--cv-typography-body2-line-height: 20px;--cv-typography-button-font-family: Inter, sans-serif;--cv-typography-button-font-size: 14px;--cv-typography-button-font-weight: 600;--cv-typography-button-line-height: 16px;--cv-typography-caption-font-family: Arial, sans-serif;--cv-typography-caption-font-size: 12px;--cv-typography-caption-font-weight: 400;--cv-typography-caption-line-height: 16px;--cv-typography-code-font-family: Menlo;--cv-typography-code-font-size: 12px;--cv-typography-code-font-weight: 400;--cv-typography-code-line-height: 20px;--mdc-theme-primary: #bac3ff;--mdc-theme-primary-container: #1d2c43;--mdc-theme-on-primary: #111a28;--mdc-theme-secondary: #c3c5dd;--mdc-theme-secondary-container: #434659;--mdc-theme-on-secondary: #171a2c;--mdc-theme-on-secondary-container: #dfe1f9;--mdc-theme-tertiary: #ff5f02;--mdc-theme-tertiary-container: #c25d33;--mdc-theme-on-tertiary: #612e1a;--mdc-theme-on-tertiary-container: #fef1ec;--mdc-theme-surface: #1e1d1e;--mdc-theme-surface-dim: #161616;--mdc-theme-surface-bright: #4a4a4d;--mdc-theme-surface-container-lowest: #2c2b2d;--mdc-theme-surface-container-low: #323134;--mdc-theme-surface-container: #38383b;--mdc-theme-surface-container-high: #3e3e41;--mdc-theme-surface-container-highest: #444447;--mdc-theme-on-surface: #ebe8ec;--mdc-theme-on-surface-variant: #d5d3d8;--mdc-theme-inverse-surface: #ebe8ec;--mdc-theme-inverse-on-surface: #3e3e41;--mdc-theme-negative: #fd7d69;--mdc-theme-negative-container: #65322a;--mdc-theme-on-negative: #331915;--mdc-theme-on-negative-container: #ffac9f;--mdc-theme-positive: #91d890;--mdc-theme-positive-container: #224b22;--mdc-theme-on-positive: #112611;--mdc-theme-on-positive-container: #91d890;--mdc-theme-caution: #ffcd9e;--mdc-theme-caution-container: #66492f;--mdc-theme-on-caution: #66492f;--mdc-theme-on-caution-container: #ffcd9e;--mdc-theme-outline: #8f8e97;--mdc-theme-outline-variant: #3e3e41;--mdc-theme-shadow: #000000;--mdc-theme-scrim: rgba(0, 0, 0, 0.32);--mdc-theme-primary-fixed: #dde1ff;--mdc-theme-primary-fixed-dim: #bac3ff;--mdc-theme-secondary-fixed: #dfe1f9;--mdc-theme-secondary-fixed-dim: #c3c5dd;--mdc-theme-tertiary-fixed: #f79e79;--mdc-theme-tertiary-fixed-dim: #f37440;--mdc-theme-primary-8: rgba(186, 195, 255, 0.08);--mdc-theme-primary-12: rgba(186, 195, 255, 0.12);--mdc-theme-on-surface-8: rgba(235, 232, 236, 0.08);--mdc-theme-on-surface-12: rgba(235, 232, 236, 0.12);--mdc-theme-on-primary-container: #dde1ff;--mdc-theme-inverse-primary: #3053f4;--mdc-theme-on-surface-38: rgba(235, 232, 236, 0.38);--mdc-theme-on-surface-16: rgba(235, 232, 236, 0.16);--mdc-theme-on-primary-12: rgba(17, 26, 40, 0.12);--mdc-theme-on-primary-8: rgba(17, 26, 40, 0.08);--mdc-theme-primary-16: rgba(186, 195, 255, 0.16);--mdc-theme-on-surface-variant-8: rgba(213, 211, 216, 0.08);--mdc-theme-on-tertiary-container-8: rgba(254, 241, 236, 0.08);--mdc-theme-on-tertiary-container-12: rgba(254, 241, 236, 0.12);--mdc-theme-on-primary-container-12: rgba(221, 225, 255, 0.12);--mdc-theme-on-surface-variant-12: rgba(213, 211, 216, 0.12);--mdc-theme-on-secondary-container-8: rgba(91, 93, 114, 0.08);--mdc-theme-on-secondary-container-16: rgba(97, 99, 120, 0.16);--mdc-theme-outline-8: rgba(143, 142, 151, 0.08);--mdc-theme-outline-12: rgba(143, 142, 151, 0.12);--mdc-theme-outline-16: rgba(143, 142, 151, 0.16);--mdc-theme-surface-variant: #000000;--mdc-theme-emphasis: #cc809c;--mdc-theme-emphasis-container: #66404e;--mdc-theme-on-emphasis: #191013;--mdc-theme-on-emphasis-container: #ffd9e7;--mdc-theme-positive-16: rgba(145, 216, 144, 0.16);--mdc-theme-caution-16: rgba(255, 183, 117, 0.16);--mdc-theme-negative-12: rgba(253, 125, 105, 0.12);--mdc-theme-on-secondary-container-12: rgba(91, 93, 114, 0.12);--mdc-theme-on-primary-16: rgba(17, 26, 40, 0.16);--mdc-theme-on-primary-container-8: rgba(221, 225, 255, 0.08);--mdc-theme-on-primary-container-16: rgba(221, 225, 255, 0.16);--mdc-theme-on-secondary-8: rgba(23, 26, 44, 0.08);--mdc-theme-on-secondary-12: rgba(23, 26, 44, 0.12);--mdc-theme-on-secondary-16: rgba(23, 26, 44, 0.16);--mdc-theme-on-tertiary-8: rgba(97, 46, 26, 0.08);--mdc-theme-on-tertiary-12: rgba(97, 46, 26, 0.12);--mdc-theme-on-tertiary-16: rgba(97, 46, 26, 0.16);--mdc-theme-on-tertiary-container-16: rgba(254, 241, 236, 0.16);--mdc-theme-on-surface-variant-16: rgba(213, 211, 216, 0.16);--mdc-theme-negative-8: rgba(253, 125, 105, 0.08);--mdc-theme-negative-16: rgba(253, 125, 105, 0.16);--mdc-theme-positive-12: rgba(145, 216, 144, 0.12);--mdc-theme-positive-8: rgba(145, 216, 144, 0.08);--mdc-theme-on-positive-8: rgba(17, 38, 17, 0.08);--mdc-theme-on-positive-12: rgba(17, 38, 17, 0.12);--mdc-theme-on-positive-16: rgba(17, 38, 17, 0.16);--mdc-theme-on-positive-container-8: rgba(145, 216, 144, 0.08);--mdc-theme-on-positive-container-12: rgba(145, 216, 144, 0.12);--mdc-theme-on-positive-container-16: rgba(145, 216, 144, 0.16);--mdc-theme-caution-12: rgba(255, 183, 117, 0.12);--mdc-theme-caution-8: rgba(255, 183, 117, 0.08);--mdc-theme-on-caution-8: rgba(102, 73, 47, 0.08);--mdc-theme-on-caution-12: rgba(102, 73, 47, 0.12);--mdc-theme-on-caution-16: rgba(102, 73, 47, 0.16);--mdc-theme-on-negative-8: rgba(51, 25, 21, 0.08);--mdc-theme-on-negative-12: rgba(51, 25, 21, 0.12);--mdc-theme-on-negative-16: rgba(51, 25, 21, 0.16);--mdc-theme-on-caution-container-8: rgba(25, 18, 12, 0.08);--mdc-theme-on-caution-container-12: rgba(25, 18, 12, 0.12);--mdc-theme-on-caution-container-16: rgba(25, 18, 12, 0.16);--mdc-theme-emphasis-8: rgba(204, 128, 156, 0.08);--mdc-theme-emphasis-12: rgba(204, 128, 156, 0.12);--mdc-theme-emphasis-16: rgba(204, 128, 156, 0.16);--mdc-theme-on-emphasis-8: rgba(25, 16, 19, 0.08);--mdc-theme-on-emphasis-12: rgba(25, 16, 19, 0.12);--mdc-theme-on-emphasis-16: rgba(25, 16, 19, 0.16);--mdc-theme-on-emphasis-container-8: rgba(255, 217, 231, 0.08);--mdc-theme-on-emphasis-container-12: rgba(255, 217, 231, 0.12);--mdc-theme-on-emphasis-container-16: rgba(255, 217, 231, 0.16);--mdc-theme-inverse-on-surface-12: rgba(62, 62, 65, 0.12);--mdc-theme-inverse-primary-12: rgba(48, 83, 244, 0.12);--mdc-theme-inverse-on-surface-8: rgba(62, 62, 65, 0.08);--mdc-theme-inverse-primary-8: rgba(48, 83, 244, 0.08);--mdc-theme-inverse-primary-16: rgba(48, 83, 244, 0.16);--mdc-theme-inverse-on-surface-16: rgba(62, 62, 65, 0.16);--mdc-theme-on-primary-74: rgba(17, 26, 40, 0.74);--mdc-theme-on-surface-74: rgba(235, 232, 236, 0.74);--mdc-theme-tertiary-8: rgba(255, 95, 2, 0.08);--mdc-theme-tertiary-12: rgba(255, 95, 2, 0.12);--mdc-theme-tertiary-16: rgba(255, 95, 2, 0.16);--mdc-theme-secondary-8: rgba(195, 197, 221, 0.08);--mdc-theme-secondary-12: rgba(195, 197, 221, 0.12);--mdc-theme-secondary-16: rgba(195, 197, 221, 0.16);--mdc-theme-on-secondary-74: rgba(23, 26, 44, 0.74);--mdc-theme-inverse-secondary: #5b5d72;--mdc-theme-inverse-secondary-8: rgba(97, 99, 120, 0.08);--mdc-theme-inverse-secondary-12: rgba(97, 99, 120, 0.12);--mdc-theme-inverse-secondary-16: rgba(97, 99, 120, 0.16);--mdc-theme-on-tertiary-74: rgba(97, 46, 26, 0.74);--mdc-theme-inverse-tertiary: #612e1a;--mdc-theme-inverse-tertiary-8: rgba(255, 95, 2, 0.08);--mdc-theme-inverse-tertiary-12: rgba(255, 95, 2, 0.12);--mdc-theme-inverse-tertiary-16: rgba(255, 95, 2, 0.16);--mdc-theme-on-negative-container-8: rgba(255, 172, 159, 0.08);--mdc-theme-on-negative-container-12: rgba(255, 172, 159, 0.12);--mdc-theme-on-negative-container-16: rgba(255, 172, 159, 0.16);--mdc-theme-on-surface-4: rgba(235, 232, 236, 0.04);--mdc-theme-on-surface-variant-4: rgba(213, 211, 216, 0.04);--mdc-theme-inverse-on-surface-4: rgba(62, 62, 65, 0.04);--mdc-theme-primary-4: rgba(186, 195, 255, 0.04);--mdc-theme-on-primary-4: rgba(17, 26, 40, 0.04);--mdc-theme-on-primary-container-4: rgba(221, 225, 255, 0.04);--mdc-theme-inverse-primary-4: rgba(48, 83, 244, 0.04);--mdc-theme-secondary-4: rgba(195, 197, 221, 0.04);--mdc-theme-on-secondary-4: rgba(23, 26, 44, 0.04);--mdc-theme-on-secondary-container-4: rgba(91, 93, 114, 0.04);--mdc-theme-inverse-secondary-4: rgba(97, 99, 120, 0.04);--mdc-theme-tertiary-4: rgba(255, 95, 2, 0.04);--mdc-theme-on-tertiary-4: rgba(97, 46, 26, 0.04);--mdc-theme-on-tertiary-container-4: rgba(254, 241, 236, 0.04);--mdc-theme-inverse-tertiary-4: rgba(255, 95, 2, 0.04);--mdc-theme-negative-4: rgba(253, 125, 105, 0.04);--mdc-theme-on-negative-4: rgba(51, 25, 21, 0.04);--mdc-theme-on-negative-container-4: rgba(255, 172, 159, 0.04);--mdc-theme-positive-4: rgba(145, 216, 144, 0.04);--mdc-theme-on-positive-4: rgba(17, 38, 17, 0.04);--mdc-theme-on-positive-container-4: rgba(145, 216, 144, 0.04);--mdc-theme-caution-4: rgba(255, 183, 117, 0.04);--mdc-theme-on-caution-4: rgba(102, 73, 47, 0.04);--mdc-theme-on-caution-container-4: rgba(25, 18, 12, 0.04);--mdc-theme-emphasis-4: rgba(204, 128, 156, 0.04);--mdc-theme-on-emphasis-4: rgba(25, 16, 19, 0.04);--mdc-theme-on-emphasis-container-4: rgba(255, 217, 231, 0.04);--mdc-theme-on-surface-20: rgba(235, 232, 236, 0.2);--mdc-theme-primary-20: rgba(186, 195, 255, 0.2);--mdc-theme-negative-20: rgba(253, 125, 105, 0.2);--mdc-theme-positive-20: rgba(145, 216, 144, 0.2);--mdc-theme-caution-20: rgba(255, 183, 117, 0.2);--mdc-theme-emphasis-20: rgba(204, 128, 156, 0.2);--mdc-theme-primary-24: rgba(186, 195, 255, 0.24);--mdc-theme-negative-24: rgba(253, 125, 105, 0.24);--mdc-theme-positive-24: rgba(145, 216, 144, 0.24);--mdc-theme-caution-24: rgba(255, 183, 117, 0.24);--mdc-theme-emphasis-24: rgba(204, 128, 156, 0.24);--mdc-theme-background: #1e1d1e;--mdc-theme-surface-variant-8: rgba(0, 0, 0, 0.08);--mdc-theme-surface-variant-12: rgba(0, 0, 0, 0.12);--mdc-theme-surface-variant-16: rgba(0, 0, 0, 0.16);--mdc-theme-logo: #ffffff;--mdc-theme-on-surface-variant-38: rgba(213, 211, 216, 0.38);--mdc-theme-on-primary-38: rgba(17, 26, 40, 0.38);--mdc-theme-on-secondary-38: rgba(23, 26, 44, 0.38);--mdc-theme-on-secondary-container-38: rgba(97, 99, 120, 0.38);--mdc-theme-on-secondary-container-74: rgba(97, 99, 120, 0.74);--mdc-theme-on-tertiary-38: rgba(97, 46, 26, 0.38);--mdc-theme-on-tertiary-container-38: rgba(254, 241, 236, 0.38);--mdc-theme-on-tertiary-container-74: rgba(254, 241, 236, 0.74);--mdc-theme-inverse-tertiary-38: rgba(255, 95, 2, 0.38);--mdc-theme-inverse-tertiary-74: rgba(255, 95, 2, 0.74);--mdc-theme-negative-38: rgba(253, 125, 105, 0.38);--mdc-theme-negative-74: rgba(253, 125, 105, 0.74);--mdc-theme-on-negative-38: rgba(51, 25, 21, 0.38);--mdc-theme-on-negative-74: rgba(51, 25, 21, 0.74);--mdc-theme-on-negative-container-38: rgba(255, 172, 159, 0.38);--mdc-theme-on-negative-container-74: rgba(255, 172, 159, 0.74);--mdc-theme-positive-38: rgba(145, 216, 144, 0.38);--mdc-theme-positive-74: rgba(145, 216, 144, 0.74);--mdc-theme-on-positive-38: rgba(17, 38, 17, 0.38);--mdc-theme-on-positive-74: rgba(17, 38, 17, 0.74);--mdc-theme-on-positive-container-38: rgba(145, 216, 144, 0.38);--mdc-theme-on-positive-container-74: rgba(145, 216, 144, 0.74);--mdc-theme-caution-38: rgba(255, 183, 117, 0.38);--mdc-theme-caution-74: rgba(255, 183, 117, 0.74);--mdc-theme-on-caution-38: rgba(102, 73, 47, 0.38);--mdc-theme-on-caution-74: rgba(102, 73, 47, 0.74);--mdc-theme-on-caution-container-38: rgba(25, 18, 12, 0.38);--mdc-theme-on-caution-container-74: rgba(25, 18, 12, 0.74);--mdc-theme-emphasis-38: rgba(204, 128, 156, 0.38);--mdc-theme-emphasis-74: rgba(204, 128, 156, 0.74);--mdc-theme-on-emphasis-38: rgba(25, 16, 19, 0.38);--mdc-theme-on-emphasis-74: rgba(25, 16, 19, 0.74);--mdc-theme-on-emphasis-container-38: rgba(255, 217, 231, 0.38);--mdc-theme-on-emphasis-container-74: rgba(255, 217, 231, 0.74);--mdc-theme-on-primary-container-38: rgba(221, 225, 255, 0.38);--mdc-theme-on-primary-container-74: rgba(221, 225, 255, 0.74);--mdc-theme-primary-38: rgba(186, 195, 255, 0.38);--mdc-theme-primary-74: rgba(186, 195, 255, 0.74);--mdc-theme-brand: #ff5f02;--mdc-theme-code-snippet-color: #abb2bf;--mdc-theme-code-snippet-comment: #5c6370;--mdc-theme-code-snippet-keyword: #c678dd;--mdc-theme-code-snippet-selector: #e06c75;--mdc-theme-code-snippet-literal: #56b6c2;--mdc-theme-code-snippet-string: #98c379;--mdc-theme-code-snippet-variable: #d19a66;--mdc-theme-code-snippet-title: #61aeee;--mdc-theme-code-snippet-class: #e6c07b;--mdc-theme-error: #fd7d69;--mdc-theme-on-background: #ebe8ec;--mdc-theme-on-error: #331915;--mdc-theme-divider: #3e3e41;--mdc-theme-accent: #bac3ff;--mdc-theme-surface-canvas: #38383b;--mdc-theme-surface-primary: #1d2c43;--mdc-theme-surface-primary-highlight: rgba(186, 195, 255, 0.08);--mdc-theme-surface-primary-highlight-hover: rgba(186, 195, 255, 0.08);--mdc-theme-surface-accent: #1d2c43;--mdc-theme-surface-accent-highlight: rgba(186, 195, 255, 0.08);--mdc-theme-surface-accent-highlight-hover: rgba(186, 195, 255, 0.08);--mdc-theme-surface-secondary: #434659;--mdc-theme-surface-secondary-highlight: rgba(195, 197, 221, 0.08);--mdc-theme-surface-secondary-highlight-hover: rgba(195, 197, 221, 0.08);--mdc-theme-surface-positive: #224b22;--mdc-theme-surface-positive-highlight: rgba(145, 216, 144, 0.08);--mdc-theme-surface-positive-highlight-hover: rgba(145, 216, 144, 0.08);--mdc-theme-surface-caution: #66492f;--mdc-theme-surface-caution-highlight: rgba(255, 183, 117, 0.08);--mdc-theme-surface-caution-highlight-hover: rgba(255, 183, 117, 0.08);--mdc-theme-surface-negative: #65322a;--mdc-theme-surface-negative-highlight: rgba(253, 125, 105, 0.08);--mdc-theme-surface-negative-highlight-hover: rgba(253, 125, 105, 0.08);--mdc-theme-surface-neutral: #f3f5f9;--mdc-theme-surface-neutral-highlight: rgba(243, 245, 249, 0.04);--mdc-theme-surface-neutral-highlight-hover: rgba(243, 245, 249, 0.08);--mdc-theme-surface-emphasis: #66404e;--mdc-theme-surface-emphasis-highlight: rgba(204, 128, 156, 0.08);--mdc-theme-surface-emphasis-highlight-hover: rgba(204, 128, 156, 0.08);--mdc-theme-text-primary-on-background: #ebe8ec;--mdc-theme-text-secondary-on-background: #d5d3d8;--mdc-theme-text-hint-on-background: #d5d3d8;--mdc-theme-text-disabled-on-background: rgba(235, 232, 236, 0.38);--mdc-theme-text-icon-on-background: #d5d3d8;--mdc-theme-text-logo-on-background: #ffffff;--mdc-theme-text-primary-on-light: #00233c;--mdc-theme-text-secondary-on-light: #59627b;--mdc-theme-text-hint-on-light: #59627b;--mdc-theme-text-disabled-on-light: rgba(0, 35, 60, 0.38);--mdc-theme-text-icon-on-light: #59627b;--mdc-theme-text-primary-on-dark: #ebe8ec;--mdc-theme-text-secondary-on-dark: #d5d3d8;--mdc-theme-text-hint-on-dark: #d5d3d8;--mdc-theme-text-disabled-on-dark: rgba(235, 232, 236, 0.38);--mdc-theme-text-icon-on-dark: #d5d3d8;--mdc-typography-font-family: Arial, sans-serif;--mdc-typography-headline1-font-family: Inter, sans-serif;--mdc-typography-headline1-font-size: 96px;--mdc-typography-headline1-font-weight: 500;--mdc-typography-headline1-line-height: 112px;--mdc-typography-headline2-font-family: Inter, sans-serif;--mdc-typography-headline2-font-size: 60px;--mdc-typography-headline2-font-weight: 600;--mdc-typography-headline2-line-height: 84px;--mdc-typography-headline3-font-family: Inter, sans-serif;--mdc-typography-headline3-font-size: 48px;--mdc-typography-headline3-font-weight: 600;--mdc-typography-headline3-line-height: 64px;--mdc-typography-headline4-font-family: Inter, sans-serif;--mdc-typography-headline4-font-size: 34px;--mdc-typography-headline4-font-weight: 700;--mdc-typography-headline4-line-height: 48px;--mdc-typography-headline5-font-family: Inter, sans-serif;--mdc-typography-headline5-font-size: 24px;--mdc-typography-headline5-font-weight: 700;--mdc-typography-headline5-line-height: 36px;--mdc-typography-headline6-font-family: Inter, sans-serif;--mdc-typography-headline6-font-size: 20px;--mdc-typography-headline6-font-weight: 700;--mdc-typography-headline6-line-height: 28px;--mdc-typography-subtitle1-font-family: Inter, sans-serif;--mdc-typography-subtitle1-font-size: 14px;--mdc-typography-subtitle1-font-weight: 600;--mdc-typography-subtitle1-line-height: 20px;--mdc-typography-subtitle2-font-family: Inter, sans-serif;--mdc-typography-subtitle2-font-size: 16px;--mdc-typography-subtitle2-font-weight: 600;--mdc-typography-subtitle2-line-height: 24px;--mdc-typography-body1-font-family: Arial, sans-serif;--mdc-typography-body1-font-size: 16px;--mdc-typography-body1-font-weight: 400;--mdc-typography-body1-line-height: 24px;--mdc-typography-body2-font-family: Arial, sans-serif;--mdc-typography-body2-font-size: 14px;--mdc-typography-body2-font-weight: 400;--mdc-typography-body2-line-height: 20px;--mdc-typography-button-font-family: Inter, sans-serif;--mdc-typography-button-font-size: 14px;--mdc-typography-button-font-weight: 600;--mdc-typography-button-line-height: 16px;--mdc-typography-caption-font-family: Arial, sans-serif;--mdc-typography-caption-font-size: 12px;--mdc-typography-caption-font-weight: 400;--mdc-typography-caption-line-height: 16px;--mdc-typography-code-font-family: Menlo;--mdc-typography-code-font-size: 12px;--mdc-typography-code-font-weight: 400;--mdc-typography-code-line-height: 20px;--mdc-theme-border: #3e3e41;--mdc-theme-surface-accent: #1d2c43;--mdc-theme-surface-accent-highlight: rgba(186, 195, 255, 0.08);--mdc-theme-surface-accent-highlight-hover: rgba(186, 195, 255, 0.08);--mdc-typography-button-letter-spacing: 0;--mdc-icon-font: "Material Symbols Outlined";--mdc-ripple-color: #ebe8ec;--mdc-shape-small: 8px;--mdc-shape-medium: 8px;--mdc-plain-tooltip-container-color: #ebe8ec;--mdc-plain-tooltip-supporting-text-color: #3e3e41;border-width:0;border-style:solid}:root .mdc-data-table__sort-icon-button{color:#d5d3d8}:root .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::before,:root .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::after{background-color:#d5d3d8;background-color:var(--mdc-ripple-color, #d5d3d8)}:root .mdc-data-table__sort-icon-button:hover .mdc-icon-button__ripple::before,:root .mdc-data-table__sort-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}:root .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,:root .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}:root .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after{transition:opacity 150ms linear}:root .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}:root .mdc-data-table__sort-icon-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button{color:#d5d3d8}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::before,:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::after{background-color:#d5d3d8;background-color:var(--mdc-ripple-color, #d5d3d8)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:hover .mdc-icon-button__ripple::before,:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after{transition:opacity 150ms linear}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}:root .mdc-data-table__row--selected{background-color:rgba(243, 245, 249, 0.04)}:root .mdc-data-table__row:not(.mdc-data-table__row--selected):hover{background-color:rgba(243, 245, 249, 0.08)}:root .mdc-data-table__header-cell{color:#ebe8ec}:root .mdc-data-table__pagination-total,:root .mdc-data-table__pagination-rows-per-page-label,:root .mdc-data-table__cell{color:#ebe8ec}:root .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,:root .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,:root .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:#3e3e41}:root .mdc-data-table__cell,:root .mdc-data-table__header-cell{border-bottom-color:#3e3e41}:root .mdc-data-table__pagination{border-top-color:#3e3e41}:root .mdc-data-table{width:100%;border-width:0;white-space:normal}:root .mdc-data-table__header-cell{font-family:var(--mdc-typography-font-family);font-size:var(--mdc-typography-body2-font-size);font-weight:600;line-height:var(--mdc-typography-body2-line-height)}:root .mdc-data-table__sort-icon-button{font-size:1rem}:root .mdc-data-table__header-row{height:calc(56px + var(--cv-density-mode, 0)*var(--cv-density-interval, 4px))}:root .mdc-data-table__row{height:calc(52px + var(--cv-density-mode, 0)*var(--cv-density-interval, 4px))}/*# sourceMappingURL=dark-theme.css.map */
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../../../../libs/components/src/theme/prebuilt/dark-theme.scss","../../../../../libs/components/src/theme/_index.scss","../../../../../node_modules/@material/theme/_css.scss","../../../../../node_modules/@material/data-table/_data-table-theme.scss","../../../../../node_modules/@material/ripple/_ripple-theme.scss","../../../../../node_modules/@material/notched-outline/_mixins.scss","../../../../../libs/components/src/data-table/_data-table.theme.scss"],"names":[],"mappings":"AAYA,MCVI,ir/
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../../../../libs/components/src/theme/prebuilt/dark-theme.scss","../../../../../libs/components/src/theme/_index.scss","../../../../../node_modules/@material/theme/_css.scss","../../../../../node_modules/@material/data-table/_data-table-theme.scss","../../../../../node_modules/@material/ripple/_ripple-theme.scss","../../../../../node_modules/@material/notched-outline/_mixins.scss","../../../../../libs/components/src/data-table/_data-table.theme.scss"],"names":[],"mappings":"AAYA,MCVI,ir/BAgBF,4BACA,oCACA,gEAIA,sEAIA,0CAGA,6CAGA,4BAGA,uBACA,wBAGA,6CACA,mDCoCE,eCqdA,mBA9PF,wCDvNE,cE8EA,iJF1FE,yBAYF,kDEyfF,kLFrgBI,aAYF,8CEyfF,0NApRI,yBFjPA,aAYF,8CE+fF,kGA/PQ,gCA+PR,yGAxPU,oBA7SO,KF0Bb,aAYF,8CEkRA,4DFlRA,8DCiOF,6EDjOE,cE8EA,2NF1FE,yBAYF,kDEyfF,4PFrgBI,aAYF,8CEyfF,oSApRI,yBFjPA,aAYF,8CE+fF,uIA/PQ,gCA+PR,8IAxPU,oBA7SO,KF0Bb,aAYF,8CEkRA,iGFlRA,8DCsQF,qCDtQE,2CC+UF,qED/UE,2CCyVF,mCDzVE,cCuWF,0HDvWE,cGkDF,6WHlDE,qBCqSF,+DDrSE,4BC4SF,kCD5SE,yBIvDF,sBACE,WACA,eACA,mBAGF,mCACE,8CACA,gDACA,gBACA,oDAGF,wCACE,eAGF,kCACE,8EAGF,2BACE","file":"dark-theme.css"}
|
@@ -1 +1 @@
|
|
1
|
-
:root{--cv-theme-primary: #3053f4;--cv-theme-primary-container: #ececfe;--cv-theme-on-primary: #ffffff;--cv-theme-secondary: #00233c;--cv-theme-secondary-container: #deeafa;--cv-theme-on-secondary: #ffffff;--cv-theme-on-secondary-container: #001d33;--cv-theme-tertiary: #ff5f02;--cv-theme-tertiary-container: #ffdbce;--cv-theme-on-tertiary: #ffffff;--cv-theme-on-tertiary-container: #481300;--cv-theme-surface: #f8f9fb;--cv-theme-surface-dim: #f3f5f9;--cv-theme-surface-bright: #ffffff;--cv-theme-surface-container-lowest: #ffffff;--cv-theme-surface-container-low: #f3f5f9;--cv-theme-surface-container: #eff1f7;--cv-theme-surface-container-high: #ebedf5;--cv-theme-surface-container-highest: #e6e9f3;--cv-theme-on-surface: #00233c;--cv-theme-on-surface-variant: #59627b;--cv-theme-inverse-surface: #3e4557;--cv-theme-inverse-on-surface: #f1f3f8;--cv-theme-negative: #ae1209;--cv-theme-negative-container: #ffb2ae;--cv-theme-on-negative: #ffffff;--cv-theme-on-negative-container: #110201;--cv-theme-positive: #036600;--cv-theme-positive-container: #8fcc8e;--cv-theme-on-positive: #ffffff;--cv-theme-on-positive-container: #000a00;--cv-theme-caution: #f38800;--cv-theme-caution-container: #ffcc8c;--cv-theme-on-caution: #ffffff;--cv-theme-on-caution-container: #180e00;--cv-theme-outline: #727d9c;--cv-theme-outline-variant: #d1d5e7;--cv-theme-shadow: #000000;--cv-theme-scrim: rgba(0, 0, 0, 0.32);--cv-theme-primary-fixed: #dee0ff;--cv-theme-primary-fixed-dim: #bac3ff;--cv-theme-secondary-fixed: #deeafa;--cv-theme-secondary-fixed-dim: #bcd5f6;--cv-theme-tertiary-fixed: #ffdbce;--cv-theme-tertiary-fixed-dim: #ffc0a8;--cv-theme-primary-8: rgba(48, 83, 244, 0.08);--cv-theme-primary-12: rgba(48, 83, 244, 0.12);--cv-theme-on-surface-8: rgba(0, 35, 60, 0.08);--cv-theme-on-surface-12: rgba(0, 35, 60, 0.12);--cv-theme-on-primary-container: #00115a;--cv-theme-inverse-primary: #bac3ff;--cv-theme-on-surface-38: rgba(0, 35, 60, 0.38);--cv-theme-on-surface-16: rgba(0, 35, 60, 0.16);--cv-theme-on-primary-12: rgba(255, 255, 255, 0.12);--cv-theme-on-primary-8: rgba(255, 255, 255, 0.08);--cv-theme-primary-16: rgba(48, 83, 244, 0.16);--cv-theme-on-surface-variant-8: rgba(89, 98, 123, 0.08);--cv-theme-on-tertiary-container-8: rgba(72, 19, 0, 0.08);--cv-theme-on-tertiary-container-12: rgba(72, 19, 0, 0.12);--cv-theme-on-primary-container-12: rgba(0, 17, 90, 0.12);--cv-theme-on-surface-variant-12: rgba(89, 98, 123, 0.12);--cv-theme-on-secondary-container-8: rgba(0, 29, 51, 0.08);--cv-theme-on-secondary-container-16: rgba(0, 29, 51, 0.16);--cv-theme-outline-8: rgba(114, 125, 156, 0.08);--cv-theme-outline-12: rgba(114, 125, 156, 0.12);--cv-theme-outline-16: rgba(114, 125, 156, 0.16);--cv-theme-surface-variant: #f8f9fb;--cv-theme-emphasis: #b10142;--cv-theme-emphasis-container: #e8b3c6;--cv-theme-on-emphasis: #ffffff;--cv-theme-on-emphasis-container: #120007;--cv-theme-positive-16: rgba(3, 102, 0, 0.16);--cv-theme-caution-16: rgba(243, 136, 0, 0.16);--cv-theme-negative-12: rgba(174, 18, 9, 0.12);--cv-theme-on-secondary-container-12: rgba(0, 29, 51, 0.12);--cv-theme-on-primary-16: rgba(255, 255, 255, 0.16);--cv-theme-on-primary-container-8: rgba(0, 17, 90, 0.08);--cv-theme-on-primary-container-16: rgba(0, 17, 90, 0.16);--cv-theme-on-secondary-8: rgba(255, 255, 255, 0.08);--cv-theme-on-secondary-12: rgba(255, 255, 255, 0.12);--cv-theme-on-secondary-16: rgba(255, 255, 255, 0.16);--cv-theme-on-tertiary-8: rgba(255, 255, 255, 0.08);--cv-theme-on-tertiary-12: rgba(255, 255, 255, 0.12);--cv-theme-on-tertiary-16: rgba(255, 255, 255, 0.16);--cv-theme-on-tertiary-container-16: rgba(72, 19, 0, 0.16);--cv-theme-on-surface-variant-16: rgba(89, 98, 123, 0.16);--cv-theme-negative-8: rgba(174, 18, 9, 0.08);--cv-theme-negative-16: rgba(174, 18, 9, 0.16);--cv-theme-positive-12: rgba(3, 102, 0, 0.12);--cv-theme-positive-8: rgba(3, 102, 0, 0.08);--cv-theme-on-positive-8: rgba(255, 255, 255, 0.08);--cv-theme-on-positive-12: rgba(255, 255, 255, 0.12);--cv-theme-on-positive-16: rgba(255, 255, 255, 0.16);--cv-theme-on-positive-container-8: rgba(0, 10, 0, 0.08);--cv-theme-on-positive-container-12: rgba(0, 10, 0, 0.12);--cv-theme-on-positive-container-16: rgba(0, 10, 0, 0.16);--cv-theme-caution-12: rgba(243, 136, 0, 0.12);--cv-theme-caution-8: rgba(243, 136, 0, 0.08);--cv-theme-on-caution-8: rgba(255, 255, 255, 0.08);--cv-theme-on-caution-12: rgba(255, 255, 255, 0.12);--cv-theme-on-caution-16: rgba(255, 255, 255, 0.16);--cv-theme-on-negative-8: rgba(255, 255, 255, 0.08);--cv-theme-on-negative-12: rgba(255, 255, 255, 0.12);--cv-theme-on-negative-16: rgba(255, 255, 255, 0.16);--cv-theme-on-caution-container-8: rgba(24, 14, 0, 0.08);--cv-theme-on-caution-container-12: rgba(24, 14, 0, 0.12);--cv-theme-on-caution-container-16: rgba(24, 14, 0, 0.16);--cv-theme-emphasis-8: rgba(177, 1, 66, 0.08);--cv-theme-emphasis-12: rgba(177, 1, 66, 0.12);--cv-theme-emphasis-16: rgba(177, 1, 66, 0.16);--cv-theme-on-emphasis-8: rgba(255, 255, 255, 0.08);--cv-theme-on-emphasis-12: rgba(255, 255, 255, 0.12);--cv-theme-on-emphasis-16: rgba(255, 255, 255, 0.16);--cv-theme-on-emphasis-container-8: rgba(18, 0, 7, 0.08);--cv-theme-on-emphasis-container-12: rgba(18, 0, 7, 0.12);--cv-theme-on-emphasis-container-16: rgba(24, 14, 0, 0.16);--cv-theme-inverse-on-surface-12: rgba(246, 243, 246, 0.12);--cv-theme-inverse-primary-12: rgba(186, 195, 255, 0.12);--cv-theme-inverse-on-surface-8: rgba(246, 243, 246, 0.08);--cv-theme-inverse-primary-8: rgba(186, 195, 255, 0.08);--cv-theme-inverse-primary-16: rgba(186, 195, 255, 0.16);--cv-theme-inverse-on-surface-16: rgba(246, 243, 246, 0.12);--cv-theme-on-primary-74: rgba(255, 255, 255, 0.74);--cv-theme-on-surface-74: rgba(0, 35, 60, 0.74);--cv-theme-tertiary-8: rgba(255, 95, 2, 0.08);--cv-theme-tertiary-12: rgba(255, 95, 2, 0.12);--cv-theme-tertiary-16: rgba(255, 95, 2, 0.16);--cv-theme-secondary-8: rgba(0, 35, 60, 0.08);--cv-theme-secondary-12: rgba(0, 35, 60, 0.12);--cv-theme-secondary-16: rgba(0, 35, 60, 0.16);--cv-theme-on-secondary-74: rgba(255, 255, 255, 0.74);--cv-theme-inverse-secondary: #bcd5f6;--cv-theme-inverse-secondary-8: rgba(188, 213, 246, 0.08);--cv-theme-inverse-secondary-12: rgba(188, 213, 246, 0.12);--cv-theme-inverse-secondary-16: rgba(195, 197, 221, 0.16);--cv-theme-on-tertiary-74: rgba(255, 255, 255, 0.74);--cv-theme-inverse-tertiary: #ff5f02;--cv-theme-inverse-tertiary-8: rgba(255, 95, 2, 0.08);--cv-theme-inverse-tertiary-12: rgba(255, 95, 2, 0.12);--cv-theme-inverse-tertiary-16: rgba(255, 95, 2, 0.16);--cv-theme-on-negative-container-8: rgba(17, 2, 1, 0.08);--cv-theme-on-negative-container-12: rgba(17, 2, 1, 0.12);--cv-theme-on-negative-container-16: rgba(17, 2, 1, 0.16);--cv-theme-on-surface-4: rgba(0, 35, 60, 0.04);--cv-theme-on-surface-variant-4: rgba(89, 98, 123, 0.04);--cv-theme-inverse-on-surface-4: rgba(246, 243, 246, 0.04);--cv-theme-primary-4: rgba(48, 83, 244, 0.04);--cv-theme-on-primary-4: rgba(255, 255, 255, 0.04);--cv-theme-on-primary-container-4: rgba(0, 17, 90, 0.04);--cv-theme-inverse-primary-4: rgba(186, 195, 255, 0.04);--cv-theme-secondary-4: rgba(0, 35, 60, 0.04);--cv-theme-on-secondary-4: rgba(255, 255, 255, 0.04);--cv-theme-on-secondary-container-4: rgba(0, 29, 51, 0.04);--cv-theme-inverse-secondary-4: rgba(188, 213, 246, 0.04);--cv-theme-tertiary-4: rgba(255, 95, 2, 0.04);--cv-theme-on-tertiary-4: rgba(255, 255, 255, 0.04);--cv-theme-on-tertiary-container-4: rgba(72, 19, 0, 0.04);--cv-theme-inverse-tertiary-4: rgba(255, 95, 2, 0.04);--cv-theme-negative-4: rgba(174, 18, 9, 0.04);--cv-theme-on-negative-4: rgba(255, 255, 255, 0.04);--cv-theme-on-negative-container-4: rgba(17, 2, 1, 0.04);--cv-theme-positive-4: rgba(3, 102, 0, 0.04);--cv-theme-on-positive-4: rgba(255, 255, 255, 0.04);--cv-theme-on-positive-container-4: rgba(0, 10, 0, 0.04);--cv-theme-caution-4: rgba(243, 136, 0, 0.04);--cv-theme-on-caution-4: rgba(255, 255, 255, 0.04);--cv-theme-on-caution-container-4: rgba(24, 14, 0, 0.04);--cv-theme-emphasis-4: rgba(177, 1, 66, 0.04);--cv-theme-on-emphasis-4: rgba(255, 255, 255, 0.04);--cv-theme-on-emphasis-container-4: rgba(18, 0, 7, 0.04);--cv-theme-on-surface-20: rgba(0, 35, 60, 0.2);--cv-theme-primary-20: rgba(48, 83, 244, 0.2);--cv-theme-negative-20: rgba(174, 18, 9, 0.2);--cv-theme-positive-20: rgba(3, 102, 0, 0.2);--cv-theme-caution-20: rgba(243, 136, 0, 0.2);--cv-theme-emphasis-20: rgba(177, 1, 66, 0.2);--cv-theme-primary-24: rgba(48, 83, 244, 0.24);--cv-theme-negative-24: rgba(174, 18, 9, 0.24);--cv-theme-positive-24: rgba(3, 102, 0, 0.24);--cv-theme-caution-24: rgba(243, 136, 0, 0.24);--cv-theme-emphasis-24: rgba(177, 1, 66, 0.24);--cv-theme-background: #f8f9fb;--cv-theme-surface-variant-8: rgba(248, 249, 251, 0.08);--cv-theme-surface-variant-12: rgba(248, 249, 251, 0.12);--cv-theme-surface-variant-16: rgba(253, 249, 252, 0.16);--cv-theme-logo: #ff5f02;--cv-theme-on-surface-variant-38: rgba(89, 98, 123, 0.38);--cv-theme-on-primary-38: rgba(255, 255, 255, 0.38);--cv-theme-on-secondary-38: rgba(255, 255, 255, 0.38);--cv-theme-on-secondary-container-38: rgba(0, 29, 51, 0.38);--cv-theme-on-secondary-container-74: rgba(0, 29, 51, 0.74);--cv-theme-on-tertiary-38: rgba(255, 255, 255, 0.38);--cv-theme-on-tertiary-container-38: rgba(72, 19, 0, 0.38);--cv-theme-on-tertiary-container-74: rgba(72, 19, 0, 0.74);--cv-theme-inverse-tertiary-38: rgba(255, 95, 2, 0.38);--cv-theme-inverse-tertiary-74: rgba(255, 95, 2, 0.74);--cv-theme-negative-38: rgba(174, 18, 9, 0.38);--cv-theme-negative-74: rgba(174, 18, 9, 0.74);--cv-theme-on-negative-38: rgba(255, 255, 255, 0.38);--cv-theme-on-negative-74: rgba(255, 255, 255, 0.74);--cv-theme-on-negative-container-38: rgba(17, 2, 1, 0.38);--cv-theme-on-negative-container-74: rgba(17, 2, 1, 0.74);--cv-theme-positive-38: rgba(3, 102, 0, 0.38);--cv-theme-positive-74: rgba(3, 102, 0, 0.74);--cv-theme-on-positive-38: rgba(255, 255, 255, 0.38);--cv-theme-on-positive-74: rgba(255, 255, 255, 0.74);--cv-theme-on-positive-container-38: rgba(0, 10, 0, 0.38);--cv-theme-on-positive-container-74: rgba(0, 10, 0, 0.74);--cv-theme-caution-38: rgba(243, 136, 0, 0.38);--cv-theme-caution-74: rgba(243, 136, 0, 0.74);--cv-theme-on-caution-38: rgba(255, 255, 255, 0.38);--cv-theme-on-caution-74: rgba(255, 255, 255, 0.74);--cv-theme-on-caution-container-38: rgba(24, 14, 0, 0.38);--cv-theme-on-caution-container-74: rgba(24, 14, 0, 0.74);--cv-theme-emphasis-38: rgba(177, 1, 66, 0.38);--cv-theme-emphasis-74: rgba(177, 1, 66, 0.74);--cv-theme-on-emphasis-38: rgba(255, 255, 255, 0.38);--cv-theme-on-emphasis-74: rgba(255, 255, 255, 0.74);--cv-theme-on-emphasis-container-38: rgba(24, 14, 0, 0.38);--cv-theme-on-emphasis-container-74: rgba(24, 14, 0, 0.74);--cv-theme-on-primary-container-38: rgba(0, 17, 90, 0.38);--cv-theme-on-primary-container-74: rgba(0, 17, 90, 0.74);--cv-theme-primary-38: rgba(48, 83, 244, 0.38);--cv-theme-primary-74: rgba(48, 83, 244, 0.74);--cv-theme-brand: #ff5f02;--cv-theme-code-snippet-color: #383a42;--cv-theme-code-snippet-comment: #6c6c6c;--cv-theme-code-snippet-keyword: #a626a4;--cv-theme-code-snippet-selector: #ad0f00;--cv-theme-code-snippet-literal: #17749b;--cv-theme-code-snippet-string: #0a7c08;--cv-theme-code-snippet-variable: #8e6102;--cv-theme-code-snippet-title: #004ffd;--cv-theme-code-snippet-class: #6a6c02;--cv-theme-error: #ae1209;--cv-theme-on-background: #00233c;--cv-theme-on-error: #ffffff;--cv-theme-divider: #d1d5e7;--cv-theme-accent: #3053f4;--cv-theme-surface-canvas: #ffffff;--cv-theme-surface-primary: #ececfe;--cv-theme-surface-primary-highlight: rgba(48, 83, 244, 0.08);--cv-theme-surface-primary-highlight-hover: rgba(48, 83, 244, 0.08);--cv-theme-surface-accent: #ececfe;--cv-theme-surface-accent-highlight: rgba(48, 83, 244, 0.08);--cv-theme-surface-accent-highlight-hover: rgba(48, 83, 244, 0.12);--cv-theme-surface-secondary: #deeafa;--cv-theme-surface-secondary-highlight: rgba(0, 35, 60, 0.08);--cv-theme-surface-secondary-highlight-hover: rgba(0, 35, 60, 0.08);--cv-theme-surface-positive: #8fcc8e;--cv-theme-surface-positive-highlight: rgba(3, 102, 0, 0.08);--cv-theme-surface-positive-highlight-hover: rgba(3, 102, 0, 0.08);--cv-theme-surface-caution: #ffcc8c;--cv-theme-surface-caution-highlight: rgba(243, 136, 0, 0.08);--cv-theme-surface-caution-highlight-hover: rgba(243, 136, 0, 0.08);--cv-theme-surface-negative: #ffb2ae;--cv-theme-surface-negative-highlight: rgba(174, 18, 9, 0.08);--cv-theme-surface-negative-highlight-hover: rgba(174, 18, 9, 0.08);--cv-theme-surface-neutral: #f3f5f9;--cv-theme-surface-neutral-highlight: rgba(243, 245, 249, 0.04);--cv-theme-surface-neutral-highlight-hover: rgba(243, 245, 249, 0.08);--cv-theme-surface-emphasis: #e8b3c6;--cv-theme-surface-emphasis-highlight: rgba(177, 1, 66, 0.08);--cv-theme-surface-emphasis-highlight-hover: rgba(177, 1, 66, 0.08);--cv-theme-text-primary-on-background: #00233c;--cv-theme-text-secondary-on-background: #59627b;--cv-theme-text-hint-on-background: #59627b;--cv-theme-text-disabled-on-background: rgba(0, 35, 60, 0.38);--cv-theme-text-icon-on-background: #59627b;--cv-theme-text-logo-on-background: #ff5f02;--cv-theme-text-primary-on-light: #00233c;--cv-theme-text-secondary-on-light: #59627b;--cv-theme-text-hint-on-light: #59627b;--cv-theme-text-disabled-on-light: rgba(0, 35, 60, 0.38);--cv-theme-text-icon-on-light: #59627b;--cv-theme-text-primary-on-dark: #ebe8ec;--cv-theme-text-secondary-on-dark: #d5d3d8;--cv-theme-text-hint-on-dark: #d5d3d8;--cv-theme-text-disabled-on-dark: rgba(235, 232, 236, 0.38);--cv-theme-text-icon-on-dark: #d5d3d8;--cv-typography-font-family: Arial, sans-serif;--cv-typography-headline1-font-family: Inter, sans-serif;--cv-typography-headline1-font-size: 96px;--cv-typography-headline1-font-weight: 500;--cv-typography-headline1-line-height: 112px;--cv-typography-headline2-font-family: Inter, sans-serif;--cv-typography-headline2-font-size: 60px;--cv-typography-headline2-font-weight: 600;--cv-typography-headline2-line-height: 84px;--cv-typography-headline3-font-family: Inter, sans-serif;--cv-typography-headline3-font-size: 48px;--cv-typography-headline3-font-weight: 600;--cv-typography-headline3-line-height: 64px;--cv-typography-headline4-font-family: Inter, sans-serif;--cv-typography-headline4-font-size: 34px;--cv-typography-headline4-font-weight: 700;--cv-typography-headline4-line-height: 48px;--cv-typography-headline5-font-family: Inter, sans-serif;--cv-typography-headline5-font-size: 24px;--cv-typography-headline5-font-weight: 700;--cv-typography-headline5-line-height: 36px;--cv-typography-headline6-font-family: Inter, sans-serif;--cv-typography-headline6-font-size: 20px;--cv-typography-headline6-font-weight: 700;--cv-typography-headline6-line-height: 28px;--cv-typography-subtitle1-font-family: Inter, sans-serif;--cv-typography-subtitle1-font-size: 14px;--cv-typography-subtitle1-font-weight: 600;--cv-typography-subtitle1-line-height: 20px;--cv-typography-subtitle2-font-family: Inter, sans-serif;--cv-typography-subtitle2-font-size: 16px;--cv-typography-subtitle2-font-weight: 600;--cv-typography-subtitle2-line-height: 24px;--cv-typography-body1-font-family: Arial, sans-serif;--cv-typography-body1-font-size: 16px;--cv-typography-body1-font-weight: 400;--cv-typography-body1-line-height: 24px;--cv-typography-body2-font-family: Arial, sans-serif;--cv-typography-body2-font-size: 14px;--cv-typography-body2-font-weight: 400;--cv-typography-body2-line-height: 20px;--cv-typography-button-font-family: Inter, sans-serif;--cv-typography-button-font-size: 14px;--cv-typography-button-font-weight: 600;--cv-typography-button-line-height: 16px;--cv-typography-caption-font-family: Arial, sans-serif;--cv-typography-caption-font-size: 12px;--cv-typography-caption-font-weight: 400;--cv-typography-caption-line-height: 16px;--cv-typography-code-font-family: Menlo;--cv-typography-code-font-size: 12px;--cv-typography-code-font-weight: 400;--cv-typography-code-line-height: 20px;--mdc-theme-primary: #3053f4;--mdc-theme-primary-container: #ececfe;--mdc-theme-on-primary: #ffffff;--mdc-theme-secondary: #00233c;--mdc-theme-secondary-container: #deeafa;--mdc-theme-on-secondary: #ffffff;--mdc-theme-on-secondary-container: #001d33;--mdc-theme-tertiary: #ff5f02;--mdc-theme-tertiary-container: #ffdbce;--mdc-theme-on-tertiary: #ffffff;--mdc-theme-on-tertiary-container: #481300;--mdc-theme-surface: #f8f9fb;--mdc-theme-surface-dim: #f3f5f9;--mdc-theme-surface-bright: #ffffff;--mdc-theme-surface-container-lowest: #ffffff;--mdc-theme-surface-container-low: #f3f5f9;--mdc-theme-surface-container: #eff1f7;--mdc-theme-surface-container-high: #ebedf5;--mdc-theme-surface-container-highest: #e6e9f3;--mdc-theme-on-surface: #00233c;--mdc-theme-on-surface-variant: #59627b;--mdc-theme-inverse-surface: #3e4557;--mdc-theme-inverse-on-surface: #f1f3f8;--mdc-theme-negative: #ae1209;--mdc-theme-negative-container: #ffb2ae;--mdc-theme-on-negative: #ffffff;--mdc-theme-on-negative-container: #110201;--mdc-theme-positive: #036600;--mdc-theme-positive-container: #8fcc8e;--mdc-theme-on-positive: #ffffff;--mdc-theme-on-positive-container: #000a00;--mdc-theme-caution: #f38800;--mdc-theme-caution-container: #ffcc8c;--mdc-theme-on-caution: #ffffff;--mdc-theme-on-caution-container: #180e00;--mdc-theme-outline: #727d9c;--mdc-theme-outline-variant: #d1d5e7;--mdc-theme-shadow: #000000;--mdc-theme-scrim: rgba(0, 0, 0, 0.32);--mdc-theme-primary-fixed: #dee0ff;--mdc-theme-primary-fixed-dim: #bac3ff;--mdc-theme-secondary-fixed: #deeafa;--mdc-theme-secondary-fixed-dim: #bcd5f6;--mdc-theme-tertiary-fixed: #ffdbce;--mdc-theme-tertiary-fixed-dim: #ffc0a8;--mdc-theme-primary-8: rgba(48, 83, 244, 0.08);--mdc-theme-primary-12: rgba(48, 83, 244, 0.12);--mdc-theme-on-surface-8: rgba(0, 35, 60, 0.08);--mdc-theme-on-surface-12: rgba(0, 35, 60, 0.12);--mdc-theme-on-primary-container: #00115a;--mdc-theme-inverse-primary: #bac3ff;--mdc-theme-on-surface-38: rgba(0, 35, 60, 0.38);--mdc-theme-on-surface-16: rgba(0, 35, 60, 0.16);--mdc-theme-on-primary-12: rgba(255, 255, 255, 0.12);--mdc-theme-on-primary-8: rgba(255, 255, 255, 0.08);--mdc-theme-primary-16: rgba(48, 83, 244, 0.16);--mdc-theme-on-surface-variant-8: rgba(89, 98, 123, 0.08);--mdc-theme-on-tertiary-container-8: rgba(72, 19, 0, 0.08);--mdc-theme-on-tertiary-container-12: rgba(72, 19, 0, 0.12);--mdc-theme-on-primary-container-12: rgba(0, 17, 90, 0.12);--mdc-theme-on-surface-variant-12: rgba(89, 98, 123, 0.12);--mdc-theme-on-secondary-container-8: rgba(0, 29, 51, 0.08);--mdc-theme-on-secondary-container-16: rgba(0, 29, 51, 0.16);--mdc-theme-outline-8: rgba(114, 125, 156, 0.08);--mdc-theme-outline-12: rgba(114, 125, 156, 0.12);--mdc-theme-outline-16: rgba(114, 125, 156, 0.16);--mdc-theme-surface-variant: #f8f9fb;--mdc-theme-emphasis: #b10142;--mdc-theme-emphasis-container: #e8b3c6;--mdc-theme-on-emphasis: #ffffff;--mdc-theme-on-emphasis-container: #120007;--mdc-theme-positive-16: rgba(3, 102, 0, 0.16);--mdc-theme-caution-16: rgba(243, 136, 0, 0.16);--mdc-theme-negative-12: rgba(174, 18, 9, 0.12);--mdc-theme-on-secondary-container-12: rgba(0, 29, 51, 0.12);--mdc-theme-on-primary-16: rgba(255, 255, 255, 0.16);--mdc-theme-on-primary-container-8: rgba(0, 17, 90, 0.08);--mdc-theme-on-primary-container-16: rgba(0, 17, 90, 0.16);--mdc-theme-on-secondary-8: rgba(255, 255, 255, 0.08);--mdc-theme-on-secondary-12: rgba(255, 255, 255, 0.12);--mdc-theme-on-secondary-16: rgba(255, 255, 255, 0.16);--mdc-theme-on-tertiary-8: rgba(255, 255, 255, 0.08);--mdc-theme-on-tertiary-12: rgba(255, 255, 255, 0.12);--mdc-theme-on-tertiary-16: rgba(255, 255, 255, 0.16);--mdc-theme-on-tertiary-container-16: rgba(72, 19, 0, 0.16);--mdc-theme-on-surface-variant-16: rgba(89, 98, 123, 0.16);--mdc-theme-negative-8: rgba(174, 18, 9, 0.08);--mdc-theme-negative-16: rgba(174, 18, 9, 0.16);--mdc-theme-positive-12: rgba(3, 102, 0, 0.12);--mdc-theme-positive-8: rgba(3, 102, 0, 0.08);--mdc-theme-on-positive-8: rgba(255, 255, 255, 0.08);--mdc-theme-on-positive-12: rgba(255, 255, 255, 0.12);--mdc-theme-on-positive-16: rgba(255, 255, 255, 0.16);--mdc-theme-on-positive-container-8: rgba(0, 10, 0, 0.08);--mdc-theme-on-positive-container-12: rgba(0, 10, 0, 0.12);--mdc-theme-on-positive-container-16: rgba(0, 10, 0, 0.16);--mdc-theme-caution-12: rgba(243, 136, 0, 0.12);--mdc-theme-caution-8: rgba(243, 136, 0, 0.08);--mdc-theme-on-caution-8: rgba(255, 255, 255, 0.08);--mdc-theme-on-caution-12: rgba(255, 255, 255, 0.12);--mdc-theme-on-caution-16: rgba(255, 255, 255, 0.16);--mdc-theme-on-negative-8: rgba(255, 255, 255, 0.08);--mdc-theme-on-negative-12: rgba(255, 255, 255, 0.12);--mdc-theme-on-negative-16: rgba(255, 255, 255, 0.16);--mdc-theme-on-caution-container-8: rgba(24, 14, 0, 0.08);--mdc-theme-on-caution-container-12: rgba(24, 14, 0, 0.12);--mdc-theme-on-caution-container-16: rgba(24, 14, 0, 0.16);--mdc-theme-emphasis-8: rgba(177, 1, 66, 0.08);--mdc-theme-emphasis-12: rgba(177, 1, 66, 0.12);--mdc-theme-emphasis-16: rgba(177, 1, 66, 0.16);--mdc-theme-on-emphasis-8: rgba(255, 255, 255, 0.08);--mdc-theme-on-emphasis-12: rgba(255, 255, 255, 0.12);--mdc-theme-on-emphasis-16: rgba(255, 255, 255, 0.16);--mdc-theme-on-emphasis-container-8: rgba(18, 0, 7, 0.08);--mdc-theme-on-emphasis-container-12: rgba(18, 0, 7, 0.12);--mdc-theme-on-emphasis-container-16: rgba(24, 14, 0, 0.16);--mdc-theme-inverse-on-surface-12: rgba(246, 243, 246, 0.12);--mdc-theme-inverse-primary-12: rgba(186, 195, 255, 0.12);--mdc-theme-inverse-on-surface-8: rgba(246, 243, 246, 0.08);--mdc-theme-inverse-primary-8: rgba(186, 195, 255, 0.08);--mdc-theme-inverse-primary-16: rgba(186, 195, 255, 0.16);--mdc-theme-inverse-on-surface-16: rgba(246, 243, 246, 0.12);--mdc-theme-on-primary-74: rgba(255, 255, 255, 0.74);--mdc-theme-on-surface-74: rgba(0, 35, 60, 0.74);--mdc-theme-tertiary-8: rgba(255, 95, 2, 0.08);--mdc-theme-tertiary-12: rgba(255, 95, 2, 0.12);--mdc-theme-tertiary-16: rgba(255, 95, 2, 0.16);--mdc-theme-secondary-8: rgba(0, 35, 60, 0.08);--mdc-theme-secondary-12: rgba(0, 35, 60, 0.12);--mdc-theme-secondary-16: rgba(0, 35, 60, 0.16);--mdc-theme-on-secondary-74: rgba(255, 255, 255, 0.74);--mdc-theme-inverse-secondary: #bcd5f6;--mdc-theme-inverse-secondary-8: rgba(188, 213, 246, 0.08);--mdc-theme-inverse-secondary-12: rgba(188, 213, 246, 0.12);--mdc-theme-inverse-secondary-16: rgba(195, 197, 221, 0.16);--mdc-theme-on-tertiary-74: rgba(255, 255, 255, 0.74);--mdc-theme-inverse-tertiary: #ff5f02;--mdc-theme-inverse-tertiary-8: rgba(255, 95, 2, 0.08);--mdc-theme-inverse-tertiary-12: rgba(255, 95, 2, 0.12);--mdc-theme-inverse-tertiary-16: rgba(255, 95, 2, 0.16);--mdc-theme-on-negative-container-8: rgba(17, 2, 1, 0.08);--mdc-theme-on-negative-container-12: rgba(17, 2, 1, 0.12);--mdc-theme-on-negative-container-16: rgba(17, 2, 1, 0.16);--mdc-theme-on-surface-4: rgba(0, 35, 60, 0.04);--mdc-theme-on-surface-variant-4: rgba(89, 98, 123, 0.04);--mdc-theme-inverse-on-surface-4: rgba(246, 243, 246, 0.04);--mdc-theme-primary-4: rgba(48, 83, 244, 0.04);--mdc-theme-on-primary-4: rgba(255, 255, 255, 0.04);--mdc-theme-on-primary-container-4: rgba(0, 17, 90, 0.04);--mdc-theme-inverse-primary-4: rgba(186, 195, 255, 0.04);--mdc-theme-secondary-4: rgba(0, 35, 60, 0.04);--mdc-theme-on-secondary-4: rgba(255, 255, 255, 0.04);--mdc-theme-on-secondary-container-4: rgba(0, 29, 51, 0.04);--mdc-theme-inverse-secondary-4: rgba(188, 213, 246, 0.04);--mdc-theme-tertiary-4: rgba(255, 95, 2, 0.04);--mdc-theme-on-tertiary-4: rgba(255, 255, 255, 0.04);--mdc-theme-on-tertiary-container-4: rgba(72, 19, 0, 0.04);--mdc-theme-inverse-tertiary-4: rgba(255, 95, 2, 0.04);--mdc-theme-negative-4: rgba(174, 18, 9, 0.04);--mdc-theme-on-negative-4: rgba(255, 255, 255, 0.04);--mdc-theme-on-negative-container-4: rgba(17, 2, 1, 0.04);--mdc-theme-positive-4: rgba(3, 102, 0, 0.04);--mdc-theme-on-positive-4: rgba(255, 255, 255, 0.04);--mdc-theme-on-positive-container-4: rgba(0, 10, 0, 0.04);--mdc-theme-caution-4: rgba(243, 136, 0, 0.04);--mdc-theme-on-caution-4: rgba(255, 255, 255, 0.04);--mdc-theme-on-caution-container-4: rgba(24, 14, 0, 0.04);--mdc-theme-emphasis-4: rgba(177, 1, 66, 0.04);--mdc-theme-on-emphasis-4: rgba(255, 255, 255, 0.04);--mdc-theme-on-emphasis-container-4: rgba(18, 0, 7, 0.04);--mdc-theme-on-surface-20: rgba(0, 35, 60, 0.2);--mdc-theme-primary-20: rgba(48, 83, 244, 0.2);--mdc-theme-negative-20: rgba(174, 18, 9, 0.2);--mdc-theme-positive-20: rgba(3, 102, 0, 0.2);--mdc-theme-caution-20: rgba(243, 136, 0, 0.2);--mdc-theme-emphasis-20: rgba(177, 1, 66, 0.2);--mdc-theme-primary-24: rgba(48, 83, 244, 0.24);--mdc-theme-negative-24: rgba(174, 18, 9, 0.24);--mdc-theme-positive-24: rgba(3, 102, 0, 0.24);--mdc-theme-caution-24: rgba(243, 136, 0, 0.24);--mdc-theme-emphasis-24: rgba(177, 1, 66, 0.24);--mdc-theme-background: #f8f9fb;--mdc-theme-surface-variant-8: rgba(248, 249, 251, 0.08);--mdc-theme-surface-variant-12: rgba(248, 249, 251, 0.12);--mdc-theme-surface-variant-16: rgba(253, 249, 252, 0.16);--mdc-theme-logo: #ff5f02;--mdc-theme-on-surface-variant-38: rgba(89, 98, 123, 0.38);--mdc-theme-on-primary-38: rgba(255, 255, 255, 0.38);--mdc-theme-on-secondary-38: rgba(255, 255, 255, 0.38);--mdc-theme-on-secondary-container-38: rgba(0, 29, 51, 0.38);--mdc-theme-on-secondary-container-74: rgba(0, 29, 51, 0.74);--mdc-theme-on-tertiary-38: rgba(255, 255, 255, 0.38);--mdc-theme-on-tertiary-container-38: rgba(72, 19, 0, 0.38);--mdc-theme-on-tertiary-container-74: rgba(72, 19, 0, 0.74);--mdc-theme-inverse-tertiary-38: rgba(255, 95, 2, 0.38);--mdc-theme-inverse-tertiary-74: rgba(255, 95, 2, 0.74);--mdc-theme-negative-38: rgba(174, 18, 9, 0.38);--mdc-theme-negative-74: rgba(174, 18, 9, 0.74);--mdc-theme-on-negative-38: rgba(255, 255, 255, 0.38);--mdc-theme-on-negative-74: rgba(255, 255, 255, 0.74);--mdc-theme-on-negative-container-38: rgba(17, 2, 1, 0.38);--mdc-theme-on-negative-container-74: rgba(17, 2, 1, 0.74);--mdc-theme-positive-38: rgba(3, 102, 0, 0.38);--mdc-theme-positive-74: rgba(3, 102, 0, 0.74);--mdc-theme-on-positive-38: rgba(255, 255, 255, 0.38);--mdc-theme-on-positive-74: rgba(255, 255, 255, 0.74);--mdc-theme-on-positive-container-38: rgba(0, 10, 0, 0.38);--mdc-theme-on-positive-container-74: rgba(0, 10, 0, 0.74);--mdc-theme-caution-38: rgba(243, 136, 0, 0.38);--mdc-theme-caution-74: rgba(243, 136, 0, 0.74);--mdc-theme-on-caution-38: rgba(255, 255, 255, 0.38);--mdc-theme-on-caution-74: rgba(255, 255, 255, 0.74);--mdc-theme-on-caution-container-38: rgba(24, 14, 0, 0.38);--mdc-theme-on-caution-container-74: rgba(24, 14, 0, 0.74);--mdc-theme-emphasis-38: rgba(177, 1, 66, 0.38);--mdc-theme-emphasis-74: rgba(177, 1, 66, 0.74);--mdc-theme-on-emphasis-38: rgba(255, 255, 255, 0.38);--mdc-theme-on-emphasis-74: rgba(255, 255, 255, 0.74);--mdc-theme-on-emphasis-container-38: rgba(24, 14, 0, 0.38);--mdc-theme-on-emphasis-container-74: rgba(24, 14, 0, 0.74);--mdc-theme-on-primary-container-38: rgba(0, 17, 90, 0.38);--mdc-theme-on-primary-container-74: rgba(0, 17, 90, 0.74);--mdc-theme-primary-38: rgba(48, 83, 244, 0.38);--mdc-theme-primary-74: rgba(48, 83, 244, 0.74);--mdc-theme-brand: #ff5f02;--mdc-theme-code-snippet-color: #383a42;--mdc-theme-code-snippet-comment: #6c6c6c;--mdc-theme-code-snippet-keyword: #a626a4;--mdc-theme-code-snippet-selector: #ad0f00;--mdc-theme-code-snippet-literal: #17749b;--mdc-theme-code-snippet-string: #0a7c08;--mdc-theme-code-snippet-variable: #8e6102;--mdc-theme-code-snippet-title: #004ffd;--mdc-theme-code-snippet-class: #6a6c02;--mdc-theme-error: #ae1209;--mdc-theme-on-background: #00233c;--mdc-theme-on-error: #ffffff;--mdc-theme-divider: #d1d5e7;--mdc-theme-accent: #3053f4;--mdc-theme-surface-canvas: #ffffff;--mdc-theme-surface-primary: #ececfe;--mdc-theme-surface-primary-highlight: rgba(48, 83, 244, 0.08);--mdc-theme-surface-primary-highlight-hover: rgba(48, 83, 244, 0.08);--mdc-theme-surface-accent: #ececfe;--mdc-theme-surface-accent-highlight: rgba(48, 83, 244, 0.08);--mdc-theme-surface-accent-highlight-hover: rgba(48, 83, 244, 0.12);--mdc-theme-surface-secondary: #deeafa;--mdc-theme-surface-secondary-highlight: rgba(0, 35, 60, 0.08);--mdc-theme-surface-secondary-highlight-hover: rgba(0, 35, 60, 0.08);--mdc-theme-surface-positive: #8fcc8e;--mdc-theme-surface-positive-highlight: rgba(3, 102, 0, 0.08);--mdc-theme-surface-positive-highlight-hover: rgba(3, 102, 0, 0.08);--mdc-theme-surface-caution: #ffcc8c;--mdc-theme-surface-caution-highlight: rgba(243, 136, 0, 0.08);--mdc-theme-surface-caution-highlight-hover: rgba(243, 136, 0, 0.08);--mdc-theme-surface-negative: #ffb2ae;--mdc-theme-surface-negative-highlight: rgba(174, 18, 9, 0.08);--mdc-theme-surface-negative-highlight-hover: rgba(174, 18, 9, 0.08);--mdc-theme-surface-neutral: #f3f5f9;--mdc-theme-surface-neutral-highlight: rgba(243, 245, 249, 0.04);--mdc-theme-surface-neutral-highlight-hover: rgba(243, 245, 249, 0.08);--mdc-theme-surface-emphasis: #e8b3c6;--mdc-theme-surface-emphasis-highlight: rgba(177, 1, 66, 0.08);--mdc-theme-surface-emphasis-highlight-hover: rgba(177, 1, 66, 0.08);--mdc-theme-text-primary-on-background: #00233c;--mdc-theme-text-secondary-on-background: #59627b;--mdc-theme-text-hint-on-background: #59627b;--mdc-theme-text-disabled-on-background: rgba(0, 35, 60, 0.38);--mdc-theme-text-icon-on-background: #59627b;--mdc-theme-text-logo-on-background: #ff5f02;--mdc-theme-text-primary-on-light: #00233c;--mdc-theme-text-secondary-on-light: #59627b;--mdc-theme-text-hint-on-light: #59627b;--mdc-theme-text-disabled-on-light: rgba(0, 35, 60, 0.38);--mdc-theme-text-icon-on-light: #59627b;--mdc-theme-text-primary-on-dark: #ebe8ec;--mdc-theme-text-secondary-on-dark: #d5d3d8;--mdc-theme-text-hint-on-dark: #d5d3d8;--mdc-theme-text-disabled-on-dark: rgba(235, 232, 236, 0.38);--mdc-theme-text-icon-on-dark: #d5d3d8;--mdc-typography-font-family: Arial, sans-serif;--mdc-typography-headline1-font-family: Inter, sans-serif;--mdc-typography-headline1-font-size: 96px;--mdc-typography-headline1-font-weight: 500;--mdc-typography-headline1-line-height: 112px;--mdc-typography-headline2-font-family: Inter, sans-serif;--mdc-typography-headline2-font-size: 60px;--mdc-typography-headline2-font-weight: 600;--mdc-typography-headline2-line-height: 84px;--mdc-typography-headline3-font-family: Inter, sans-serif;--mdc-typography-headline3-font-size: 48px;--mdc-typography-headline3-font-weight: 600;--mdc-typography-headline3-line-height: 64px;--mdc-typography-headline4-font-family: Inter, sans-serif;--mdc-typography-headline4-font-size: 34px;--mdc-typography-headline4-font-weight: 700;--mdc-typography-headline4-line-height: 48px;--mdc-typography-headline5-font-family: Inter, sans-serif;--mdc-typography-headline5-font-size: 24px;--mdc-typography-headline5-font-weight: 700;--mdc-typography-headline5-line-height: 36px;--mdc-typography-headline6-font-family: Inter, sans-serif;--mdc-typography-headline6-font-size: 20px;--mdc-typography-headline6-font-weight: 700;--mdc-typography-headline6-line-height: 28px;--mdc-typography-subtitle1-font-family: Inter, sans-serif;--mdc-typography-subtitle1-font-size: 14px;--mdc-typography-subtitle1-font-weight: 600;--mdc-typography-subtitle1-line-height: 20px;--mdc-typography-subtitle2-font-family: Inter, sans-serif;--mdc-typography-subtitle2-font-size: 16px;--mdc-typography-subtitle2-font-weight: 600;--mdc-typography-subtitle2-line-height: 24px;--mdc-typography-body1-font-family: Arial, sans-serif;--mdc-typography-body1-font-size: 16px;--mdc-typography-body1-font-weight: 400;--mdc-typography-body1-line-height: 24px;--mdc-typography-body2-font-family: Arial, sans-serif;--mdc-typography-body2-font-size: 14px;--mdc-typography-body2-font-weight: 400;--mdc-typography-body2-line-height: 20px;--mdc-typography-button-font-family: Inter, sans-serif;--mdc-typography-button-font-size: 14px;--mdc-typography-button-font-weight: 600;--mdc-typography-button-line-height: 16px;--mdc-typography-caption-font-family: Arial, sans-serif;--mdc-typography-caption-font-size: 12px;--mdc-typography-caption-font-weight: 400;--mdc-typography-caption-line-height: 16px;--mdc-typography-code-font-family: Menlo;--mdc-typography-code-font-size: 12px;--mdc-typography-code-font-weight: 400;--mdc-typography-code-line-height: 20px;--mdc-theme-border: #d1d5e7;--mdc-theme-surface-accent: #ececfe;--mdc-theme-surface-accent-highlight: rgba(48, 83, 244, 0.08);--mdc-theme-surface-accent-highlight-hover: rgba(48, 83, 244, 0.08);--mdc-typography-button-letter-spacing: 0;--mdc-icon-font: "Material Symbols Outlined";--mdc-ripple-color: #00233c;--mdc-shape-small: 8px;--mdc-shape-medium: 8px;--mdc-plain-tooltip-container-color: #3e4557;--mdc-plain-tooltip-supporting-text-color: #f1f3f8;border-width:0;border-style:solid}:root .mdc-data-table__sort-icon-button{color:#59627b}:root .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::before,:root .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::after{background-color:#59627b;background-color:var(--mdc-ripple-color, #59627b)}:root .mdc-data-table__sort-icon-button:hover .mdc-icon-button__ripple::before,:root .mdc-data-table__sort-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}:root .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,:root .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}:root .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after{transition:opacity 150ms linear}:root .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}:root .mdc-data-table__sort-icon-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button{color:#59627b}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::before,:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::after{background-color:#59627b;background-color:var(--mdc-ripple-color, #59627b)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:hover .mdc-icon-button__ripple::before,:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after{transition:opacity 150ms linear}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}:root .mdc-data-table__row--selected{background-color:rgba(243, 245, 249, 0.04)}:root .mdc-data-table__row:not(.mdc-data-table__row--selected):hover{background-color:rgba(243, 245, 249, 0.08)}:root .mdc-data-table__header-cell{color:#00233c}:root .mdc-data-table__pagination-total,:root .mdc-data-table__pagination-rows-per-page-label,:root .mdc-data-table__cell{color:#00233c}:root .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,:root .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,:root .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:#d1d5e7}:root .mdc-data-table__cell,:root .mdc-data-table__header-cell{border-bottom-color:#d1d5e7}:root .mdc-data-table__pagination{border-top-color:#d1d5e7}:root .mdc-data-table{width:100%;border-width:0;white-space:normal}:root .mdc-data-table__header-cell{font-family:var(--mdc-typography-font-family);font-size:var(--mdc-typography-body2-font-size);font-weight:600;line-height:var(--mdc-typography-body2-line-height)}:root .mdc-data-table__sort-icon-button{font-size:1rem}/*# sourceMappingURL=light-theme.css.map */
|
1
|
+
:root{--cv-theme-primary: #3053f4;--cv-theme-primary-container: #ececfe;--cv-theme-on-primary: #ffffff;--cv-theme-secondary: #00233c;--cv-theme-secondary-container: #deeafa;--cv-theme-on-secondary: #ffffff;--cv-theme-on-secondary-container: #001d33;--cv-theme-tertiary: #ff5f02;--cv-theme-tertiary-container: #ffdbce;--cv-theme-on-tertiary: #ffffff;--cv-theme-on-tertiary-container: #481300;--cv-theme-surface: #f8f9fb;--cv-theme-surface-dim: #f3f5f9;--cv-theme-surface-bright: #ffffff;--cv-theme-surface-container-lowest: #ffffff;--cv-theme-surface-container-low: #f3f5f9;--cv-theme-surface-container: #eff1f7;--cv-theme-surface-container-high: #ebedf5;--cv-theme-surface-container-highest: #e6e9f3;--cv-theme-on-surface: #00233c;--cv-theme-on-surface-variant: #59627b;--cv-theme-inverse-surface: #3e4557;--cv-theme-inverse-on-surface: #f1f3f8;--cv-theme-negative: #ae1209;--cv-theme-negative-container: #ffb2ae;--cv-theme-on-negative: #ffffff;--cv-theme-on-negative-container: #110201;--cv-theme-positive: #036600;--cv-theme-positive-container: #8fcc8e;--cv-theme-on-positive: #ffffff;--cv-theme-on-positive-container: #000a00;--cv-theme-caution: #f38800;--cv-theme-caution-container: #ffcc8c;--cv-theme-on-caution: #ffffff;--cv-theme-on-caution-container: #180e00;--cv-theme-outline: #727d9c;--cv-theme-outline-variant: #d1d5e7;--cv-theme-shadow: #000000;--cv-theme-scrim: rgba(0, 0, 0, 0.32);--cv-theme-primary-fixed: #dee0ff;--cv-theme-primary-fixed-dim: #bac3ff;--cv-theme-secondary-fixed: #deeafa;--cv-theme-secondary-fixed-dim: #bcd5f6;--cv-theme-tertiary-fixed: #ffdbce;--cv-theme-tertiary-fixed-dim: #ffc0a8;--cv-theme-primary-8: rgba(48, 83, 244, 0.08);--cv-theme-primary-12: rgba(48, 83, 244, 0.12);--cv-theme-on-surface-8: rgba(0, 35, 60, 0.08);--cv-theme-on-surface-12: rgba(0, 35, 60, 0.12);--cv-theme-on-primary-container: #00115a;--cv-theme-inverse-primary: #bac3ff;--cv-theme-on-surface-38: rgba(0, 35, 60, 0.38);--cv-theme-on-surface-16: rgba(0, 35, 60, 0.16);--cv-theme-on-primary-12: rgba(255, 255, 255, 0.12);--cv-theme-on-primary-8: rgba(255, 255, 255, 0.08);--cv-theme-primary-16: rgba(48, 83, 244, 0.16);--cv-theme-on-surface-variant-8: rgba(89, 98, 123, 0.08);--cv-theme-on-tertiary-container-8: rgba(72, 19, 0, 0.08);--cv-theme-on-tertiary-container-12: rgba(72, 19, 0, 0.12);--cv-theme-on-primary-container-12: rgba(0, 17, 90, 0.12);--cv-theme-on-surface-variant-12: rgba(89, 98, 123, 0.12);--cv-theme-on-secondary-container-8: rgba(0, 29, 51, 0.08);--cv-theme-on-secondary-container-16: rgba(0, 29, 51, 0.16);--cv-theme-outline-8: rgba(114, 125, 156, 0.08);--cv-theme-outline-12: rgba(114, 125, 156, 0.12);--cv-theme-outline-16: rgba(114, 125, 156, 0.16);--cv-theme-surface-variant: #f8f9fb;--cv-theme-emphasis: #b10142;--cv-theme-emphasis-container: #e8b3c6;--cv-theme-on-emphasis: #ffffff;--cv-theme-on-emphasis-container: #120007;--cv-theme-positive-16: rgba(3, 102, 0, 0.16);--cv-theme-caution-16: rgba(243, 136, 0, 0.16);--cv-theme-negative-12: rgba(174, 18, 9, 0.12);--cv-theme-on-secondary-container-12: rgba(0, 29, 51, 0.12);--cv-theme-on-primary-16: rgba(255, 255, 255, 0.16);--cv-theme-on-primary-container-8: rgba(0, 17, 90, 0.08);--cv-theme-on-primary-container-16: rgba(0, 17, 90, 0.16);--cv-theme-on-secondary-8: rgba(255, 255, 255, 0.08);--cv-theme-on-secondary-12: rgba(255, 255, 255, 0.12);--cv-theme-on-secondary-16: rgba(255, 255, 255, 0.16);--cv-theme-on-tertiary-8: rgba(255, 255, 255, 0.08);--cv-theme-on-tertiary-12: rgba(255, 255, 255, 0.12);--cv-theme-on-tertiary-16: rgba(255, 255, 255, 0.16);--cv-theme-on-tertiary-container-16: rgba(72, 19, 0, 0.16);--cv-theme-on-surface-variant-16: rgba(89, 98, 123, 0.16);--cv-theme-negative-8: rgba(174, 18, 9, 0.08);--cv-theme-negative-16: rgba(174, 18, 9, 0.16);--cv-theme-positive-12: rgba(3, 102, 0, 0.12);--cv-theme-positive-8: rgba(3, 102, 0, 0.08);--cv-theme-on-positive-8: rgba(255, 255, 255, 0.08);--cv-theme-on-positive-12: rgba(255, 255, 255, 0.12);--cv-theme-on-positive-16: rgba(255, 255, 255, 0.16);--cv-theme-on-positive-container-8: rgba(0, 10, 0, 0.08);--cv-theme-on-positive-container-12: rgba(0, 10, 0, 0.12);--cv-theme-on-positive-container-16: rgba(0, 10, 0, 0.16);--cv-theme-caution-12: rgba(243, 136, 0, 0.12);--cv-theme-caution-8: rgba(243, 136, 0, 0.08);--cv-theme-on-caution-8: rgba(255, 255, 255, 0.08);--cv-theme-on-caution-12: rgba(255, 255, 255, 0.12);--cv-theme-on-caution-16: rgba(255, 255, 255, 0.16);--cv-theme-on-negative-8: rgba(255, 255, 255, 0.08);--cv-theme-on-negative-12: rgba(255, 255, 255, 0.12);--cv-theme-on-negative-16: rgba(255, 255, 255, 0.16);--cv-theme-on-caution-container-8: rgba(24, 14, 0, 0.08);--cv-theme-on-caution-container-12: rgba(24, 14, 0, 0.12);--cv-theme-on-caution-container-16: rgba(24, 14, 0, 0.16);--cv-theme-emphasis-8: rgba(177, 1, 66, 0.08);--cv-theme-emphasis-12: rgba(177, 1, 66, 0.12);--cv-theme-emphasis-16: rgba(177, 1, 66, 0.16);--cv-theme-on-emphasis-8: rgba(255, 255, 255, 0.08);--cv-theme-on-emphasis-12: rgba(255, 255, 255, 0.12);--cv-theme-on-emphasis-16: rgba(255, 255, 255, 0.16);--cv-theme-on-emphasis-container-8: rgba(18, 0, 7, 0.08);--cv-theme-on-emphasis-container-12: rgba(18, 0, 7, 0.12);--cv-theme-on-emphasis-container-16: rgba(24, 14, 0, 0.16);--cv-theme-inverse-on-surface-12: rgba(246, 243, 246, 0.12);--cv-theme-inverse-primary-12: rgba(186, 195, 255, 0.12);--cv-theme-inverse-on-surface-8: rgba(246, 243, 246, 0.08);--cv-theme-inverse-primary-8: rgba(186, 195, 255, 0.08);--cv-theme-inverse-primary-16: rgba(186, 195, 255, 0.16);--cv-theme-inverse-on-surface-16: rgba(246, 243, 246, 0.12);--cv-theme-on-primary-74: rgba(255, 255, 255, 0.74);--cv-theme-on-surface-74: rgba(0, 35, 60, 0.74);--cv-theme-tertiary-8: rgba(255, 95, 2, 0.08);--cv-theme-tertiary-12: rgba(255, 95, 2, 0.12);--cv-theme-tertiary-16: rgba(255, 95, 2, 0.16);--cv-theme-secondary-8: rgba(0, 35, 60, 0.08);--cv-theme-secondary-12: rgba(0, 35, 60, 0.12);--cv-theme-secondary-16: rgba(0, 35, 60, 0.16);--cv-theme-on-secondary-74: rgba(255, 255, 255, 0.74);--cv-theme-inverse-secondary: #bcd5f6;--cv-theme-inverse-secondary-8: rgba(188, 213, 246, 0.08);--cv-theme-inverse-secondary-12: rgba(188, 213, 246, 0.12);--cv-theme-inverse-secondary-16: rgba(195, 197, 221, 0.16);--cv-theme-on-tertiary-74: rgba(255, 255, 255, 0.74);--cv-theme-inverse-tertiary: #ff5f02;--cv-theme-inverse-tertiary-8: rgba(255, 95, 2, 0.08);--cv-theme-inverse-tertiary-12: rgba(255, 95, 2, 0.12);--cv-theme-inverse-tertiary-16: rgba(255, 95, 2, 0.16);--cv-theme-on-negative-container-8: rgba(17, 2, 1, 0.08);--cv-theme-on-negative-container-12: rgba(17, 2, 1, 0.12);--cv-theme-on-negative-container-16: rgba(17, 2, 1, 0.16);--cv-theme-on-surface-4: rgba(0, 35, 60, 0.04);--cv-theme-on-surface-variant-4: rgba(89, 98, 123, 0.04);--cv-theme-inverse-on-surface-4: rgba(246, 243, 246, 0.04);--cv-theme-primary-4: rgba(48, 83, 244, 0.04);--cv-theme-on-primary-4: rgba(255, 255, 255, 0.04);--cv-theme-on-primary-container-4: rgba(0, 17, 90, 0.04);--cv-theme-inverse-primary-4: rgba(186, 195, 255, 0.04);--cv-theme-secondary-4: rgba(0, 35, 60, 0.04);--cv-theme-on-secondary-4: rgba(255, 255, 255, 0.04);--cv-theme-on-secondary-container-4: rgba(0, 29, 51, 0.04);--cv-theme-inverse-secondary-4: rgba(188, 213, 246, 0.04);--cv-theme-tertiary-4: rgba(255, 95, 2, 0.04);--cv-theme-on-tertiary-4: rgba(255, 255, 255, 0.04);--cv-theme-on-tertiary-container-4: rgba(72, 19, 0, 0.04);--cv-theme-inverse-tertiary-4: rgba(255, 95, 2, 0.04);--cv-theme-negative-4: rgba(174, 18, 9, 0.04);--cv-theme-on-negative-4: rgba(255, 255, 255, 0.04);--cv-theme-on-negative-container-4: rgba(17, 2, 1, 0.04);--cv-theme-positive-4: rgba(3, 102, 0, 0.04);--cv-theme-on-positive-4: rgba(255, 255, 255, 0.04);--cv-theme-on-positive-container-4: rgba(0, 10, 0, 0.04);--cv-theme-caution-4: rgba(243, 136, 0, 0.04);--cv-theme-on-caution-4: rgba(255, 255, 255, 0.04);--cv-theme-on-caution-container-4: rgba(24, 14, 0, 0.04);--cv-theme-emphasis-4: rgba(177, 1, 66, 0.04);--cv-theme-on-emphasis-4: rgba(255, 255, 255, 0.04);--cv-theme-on-emphasis-container-4: rgba(18, 0, 7, 0.04);--cv-theme-on-surface-20: rgba(0, 35, 60, 0.2);--cv-theme-primary-20: rgba(48, 83, 244, 0.2);--cv-theme-negative-20: rgba(174, 18, 9, 0.2);--cv-theme-positive-20: rgba(3, 102, 0, 0.2);--cv-theme-caution-20: rgba(243, 136, 0, 0.2);--cv-theme-emphasis-20: rgba(177, 1, 66, 0.2);--cv-theme-primary-24: rgba(48, 83, 244, 0.24);--cv-theme-negative-24: rgba(174, 18, 9, 0.24);--cv-theme-positive-24: rgba(3, 102, 0, 0.24);--cv-theme-caution-24: rgba(243, 136, 0, 0.24);--cv-theme-emphasis-24: rgba(177, 1, 66, 0.24);--cv-theme-background: #f8f9fb;--cv-theme-surface-variant-8: rgba(248, 249, 251, 0.08);--cv-theme-surface-variant-12: rgba(248, 249, 251, 0.12);--cv-theme-surface-variant-16: rgba(253, 249, 252, 0.16);--cv-theme-logo: #ff5f02;--cv-theme-on-surface-variant-38: rgba(89, 98, 123, 0.38);--cv-theme-on-primary-38: rgba(255, 255, 255, 0.38);--cv-theme-on-secondary-38: rgba(255, 255, 255, 0.38);--cv-theme-on-secondary-container-38: rgba(0, 29, 51, 0.38);--cv-theme-on-secondary-container-74: rgba(0, 29, 51, 0.74);--cv-theme-on-tertiary-38: rgba(255, 255, 255, 0.38);--cv-theme-on-tertiary-container-38: rgba(72, 19, 0, 0.38);--cv-theme-on-tertiary-container-74: rgba(72, 19, 0, 0.74);--cv-theme-inverse-tertiary-38: rgba(255, 95, 2, 0.38);--cv-theme-inverse-tertiary-74: rgba(255, 95, 2, 0.74);--cv-theme-negative-38: rgba(174, 18, 9, 0.38);--cv-theme-negative-74: rgba(174, 18, 9, 0.74);--cv-theme-on-negative-38: rgba(255, 255, 255, 0.38);--cv-theme-on-negative-74: rgba(255, 255, 255, 0.74);--cv-theme-on-negative-container-38: rgba(17, 2, 1, 0.38);--cv-theme-on-negative-container-74: rgba(17, 2, 1, 0.74);--cv-theme-positive-38: rgba(3, 102, 0, 0.38);--cv-theme-positive-74: rgba(3, 102, 0, 0.74);--cv-theme-on-positive-38: rgba(255, 255, 255, 0.38);--cv-theme-on-positive-74: rgba(255, 255, 255, 0.74);--cv-theme-on-positive-container-38: rgba(0, 10, 0, 0.38);--cv-theme-on-positive-container-74: rgba(0, 10, 0, 0.74);--cv-theme-caution-38: rgba(243, 136, 0, 0.38);--cv-theme-caution-74: rgba(243, 136, 0, 0.74);--cv-theme-on-caution-38: rgba(255, 255, 255, 0.38);--cv-theme-on-caution-74: rgba(255, 255, 255, 0.74);--cv-theme-on-caution-container-38: rgba(24, 14, 0, 0.38);--cv-theme-on-caution-container-74: rgba(24, 14, 0, 0.74);--cv-theme-emphasis-38: rgba(177, 1, 66, 0.38);--cv-theme-emphasis-74: rgba(177, 1, 66, 0.74);--cv-theme-on-emphasis-38: rgba(255, 255, 255, 0.38);--cv-theme-on-emphasis-74: rgba(255, 255, 255, 0.74);--cv-theme-on-emphasis-container-38: rgba(24, 14, 0, 0.38);--cv-theme-on-emphasis-container-74: rgba(24, 14, 0, 0.74);--cv-theme-on-primary-container-38: rgba(0, 17, 90, 0.38);--cv-theme-on-primary-container-74: rgba(0, 17, 90, 0.74);--cv-theme-primary-38: rgba(48, 83, 244, 0.38);--cv-theme-primary-74: rgba(48, 83, 244, 0.74);--cv-theme-brand: #ff5f02;--cv-theme-code-snippet-color: #383a42;--cv-theme-code-snippet-comment: #6c6c6c;--cv-theme-code-snippet-keyword: #a626a4;--cv-theme-code-snippet-selector: #ad0f00;--cv-theme-code-snippet-literal: #17749b;--cv-theme-code-snippet-string: #0a7c08;--cv-theme-code-snippet-variable: #8e6102;--cv-theme-code-snippet-title: #004ffd;--cv-theme-code-snippet-class: #6a6c02;--cv-theme-error: #ae1209;--cv-theme-on-background: #00233c;--cv-theme-on-error: #ffffff;--cv-theme-divider: #d1d5e7;--cv-theme-accent: #3053f4;--cv-theme-surface-canvas: #ffffff;--cv-theme-surface-primary: #ececfe;--cv-theme-surface-primary-highlight: rgba(48, 83, 244, 0.08);--cv-theme-surface-primary-highlight-hover: rgba(48, 83, 244, 0.08);--cv-theme-surface-accent: #ececfe;--cv-theme-surface-accent-highlight: rgba(48, 83, 244, 0.08);--cv-theme-surface-accent-highlight-hover: rgba(48, 83, 244, 0.12);--cv-theme-surface-secondary: #deeafa;--cv-theme-surface-secondary-highlight: rgba(0, 35, 60, 0.08);--cv-theme-surface-secondary-highlight-hover: rgba(0, 35, 60, 0.08);--cv-theme-surface-positive: #8fcc8e;--cv-theme-surface-positive-highlight: rgba(3, 102, 0, 0.08);--cv-theme-surface-positive-highlight-hover: rgba(3, 102, 0, 0.08);--cv-theme-surface-caution: #ffcc8c;--cv-theme-surface-caution-highlight: rgba(243, 136, 0, 0.08);--cv-theme-surface-caution-highlight-hover: rgba(243, 136, 0, 0.08);--cv-theme-surface-negative: #ffb2ae;--cv-theme-surface-negative-highlight: rgba(174, 18, 9, 0.08);--cv-theme-surface-negative-highlight-hover: rgba(174, 18, 9, 0.08);--cv-theme-surface-neutral: #f3f5f9;--cv-theme-surface-neutral-highlight: rgba(243, 245, 249, 0.04);--cv-theme-surface-neutral-highlight-hover: rgba(243, 245, 249, 0.08);--cv-theme-surface-emphasis: #e8b3c6;--cv-theme-surface-emphasis-highlight: rgba(177, 1, 66, 0.08);--cv-theme-surface-emphasis-highlight-hover: rgba(177, 1, 66, 0.08);--cv-theme-text-primary-on-background: #00233c;--cv-theme-text-secondary-on-background: #59627b;--cv-theme-text-hint-on-background: #59627b;--cv-theme-text-disabled-on-background: rgba(0, 35, 60, 0.38);--cv-theme-text-icon-on-background: #59627b;--cv-theme-text-logo-on-background: #ff5f02;--cv-theme-text-primary-on-light: #00233c;--cv-theme-text-secondary-on-light: #59627b;--cv-theme-text-hint-on-light: #59627b;--cv-theme-text-disabled-on-light: rgba(0, 35, 60, 0.38);--cv-theme-text-icon-on-light: #59627b;--cv-theme-text-primary-on-dark: #ebe8ec;--cv-theme-text-secondary-on-dark: #d5d3d8;--cv-theme-text-hint-on-dark: #d5d3d8;--cv-theme-text-disabled-on-dark: rgba(235, 232, 236, 0.38);--cv-theme-text-icon-on-dark: #d5d3d8;--cv-typography-font-family: Arial, sans-serif;--cv-typography-headline1-font-family: Inter, sans-serif;--cv-typography-headline1-font-size: 96px;--cv-typography-headline1-font-weight: 500;--cv-typography-headline1-line-height: 112px;--cv-typography-headline2-font-family: Inter, sans-serif;--cv-typography-headline2-font-size: 60px;--cv-typography-headline2-font-weight: 600;--cv-typography-headline2-line-height: 84px;--cv-typography-headline3-font-family: Inter, sans-serif;--cv-typography-headline3-font-size: 48px;--cv-typography-headline3-font-weight: 600;--cv-typography-headline3-line-height: 64px;--cv-typography-headline4-font-family: Inter, sans-serif;--cv-typography-headline4-font-size: 34px;--cv-typography-headline4-font-weight: 700;--cv-typography-headline4-line-height: 48px;--cv-typography-headline5-font-family: Inter, sans-serif;--cv-typography-headline5-font-size: 24px;--cv-typography-headline5-font-weight: 700;--cv-typography-headline5-line-height: 36px;--cv-typography-headline6-font-family: Inter, sans-serif;--cv-typography-headline6-font-size: 20px;--cv-typography-headline6-font-weight: 700;--cv-typography-headline6-line-height: 28px;--cv-typography-subtitle1-font-family: Inter, sans-serif;--cv-typography-subtitle1-font-size: 14px;--cv-typography-subtitle1-font-weight: 600;--cv-typography-subtitle1-line-height: 20px;--cv-typography-subtitle2-font-family: Inter, sans-serif;--cv-typography-subtitle2-font-size: 16px;--cv-typography-subtitle2-font-weight: 600;--cv-typography-subtitle2-line-height: 24px;--cv-typography-body1-font-family: Arial, sans-serif;--cv-typography-body1-font-size: 16px;--cv-typography-body1-font-weight: 400;--cv-typography-body1-line-height: 24px;--cv-typography-body2-font-family: Arial, sans-serif;--cv-typography-body2-font-size: 14px;--cv-typography-body2-font-weight: 400;--cv-typography-body2-line-height: 20px;--cv-typography-button-font-family: Inter, sans-serif;--cv-typography-button-font-size: 14px;--cv-typography-button-font-weight: 600;--cv-typography-button-line-height: 16px;--cv-typography-caption-font-family: Arial, sans-serif;--cv-typography-caption-font-size: 12px;--cv-typography-caption-font-weight: 400;--cv-typography-caption-line-height: 16px;--cv-typography-code-font-family: Menlo;--cv-typography-code-font-size: 12px;--cv-typography-code-font-weight: 400;--cv-typography-code-line-height: 20px;--mdc-theme-primary: #3053f4;--mdc-theme-primary-container: #ececfe;--mdc-theme-on-primary: #ffffff;--mdc-theme-secondary: #00233c;--mdc-theme-secondary-container: #deeafa;--mdc-theme-on-secondary: #ffffff;--mdc-theme-on-secondary-container: #001d33;--mdc-theme-tertiary: #ff5f02;--mdc-theme-tertiary-container: #ffdbce;--mdc-theme-on-tertiary: #ffffff;--mdc-theme-on-tertiary-container: #481300;--mdc-theme-surface: #f8f9fb;--mdc-theme-surface-dim: #f3f5f9;--mdc-theme-surface-bright: #ffffff;--mdc-theme-surface-container-lowest: #ffffff;--mdc-theme-surface-container-low: #f3f5f9;--mdc-theme-surface-container: #eff1f7;--mdc-theme-surface-container-high: #ebedf5;--mdc-theme-surface-container-highest: #e6e9f3;--mdc-theme-on-surface: #00233c;--mdc-theme-on-surface-variant: #59627b;--mdc-theme-inverse-surface: #3e4557;--mdc-theme-inverse-on-surface: #f1f3f8;--mdc-theme-negative: #ae1209;--mdc-theme-negative-container: #ffb2ae;--mdc-theme-on-negative: #ffffff;--mdc-theme-on-negative-container: #110201;--mdc-theme-positive: #036600;--mdc-theme-positive-container: #8fcc8e;--mdc-theme-on-positive: #ffffff;--mdc-theme-on-positive-container: #000a00;--mdc-theme-caution: #f38800;--mdc-theme-caution-container: #ffcc8c;--mdc-theme-on-caution: #ffffff;--mdc-theme-on-caution-container: #180e00;--mdc-theme-outline: #727d9c;--mdc-theme-outline-variant: #d1d5e7;--mdc-theme-shadow: #000000;--mdc-theme-scrim: rgba(0, 0, 0, 0.32);--mdc-theme-primary-fixed: #dee0ff;--mdc-theme-primary-fixed-dim: #bac3ff;--mdc-theme-secondary-fixed: #deeafa;--mdc-theme-secondary-fixed-dim: #bcd5f6;--mdc-theme-tertiary-fixed: #ffdbce;--mdc-theme-tertiary-fixed-dim: #ffc0a8;--mdc-theme-primary-8: rgba(48, 83, 244, 0.08);--mdc-theme-primary-12: rgba(48, 83, 244, 0.12);--mdc-theme-on-surface-8: rgba(0, 35, 60, 0.08);--mdc-theme-on-surface-12: rgba(0, 35, 60, 0.12);--mdc-theme-on-primary-container: #00115a;--mdc-theme-inverse-primary: #bac3ff;--mdc-theme-on-surface-38: rgba(0, 35, 60, 0.38);--mdc-theme-on-surface-16: rgba(0, 35, 60, 0.16);--mdc-theme-on-primary-12: rgba(255, 255, 255, 0.12);--mdc-theme-on-primary-8: rgba(255, 255, 255, 0.08);--mdc-theme-primary-16: rgba(48, 83, 244, 0.16);--mdc-theme-on-surface-variant-8: rgba(89, 98, 123, 0.08);--mdc-theme-on-tertiary-container-8: rgba(72, 19, 0, 0.08);--mdc-theme-on-tertiary-container-12: rgba(72, 19, 0, 0.12);--mdc-theme-on-primary-container-12: rgba(0, 17, 90, 0.12);--mdc-theme-on-surface-variant-12: rgba(89, 98, 123, 0.12);--mdc-theme-on-secondary-container-8: rgba(0, 29, 51, 0.08);--mdc-theme-on-secondary-container-16: rgba(0, 29, 51, 0.16);--mdc-theme-outline-8: rgba(114, 125, 156, 0.08);--mdc-theme-outline-12: rgba(114, 125, 156, 0.12);--mdc-theme-outline-16: rgba(114, 125, 156, 0.16);--mdc-theme-surface-variant: #f8f9fb;--mdc-theme-emphasis: #b10142;--mdc-theme-emphasis-container: #e8b3c6;--mdc-theme-on-emphasis: #ffffff;--mdc-theme-on-emphasis-container: #120007;--mdc-theme-positive-16: rgba(3, 102, 0, 0.16);--mdc-theme-caution-16: rgba(243, 136, 0, 0.16);--mdc-theme-negative-12: rgba(174, 18, 9, 0.12);--mdc-theme-on-secondary-container-12: rgba(0, 29, 51, 0.12);--mdc-theme-on-primary-16: rgba(255, 255, 255, 0.16);--mdc-theme-on-primary-container-8: rgba(0, 17, 90, 0.08);--mdc-theme-on-primary-container-16: rgba(0, 17, 90, 0.16);--mdc-theme-on-secondary-8: rgba(255, 255, 255, 0.08);--mdc-theme-on-secondary-12: rgba(255, 255, 255, 0.12);--mdc-theme-on-secondary-16: rgba(255, 255, 255, 0.16);--mdc-theme-on-tertiary-8: rgba(255, 255, 255, 0.08);--mdc-theme-on-tertiary-12: rgba(255, 255, 255, 0.12);--mdc-theme-on-tertiary-16: rgba(255, 255, 255, 0.16);--mdc-theme-on-tertiary-container-16: rgba(72, 19, 0, 0.16);--mdc-theme-on-surface-variant-16: rgba(89, 98, 123, 0.16);--mdc-theme-negative-8: rgba(174, 18, 9, 0.08);--mdc-theme-negative-16: rgba(174, 18, 9, 0.16);--mdc-theme-positive-12: rgba(3, 102, 0, 0.12);--mdc-theme-positive-8: rgba(3, 102, 0, 0.08);--mdc-theme-on-positive-8: rgba(255, 255, 255, 0.08);--mdc-theme-on-positive-12: rgba(255, 255, 255, 0.12);--mdc-theme-on-positive-16: rgba(255, 255, 255, 0.16);--mdc-theme-on-positive-container-8: rgba(0, 10, 0, 0.08);--mdc-theme-on-positive-container-12: rgba(0, 10, 0, 0.12);--mdc-theme-on-positive-container-16: rgba(0, 10, 0, 0.16);--mdc-theme-caution-12: rgba(243, 136, 0, 0.12);--mdc-theme-caution-8: rgba(243, 136, 0, 0.08);--mdc-theme-on-caution-8: rgba(255, 255, 255, 0.08);--mdc-theme-on-caution-12: rgba(255, 255, 255, 0.12);--mdc-theme-on-caution-16: rgba(255, 255, 255, 0.16);--mdc-theme-on-negative-8: rgba(255, 255, 255, 0.08);--mdc-theme-on-negative-12: rgba(255, 255, 255, 0.12);--mdc-theme-on-negative-16: rgba(255, 255, 255, 0.16);--mdc-theme-on-caution-container-8: rgba(24, 14, 0, 0.08);--mdc-theme-on-caution-container-12: rgba(24, 14, 0, 0.12);--mdc-theme-on-caution-container-16: rgba(24, 14, 0, 0.16);--mdc-theme-emphasis-8: rgba(177, 1, 66, 0.08);--mdc-theme-emphasis-12: rgba(177, 1, 66, 0.12);--mdc-theme-emphasis-16: rgba(177, 1, 66, 0.16);--mdc-theme-on-emphasis-8: rgba(255, 255, 255, 0.08);--mdc-theme-on-emphasis-12: rgba(255, 255, 255, 0.12);--mdc-theme-on-emphasis-16: rgba(255, 255, 255, 0.16);--mdc-theme-on-emphasis-container-8: rgba(18, 0, 7, 0.08);--mdc-theme-on-emphasis-container-12: rgba(18, 0, 7, 0.12);--mdc-theme-on-emphasis-container-16: rgba(24, 14, 0, 0.16);--mdc-theme-inverse-on-surface-12: rgba(246, 243, 246, 0.12);--mdc-theme-inverse-primary-12: rgba(186, 195, 255, 0.12);--mdc-theme-inverse-on-surface-8: rgba(246, 243, 246, 0.08);--mdc-theme-inverse-primary-8: rgba(186, 195, 255, 0.08);--mdc-theme-inverse-primary-16: rgba(186, 195, 255, 0.16);--mdc-theme-inverse-on-surface-16: rgba(246, 243, 246, 0.12);--mdc-theme-on-primary-74: rgba(255, 255, 255, 0.74);--mdc-theme-on-surface-74: rgba(0, 35, 60, 0.74);--mdc-theme-tertiary-8: rgba(255, 95, 2, 0.08);--mdc-theme-tertiary-12: rgba(255, 95, 2, 0.12);--mdc-theme-tertiary-16: rgba(255, 95, 2, 0.16);--mdc-theme-secondary-8: rgba(0, 35, 60, 0.08);--mdc-theme-secondary-12: rgba(0, 35, 60, 0.12);--mdc-theme-secondary-16: rgba(0, 35, 60, 0.16);--mdc-theme-on-secondary-74: rgba(255, 255, 255, 0.74);--mdc-theme-inverse-secondary: #bcd5f6;--mdc-theme-inverse-secondary-8: rgba(188, 213, 246, 0.08);--mdc-theme-inverse-secondary-12: rgba(188, 213, 246, 0.12);--mdc-theme-inverse-secondary-16: rgba(195, 197, 221, 0.16);--mdc-theme-on-tertiary-74: rgba(255, 255, 255, 0.74);--mdc-theme-inverse-tertiary: #ff5f02;--mdc-theme-inverse-tertiary-8: rgba(255, 95, 2, 0.08);--mdc-theme-inverse-tertiary-12: rgba(255, 95, 2, 0.12);--mdc-theme-inverse-tertiary-16: rgba(255, 95, 2, 0.16);--mdc-theme-on-negative-container-8: rgba(17, 2, 1, 0.08);--mdc-theme-on-negative-container-12: rgba(17, 2, 1, 0.12);--mdc-theme-on-negative-container-16: rgba(17, 2, 1, 0.16);--mdc-theme-on-surface-4: rgba(0, 35, 60, 0.04);--mdc-theme-on-surface-variant-4: rgba(89, 98, 123, 0.04);--mdc-theme-inverse-on-surface-4: rgba(246, 243, 246, 0.04);--mdc-theme-primary-4: rgba(48, 83, 244, 0.04);--mdc-theme-on-primary-4: rgba(255, 255, 255, 0.04);--mdc-theme-on-primary-container-4: rgba(0, 17, 90, 0.04);--mdc-theme-inverse-primary-4: rgba(186, 195, 255, 0.04);--mdc-theme-secondary-4: rgba(0, 35, 60, 0.04);--mdc-theme-on-secondary-4: rgba(255, 255, 255, 0.04);--mdc-theme-on-secondary-container-4: rgba(0, 29, 51, 0.04);--mdc-theme-inverse-secondary-4: rgba(188, 213, 246, 0.04);--mdc-theme-tertiary-4: rgba(255, 95, 2, 0.04);--mdc-theme-on-tertiary-4: rgba(255, 255, 255, 0.04);--mdc-theme-on-tertiary-container-4: rgba(72, 19, 0, 0.04);--mdc-theme-inverse-tertiary-4: rgba(255, 95, 2, 0.04);--mdc-theme-negative-4: rgba(174, 18, 9, 0.04);--mdc-theme-on-negative-4: rgba(255, 255, 255, 0.04);--mdc-theme-on-negative-container-4: rgba(17, 2, 1, 0.04);--mdc-theme-positive-4: rgba(3, 102, 0, 0.04);--mdc-theme-on-positive-4: rgba(255, 255, 255, 0.04);--mdc-theme-on-positive-container-4: rgba(0, 10, 0, 0.04);--mdc-theme-caution-4: rgba(243, 136, 0, 0.04);--mdc-theme-on-caution-4: rgba(255, 255, 255, 0.04);--mdc-theme-on-caution-container-4: rgba(24, 14, 0, 0.04);--mdc-theme-emphasis-4: rgba(177, 1, 66, 0.04);--mdc-theme-on-emphasis-4: rgba(255, 255, 255, 0.04);--mdc-theme-on-emphasis-container-4: rgba(18, 0, 7, 0.04);--mdc-theme-on-surface-20: rgba(0, 35, 60, 0.2);--mdc-theme-primary-20: rgba(48, 83, 244, 0.2);--mdc-theme-negative-20: rgba(174, 18, 9, 0.2);--mdc-theme-positive-20: rgba(3, 102, 0, 0.2);--mdc-theme-caution-20: rgba(243, 136, 0, 0.2);--mdc-theme-emphasis-20: rgba(177, 1, 66, 0.2);--mdc-theme-primary-24: rgba(48, 83, 244, 0.24);--mdc-theme-negative-24: rgba(174, 18, 9, 0.24);--mdc-theme-positive-24: rgba(3, 102, 0, 0.24);--mdc-theme-caution-24: rgba(243, 136, 0, 0.24);--mdc-theme-emphasis-24: rgba(177, 1, 66, 0.24);--mdc-theme-background: #f8f9fb;--mdc-theme-surface-variant-8: rgba(248, 249, 251, 0.08);--mdc-theme-surface-variant-12: rgba(248, 249, 251, 0.12);--mdc-theme-surface-variant-16: rgba(253, 249, 252, 0.16);--mdc-theme-logo: #ff5f02;--mdc-theme-on-surface-variant-38: rgba(89, 98, 123, 0.38);--mdc-theme-on-primary-38: rgba(255, 255, 255, 0.38);--mdc-theme-on-secondary-38: rgba(255, 255, 255, 0.38);--mdc-theme-on-secondary-container-38: rgba(0, 29, 51, 0.38);--mdc-theme-on-secondary-container-74: rgba(0, 29, 51, 0.74);--mdc-theme-on-tertiary-38: rgba(255, 255, 255, 0.38);--mdc-theme-on-tertiary-container-38: rgba(72, 19, 0, 0.38);--mdc-theme-on-tertiary-container-74: rgba(72, 19, 0, 0.74);--mdc-theme-inverse-tertiary-38: rgba(255, 95, 2, 0.38);--mdc-theme-inverse-tertiary-74: rgba(255, 95, 2, 0.74);--mdc-theme-negative-38: rgba(174, 18, 9, 0.38);--mdc-theme-negative-74: rgba(174, 18, 9, 0.74);--mdc-theme-on-negative-38: rgba(255, 255, 255, 0.38);--mdc-theme-on-negative-74: rgba(255, 255, 255, 0.74);--mdc-theme-on-negative-container-38: rgba(17, 2, 1, 0.38);--mdc-theme-on-negative-container-74: rgba(17, 2, 1, 0.74);--mdc-theme-positive-38: rgba(3, 102, 0, 0.38);--mdc-theme-positive-74: rgba(3, 102, 0, 0.74);--mdc-theme-on-positive-38: rgba(255, 255, 255, 0.38);--mdc-theme-on-positive-74: rgba(255, 255, 255, 0.74);--mdc-theme-on-positive-container-38: rgba(0, 10, 0, 0.38);--mdc-theme-on-positive-container-74: rgba(0, 10, 0, 0.74);--mdc-theme-caution-38: rgba(243, 136, 0, 0.38);--mdc-theme-caution-74: rgba(243, 136, 0, 0.74);--mdc-theme-on-caution-38: rgba(255, 255, 255, 0.38);--mdc-theme-on-caution-74: rgba(255, 255, 255, 0.74);--mdc-theme-on-caution-container-38: rgba(24, 14, 0, 0.38);--mdc-theme-on-caution-container-74: rgba(24, 14, 0, 0.74);--mdc-theme-emphasis-38: rgba(177, 1, 66, 0.38);--mdc-theme-emphasis-74: rgba(177, 1, 66, 0.74);--mdc-theme-on-emphasis-38: rgba(255, 255, 255, 0.38);--mdc-theme-on-emphasis-74: rgba(255, 255, 255, 0.74);--mdc-theme-on-emphasis-container-38: rgba(24, 14, 0, 0.38);--mdc-theme-on-emphasis-container-74: rgba(24, 14, 0, 0.74);--mdc-theme-on-primary-container-38: rgba(0, 17, 90, 0.38);--mdc-theme-on-primary-container-74: rgba(0, 17, 90, 0.74);--mdc-theme-primary-38: rgba(48, 83, 244, 0.38);--mdc-theme-primary-74: rgba(48, 83, 244, 0.74);--mdc-theme-brand: #ff5f02;--mdc-theme-code-snippet-color: #383a42;--mdc-theme-code-snippet-comment: #6c6c6c;--mdc-theme-code-snippet-keyword: #a626a4;--mdc-theme-code-snippet-selector: #ad0f00;--mdc-theme-code-snippet-literal: #17749b;--mdc-theme-code-snippet-string: #0a7c08;--mdc-theme-code-snippet-variable: #8e6102;--mdc-theme-code-snippet-title: #004ffd;--mdc-theme-code-snippet-class: #6a6c02;--mdc-theme-error: #ae1209;--mdc-theme-on-background: #00233c;--mdc-theme-on-error: #ffffff;--mdc-theme-divider: #d1d5e7;--mdc-theme-accent: #3053f4;--mdc-theme-surface-canvas: #ffffff;--mdc-theme-surface-primary: #ececfe;--mdc-theme-surface-primary-highlight: rgba(48, 83, 244, 0.08);--mdc-theme-surface-primary-highlight-hover: rgba(48, 83, 244, 0.08);--mdc-theme-surface-accent: #ececfe;--mdc-theme-surface-accent-highlight: rgba(48, 83, 244, 0.08);--mdc-theme-surface-accent-highlight-hover: rgba(48, 83, 244, 0.12);--mdc-theme-surface-secondary: #deeafa;--mdc-theme-surface-secondary-highlight: rgba(0, 35, 60, 0.08);--mdc-theme-surface-secondary-highlight-hover: rgba(0, 35, 60, 0.08);--mdc-theme-surface-positive: #8fcc8e;--mdc-theme-surface-positive-highlight: rgba(3, 102, 0, 0.08);--mdc-theme-surface-positive-highlight-hover: rgba(3, 102, 0, 0.08);--mdc-theme-surface-caution: #ffcc8c;--mdc-theme-surface-caution-highlight: rgba(243, 136, 0, 0.08);--mdc-theme-surface-caution-highlight-hover: rgba(243, 136, 0, 0.08);--mdc-theme-surface-negative: #ffb2ae;--mdc-theme-surface-negative-highlight: rgba(174, 18, 9, 0.08);--mdc-theme-surface-negative-highlight-hover: rgba(174, 18, 9, 0.08);--mdc-theme-surface-neutral: #f3f5f9;--mdc-theme-surface-neutral-highlight: rgba(243, 245, 249, 0.04);--mdc-theme-surface-neutral-highlight-hover: rgba(243, 245, 249, 0.08);--mdc-theme-surface-emphasis: #e8b3c6;--mdc-theme-surface-emphasis-highlight: rgba(177, 1, 66, 0.08);--mdc-theme-surface-emphasis-highlight-hover: rgba(177, 1, 66, 0.08);--mdc-theme-text-primary-on-background: #00233c;--mdc-theme-text-secondary-on-background: #59627b;--mdc-theme-text-hint-on-background: #59627b;--mdc-theme-text-disabled-on-background: rgba(0, 35, 60, 0.38);--mdc-theme-text-icon-on-background: #59627b;--mdc-theme-text-logo-on-background: #ff5f02;--mdc-theme-text-primary-on-light: #00233c;--mdc-theme-text-secondary-on-light: #59627b;--mdc-theme-text-hint-on-light: #59627b;--mdc-theme-text-disabled-on-light: rgba(0, 35, 60, 0.38);--mdc-theme-text-icon-on-light: #59627b;--mdc-theme-text-primary-on-dark: #ebe8ec;--mdc-theme-text-secondary-on-dark: #d5d3d8;--mdc-theme-text-hint-on-dark: #d5d3d8;--mdc-theme-text-disabled-on-dark: rgba(235, 232, 236, 0.38);--mdc-theme-text-icon-on-dark: #d5d3d8;--mdc-typography-font-family: Arial, sans-serif;--mdc-typography-headline1-font-family: Inter, sans-serif;--mdc-typography-headline1-font-size: 96px;--mdc-typography-headline1-font-weight: 500;--mdc-typography-headline1-line-height: 112px;--mdc-typography-headline2-font-family: Inter, sans-serif;--mdc-typography-headline2-font-size: 60px;--mdc-typography-headline2-font-weight: 600;--mdc-typography-headline2-line-height: 84px;--mdc-typography-headline3-font-family: Inter, sans-serif;--mdc-typography-headline3-font-size: 48px;--mdc-typography-headline3-font-weight: 600;--mdc-typography-headline3-line-height: 64px;--mdc-typography-headline4-font-family: Inter, sans-serif;--mdc-typography-headline4-font-size: 34px;--mdc-typography-headline4-font-weight: 700;--mdc-typography-headline4-line-height: 48px;--mdc-typography-headline5-font-family: Inter, sans-serif;--mdc-typography-headline5-font-size: 24px;--mdc-typography-headline5-font-weight: 700;--mdc-typography-headline5-line-height: 36px;--mdc-typography-headline6-font-family: Inter, sans-serif;--mdc-typography-headline6-font-size: 20px;--mdc-typography-headline6-font-weight: 700;--mdc-typography-headline6-line-height: 28px;--mdc-typography-subtitle1-font-family: Inter, sans-serif;--mdc-typography-subtitle1-font-size: 14px;--mdc-typography-subtitle1-font-weight: 600;--mdc-typography-subtitle1-line-height: 20px;--mdc-typography-subtitle2-font-family: Inter, sans-serif;--mdc-typography-subtitle2-font-size: 16px;--mdc-typography-subtitle2-font-weight: 600;--mdc-typography-subtitle2-line-height: 24px;--mdc-typography-body1-font-family: Arial, sans-serif;--mdc-typography-body1-font-size: 16px;--mdc-typography-body1-font-weight: 400;--mdc-typography-body1-line-height: 24px;--mdc-typography-body2-font-family: Arial, sans-serif;--mdc-typography-body2-font-size: 14px;--mdc-typography-body2-font-weight: 400;--mdc-typography-body2-line-height: 20px;--mdc-typography-button-font-family: Inter, sans-serif;--mdc-typography-button-font-size: 14px;--mdc-typography-button-font-weight: 600;--mdc-typography-button-line-height: 16px;--mdc-typography-caption-font-family: Arial, sans-serif;--mdc-typography-caption-font-size: 12px;--mdc-typography-caption-font-weight: 400;--mdc-typography-caption-line-height: 16px;--mdc-typography-code-font-family: Menlo;--mdc-typography-code-font-size: 12px;--mdc-typography-code-font-weight: 400;--mdc-typography-code-line-height: 20px;--mdc-theme-border: #d1d5e7;--mdc-theme-surface-accent: #ececfe;--mdc-theme-surface-accent-highlight: rgba(48, 83, 244, 0.08);--mdc-theme-surface-accent-highlight-hover: rgba(48, 83, 244, 0.08);--mdc-typography-button-letter-spacing: 0;--mdc-icon-font: "Material Symbols Outlined";--mdc-ripple-color: #00233c;--mdc-shape-small: 8px;--mdc-shape-medium: 8px;--mdc-plain-tooltip-container-color: #3e4557;--mdc-plain-tooltip-supporting-text-color: #f1f3f8;border-width:0;border-style:solid}:root .mdc-data-table__sort-icon-button{color:#59627b}:root .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::before,:root .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::after{background-color:#59627b;background-color:var(--mdc-ripple-color, #59627b)}:root .mdc-data-table__sort-icon-button:hover .mdc-icon-button__ripple::before,:root .mdc-data-table__sort-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}:root .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,:root .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}:root .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after{transition:opacity 150ms linear}:root .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}:root .mdc-data-table__sort-icon-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button{color:#59627b}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::before,:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::after{background-color:#59627b;background-color:var(--mdc-ripple-color, #59627b)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:hover .mdc-icon-button__ripple::before,:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before{opacity:0.04;opacity:var(--mdc-ripple-hover-opacity, 0.04)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-focus-opacity, 0.12)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after{transition:opacity 150ms linear}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-ripple-press-opacity, 0.12)}:root .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12)}:root .mdc-data-table__row--selected{background-color:rgba(243, 245, 249, 0.04)}:root .mdc-data-table__row:not(.mdc-data-table__row--selected):hover{background-color:rgba(243, 245, 249, 0.08)}:root .mdc-data-table__header-cell{color:#00233c}:root .mdc-data-table__pagination-total,:root .mdc-data-table__pagination-rows-per-page-label,:root .mdc-data-table__cell{color:#00233c}:root .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,:root .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,:root .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:#d1d5e7}:root .mdc-data-table__cell,:root .mdc-data-table__header-cell{border-bottom-color:#d1d5e7}:root .mdc-data-table__pagination{border-top-color:#d1d5e7}:root .mdc-data-table{width:100%;border-width:0;white-space:normal}:root .mdc-data-table__header-cell{font-family:var(--mdc-typography-font-family);font-size:var(--mdc-typography-body2-font-size);font-weight:600;line-height:var(--mdc-typography-body2-line-height)}:root .mdc-data-table__sort-icon-button{font-size:1rem}:root .mdc-data-table__header-row{height:calc(56px + var(--cv-density-mode, 0)*var(--cv-density-interval, 4px))}:root .mdc-data-table__row{height:calc(52px + var(--cv-density-mode, 0)*var(--cv-density-interval, 4px))}/*# sourceMappingURL=light-theme.css.map */
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../../../../libs/components/src/theme/prebuilt/light-theme.scss","../../../../../libs/components/src/theme/_index.scss","../../../../../node_modules/@material/theme/_css.scss","../../../../../node_modules/@material/data-table/_data-table-theme.scss","../../../../../node_modules/@material/ripple/_ripple-theme.scss","../../../../../node_modules/@material/notched-outline/_mixins.scss","../../../../../libs/components/src/data-table/_data-table.theme.scss"],"names":[],"mappings":"AAYA,MCVI,uy+
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../../../../libs/components/src/theme/prebuilt/light-theme.scss","../../../../../libs/components/src/theme/_index.scss","../../../../../node_modules/@material/theme/_css.scss","../../../../../node_modules/@material/data-table/_data-table-theme.scss","../../../../../node_modules/@material/ripple/_ripple-theme.scss","../../../../../node_modules/@material/notched-outline/_mixins.scss","../../../../../libs/components/src/data-table/_data-table.theme.scss"],"names":[],"mappings":"AAYA,MCVI,uy+BAgBF,4BACA,oCACA,8DAIA,oEAIA,0CAGA,6CAGA,4BAGA,uBACA,wBAGA,6CACA,mDCoCE,eCqdA,mBA9PF,wCDvNE,cE8EA,iJF1FE,yBAYF,kDEyfF,kLFrgBI,aAYF,8CEyfF,0NApRI,yBFjPA,aAYF,8CE+fF,kGA/PQ,gCA+PR,yGAxPU,oBA7SO,KF0Bb,aAYF,8CEkRA,4DFlRA,8DCiOF,6EDjOE,cE8EA,2NF1FE,yBAYF,kDEyfF,4PFrgBI,aAYF,8CEyfF,oSApRI,yBFjPA,aAYF,8CE+fF,uIA/PQ,gCA+PR,8IAxPU,oBA7SO,KF0Bb,aAYF,8CEkRA,iGFlRA,8DCsQF,qCDtQE,2CC+UF,qED/UE,2CCyVF,mCDzVE,cCuWF,0HDvWE,cGkDF,6WHlDE,qBCqSF,+DDrSE,4BC4SF,kCD5SE,yBIvDF,sBACE,WACA,eACA,mBAGF,mCACE,8CACA,gDACA,gBACA,oDAGF,wCACE,eAGF,kCACE,8EAGF,2BACE","file":"light-theme.css"}
|
package/toolbar.js
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const i=require("./query-assigned-elements-BQszEgac.js"),n=require("./property-BRKnMYJe.js"),m=require("./mwc-top-app-bar-base-DUdOcIjS.js"),s=".mdc-top-app-bar{background-color:#6200ee;background-color:var(--mdc-theme-primary, #6200ee);color:#fff;display:flex;position:fixed;flex-direction:column;justify-content:space-between;box-sizing:border-box;width:100%;z-index:4}.mdc-top-app-bar .mdc-top-app-bar__action-item,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon{color:#fff;color:var(--mdc-theme-on-primary, #fff)}.mdc-top-app-bar .mdc-top-app-bar__action-item:before,.mdc-top-app-bar .mdc-top-app-bar__action-item:after,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:after{background-color:#fff;background-color:var(--mdc-ripple-color, var(--mdc-theme-on-primary, #fff))}.mdc-top-app-bar .mdc-top-app-bar__action-item:hover:before,.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-surface--hover:before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:hover:before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-surface--hover:before{opacity:.08;opacity:var(--mdc-ripple-hover-opacity, .08)}.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded--background-focused:before,.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):focus:before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--background-focused:before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):focus:before{transition-duration:75ms;opacity:.24;opacity:var(--mdc-ripple-focus-opacity, .24)}.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):after,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):active:after,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):active:after{transition-duration:75ms;opacity:.24;opacity:var(--mdc-ripple-press-opacity, .24)}.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, .24)}.mdc-top-app-bar__row{display:flex;position:relative;box-sizing:border-box;width:100%;height:64px}.mdc-top-app-bar__section{display:inline-flex;flex:1 1 auto;align-items:center;min-width:0;padding:8px 12px;z-index:1}.mdc-top-app-bar__section--align-start{justify-content:flex-start;order:-1}.mdc-top-app-bar__section--align-end{justify-content:flex-end;order:1}.mdc-top-app-bar__title{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:1.25rem;font-size:var(--mdc-typography-headline6-font-size, 1.25rem);line-height:2rem;line-height:var(--mdc-typography-headline6-line-height, 2rem);font-weight:500;font-weight:var(--mdc-typography-headline6-font-weight, 500);letter-spacing:.0125em;letter-spacing:var(--mdc-typography-headline6-letter-spacing, .0125em);text-decoration:inherit;text-decoration:var(--mdc-typography-headline6-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-headline6-text-transform, inherit);padding-left:20px;padding-right:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;z-index:1}[dir=rtl] .mdc-top-app-bar__title,.mdc-top-app-bar__title[dir=rtl]{padding-left:0;padding-right:20px}.mdc-top-app-bar--short-collapsed{border-radius:0 0 24px}[dir=rtl] .mdc-top-app-bar--short-collapsed,.mdc-top-app-bar--short-collapsed[dir=rtl]{border-radius:0 0 0 24px}.mdc-top-app-bar--short{top:0;right:auto;left:0;width:100%;transition:width .25s cubic-bezier(.4,0,.2,1)}[dir=rtl] .mdc-top-app-bar--short,.mdc-top-app-bar--short[dir=rtl]{right:0;left:auto}.mdc-top-app-bar--short .mdc-top-app-bar__row{height:56px}.mdc-top-app-bar--short .mdc-top-app-bar__section{padding:4px}.mdc-top-app-bar--short .mdc-top-app-bar__title{transition:opacity .2s cubic-bezier(.4,0,.2,1);opacity:1}.mdc-top-app-bar--short-collapsed{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;width:56px;transition:width .3s cubic-bezier(.4,0,.2,1)}.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__title{display:none}.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__action-item{transition:padding .15s cubic-bezier(.4,0,.2,1)}.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item{width:112px}.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end{padding-left:0;padding-right:12px}[dir=rtl] .mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end,.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end[dir=rtl]{padding-left:12px;padding-right:0}.mdc-top-app-bar--dense .mdc-top-app-bar__row{height:48px}.mdc-top-app-bar--dense .mdc-top-app-bar__section{padding:0 4px}.mdc-top-app-bar--dense .mdc-top-app-bar__title{padding-left:12px;padding-right:0}[dir=rtl] .mdc-top-app-bar--dense .mdc-top-app-bar__title,.mdc-top-app-bar--dense .mdc-top-app-bar__title[dir=rtl]{padding-left:0;padding-right:12px}.mdc-top-app-bar--prominent .mdc-top-app-bar__row{height:128px}.mdc-top-app-bar--prominent .mdc-top-app-bar__title{align-self:flex-end;padding-bottom:2px}.mdc-top-app-bar--prominent .mdc-top-app-bar__action-item,.mdc-top-app-bar--prominent .mdc-top-app-bar__navigation-icon{align-self:flex-start}.mdc-top-app-bar--fixed{transition:box-shadow .2s linear}.mdc-top-app-bar--fixed-scrolled{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;transition:box-shadow .2s linear}.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__row{height:96px}.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__section{padding:0 12px}.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title{padding-left:20px;padding-right:0;padding-bottom:9px}[dir=rtl] .mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title,.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title[dir=rtl]{padding-left:0;padding-right:20px}.mdc-top-app-bar--fixed-adjust{padding-top:64px}.mdc-top-app-bar--dense-fixed-adjust{padding-top:48px}.mdc-top-app-bar--short-fixed-adjust{padding-top:56px}.mdc-top-app-bar--prominent-fixed-adjust{padding-top:128px}.mdc-top-app-bar--dense-prominent-fixed-adjust{padding-top:96px}@media (max-width: 599px){.mdc-top-app-bar__row{height:56px}.mdc-top-app-bar__section{padding:4px}.mdc-top-app-bar--short{transition:width .2s cubic-bezier(.4,0,.2,1)}.mdc-top-app-bar--short-collapsed{transition:width .25s cubic-bezier(.4,0,.2,1)}.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end{padding-left:0;padding-right:12px}[dir=rtl] .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end,.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end[dir=rtl]{padding-left:12px;padding-right:0}.mdc-top-app-bar--prominent .mdc-top-app-bar__title{padding-bottom:6px}.mdc-top-app-bar--fixed-adjust{padding-top:56px}}:host{display:block}:host([sticky]){position:sticky;top:0}.mdc-top-app-bar__title{padding-left:0}@media screen and (max-width: 768px){.mdc-top-app-bar__title{font-family:var(--mdc-typography-subtitle2-font-family);font-size:var(--mdc-typography-subtitle2-font-size);font-weight:var(--mdc-typography-subtitle2-font-weight);line-height:var(--mdc-typography-subtitle2-line-height)}}.mdc-top-app-bar{position:static;background-color:transparent;background-color:var(--mdc-theme-surface);color:var(--mdc-theme-on-surface);border-top-left-radius:var(--cv-border-radius-outer);border-top-right-radius:var(--cv-border-radius-outer)}.mdc-top-app-bar--fixed-adjust,.mdc-top-app-bar--dense-fixed-adjust{padding-top:0}";var b=Object.defineProperty,l=Object.getOwnPropertyDescriptor,c=(o,a,r,t)=>{for(var p=t>1?void 0:t?l(a,r):a,e=o.length-1,d;e>=0;e--)(d=o[e])&&(p=(t?d(a,r,p):d(p))||p);return t&&p&&b(a,r,p),p};exports.CovalentToolbar=class extends m.TopAppBarBase{constructor(){super(...arguments),this.sticky=!1}};exports.CovalentToolbar.styles=[i.i`
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const i=require("./query-assigned-elements-BQszEgac.js"),n=require("./property-BRKnMYJe.js"),m=require("./mwc-top-app-bar-base-DUdOcIjS.js"),s=".mdc-top-app-bar{background-color:#6200ee;background-color:var(--mdc-theme-primary, #6200ee);color:#fff;display:flex;position:fixed;flex-direction:column;justify-content:space-between;box-sizing:border-box;width:100%;z-index:4}.mdc-top-app-bar .mdc-top-app-bar__action-item,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon{color:#fff;color:var(--mdc-theme-on-primary, #fff)}.mdc-top-app-bar .mdc-top-app-bar__action-item:before,.mdc-top-app-bar .mdc-top-app-bar__action-item:after,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:after{background-color:#fff;background-color:var(--mdc-ripple-color, var(--mdc-theme-on-primary, #fff))}.mdc-top-app-bar .mdc-top-app-bar__action-item:hover:before,.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-surface--hover:before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:hover:before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-surface--hover:before{opacity:.08;opacity:var(--mdc-ripple-hover-opacity, .08)}.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded--background-focused:before,.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):focus:before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--background-focused:before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):focus:before{transition-duration:75ms;opacity:.24;opacity:var(--mdc-ripple-focus-opacity, .24)}.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):after,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):active:after,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):active:after{transition-duration:75ms;opacity:.24;opacity:var(--mdc-ripple-press-opacity, .24)}.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, .24)}.mdc-top-app-bar__row{display:flex;position:relative;box-sizing:border-box;width:100%;height:64px}.mdc-top-app-bar__section{display:inline-flex;flex:1 1 auto;align-items:center;min-width:0;padding:8px 12px;z-index:1}.mdc-top-app-bar__section--align-start{justify-content:flex-start;order:-1}.mdc-top-app-bar__section--align-end{justify-content:flex-end;order:1}.mdc-top-app-bar__title{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:1.25rem;font-size:var(--mdc-typography-headline6-font-size, 1.25rem);line-height:2rem;line-height:var(--mdc-typography-headline6-line-height, 2rem);font-weight:500;font-weight:var(--mdc-typography-headline6-font-weight, 500);letter-spacing:.0125em;letter-spacing:var(--mdc-typography-headline6-letter-spacing, .0125em);text-decoration:inherit;text-decoration:var(--mdc-typography-headline6-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-headline6-text-transform, inherit);padding-left:20px;padding-right:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;z-index:1}[dir=rtl] .mdc-top-app-bar__title,.mdc-top-app-bar__title[dir=rtl]{padding-left:0;padding-right:20px}.mdc-top-app-bar--short-collapsed{border-radius:0 0 24px}[dir=rtl] .mdc-top-app-bar--short-collapsed,.mdc-top-app-bar--short-collapsed[dir=rtl]{border-radius:0 0 0 24px}.mdc-top-app-bar--short{top:0;right:auto;left:0;width:100%;transition:width .25s cubic-bezier(.4,0,.2,1)}[dir=rtl] .mdc-top-app-bar--short,.mdc-top-app-bar--short[dir=rtl]{right:0;left:auto}.mdc-top-app-bar--short .mdc-top-app-bar__row{height:56px}.mdc-top-app-bar--short .mdc-top-app-bar__section{padding:4px}.mdc-top-app-bar--short .mdc-top-app-bar__title{transition:opacity .2s cubic-bezier(.4,0,.2,1);opacity:1}.mdc-top-app-bar--short-collapsed{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;width:56px;transition:width .3s cubic-bezier(.4,0,.2,1)}.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__title{display:none}.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__action-item{transition:padding .15s cubic-bezier(.4,0,.2,1)}.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item{width:112px}.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end{padding-left:0;padding-right:12px}[dir=rtl] .mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end,.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end[dir=rtl]{padding-left:12px;padding-right:0}.mdc-top-app-bar--dense .mdc-top-app-bar__row{height:48px}.mdc-top-app-bar--dense .mdc-top-app-bar__section{padding:0 4px}.mdc-top-app-bar--dense .mdc-top-app-bar__title{padding-left:12px;padding-right:0}[dir=rtl] .mdc-top-app-bar--dense .mdc-top-app-bar__title,.mdc-top-app-bar--dense .mdc-top-app-bar__title[dir=rtl]{padding-left:0;padding-right:12px}.mdc-top-app-bar--prominent .mdc-top-app-bar__row{height:128px}.mdc-top-app-bar--prominent .mdc-top-app-bar__title{align-self:flex-end;padding-bottom:2px}.mdc-top-app-bar--prominent .mdc-top-app-bar__action-item,.mdc-top-app-bar--prominent .mdc-top-app-bar__navigation-icon{align-self:flex-start}.mdc-top-app-bar--fixed{transition:box-shadow .2s linear}.mdc-top-app-bar--fixed-scrolled{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;transition:box-shadow .2s linear}.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__row{height:96px}.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__section{padding:0 12px}.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title{padding-left:20px;padding-right:0;padding-bottom:9px}[dir=rtl] .mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title,.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title[dir=rtl]{padding-left:0;padding-right:20px}.mdc-top-app-bar--fixed-adjust{padding-top:64px}.mdc-top-app-bar--dense-fixed-adjust{padding-top:48px}.mdc-top-app-bar--short-fixed-adjust{padding-top:56px}.mdc-top-app-bar--prominent-fixed-adjust{padding-top:128px}.mdc-top-app-bar--dense-prominent-fixed-adjust{padding-top:96px}@media (max-width: 599px){.mdc-top-app-bar__row{height:56px}.mdc-top-app-bar__section{padding:4px}.mdc-top-app-bar--short{transition:width .2s cubic-bezier(.4,0,.2,1)}.mdc-top-app-bar--short-collapsed{transition:width .25s cubic-bezier(.4,0,.2,1)}.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end{padding-left:0;padding-right:12px}[dir=rtl] .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end,.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end[dir=rtl]{padding-left:12px;padding-right:0}.mdc-top-app-bar--prominent .mdc-top-app-bar__title{padding-bottom:6px}.mdc-top-app-bar--fixed-adjust{padding-top:56px}}:host{display:block}:host .mdc-top-app-bar__row{height:calc(64px + var(--cv-density-mode, 0) * var(--cv-density-interval, 8px))}:host([sticky]){position:sticky;top:0}.mdc-top-app-bar__title{padding-left:0}@media screen and (max-width: 768px){.mdc-top-app-bar__title{font-family:var(--mdc-typography-subtitle2-font-family);font-size:var(--mdc-typography-subtitle2-font-size);font-weight:var(--mdc-typography-subtitle2-font-weight);line-height:var(--mdc-typography-subtitle2-line-height)}}.mdc-top-app-bar{position:static;background-color:transparent;background-color:var(--mdc-theme-surface);color:var(--mdc-theme-on-surface);border-top-left-radius:var(--cv-border-radius-outer);border-top-right-radius:var(--cv-border-radius-outer)}.mdc-top-app-bar--fixed-adjust,.mdc-top-app-bar--dense-fixed-adjust{padding-top:0}";var b=Object.defineProperty,l=Object.getOwnPropertyDescriptor,c=(o,a,r,t)=>{for(var p=t>1?void 0:t?l(a,r):a,e=o.length-1,d;e>=0;e--)(d=o[e])&&(p=(t?d(a,r,p):d(p))||p);return t&&p&&b(a,r,p),p};exports.CovalentToolbar=class extends m.TopAppBarBase{constructor(){super(...arguments),this.sticky=!1}};exports.CovalentToolbar.styles=[i.i`
|
2
2
|
${i.r(s)}
|
3
3
|
`];c([n.n({type:Boolean,reflect:!0})],exports.CovalentToolbar.prototype,"sticky",2);exports.CovalentToolbar=c([i.e("cv-toolbar")],exports.CovalentToolbar);const g=exports.CovalentToolbar;exports.default=g;
|
package/toolbar.mjs
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
import { i as n, r as m, e as s } from "./query-assigned-elements-DhyCP_2z.mjs";
|
2
2
|
import { n as b } from "./property-DJzm_oB9.mjs";
|
3
3
|
import { T as l } from "./mwc-top-app-bar-base-BIZGhVtM.mjs";
|
4
|
-
const
|
5
|
-
var
|
4
|
+
const h = ".mdc-top-app-bar{background-color:#6200ee;background-color:var(--mdc-theme-primary, #6200ee);color:#fff;display:flex;position:fixed;flex-direction:column;justify-content:space-between;box-sizing:border-box;width:100%;z-index:4}.mdc-top-app-bar .mdc-top-app-bar__action-item,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon{color:#fff;color:var(--mdc-theme-on-primary, #fff)}.mdc-top-app-bar .mdc-top-app-bar__action-item:before,.mdc-top-app-bar .mdc-top-app-bar__action-item:after,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:after{background-color:#fff;background-color:var(--mdc-ripple-color, var(--mdc-theme-on-primary, #fff))}.mdc-top-app-bar .mdc-top-app-bar__action-item:hover:before,.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-surface--hover:before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:hover:before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-surface--hover:before{opacity:.08;opacity:var(--mdc-ripple-hover-opacity, .08)}.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded--background-focused:before,.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):focus:before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--background-focused:before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):focus:before{transition-duration:75ms;opacity:.24;opacity:var(--mdc-ripple-focus-opacity, .24)}.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):after,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):active:after,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):active:after{transition-duration:75ms;opacity:.24;opacity:var(--mdc-ripple-press-opacity, .24)}.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, .24)}.mdc-top-app-bar__row{display:flex;position:relative;box-sizing:border-box;width:100%;height:64px}.mdc-top-app-bar__section{display:inline-flex;flex:1 1 auto;align-items:center;min-width:0;padding:8px 12px;z-index:1}.mdc-top-app-bar__section--align-start{justify-content:flex-start;order:-1}.mdc-top-app-bar__section--align-end{justify-content:flex-end;order:1}.mdc-top-app-bar__title{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:1.25rem;font-size:var(--mdc-typography-headline6-font-size, 1.25rem);line-height:2rem;line-height:var(--mdc-typography-headline6-line-height, 2rem);font-weight:500;font-weight:var(--mdc-typography-headline6-font-weight, 500);letter-spacing:.0125em;letter-spacing:var(--mdc-typography-headline6-letter-spacing, .0125em);text-decoration:inherit;text-decoration:var(--mdc-typography-headline6-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-headline6-text-transform, inherit);padding-left:20px;padding-right:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;z-index:1}[dir=rtl] .mdc-top-app-bar__title,.mdc-top-app-bar__title[dir=rtl]{padding-left:0;padding-right:20px}.mdc-top-app-bar--short-collapsed{border-radius:0 0 24px}[dir=rtl] .mdc-top-app-bar--short-collapsed,.mdc-top-app-bar--short-collapsed[dir=rtl]{border-radius:0 0 0 24px}.mdc-top-app-bar--short{top:0;right:auto;left:0;width:100%;transition:width .25s cubic-bezier(.4,0,.2,1)}[dir=rtl] .mdc-top-app-bar--short,.mdc-top-app-bar--short[dir=rtl]{right:0;left:auto}.mdc-top-app-bar--short .mdc-top-app-bar__row{height:56px}.mdc-top-app-bar--short .mdc-top-app-bar__section{padding:4px}.mdc-top-app-bar--short .mdc-top-app-bar__title{transition:opacity .2s cubic-bezier(.4,0,.2,1);opacity:1}.mdc-top-app-bar--short-collapsed{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;width:56px;transition:width .3s cubic-bezier(.4,0,.2,1)}.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__title{display:none}.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__action-item{transition:padding .15s cubic-bezier(.4,0,.2,1)}.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item{width:112px}.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end{padding-left:0;padding-right:12px}[dir=rtl] .mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end,.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end[dir=rtl]{padding-left:12px;padding-right:0}.mdc-top-app-bar--dense .mdc-top-app-bar__row{height:48px}.mdc-top-app-bar--dense .mdc-top-app-bar__section{padding:0 4px}.mdc-top-app-bar--dense .mdc-top-app-bar__title{padding-left:12px;padding-right:0}[dir=rtl] .mdc-top-app-bar--dense .mdc-top-app-bar__title,.mdc-top-app-bar--dense .mdc-top-app-bar__title[dir=rtl]{padding-left:0;padding-right:12px}.mdc-top-app-bar--prominent .mdc-top-app-bar__row{height:128px}.mdc-top-app-bar--prominent .mdc-top-app-bar__title{align-self:flex-end;padding-bottom:2px}.mdc-top-app-bar--prominent .mdc-top-app-bar__action-item,.mdc-top-app-bar--prominent .mdc-top-app-bar__navigation-icon{align-self:flex-start}.mdc-top-app-bar--fixed{transition:box-shadow .2s linear}.mdc-top-app-bar--fixed-scrolled{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;transition:box-shadow .2s linear}.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__row{height:96px}.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__section{padding:0 12px}.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title{padding-left:20px;padding-right:0;padding-bottom:9px}[dir=rtl] .mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title,.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title[dir=rtl]{padding-left:0;padding-right:20px}.mdc-top-app-bar--fixed-adjust{padding-top:64px}.mdc-top-app-bar--dense-fixed-adjust{padding-top:48px}.mdc-top-app-bar--short-fixed-adjust{padding-top:56px}.mdc-top-app-bar--prominent-fixed-adjust{padding-top:128px}.mdc-top-app-bar--dense-prominent-fixed-adjust{padding-top:96px}@media (max-width: 599px){.mdc-top-app-bar__row{height:56px}.mdc-top-app-bar__section{padding:4px}.mdc-top-app-bar--short{transition:width .2s cubic-bezier(.4,0,.2,1)}.mdc-top-app-bar--short-collapsed{transition:width .25s cubic-bezier(.4,0,.2,1)}.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end{padding-left:0;padding-right:12px}[dir=rtl] .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end,.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end[dir=rtl]{padding-left:12px;padding-right:0}.mdc-top-app-bar--prominent .mdc-top-app-bar__title{padding-bottom:6px}.mdc-top-app-bar--fixed-adjust{padding-top:56px}}:host{display:block}:host .mdc-top-app-bar__row{height:calc(64px + var(--cv-density-mode, 0) * var(--cv-density-interval, 8px))}:host([sticky]){position:sticky;top:0}.mdc-top-app-bar__title{padding-left:0}@media screen and (max-width: 768px){.mdc-top-app-bar__title{font-family:var(--mdc-typography-subtitle2-font-family);font-size:var(--mdc-typography-subtitle2-font-size);font-weight:var(--mdc-typography-subtitle2-font-weight);line-height:var(--mdc-typography-subtitle2-line-height)}}.mdc-top-app-bar{position:static;background-color:transparent;background-color:var(--mdc-theme-surface);color:var(--mdc-theme-on-surface);border-top-left-radius:var(--cv-border-radius-outer);border-top-right-radius:var(--cv-border-radius-outer)}.mdc-top-app-bar--fixed-adjust,.mdc-top-app-bar--dense-fixed-adjust{padding-top:0}";
|
5
|
+
var g = Object.defineProperty, f = Object.getOwnPropertyDescriptor, c = (e, t, r, o) => {
|
6
6
|
for (var p = o > 1 ? void 0 : o ? f(t, r) : t, d = e.length - 1, i; d >= 0; d--)
|
7
7
|
(i = e[d]) && (p = (o ? i(t, r, p) : i(p)) || p);
|
8
|
-
return o && p &&
|
8
|
+
return o && p && g(t, r, p), p;
|
9
9
|
};
|
10
10
|
let a = class extends l {
|
11
11
|
constructor() {
|
@@ -14,7 +14,7 @@ let a = class extends l {
|
|
14
14
|
};
|
15
15
|
a.styles = [
|
16
16
|
n`
|
17
|
-
${m(
|
17
|
+
${m(h)}
|
18
18
|
`
|
19
19
|
];
|
20
20
|
c([
|
@@ -4,7 +4,7 @@ import { i as p } from "./query-assigned-elements-DhyCP_2z.mjs";
|
|
4
4
|
* Copyright 2021 Google LLC
|
5
5
|
* SPDX-LIcense-Identifier: Apache-2.0
|
6
6
|
*/
|
7
|
-
const t = p`.mdc-top-app-bar{background-color:#6200ee;background-color:var(--mdc-theme-primary, #6200ee);color:white;display:flex;position:fixed;flex-direction:column;justify-content:space-between;box-sizing:border-box;width:100%;z-index:4}.mdc-top-app-bar .mdc-top-app-bar__action-item,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon{color:#fff;color:var(--mdc-theme-on-primary, #fff)}.mdc-top-app-bar .mdc-top-app-bar__action-item::before,.mdc-top-app-bar .mdc-top-app-bar__action-item::after,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon::before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon::after{background-color:#fff;background-color:var(--mdc-ripple-color, var(--mdc-theme-on-primary, #fff))}.mdc-top-app-bar .mdc-top-app-bar__action-item:hover::before,.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-surface--hover::before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:hover::before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-surface--hover::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded--background-focused::before,.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):focus::before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--background-focused::before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded)::after,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):active::after,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-top-app-bar__row{display:flex;position:relative;box-sizing:border-box;width:100%;height:64px}.mdc-top-app-bar__section{display:inline-flex;flex:1 1 auto;align-items:center;min-width:0;padding:8px 12px;z-index:1}.mdc-top-app-bar__section--align-start{justify-content:flex-start;order:-1}.mdc-top-app-bar__section--align-end{justify-content:flex-end;order:1}.mdc-top-app-bar__title{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, sans-serif;font-family:var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:1.25rem;font-size:var(--mdc-typography-headline6-font-size, 1.25rem);line-height:2rem;line-height:var(--mdc-typography-headline6-line-height, 2rem);font-weight:500;font-weight:var(--mdc-typography-headline6-font-weight, 500);letter-spacing:0.0125em;letter-spacing:var(--mdc-typography-headline6-letter-spacing, 0.0125em);text-decoration:inherit;text-decoration:var(--mdc-typography-headline6-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-headline6-text-transform, inherit);padding-left:20px;padding-right:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;z-index:1}[dir=rtl] .mdc-top-app-bar__title,.mdc-top-app-bar__title[dir=rtl]{padding-left:0;padding-right:20px}.mdc-top-app-bar--short-collapsed{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:24px;border-bottom-left-radius:0}[dir=rtl] .mdc-top-app-bar--short-collapsed,.mdc-top-app-bar--short-collapsed[dir=rtl]{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:24px}.mdc-top-app-bar--short{top:0;right:auto;left:0;width:100%;transition:width 250ms cubic-bezier(0.4, 0, 0.2, 1)}[dir=rtl] .mdc-top-app-bar--short,.mdc-top-app-bar--short[dir=rtl]{right:0;left:auto}.mdc-top-app-bar--short .mdc-top-app-bar__row{height:56px}.mdc-top-app-bar--short .mdc-top-app-bar__section{padding:4px}.mdc-top-app-bar--short .mdc-top-app-bar__title{transition:opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);opacity:1}.mdc-top-app-bar--short-collapsed{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0,0,0,.12);width:56px;transition:width 300ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__title{display:none}.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__action-item{transition:padding 150ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item{width:112px}.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end{padding-left:0;padding-right:12px}[dir=rtl] .mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end,.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end[dir=rtl]{padding-left:12px;padding-right:0}.mdc-top-app-bar--dense .mdc-top-app-bar__row{height:48px}.mdc-top-app-bar--dense .mdc-top-app-bar__section{padding:0 4px}.mdc-top-app-bar--dense .mdc-top-app-bar__title{padding-left:12px;padding-right:0}[dir=rtl] .mdc-top-app-bar--dense .mdc-top-app-bar__title,.mdc-top-app-bar--dense .mdc-top-app-bar__title[dir=rtl]{padding-left:0;padding-right:12px}.mdc-top-app-bar--prominent .mdc-top-app-bar__row{height:128px}.mdc-top-app-bar--prominent .mdc-top-app-bar__title{align-self:flex-end;padding-bottom:2px}.mdc-top-app-bar--prominent .mdc-top-app-bar__action-item,.mdc-top-app-bar--prominent .mdc-top-app-bar__navigation-icon{align-self:flex-start}.mdc-top-app-bar--fixed{transition:box-shadow 200ms linear}.mdc-top-app-bar--fixed-scrolled{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0,0,0,.12);transition:box-shadow 200ms linear}.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__row{height:96px}.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__section{padding:0 12px}.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title{padding-left:20px;padding-right:0;padding-bottom:9px}[dir=rtl] .mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title,.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title[dir=rtl]{padding-left:0;padding-right:20px}.mdc-top-app-bar--fixed-adjust{padding-top:64px}.mdc-top-app-bar--dense-fixed-adjust{padding-top:48px}.mdc-top-app-bar--short-fixed-adjust{padding-top:56px}.mdc-top-app-bar--prominent-fixed-adjust{padding-top:128px}.mdc-top-app-bar--dense-prominent-fixed-adjust{padding-top:96px}@media(max-width: 599px){.mdc-top-app-bar__row{height:56px}.mdc-top-app-bar__section{padding:4px}.mdc-top-app-bar--short{transition:width 200ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-top-app-bar--short-collapsed{transition:width 250ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end{padding-left:0;padding-right:12px}[dir=rtl] .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end,.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end[dir=rtl]{padding-left:12px;padding-right:0}.mdc-top-app-bar--prominent .mdc-top-app-bar__title{padding-bottom:6px}.mdc-top-app-bar--fixed-adjust{padding-top:56px}}:host{display:block}.mdc-top-app-bar{color:#fff;color:var(--mdc-theme-on-primary, #fff);width:100%;width:var(--mdc-top-app-bar-width, 100%)}.mdc-top-app-bar--prominent #navigation ::slotted(*),.mdc-top-app-bar--prominent #actions ::slotted(*){align-self:flex-start}#navigation ::slotted(*),#actions ::slotted(*){--mdc-icon-button-ripple-opacity: 0.24}.mdc-top-app-bar--short-collapsed #actions ::slotted(*){transition:padding 150ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-top-app-bar__section--align-center{justify-content:center}.mdc-top-app-bar__section--align-center .mdc-top-app-bar__title{padding-left:0;padding-right:0}.center-title .mdc-top-app-bar__section--align-start,.center-title .mdc-top-app-bar__section--align-end{flex-basis:0}.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__section--align-center .mdc-top-app-bar__title{padding-left:0;padding-right:0}.mdc-top-app-bar--fixed-scrolled{box-shadow:var(--mdc-top-app-bar-fixed-box-shadow, 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12))}`, o = ":host{--mdc-theme-primary: var(--mdc-theme-surface);--mdc-theme-on-primary: var(--mdc-theme-text-primary-on-background)}:host ::slotted(cv-button){--mdc-theme-primary: var(--mdc-theme-primary);--mdc-theme-on-primary: var(--mdc-theme-on-primary)}.mdc-top-app-bar{background:var(--mdc-theme-surface);color:var(--mdc-theme-on-surface)}";
|
7
|
+
const t = p`.mdc-top-app-bar{background-color:#6200ee;background-color:var(--mdc-theme-primary, #6200ee);color:white;display:flex;position:fixed;flex-direction:column;justify-content:space-between;box-sizing:border-box;width:100%;z-index:4}.mdc-top-app-bar .mdc-top-app-bar__action-item,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon{color:#fff;color:var(--mdc-theme-on-primary, #fff)}.mdc-top-app-bar .mdc-top-app-bar__action-item::before,.mdc-top-app-bar .mdc-top-app-bar__action-item::after,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon::before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon::after{background-color:#fff;background-color:var(--mdc-ripple-color, var(--mdc-theme-on-primary, #fff))}.mdc-top-app-bar .mdc-top-app-bar__action-item:hover::before,.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-surface--hover::before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:hover::before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-surface--hover::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded--background-focused::before,.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):focus::before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--background-focused::before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded)::after,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):active::after,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-top-app-bar__row{display:flex;position:relative;box-sizing:border-box;width:100%;height:64px}.mdc-top-app-bar__section{display:inline-flex;flex:1 1 auto;align-items:center;min-width:0;padding:8px 12px;z-index:1}.mdc-top-app-bar__section--align-start{justify-content:flex-start;order:-1}.mdc-top-app-bar__section--align-end{justify-content:flex-end;order:1}.mdc-top-app-bar__title{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, sans-serif;font-family:var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:1.25rem;font-size:var(--mdc-typography-headline6-font-size, 1.25rem);line-height:2rem;line-height:var(--mdc-typography-headline6-line-height, 2rem);font-weight:500;font-weight:var(--mdc-typography-headline6-font-weight, 500);letter-spacing:0.0125em;letter-spacing:var(--mdc-typography-headline6-letter-spacing, 0.0125em);text-decoration:inherit;text-decoration:var(--mdc-typography-headline6-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-headline6-text-transform, inherit);padding-left:20px;padding-right:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;z-index:1}[dir=rtl] .mdc-top-app-bar__title,.mdc-top-app-bar__title[dir=rtl]{padding-left:0;padding-right:20px}.mdc-top-app-bar--short-collapsed{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:24px;border-bottom-left-radius:0}[dir=rtl] .mdc-top-app-bar--short-collapsed,.mdc-top-app-bar--short-collapsed[dir=rtl]{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:24px}.mdc-top-app-bar--short{top:0;right:auto;left:0;width:100%;transition:width 250ms cubic-bezier(0.4, 0, 0.2, 1)}[dir=rtl] .mdc-top-app-bar--short,.mdc-top-app-bar--short[dir=rtl]{right:0;left:auto}.mdc-top-app-bar--short .mdc-top-app-bar__row{height:56px}.mdc-top-app-bar--short .mdc-top-app-bar__section{padding:4px}.mdc-top-app-bar--short .mdc-top-app-bar__title{transition:opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);opacity:1}.mdc-top-app-bar--short-collapsed{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0,0,0,.12);width:56px;transition:width 300ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__title{display:none}.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__action-item{transition:padding 150ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item{width:112px}.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end{padding-left:0;padding-right:12px}[dir=rtl] .mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end,.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end[dir=rtl]{padding-left:12px;padding-right:0}.mdc-top-app-bar--dense .mdc-top-app-bar__row{height:48px}.mdc-top-app-bar--dense .mdc-top-app-bar__section{padding:0 4px}.mdc-top-app-bar--dense .mdc-top-app-bar__title{padding-left:12px;padding-right:0}[dir=rtl] .mdc-top-app-bar--dense .mdc-top-app-bar__title,.mdc-top-app-bar--dense .mdc-top-app-bar__title[dir=rtl]{padding-left:0;padding-right:12px}.mdc-top-app-bar--prominent .mdc-top-app-bar__row{height:128px}.mdc-top-app-bar--prominent .mdc-top-app-bar__title{align-self:flex-end;padding-bottom:2px}.mdc-top-app-bar--prominent .mdc-top-app-bar__action-item,.mdc-top-app-bar--prominent .mdc-top-app-bar__navigation-icon{align-self:flex-start}.mdc-top-app-bar--fixed{transition:box-shadow 200ms linear}.mdc-top-app-bar--fixed-scrolled{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0,0,0,.12);transition:box-shadow 200ms linear}.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__row{height:96px}.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__section{padding:0 12px}.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title{padding-left:20px;padding-right:0;padding-bottom:9px}[dir=rtl] .mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title,.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title[dir=rtl]{padding-left:0;padding-right:20px}.mdc-top-app-bar--fixed-adjust{padding-top:64px}.mdc-top-app-bar--dense-fixed-adjust{padding-top:48px}.mdc-top-app-bar--short-fixed-adjust{padding-top:56px}.mdc-top-app-bar--prominent-fixed-adjust{padding-top:128px}.mdc-top-app-bar--dense-prominent-fixed-adjust{padding-top:96px}@media(max-width: 599px){.mdc-top-app-bar__row{height:56px}.mdc-top-app-bar__section{padding:4px}.mdc-top-app-bar--short{transition:width 200ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-top-app-bar--short-collapsed{transition:width 250ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end{padding-left:0;padding-right:12px}[dir=rtl] .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end,.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end[dir=rtl]{padding-left:12px;padding-right:0}.mdc-top-app-bar--prominent .mdc-top-app-bar__title{padding-bottom:6px}.mdc-top-app-bar--fixed-adjust{padding-top:56px}}:host{display:block}.mdc-top-app-bar{color:#fff;color:var(--mdc-theme-on-primary, #fff);width:100%;width:var(--mdc-top-app-bar-width, 100%)}.mdc-top-app-bar--prominent #navigation ::slotted(*),.mdc-top-app-bar--prominent #actions ::slotted(*){align-self:flex-start}#navigation ::slotted(*),#actions ::slotted(*){--mdc-icon-button-ripple-opacity: 0.24}.mdc-top-app-bar--short-collapsed #actions ::slotted(*){transition:padding 150ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-top-app-bar__section--align-center{justify-content:center}.mdc-top-app-bar__section--align-center .mdc-top-app-bar__title{padding-left:0;padding-right:0}.center-title .mdc-top-app-bar__section--align-start,.center-title .mdc-top-app-bar__section--align-end{flex-basis:0}.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__section--align-center .mdc-top-app-bar__title{padding-left:0;padding-right:0}.mdc-top-app-bar--fixed-scrolled{box-shadow:var(--mdc-top-app-bar-fixed-box-shadow, 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12))}`, o = ":host{--mdc-theme-primary: var(--mdc-theme-surface);--mdc-theme-on-primary: var(--mdc-theme-text-primary-on-background)}:host ::slotted(cv-button){--mdc-theme-primary: var(--mdc-theme-primary);--mdc-theme-on-primary: var(--mdc-theme-on-primary)}:host .mdc-top-app-bar__row{height:calc(64px + var(--cv-density-mode, 0) * var(--cv-density-interval, 8px))}:host .mdc-top-app-bar--fixed-adjust{padding-top:calc(64px + var(--cv-density-mode, 0) * var(--cv-density-interval, 8px))}.mdc-top-app-bar{background:var(--mdc-theme-surface);color:var(--mdc-theme-on-surface)}";
|
8
8
|
export {
|
9
9
|
o as b,
|
10
10
|
t as s
|
@@ -2,4 +2,4 @@
|
|
2
2
|
* @license
|
3
3
|
* Copyright 2021 Google LLC
|
4
4
|
* SPDX-LIcense-Identifier: Apache-2.0
|
5
|
-
*/const a=p.i`.mdc-top-app-bar{background-color:#6200ee;background-color:var(--mdc-theme-primary, #6200ee);color:white;display:flex;position:fixed;flex-direction:column;justify-content:space-between;box-sizing:border-box;width:100%;z-index:4}.mdc-top-app-bar .mdc-top-app-bar__action-item,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon{color:#fff;color:var(--mdc-theme-on-primary, #fff)}.mdc-top-app-bar .mdc-top-app-bar__action-item::before,.mdc-top-app-bar .mdc-top-app-bar__action-item::after,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon::before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon::after{background-color:#fff;background-color:var(--mdc-ripple-color, var(--mdc-theme-on-primary, #fff))}.mdc-top-app-bar .mdc-top-app-bar__action-item:hover::before,.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-surface--hover::before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:hover::before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-surface--hover::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded--background-focused::before,.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):focus::before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--background-focused::before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded)::after,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):active::after,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-top-app-bar__row{display:flex;position:relative;box-sizing:border-box;width:100%;height:64px}.mdc-top-app-bar__section{display:inline-flex;flex:1 1 auto;align-items:center;min-width:0;padding:8px 12px;z-index:1}.mdc-top-app-bar__section--align-start{justify-content:flex-start;order:-1}.mdc-top-app-bar__section--align-end{justify-content:flex-end;order:1}.mdc-top-app-bar__title{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, sans-serif;font-family:var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:1.25rem;font-size:var(--mdc-typography-headline6-font-size, 1.25rem);line-height:2rem;line-height:var(--mdc-typography-headline6-line-height, 2rem);font-weight:500;font-weight:var(--mdc-typography-headline6-font-weight, 500);letter-spacing:0.0125em;letter-spacing:var(--mdc-typography-headline6-letter-spacing, 0.0125em);text-decoration:inherit;text-decoration:var(--mdc-typography-headline6-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-headline6-text-transform, inherit);padding-left:20px;padding-right:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;z-index:1}[dir=rtl] .mdc-top-app-bar__title,.mdc-top-app-bar__title[dir=rtl]{padding-left:0;padding-right:20px}.mdc-top-app-bar--short-collapsed{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:24px;border-bottom-left-radius:0}[dir=rtl] .mdc-top-app-bar--short-collapsed,.mdc-top-app-bar--short-collapsed[dir=rtl]{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:24px}.mdc-top-app-bar--short{top:0;right:auto;left:0;width:100%;transition:width 250ms cubic-bezier(0.4, 0, 0.2, 1)}[dir=rtl] .mdc-top-app-bar--short,.mdc-top-app-bar--short[dir=rtl]{right:0;left:auto}.mdc-top-app-bar--short .mdc-top-app-bar__row{height:56px}.mdc-top-app-bar--short .mdc-top-app-bar__section{padding:4px}.mdc-top-app-bar--short .mdc-top-app-bar__title{transition:opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);opacity:1}.mdc-top-app-bar--short-collapsed{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0,0,0,.12);width:56px;transition:width 300ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__title{display:none}.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__action-item{transition:padding 150ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item{width:112px}.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end{padding-left:0;padding-right:12px}[dir=rtl] .mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end,.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end[dir=rtl]{padding-left:12px;padding-right:0}.mdc-top-app-bar--dense .mdc-top-app-bar__row{height:48px}.mdc-top-app-bar--dense .mdc-top-app-bar__section{padding:0 4px}.mdc-top-app-bar--dense .mdc-top-app-bar__title{padding-left:12px;padding-right:0}[dir=rtl] .mdc-top-app-bar--dense .mdc-top-app-bar__title,.mdc-top-app-bar--dense .mdc-top-app-bar__title[dir=rtl]{padding-left:0;padding-right:12px}.mdc-top-app-bar--prominent .mdc-top-app-bar__row{height:128px}.mdc-top-app-bar--prominent .mdc-top-app-bar__title{align-self:flex-end;padding-bottom:2px}.mdc-top-app-bar--prominent .mdc-top-app-bar__action-item,.mdc-top-app-bar--prominent .mdc-top-app-bar__navigation-icon{align-self:flex-start}.mdc-top-app-bar--fixed{transition:box-shadow 200ms linear}.mdc-top-app-bar--fixed-scrolled{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0,0,0,.12);transition:box-shadow 200ms linear}.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__row{height:96px}.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__section{padding:0 12px}.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title{padding-left:20px;padding-right:0;padding-bottom:9px}[dir=rtl] .mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title,.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title[dir=rtl]{padding-left:0;padding-right:20px}.mdc-top-app-bar--fixed-adjust{padding-top:64px}.mdc-top-app-bar--dense-fixed-adjust{padding-top:48px}.mdc-top-app-bar--short-fixed-adjust{padding-top:56px}.mdc-top-app-bar--prominent-fixed-adjust{padding-top:128px}.mdc-top-app-bar--dense-prominent-fixed-adjust{padding-top:96px}@media(max-width: 599px){.mdc-top-app-bar__row{height:56px}.mdc-top-app-bar__section{padding:4px}.mdc-top-app-bar--short{transition:width 200ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-top-app-bar--short-collapsed{transition:width 250ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end{padding-left:0;padding-right:12px}[dir=rtl] .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end,.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end[dir=rtl]{padding-left:12px;padding-right:0}.mdc-top-app-bar--prominent .mdc-top-app-bar__title{padding-bottom:6px}.mdc-top-app-bar--fixed-adjust{padding-top:56px}}:host{display:block}.mdc-top-app-bar{color:#fff;color:var(--mdc-theme-on-primary, #fff);width:100%;width:var(--mdc-top-app-bar-width, 100%)}.mdc-top-app-bar--prominent #navigation ::slotted(*),.mdc-top-app-bar--prominent #actions ::slotted(*){align-self:flex-start}#navigation ::slotted(*),#actions ::slotted(*){--mdc-icon-button-ripple-opacity: 0.24}.mdc-top-app-bar--short-collapsed #actions ::slotted(*){transition:padding 150ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-top-app-bar__section--align-center{justify-content:center}.mdc-top-app-bar__section--align-center .mdc-top-app-bar__title{padding-left:0;padding-right:0}.center-title .mdc-top-app-bar__section--align-start,.center-title .mdc-top-app-bar__section--align-end{flex-basis:0}.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__section--align-center .mdc-top-app-bar__title{padding-left:0;padding-right:0}.mdc-top-app-bar--fixed-scrolled{box-shadow:var(--mdc-top-app-bar-fixed-box-shadow, 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12))}`,t=":host{--mdc-theme-primary: var(--mdc-theme-surface);--mdc-theme-on-primary: var(--mdc-theme-text-primary-on-background)}:host ::slotted(cv-button){--mdc-theme-primary: var(--mdc-theme-primary);--mdc-theme-on-primary: var(--mdc-theme-on-primary)}.mdc-top-app-bar{background:var(--mdc-theme-surface);color:var(--mdc-theme-on-surface)}";exports.baseStyles=t;exports.styles=a;
|
5
|
+
*/const a=p.i`.mdc-top-app-bar{background-color:#6200ee;background-color:var(--mdc-theme-primary, #6200ee);color:white;display:flex;position:fixed;flex-direction:column;justify-content:space-between;box-sizing:border-box;width:100%;z-index:4}.mdc-top-app-bar .mdc-top-app-bar__action-item,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon{color:#fff;color:var(--mdc-theme-on-primary, #fff)}.mdc-top-app-bar .mdc-top-app-bar__action-item::before,.mdc-top-app-bar .mdc-top-app-bar__action-item::after,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon::before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon::after{background-color:#fff;background-color:var(--mdc-ripple-color, var(--mdc-theme-on-primary, #fff))}.mdc-top-app-bar .mdc-top-app-bar__action-item:hover::before,.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-surface--hover::before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:hover::before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-surface--hover::before{opacity:0.08;opacity:var(--mdc-ripple-hover-opacity, 0.08)}.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded--background-focused::before,.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):focus::before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--background-focused::before,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-focus-opacity, 0.24)}.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded)::after,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):active::after,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:0.24;opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded,.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.24)}.mdc-top-app-bar__row{display:flex;position:relative;box-sizing:border-box;width:100%;height:64px}.mdc-top-app-bar__section{display:inline-flex;flex:1 1 auto;align-items:center;min-width:0;padding:8px 12px;z-index:1}.mdc-top-app-bar__section--align-start{justify-content:flex-start;order:-1}.mdc-top-app-bar__section--align-end{justify-content:flex-end;order:1}.mdc-top-app-bar__title{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, sans-serif;font-family:var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:1.25rem;font-size:var(--mdc-typography-headline6-font-size, 1.25rem);line-height:2rem;line-height:var(--mdc-typography-headline6-line-height, 2rem);font-weight:500;font-weight:var(--mdc-typography-headline6-font-weight, 500);letter-spacing:0.0125em;letter-spacing:var(--mdc-typography-headline6-letter-spacing, 0.0125em);text-decoration:inherit;text-decoration:var(--mdc-typography-headline6-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-headline6-text-transform, inherit);padding-left:20px;padding-right:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;z-index:1}[dir=rtl] .mdc-top-app-bar__title,.mdc-top-app-bar__title[dir=rtl]{padding-left:0;padding-right:20px}.mdc-top-app-bar--short-collapsed{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:24px;border-bottom-left-radius:0}[dir=rtl] .mdc-top-app-bar--short-collapsed,.mdc-top-app-bar--short-collapsed[dir=rtl]{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:24px}.mdc-top-app-bar--short{top:0;right:auto;left:0;width:100%;transition:width 250ms cubic-bezier(0.4, 0, 0.2, 1)}[dir=rtl] .mdc-top-app-bar--short,.mdc-top-app-bar--short[dir=rtl]{right:0;left:auto}.mdc-top-app-bar--short .mdc-top-app-bar__row{height:56px}.mdc-top-app-bar--short .mdc-top-app-bar__section{padding:4px}.mdc-top-app-bar--short .mdc-top-app-bar__title{transition:opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);opacity:1}.mdc-top-app-bar--short-collapsed{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0,0,0,.12);width:56px;transition:width 300ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__title{display:none}.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__action-item{transition:padding 150ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item{width:112px}.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end{padding-left:0;padding-right:12px}[dir=rtl] .mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end,.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end[dir=rtl]{padding-left:12px;padding-right:0}.mdc-top-app-bar--dense .mdc-top-app-bar__row{height:48px}.mdc-top-app-bar--dense .mdc-top-app-bar__section{padding:0 4px}.mdc-top-app-bar--dense .mdc-top-app-bar__title{padding-left:12px;padding-right:0}[dir=rtl] .mdc-top-app-bar--dense .mdc-top-app-bar__title,.mdc-top-app-bar--dense .mdc-top-app-bar__title[dir=rtl]{padding-left:0;padding-right:12px}.mdc-top-app-bar--prominent .mdc-top-app-bar__row{height:128px}.mdc-top-app-bar--prominent .mdc-top-app-bar__title{align-self:flex-end;padding-bottom:2px}.mdc-top-app-bar--prominent .mdc-top-app-bar__action-item,.mdc-top-app-bar--prominent .mdc-top-app-bar__navigation-icon{align-self:flex-start}.mdc-top-app-bar--fixed{transition:box-shadow 200ms linear}.mdc-top-app-bar--fixed-scrolled{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0,0,0,.12);transition:box-shadow 200ms linear}.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__row{height:96px}.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__section{padding:0 12px}.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title{padding-left:20px;padding-right:0;padding-bottom:9px}[dir=rtl] .mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title,.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title[dir=rtl]{padding-left:0;padding-right:20px}.mdc-top-app-bar--fixed-adjust{padding-top:64px}.mdc-top-app-bar--dense-fixed-adjust{padding-top:48px}.mdc-top-app-bar--short-fixed-adjust{padding-top:56px}.mdc-top-app-bar--prominent-fixed-adjust{padding-top:128px}.mdc-top-app-bar--dense-prominent-fixed-adjust{padding-top:96px}@media(max-width: 599px){.mdc-top-app-bar__row{height:56px}.mdc-top-app-bar__section{padding:4px}.mdc-top-app-bar--short{transition:width 200ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-top-app-bar--short-collapsed{transition:width 250ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end{padding-left:0;padding-right:12px}[dir=rtl] .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end,.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end[dir=rtl]{padding-left:12px;padding-right:0}.mdc-top-app-bar--prominent .mdc-top-app-bar__title{padding-bottom:6px}.mdc-top-app-bar--fixed-adjust{padding-top:56px}}:host{display:block}.mdc-top-app-bar{color:#fff;color:var(--mdc-theme-on-primary, #fff);width:100%;width:var(--mdc-top-app-bar-width, 100%)}.mdc-top-app-bar--prominent #navigation ::slotted(*),.mdc-top-app-bar--prominent #actions ::slotted(*){align-self:flex-start}#navigation ::slotted(*),#actions ::slotted(*){--mdc-icon-button-ripple-opacity: 0.24}.mdc-top-app-bar--short-collapsed #actions ::slotted(*){transition:padding 150ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-top-app-bar__section--align-center{justify-content:center}.mdc-top-app-bar__section--align-center .mdc-top-app-bar__title{padding-left:0;padding-right:0}.center-title .mdc-top-app-bar__section--align-start,.center-title .mdc-top-app-bar__section--align-end{flex-basis:0}.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__section--align-center .mdc-top-app-bar__title{padding-left:0;padding-right:0}.mdc-top-app-bar--fixed-scrolled{box-shadow:var(--mdc-top-app-bar-fixed-box-shadow, 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12))}`,t=":host{--mdc-theme-primary: var(--mdc-theme-surface);--mdc-theme-on-primary: var(--mdc-theme-text-primary-on-background)}:host ::slotted(cv-button){--mdc-theme-primary: var(--mdc-theme-primary);--mdc-theme-on-primary: var(--mdc-theme-on-primary)}:host .mdc-top-app-bar__row{height:calc(64px + var(--cv-density-mode, 0) * var(--cv-density-interval, 8px))}:host .mdc-top-app-bar--fixed-adjust{padding-top:calc(64px + var(--cv-density-mode, 0) * var(--cv-density-interval, 8px))}.mdc-top-app-bar{background:var(--mdc-theme-surface);color:var(--mdc-theme-on-surface)}";exports.baseStyles=t;exports.styles=a;
|
package/top-app-bar-fixed.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("./query-assigned-elements-BQszEgac.js"),d=require("./mwc-top-app-bar-base-DUdOcIjS.js"),s=require("./tslib.es6-CHeFCc6E.js"),f=require("./top-app-bar-
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("./query-assigned-elements-BQszEgac.js"),d=require("./mwc-top-app-bar-base-DUdOcIjS.js"),s=require("./tslib.es6-CHeFCc6E.js"),f=require("./top-app-bar-UVbXY1md.js");/**
|
2
2
|
* @license
|
3
3
|
* Copyright 2018 Google Inc.
|
4
4
|
*
|