@netfoundry/docusaurus-theme 0.1.0 → 0.1.3

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.
Files changed (54) hide show
  1. package/README.md +146 -0
  2. package/css/layout.css +14 -0
  3. package/css/legacy.css +2347 -0
  4. package/css/theme.css +9 -4
  5. package/css/vars-dark.css +7 -0
  6. package/css/vars.css +8 -0
  7. package/package.json +28 -5
  8. package/src/components/Alert/Alert.module.css +39 -0
  9. package/src/components/Alert/Alert.tsx +24 -0
  10. package/src/components/Alert/index.ts +2 -0
  11. package/src/components/CodeBlock/CodeBlock.module.css +27 -0
  12. package/src/components/CodeBlock/CodeBlock.tsx +32 -0
  13. package/src/components/CodeBlock/index.ts +2 -0
  14. package/src/components/Common/Common.module.css +0 -0
  15. package/src/components/Common/Common.tsx +53 -0
  16. package/src/components/Common/index.ts +1 -0
  17. package/src/components/NetFoundry/Divider/Divider.module.css +23 -0
  18. package/src/components/NetFoundry/Divider/Divider.tsx +20 -0
  19. package/src/components/NetFoundry/Divider/index.ts +1 -0
  20. package/src/components/NetFoundry/index.ts +1 -0
  21. package/src/components/NetFoundryFooter/NetFoundryFooter.tsx +164 -0
  22. package/src/components/NetFoundryFooter/index.ts +1 -0
  23. package/src/components/NetFoundryFooter/styles.module.css +99 -0
  24. package/src/components/NetFoundryHighlight/NetFoundryHighlight.tsx +15 -0
  25. package/src/components/NetFoundryHighlight/index.ts +2 -0
  26. package/src/components/NetFoundryHighlight/styles.module.css +26 -0
  27. package/src/components/NetFoundryHorizontalSection/NetFoundryHorizontalSection.tsx +23 -0
  28. package/src/components/NetFoundryHorizontalSection/index.ts +2 -0
  29. package/src/components/NetFoundryHorizontalSection/styles.module.css +23 -0
  30. package/src/components/NetFoundryLayout/NetFoundryLayout.module.css +6 -0
  31. package/src/components/NetFoundryLayout/NetFoundryLayout.tsx +110 -0
  32. package/src/components/NetFoundryLayout/index.ts +1 -0
  33. package/src/components/NetFoundryNavbarItems/NetFoundryNavbarItems.tsx +22 -0
  34. package/src/components/NetFoundryNavbarItems/index.ts +2 -0
  35. package/src/components/OsTabs/OsTabs.tsx +30 -0
  36. package/src/components/OsTabs/index.ts +2 -0
  37. package/src/components/StarUs/StarUs.tsx +19 -0
  38. package/src/components/StarUs/index.ts +2 -0
  39. package/src/components/StarUs/styles.module.css +6 -0
  40. package/src/components/index.ts +11 -0
  41. package/src/docusaurus-envhelper.ts +105 -0
  42. package/src/docusaurus-plugins/index.ts +7 -0
  43. package/src/docusaurus-plugins/logger.ts +38 -0
  44. package/src/docusaurus-plugins/remarkCodeSections.ts +115 -0
  45. package/src/docusaurus-plugins/remarkReplaceMetaUrl.ts +35 -0
  46. package/src/docusaurus-plugins/remarkScopedPath.ts +70 -0
  47. package/src/docusaurus-plugins/remarkYamlTable.ts +83 -0
  48. package/src/docusaurus-plugins/remarkYouTube.ts +56 -0
  49. package/src/docusaurus-plugins/timedPlugin.ts +22 -0
  50. package/src/node.ts +6 -0
  51. package/src/plugins.ts +6 -0
  52. package/src/ui.ts +7 -0
  53. package/src/version.ts +1 -0
  54. package/theme/Layout/index.tsx +1 -1
package/css/legacy.css ADDED
@@ -0,0 +1,2347 @@
1
+ /**
2
+ * Any CSS included here will be global. The classic template
3
+ * bundles Infima by default. Infima is a CSS framework designed to
4
+ * work well for content-centric websites.
5
+ */
6
+
7
+ /* You can override the default Infima variables here. */
8
+ :root {
9
+ --light-gray: 148, 163, 184;
10
+ --ziti-color-blue: 0, 104, 249;
11
+ --ziti-color-red: 217, 15, 95;
12
+ --ziti-color-mid1: 72, 74, 172;
13
+ --ziti-color-mid2: 144, 44, 133;
14
+ --ziti-rgb-primary: rgb(var(--ziti-color-blue));
15
+ --ziti-rgb-primary-a: rgb(var(--ziti-color-blue), .1);
16
+ --ziti-rgb-red: rgb(217, 15, 95);
17
+ --ziti-rgb-secondary: rgb(var(--ziti-color-red));
18
+ --ziti-rgb-secondary-a: rgb(var(--ziti-color-red), .1);
19
+ --ziti-rgb-mid1: rgb(var(--ziti-color-mid1));
20
+ --ziti-rgb-mid1-a: rgb(var(--ziti-color-mid1), .1);
21
+ --ziti-rgb-mid2: rgb(var(--ziti-color-mid2));
22
+ --ziti-rgb-mid2-a: rgb(var(--ziti-color-mid2), .1);
23
+ --ifm-font-color-base: #252525;
24
+ --ifm-font-color-inverse: #94a3b8;
25
+ --ifm-font-family-monospace: "Consolas", monospace;
26
+ --ifm-font-family-sans: "Open Sans", sans-serif;
27
+ --ifm-font-family-sans-default: sans-serif;
28
+ --ziti-landing-max-width: 1200px;
29
+ --ziti-max-width: 1400px;
30
+ --ifm-navbar-height: 50px;
31
+ --ifm-leading: 35px;
32
+ --ifm-background-color: #f8fafc;
33
+ --ifm-background-surface-color: #f1f5f9;
34
+ --ifm-background-surface-color-dark: #e1d4ee;
35
+ --ifm-footer-background-color: #f0f0f0;
36
+ --ifm-color-banner: #edac15;
37
+ --ifm-color-primary: #0068f9;
38
+ --ifm-color-primary-dark: #8519e7;
39
+ --ifm-color-primary-darker: #7e17dc;
40
+ --ifm-color-primary-darkest: #6813b5;
41
+ --ifm-color-primary-light: #a14ded;
42
+ --ifm-color-primary-lighter: #a85aee;
43
+ --ifm-color-primary-lightest: #b776f1;
44
+ --ifm-heading-color: 0 36 81;
45
+ --code-block-color: var(--ifm-heading-color);
46
+ --lighter-code-block-color: color-mix(in srgb, var(--ifm-heading-color) 70%, white 30%);
47
+ --code-block-background-color: #ECEEEF;
48
+ --ifm-navbar-item-padding-horizontal: .5em;
49
+ --background-color-1: #ffd0d0;
50
+ --landing-banner-1: #e0e4ee;
51
+ --ifm-menu-color: #002451;
52
+ --ifm-toc-link-color: #252525;
53
+ --ifm-alert-foreground-color: #252525;
54
+ --ifm-code-font-size: 95%;
55
+ --ifm-paragraph-margin-bottom: 0;
56
+ --ifm-paragraph-margin-top: 0;
57
+ --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
58
+ --logo-name: "ziti-logo-dark.svg";
59
+ --welcome-page-font-family: "Russo One", "Open Sans", Tahoma, Helvetica, sans-serif;
60
+ --title-font-family: "Russo One", "Open Sans", Tahoma, Helvetica, sans-serif;
61
+ --content-font-family: "Open Sans", Tahoma, Helvetica, sans-serif;
62
+ --h1-size: 50px;
63
+ --h2-size: 35px;
64
+ --h3-size: 25px;
65
+ --docusaurus-collapse-button-bg-hover: rgb(0 0 0 / 2%);
66
+ --ifm-tabs-color-active: var(--ifm-font-color-base);
67
+ --ifm-global-shadow-lw: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
68
+ --ifm-menu-color-background-hover: #f1f5f9;
69
+ --ifm-menu-left-border-color: #002451;
70
+ --ifm-link-color: rgba(217, 15, 95, 0.98);
71
+ --ifm-breadcrumb-color-actives: rgba(217, 15, 95, 0.98);
72
+ --ifm-breadcrumb-color-active: color-mix(in srgb, var(--ifm-link-color) 75%, white 25%);
73
+ --radius-sm: 0.25rem;
74
+ --radius-md: 0.5rem;
75
+ --radius-lg: 0.75rem;
76
+ --radius-xl: 1.0rem;
77
+ --space-xs: 0.5rem;
78
+ --space-sm: 1rem;
79
+ --space-md: 2rem;
80
+ --space-lg: 4rem;
81
+ --space-xl: 8rem;
82
+ --space-xxl: 16rem;
83
+
84
+ --ziti-code-block-border-thickness: 1px;
85
+ --ziti-code-block-background-color: rgb(243, 243, 243);
86
+ --ziti-code-block-border-color: rgb(197, 199, 201);
87
+ --ziti-code-block-font-color: rgb(57, 58, 52);
88
+ --ifm-code-padding-horizontal: 7px;
89
+ --nf-tab-color: 222, 222, 222;
90
+ --nf-tab-color-rgb: rgb(var(--nf-tab-color));
91
+ }
92
+ @media (max-height: 1024px) {
93
+ /*for smaller screens, reduce space definitions*/
94
+ :root {
95
+ --space-sm: 1rem;
96
+ --space-md: 1rem;
97
+ --space-lg: 2rem;
98
+ --space-xl: 4rem;
99
+ --space-xxl: 8rem;
100
+ }
101
+ }
102
+ html:not([data-theme="dark"]) {
103
+ --ifm-leading: 15px;
104
+ }
105
+ /* For readability concerns, you should choose a lighter palette in dark mode. */
106
+ html[data-theme="dark"] {
107
+ --ifm-font-color-base: #94a3b8;
108
+ --ifm-leading: 15px;
109
+ --ifm-background-color: #111827;
110
+ --ifm-background-surface-color: #1f2937;
111
+ --ifm-background-surface-color-dark: #374151;
112
+ --ifm-footer-background-color: #1b263e;
113
+ --ifm-color-primary: #158eed;
114
+ --ifm-color-primary-dark: #b671fc;
115
+ --ifm-color-primary-darker: #ad5ffb;
116
+ --ifm-color-primary-darkest: #a34cfb;
117
+ --ifm-color-primary-light: #d3a9fd;
118
+ --ifm-color-primary-lighter: #ddbcfd;
119
+ --ifm-color-primary-lightest: #e6cffe;
120
+ --background-color-1: #434862;
121
+ --landing-banner-1: #38383a;
122
+ --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
123
+ --logo-name: "ziti-logo-light.svg";
124
+ --ifm-heading-color: 148 163 184;
125
+ --ifm-menu-color: #ffffff;
126
+ --ifm-toc-link-color: #ffffff;
127
+ --code-block-color: var(--ifm-heading-color);
128
+ --code-block-background-color: #434862;
129
+ --ifm-alert-foreground-color: var(--ifm-font-color-base);
130
+ --ifm-docusaurus-collapse-button-bg-hover: rgba(255, 255, 255, 0.05);
131
+ --ifm-tabs-color-active: #e2e8f0;
132
+ --ifm-global-shadow-lw: 3px 3px 10px 0 rgb(31, 41, 55);
133
+ --ifm-menu-color-background-hover: #1f2937;
134
+ --ifm-menu-left-border-color: #94a3b8;
135
+ --ifm-link-color: rgba(21, 142, 237, 1);
136
+ --ifm-breadcrumb-color-active: color-mix(in srgb, var(--ifm-link-color) 75%, white 25%);
137
+
138
+ --ziti-text-muted: #8e8ea0;
139
+
140
+ --ziti-code-block-background-color: rgb(33, 47, 77);
141
+ --ziti-code-block-border-color: rgb(33, 47, 77);
142
+ --ziti-code-block-font-color: rgb(148, 163, 184);
143
+ --nf-tab-color: 67, 72, 98;
144
+ }
145
+
146
+ html[data-theme=dark] #Wizardly code {
147
+ color: rgba(117, 82, 136, 0.98) !important;
148
+ }
149
+
150
+ html[data-theme=dark] .wizardmodal .admonitionIcon_node_modules-\@docusaurus-theme-classic-lib-theme-Admonition-styles-module svg {
151
+ fill: rgba(0,0,0) !important;
152
+ }
153
+
154
+ @media (max-width: 767px) {
155
+ html[data-theme="dark"] {
156
+ --h1-size: 30px;
157
+ --h2-size: 25px;
158
+ --h3-size: 20px;
159
+ }
160
+ }
161
+ @media (max-width: 767px) {
162
+ html[data-theme="light"] {
163
+ --h1-size: 30px;
164
+ --h2-size: 25px;
165
+ --h3-size: 20px;
166
+ }
167
+ }
168
+
169
+ /* cyrillic */
170
+ @font-face {
171
+ font-family: 'Russo One';
172
+ font-style: normal;
173
+ font-weight: 400;
174
+ src: url(https://fonts.gstatic.com/s/russoone/v14/Z9XUDmZRWg6M1LvRYsHOy8mJrrg.woff2) format('woff2');
175
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
176
+ }
177
+ /* latin-ext */
178
+ @font-face {
179
+ font-family: 'Russo One';
180
+ font-style: normal;
181
+ font-weight: 400;
182
+ src: url(https://fonts.gstatic.com/s/russoone/v14/Z9XUDmZRWg6M1LvRYsHOwcmJrrg.woff2) format('woff2');
183
+ unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
184
+ }
185
+ /* latin */
186
+ @font-face {
187
+ font-family: 'Russo One';
188
+ font-style: normal;
189
+ font-weight: 400;
190
+ src: url(https://fonts.gstatic.com/s/russoone/v14/Z9XUDmZRWg6M1LvRYsHOz8mJ.woff2) format('woff2');
191
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
192
+ }
193
+ /* cyrillic */
194
+ @font-face {
195
+ font-family: 'Open Sans';
196
+ font-style: normal;
197
+ font-weight: 400;
198
+ font-stretch: 100%;
199
+ src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format('woff2');
200
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
201
+ }
202
+
203
+ /* latin-ext */
204
+ @font-face {
205
+ font-family: 'Open Sans';
206
+ font-style: normal;
207
+ font-weight: 400;
208
+ font-stretch: 100%;
209
+ src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format('woff2');
210
+ unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
211
+ }
212
+
213
+ /* latin */
214
+ @font-face {
215
+ font-family: 'Open Sans';
216
+ font-style: normal;
217
+ font-weight: 400;
218
+ font-stretch: 100%;
219
+ src: url(https://fonts.gstatic.com/s/opensans/v29/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format('woff2');
220
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
221
+ }
222
+
223
+
224
+ * {
225
+ -webkit-font-smoothing: antialiased;
226
+ -moz-osx-font-smoothing: grayscale;
227
+ font-family: var(--ifm-font-family-sans), sans-serif;
228
+ }
229
+
230
+
231
+ input[type="radio"]
232
+ {
233
+ display: none;
234
+ }
235
+
236
+ input[type="radio"]+label {
237
+ appearance: none;
238
+ cursor: pointer;
239
+ display: inline-block;
240
+ padding-left: 34px;
241
+ position: relative;
242
+ vertical-align: middle;
243
+ }
244
+
245
+ input[type="radio"]:checked+label {
246
+ backface-visibility: hidden;
247
+ animation: checked 200ms ease 1;
248
+ }
249
+
250
+ input[type="radio"]+label:before {
251
+ background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
252
+ border-radius: 100% 100% 100% 100%;
253
+ content: " ";
254
+ height: 7px;
255
+ left: 12px;
256
+ position: absolute;
257
+ top: 6px;
258
+ width: 7px;
259
+ }
260
+
261
+ input[type="radio"]+label:hover:before {
262
+ /* background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5); */
263
+ background: linear-gradient(90deg,#0068f9 0, #fc0147 100%) ;
264
+ }
265
+
266
+ input[type="radio"]:checked+label:before {
267
+ background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
268
+ }
269
+
270
+
271
+
272
+ input[type="radio"]+label:after {
273
+ border: 3px solid #FFFFFF;
274
+ border-radius: 100% 100% 100% 100%;
275
+ content: " ";
276
+ height: 15px;
277
+ left: 5px;
278
+ position: absolute;
279
+ top: -1px;
280
+ width: 15px;
281
+ }
282
+
283
+ input[type="radio"]:checked+label:after {
284
+ border-color: rgba(255, 255, 255, 1);
285
+ }
286
+
287
+
288
+ .header-github-link:hover {
289
+ opacity: 0.6;
290
+ }
291
+ .header-github-link::before {
292
+ background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='rgb(60, 74, 94)' d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E")
293
+ no-repeat;
294
+ content: "";
295
+ display: flex;
296
+ height: 1.25rem;
297
+ width: 1.25rem;
298
+ }
299
+ [data-theme="dark"] .header-github-link::before {
300
+ background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='rgb(148, 163, 184)' d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E")
301
+ no-repeat;
302
+ }
303
+
304
+ .header-discourse-link:hover {
305
+ opacity: 0.6;
306
+ }
307
+ .header-discourse-link::before {
308
+ /*background: url('/img/discourse_icon.svg') no-repeat;*/
309
+ content: "";
310
+ display: flex;
311
+ height: 1.25rem;
312
+ width: 1.25rem;
313
+ }
314
+ [data-theme="dark"] .header-discourse-link::before {
315
+ /*background: url('/img/discourse_icon.svg') no-repeat;*/
316
+ content: "";
317
+ display: flex;
318
+ height: 1.25rem;
319
+ width: 1.25rem;
320
+ }
321
+
322
+ .header-netfoundry-link {
323
+ display: flex !important;
324
+ }
325
+ .header-netfoundry-link::after {
326
+ position: relative;
327
+ right: -3px;
328
+ top: 5px;
329
+ }
330
+ .header-netfoundry-link:hover {
331
+ opacity: 0.6;
332
+ }
333
+ .header-netfoundry-link::after {
334
+ /*background: url('/img/new-window.svg?v=3') no-repeat;*/
335
+ content: "";
336
+ display: flex;
337
+ height: 1.25rem;
338
+ width: 1.25rem;
339
+ }
340
+ [data-theme="dark"] .header-netfoundry-link::after {
341
+ /*background: url('/img/new-window.svg') no-repeat;*/
342
+ content: "";
343
+ display: flex;
344
+ height: 1.25rem;
345
+ width: 1.25rem;
346
+ }
347
+
348
+
349
+ /**
350
+ Footer
351
+ */
352
+ .footer, .footer.container {
353
+ display: flex;
354
+ padding: calc(var(--ifm-spacing-vertical) * 0.2)
355
+ var(--ifm-footer-padding-horizontal);
356
+ }
357
+
358
+ .footer__links {
359
+ margin-bottom: 0.5rem;
360
+ }
361
+
362
+ .notification_new {
363
+ background: linear-gradient(90deg,#0068f9 0, #fc0147 100%) ;
364
+ border-radius: 5px;
365
+ color: #fff;
366
+ padding: 1px 8px;
367
+ font-weight: 700;
368
+ font-size: .9em;
369
+ display: inline-flex;
370
+ margin-right: 5px;
371
+ text-transform: uppercase;
372
+ }
373
+
374
+ @media (min-width: 1416px) {
375
+ .main-wrapper {
376
+ align-self: center;
377
+ width: 100%;
378
+ /*overflow: auto;*/
379
+ /*height: 100%;*/
380
+ display: flex;
381
+ flex-direction: column;
382
+ align-items: center;
383
+ background: var(--ifm-background-color);
384
+ }
385
+ }
386
+
387
+ .navbar .navbar__inner {
388
+ margin: 0 auto;
389
+ max-width: 1360px;
390
+ }
391
+
392
+
393
+
394
+
395
+
396
+
397
+
398
+
399
+
400
+
401
+
402
+ .sdkbutton-image {
403
+ margin: 0 auto;
404
+ max-width: 115px !important;
405
+ height: 80px;
406
+ }
407
+
408
+ .sdkbutton-text {
409
+ display: flex;
410
+ justify-content: center;
411
+ }
412
+
413
+ .sdkbutton-button {
414
+ height: 140px;
415
+ width: 140px;
416
+ font-size: 16px;
417
+ font-weight: bold;
418
+ background: rgba(222, 222, 222, 1);
419
+ padding: 0 !important;
420
+ cursor: pointer;
421
+ margin: 20px 20px;
422
+ text-align:center;
423
+ border: none;
424
+ border-radius: 15px;
425
+ }
426
+
427
+ .btn-hover {
428
+ width: 175px;
429
+ font-size: 16px;
430
+ font-weight: 600;
431
+ font-family: 'Open Sans', Tahoma, Helvetica, sans-serif;
432
+ cursor: pointer;
433
+ margin: 20px 20px;
434
+ height: 80px;
435
+ text-align:center;
436
+ border: none;
437
+ background-size: 300% 100%;
438
+ border-radius: 5px;
439
+ -moz-transition: all .2s ease-in-out;
440
+ -o-transition: all .2s ease-in-out;
441
+ -webkit-transition: all .2s ease-in-out;
442
+ transition: all .2s ease-in-out; background: whitesmoke;
443
+ box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.75);
444
+ color:grey;
445
+ display: flex;
446
+ flex-direction: column;
447
+ justify-content: center;
448
+ text-decoration-line: none;
449
+ }
450
+
451
+ .col-lg-12 .sdkbutton-button:hover {
452
+ text-decoration-line: none !important;
453
+ color: black;
454
+ background: rgba(255, 255, 255, 0.9);
455
+ font-weight: bold;
456
+ box-shadow: 0 0 20px 0 rgba(0,104,249,1);
457
+ -moz-transition: all .15s ease-in-out;
458
+ -o-transition: all .15s ease-in-out;
459
+ -webkit-transition: all .15s ease-in-out;
460
+ transition: all .15s ease-in-out;
461
+ }
462
+
463
+ .col-lg-12 > .buttonrow {
464
+ display: flex;
465
+ flex-direction: row;
466
+ flex-wrap: wrap;
467
+ }
468
+
469
+ .btn-hover:focus {
470
+ outline: none;
471
+ }
472
+
473
+ .btn-hover:hover {
474
+ text-decoration-line: none !important;
475
+ color: black !important;
476
+ box-shadow: 0 0 20px 0 rgba(244,4,77,.5);
477
+ height: 80px;
478
+ background-position: 100% 0;
479
+ -moz-transition: all .15s ease-in-out;
480
+ -o-transition: all .15s ease-in-out;
481
+ -webkit-transition: all .15s ease-in-out;
482
+ transition: all .15s ease-in-out;
483
+ }
484
+
485
+ .centerrow {
486
+ justify-content: center;
487
+ }
488
+
489
+ .sdkbutton-button:focus {
490
+ outline: none;
491
+ }
492
+
493
+ .col-lg-12 .sdkbutton-button {
494
+ color:grey;
495
+ display: flex;
496
+ flex-direction: column;
497
+ justify-content: center;
498
+ text-decoration-line: none;
499
+ }
500
+
501
+ .leftdiv {
502
+ width: 110px;
503
+ height: 150px;
504
+ object-fit: cover;
505
+ display: block;
506
+ margin-left: auto;
507
+ margin-right: auto;
508
+ float: left;
509
+ }
510
+ .leftdiv img {
511
+ height: 220px;
512
+ width: 210px;
513
+ margin-top: -35px;
514
+ }
515
+ .rightdiv {
516
+ width: 110px;
517
+ height: 150px;
518
+ object-fit: cover;
519
+ display: block;
520
+ margin-left: auto;
521
+ margin-right: auto;
522
+ float: right;
523
+ }
524
+ .rightdiv img {
525
+ height: 220px;
526
+ width: 210px;
527
+ margin-top: -35px;
528
+ }
529
+ .flr {
530
+ float: right;
531
+ }
532
+
533
+
534
+ .wizardmodal #navbarDropdownItem {
535
+ display: flex;
536
+ flex-grow: 1;
537
+ align-items: center;
538
+ flex-wrap: nowrap;
539
+ }
540
+ .wizardmodal #navbarDropdownImage {
541
+ padding-right: 5px;
542
+ height: 16px;
543
+ }
544
+
545
+ .wizardmodal .dropdown__menu {
546
+ flex-grow: 1;
547
+ display: flex;
548
+ flex-direction: column;
549
+ flex-wrap: nowrap;
550
+ width: 180px;
551
+ }
552
+
553
+ .wizardmodal .text-divider {
554
+ display: flex;
555
+ align-items: center;
556
+ }
557
+
558
+ .wizardmodal .text-divider::before,
559
+ .wizardmodal .text-divider::after {
560
+ content: '';
561
+ height: 1px;
562
+ background-color: silver;
563
+ flex-grow: 1;
564
+ }
565
+ .wizardmodal .text-divider p {
566
+ padding-left: 5px;
567
+ padding-right: 5px;
568
+ }
569
+
570
+ /* highlight sidebar section headings */
571
+ .theme-doc-sidebar-item-link-level-1.sidebar-title {
572
+ margin-top: 20px;
573
+ margin-left: 0;
574
+ font-weight: bold;
575
+ }
576
+
577
+ /* indent sidebar list items */
578
+ div > aside > div > div > nav > ul > li {
579
+ margin-left: 5px;
580
+ }
581
+
582
+ div > aside > div > nav > ul > li > a,
583
+ div > aside > div > nav > ul > li > a:link,
584
+ div > aside > div > nav > ul > li > a:hover,
585
+ div > aside > div > nav > ul > li > a:visited,
586
+ div > aside > div > nav > ul > li > a:active {
587
+ color: var(--ifm-font-color-base);
588
+ text-decoration: none;
589
+ }
590
+
591
+
592
+ /* DFinger Styles */
593
+
594
+ /* @extend display-flex; */
595
+ .display-flex,
596
+ .form-flex,
597
+ .form-date-group,
598
+ .steps ul,
599
+ .title,
600
+ .title .step-number,
601
+ .actions ul li a,
602
+ .form-radio-flex,
603
+ .form-find {
604
+ display: flex;
605
+ display: -webkit-flex;
606
+ }
607
+
608
+ .page-wrapper {
609
+ min-height: 100vh;
610
+ }
611
+
612
+ .bg-img-1 {
613
+ /*background: url("/img/bg-img-01.jpg") center center/cover no-repeat;*/
614
+ }
615
+
616
+ .whitez {
617
+ /*background: url("/img/whitez.svg");*/
618
+ background-position: center;
619
+ background-size: 55px;
620
+ background-repeat: no-repeat;
621
+ width: 65px;
622
+ height: 55px;
623
+ position: relative;
624
+ display: inline-flex;
625
+ align-items: center;
626
+ justify-content: center;
627
+ z-index: 2013;
628
+ cursor: unset;
629
+ margin-bottom: 10px;
630
+ margin-right: 10px;
631
+ transition: all 0.3s ease;
632
+ }
633
+
634
+ .whitez:hover {
635
+ filter: brightness(95%);
636
+ transition: all 0.3s ease;
637
+ -webkit-transform: translate3d(0, 0, 0);
638
+ transform: translate3d(0, 0, 0);
639
+ }
640
+
641
+ .whitez:active {
642
+ filter: brightness(90%);
643
+ transition: opacity .3s cubic-bezier(.38, .41, .27, 1);
644
+ transform: scale(.97) !important;
645
+ transition: all 0.3s ease;
646
+ -webkit-transform: translate3d(0, 0, 0);
647
+ transform: translate3d(0, 0, 0);
648
+ }
649
+
650
+ .wizardmodal .headertitle {
651
+ margin-top: 4px;
652
+ margin-bottom: 8px;
653
+ text-align: left;
654
+ color: #002451;
655
+ font-size: 36px;
656
+ display: inline-block;
657
+ line-height: initial;
658
+ }
659
+
660
+ .mt20 {
661
+ margin-top: 20px;
662
+ }
663
+
664
+ .wizardmodal .shadedRow {
665
+ background-color: var(--landing-banner-1);
666
+ }
667
+
668
+ .wizardmodal .container {
669
+ position: relative;
670
+ box-sizing: border-box;
671
+ margin: auto;
672
+ }
673
+
674
+ @media (min-width: 1200px) {
675
+ .wizardmodal .container {
676
+ width: 1387px;
677
+ }
678
+ }
679
+
680
+ @media (min-width: 768px) {
681
+ .wizardmodal .container {
682
+ padding-right: 15px;
683
+ padding-left: 15px;
684
+ margin-right: auto;
685
+ margin-left: auto;
686
+ }
687
+ }
688
+
689
+ .wizardmodal .row {
690
+ margin-right: -15px;
691
+ margin-left: -15px;
692
+ display: flex;
693
+ flex-direction: row;
694
+ margin: auto;
695
+ }
696
+
697
+ /* @extend list-type-ulli; */
698
+ list-type-ulli,
699
+ .steps ul,
700
+ .actions ul {
701
+ list-style-type: none;
702
+ margin: 0;
703
+ padding: 0;
704
+ }
705
+
706
+ .wizardmodal a:focus,
707
+ .wizardmodal a:active {
708
+ text-decoration: none;
709
+ outline: none;
710
+ transition: all 300ms ease 0s;
711
+ }
712
+
713
+ .wizardmodal input,
714
+ .wizardmodal select,
715
+ .wizardmodal textarea {
716
+ outline: none;
717
+ appearance: unset !important;
718
+ }
719
+
720
+ .wizardmodal input::-webkit-outer-spin-button,
721
+ .wizardmodal input::-webkit-inner-spin-button {
722
+ appearance: none !important;
723
+ margin: 0;
724
+ }
725
+
726
+ .wizardmodal input:focus,
727
+ .wizardmodal select:focus,
728
+ .wizardmodal textarea:focus {
729
+ outline: none;
730
+ box-shadow: none !important;
731
+ }
732
+
733
+ .wizardmodal input[type=checkbox] {
734
+ appearance: checkbox !important;
735
+ }
736
+
737
+ .wizardmodal input[type=radio] {
738
+ appearance: radio !important;
739
+ }
740
+
741
+ .clear {
742
+ clear: both;
743
+ }
744
+
745
+ .wizardmodal h2 {
746
+ font-size: 30px;
747
+ margin: 0;
748
+ color: #002451;
749
+ }
750
+
751
+ .wizardmodal h3 {
752
+ font-size: 24px;
753
+ margin: 0;
754
+ }
755
+
756
+ .wizardmodal a {
757
+ color: rgba(217, 15, 95, 0.98);
758
+ text-decoration: var(--ifm-link-decoration);
759
+ transition: 0.5s;
760
+ }
761
+
762
+ html[data-theme=dark] #Wizardly a {
763
+ color: rgba(217, 15, 95, 0.98);
764
+ text-decoration: var(--ifm-link-decoration);
765
+ transition: 0.5s;
766
+ }
767
+
768
+ html[data-theme=dark] .menu__link {
769
+ color: var(--ifm-font-color-base) !important;
770
+ }
771
+
772
+ .wizardmodal .menu__link--active {
773
+ color: rgba(217, 15, 95, 0.98) !important;
774
+ transition: 0.5s;
775
+ }
776
+
777
+ html[data-theme=dark] a {
778
+ color: var(--ifm-link-color);
779
+ transition: 0.5s;
780
+ }
781
+
782
+ html[data-theme=dark] .menu__link--active {
783
+ color: var(--ifm-link-color) !important;
784
+ transition: 0.5s;
785
+ }
786
+
787
+ .menu__link--active:hover {
788
+ color: rgba(117, 82, 136, 0.98);
789
+ }
790
+
791
+ .wizardmodal a:hover {
792
+ color: rgba(117, 82, 136, 0.98);
793
+ text-decoration: var(--ifm-link-hover-decoration);
794
+ }
795
+
796
+ html[data-theme=dark] .wizardmodal a:hover {
797
+ color: rgba(217, 15, 95, 0.98);
798
+ text-decoration: var(--ifm-link-hover-decoration);
799
+ }
800
+
801
+ .wizardmodal code a {
802
+ color: #FFF;
803
+ }
804
+
805
+ .wizardmodal a:hover {
806
+ filter: brightness(95%);
807
+ text-decoration: unset;
808
+ transition: all 0.3s ease;
809
+ }
810
+
811
+ .wizardmodal a:active,
812
+ .wizardmodal a:focus {
813
+ filter: brightness(90%);
814
+ text-decoration: unset;
815
+ transform: translateY(1px);
816
+ transition: all 0.3s ease;
817
+ }
818
+
819
+ .wizardmodal .main {
820
+ padding: 50px 0;
821
+ padding-top: 12px;
822
+ position: relative;
823
+ z-index: 99;
824
+ }
825
+
826
+ .wizardmodal .ocontainer {
827
+ padding-left: 15px;
828
+ padding-right: 15px;
829
+ }
830
+
831
+ .wizardmodal .zcontainer {
832
+ max-width: var(--ziti-max-width);
833
+ min-width: 300px;
834
+ margin: 0 auto;
835
+ background: rgba(236, 238, 242, .85);
836
+ -webkit-backdrop-filter: saturate(180%) blur(20px);
837
+ border-radius: 15px;
838
+ }
839
+
840
+ #navbarDropdownImage {
841
+ height: 16px;
842
+ padding-right: 5px;
843
+ }
844
+
845
+ .wizardmodal fieldset {
846
+ padding: 0;
847
+ margin: 0;
848
+ border: none;
849
+ padding-left: 45px;
850
+ padding-right: 55px;
851
+ padding-top: 45px;
852
+ }
853
+
854
+ .wizardmodal p.desc {
855
+ margin: 0;
856
+ margin-bottom: 15px;
857
+ color: #252525;
858
+ }
859
+
860
+ .form-label {
861
+ display: block;
862
+ width: 100%;
863
+ font-size: 16px;
864
+ margin-bottom: 10px;
865
+ }
866
+
867
+ .text-input {
868
+ font-size: 12px;
869
+ color: #999;
870
+ display: block;
871
+ margin-top: 5px;
872
+ }
873
+
874
+ .text-input span {
875
+ color: #222;
876
+ font-weight: bold;
877
+ }
878
+
879
+ input {
880
+ width: 100%;
881
+ display: block;
882
+ border: 1px solid #ebebeb;
883
+ height: 50px;
884
+ box-sizing: border-box;
885
+ padding: 0 var(--space-md);
886
+ color: #222;
887
+ font-weight: bold;
888
+ font-size: 14px;
889
+ font-family: var(--ifm-font-family-sans), var(--ifm-font-family-sans-default);
890
+ border-radius: 7px;
891
+ }
892
+
893
+ #steps-uid-0-p-0 .form-row,
894
+ #steps-uid-0-p-0 .form-group,
895
+ #steps-uid-0-p-0 .form-date {
896
+ width: 680px;
897
+ }
898
+
899
+ .form-flex {
900
+ margin: 0 -10px;
901
+ }
902
+
903
+ .form-flex .form-group {
904
+ width: 50%;
905
+ padding: 0 10px;
906
+ }
907
+
908
+ .form-group,
909
+ .form-date {
910
+ margin-bottom: 18px;
911
+ position: relative;
912
+ }
913
+
914
+ .form-date-group {
915
+ border: 1px solid transparent;
916
+ border-radius: 5px;
917
+ -moz-border-radius: 5px;
918
+ -webkit-border-radius: 5px;
919
+ -o-border-radius: 5px;
920
+ -ms-border-radius: 5px;
921
+ }
922
+
923
+ .form-date-group select {
924
+ border: 1px solid #ebebeb;
925
+ width: 100%;
926
+ box-sizing: border-box;
927
+ appearance: none !important;
928
+ -moz-appearance: none !important;
929
+ -webkit-appearance: none !important;
930
+ -o-appearance: none !important;
931
+ -ms-appearance: none !important;
932
+ position: relative;
933
+ background: 0 0;
934
+ z-index: 10;
935
+ cursor: pointer;
936
+ padding: 0 var(--space-md);
937
+ height: 50px;
938
+ font-size: 14px;
939
+ font-family: 'Open Sans';
940
+ color: #999;
941
+ box-sizing: border-box;
942
+ background-color: #fff;
943
+ color: #222;
944
+ font-weight: bold;
945
+ border-radius: 7px;
946
+ }
947
+
948
+ .form-date-item {
949
+ position: relative;
950
+ overflow: hidden;
951
+ width: 100px;
952
+ margin-right: 10px;
953
+ }
954
+
955
+ .vertical {
956
+ display: block;
957
+ width: 100%;
958
+ overflow: hidden;
959
+ }
960
+
961
+ .vertical .steps {
962
+ float: left;
963
+ width: 25%;
964
+ }
965
+
966
+ .vertical .content {
967
+ float: right;
968
+ width: 75%;
969
+ border-top-left-radius: 12px;
970
+ border-top-right-radius: 12px;
971
+ /*height: 890px;*/
972
+ /*overflow-y: auto;*/
973
+ /*height: calc(70vh - 134px);*/
974
+ }
975
+
976
+ .vertical .actions {
977
+ float: right;
978
+ width: 75%;
979
+ border-bottom-left-radius: 12px;
980
+ border-bottom-right-radius: 12px;
981
+ padding-top: 25px;
982
+ }
983
+
984
+ .content {
985
+ /*height: 700px;*/
986
+ }
987
+
988
+ .wizardmodal {
989
+ position: fixed;
990
+ left: 0;
991
+ top: 0;
992
+ height: 100vh;
993
+ width: 100vw;
994
+ z-index: 1000;
995
+ display: none;
996
+ }
997
+
998
+ .wizardmodal h1 {
999
+ padding-bottom: 0;
1000
+ line-height: 52px;
1001
+ color: #002451;
1002
+ }
1003
+
1004
+ .wizardmodal .page-wrapper {
1005
+ top: 0;
1006
+ min-height: 100vh;
1007
+ position: absolute;
1008
+ left: 0;
1009
+ right: 0;
1010
+ backdrop-filter: blur(5px);
1011
+ }
1012
+
1013
+ .wizard .main {
1014
+ padding-top: 30px;
1015
+ }
1016
+
1017
+ .wizardmodal .bg-img-1 {
1018
+ opacity: 0.99;
1019
+ }
1020
+
1021
+ .steps ul {
1022
+ flex-direction: column;
1023
+ -moz-flex-direction: column;
1024
+ -webkit-flex-direction: column;
1025
+ -o-flex-direction: column;
1026
+ -ms-flex-direction: column;
1027
+ position: relative;
1028
+ padding-left: 30px;
1029
+ padding-top: 40px;
1030
+ overflow-y: auto;
1031
+ }
1032
+
1033
+ .steps ul li {
1034
+ padding-bottom: 30px;
1035
+ position: relative;
1036
+ z-index: 99;
1037
+ }
1038
+
1039
+ .steps ul li a {
1040
+ text-decoration: none;
1041
+ color: #222;
1042
+ }
1043
+
1044
+ .steps ul:after {
1045
+ position: absolute;
1046
+ content: '';
1047
+ width: 2px;
1048
+ background: #d4d3d9;
1049
+ left: 54px;
1050
+ height: 83%;
1051
+ top: 50%;
1052
+ transform: translateY(-50%);
1053
+ -moz-transform: translateY(-50%);
1054
+ -webkit-transform: translateY(-50%);
1055
+ -o-transform: translateY(-50%);
1056
+ -ms-transform: translateY(-50%);
1057
+ z-index: 9;
1058
+ }
1059
+
1060
+ .wizardnav .title {
1061
+ align-items: center;
1062
+ -moz-align-items: center;
1063
+ -webkit-align-items: center;
1064
+ -o-align-items: center;
1065
+ -ms-align-items: center;
1066
+ display: grid;
1067
+ grid-template-columns: 50px auto;
1068
+ column-gap: 20px;
1069
+ transition: .4s;
1070
+ }
1071
+
1072
+ .wizardnav .title .step-number {
1073
+ width: 50px;
1074
+ height: 50px;
1075
+ align-items: center;
1076
+ -moz-align-items: center;
1077
+ -webkit-align-items: center;
1078
+ -o-align-items: center;
1079
+ -ms-align-items: center;
1080
+ justify-content: center;
1081
+ -moz-justify-content: center;
1082
+ -webkit-justify-content: center;
1083
+ -o-justify-content: center;
1084
+ -ms-justify-content: center;
1085
+ border-radius: 50%;
1086
+ -moz-border-radius: 50%;
1087
+ -webkit-border-radius: 50%;
1088
+ -o-border-radius: 50%;
1089
+ -ms-border-radius: 50%;
1090
+ background: #ebebeb;
1091
+ color: #8797ab;
1092
+ margin-right: 15px;
1093
+ border: 5px solid #fff;
1094
+ font-weight: bold;
1095
+ transition: .4s;
1096
+ }
1097
+
1098
+ .noscroll {
1099
+ /*overflow: hidden !important;*/
1100
+ }
1101
+
1102
+ @font-face {
1103
+ font-family: 'Hand Of Sean';
1104
+ /*src: url('/img/HandOfSeanDemo.eot');*/
1105
+ /*src: url('/img/HandOfSeanDemo.eot?#iefix') format('embedded-opentype'),*/
1106
+ /*url('/img/HandOfSeanDemo.woff2') format('woff2'),*/
1107
+ /*url('/img/HandOfSeanDemo.woff') format('woff'),*/
1108
+ /*url('/img/HandOfSeanDemo.ttf') format('truetype'),*/
1109
+ /*url('/img/HandOfSeanDemo.svg#HandOfSeanDemo') format('svg');*/
1110
+ font-weight: 500;
1111
+ font-style: normal;
1112
+ font-display: swap;
1113
+ }
1114
+
1115
+
1116
+ #Wizardly .openWizard {
1117
+ display: none;
1118
+ /*background-image: url(/img/ziggysmalls.svg);*/
1119
+ background-size: 80px;
1120
+ background-repeat: no-repeat;
1121
+ width: 165px;
1122
+ padding-right: 80px;
1123
+ height: 100px;
1124
+ text-align: left;
1125
+ background-position: right;
1126
+ vertical-align: bottom;
1127
+ padding-top: 25px;
1128
+ position: fixed;
1129
+ bottom: 20px;
1130
+ right: 20px;
1131
+ cursor: pointer;
1132
+ border-radius: 20px;
1133
+ transition: .5s;
1134
+ font-family: "Hand Of Sean";
1135
+ background-color: #002451;
1136
+ color: #fad82c !important;
1137
+ text-align: right;
1138
+ z-index: 500;
1139
+ }
1140
+
1141
+ @supports ((-webkit-backdrop-filter: saturate(180%) blur(20px)) or (backdrop-filter: saturate(180%) blur(20px))) {
1142
+ .openWizard {
1143
+ backdrop-filter: saturate(180%) blur(20px);
1144
+ background-color: rgba(0, 36, 81, .95)
1145
+ }
1146
+ }
1147
+
1148
+ .openWizard:hover {
1149
+ filter: brightness(75%);
1150
+ transition: all 0.3s ease;
1151
+ }
1152
+
1153
+ .openWizard:active {
1154
+ filter: brightness(50%);
1155
+ transform: translateY(1px);
1156
+ transition: all 0.3s ease
1157
+ }
1158
+
1159
+ .wizardnav .title .step-text {
1160
+ font-weight: 600;
1161
+ color: #8797ab;
1162
+ }
1163
+
1164
+ .wizardnav {
1165
+ cursor: pointer;
1166
+ transition: .4s;
1167
+ }
1168
+
1169
+ .wizardmodal .current .title .step-number {
1170
+ background: #076bfe;
1171
+ color: #fff;
1172
+ }
1173
+
1174
+ .wizardmodal .current .title .step-text {
1175
+ color: #002451;
1176
+ }
1177
+
1178
+ .content h3 {
1179
+ display: none;
1180
+ }
1181
+
1182
+ .content,
1183
+ .actions {
1184
+ background: #f8f8f8;
1185
+ }
1186
+
1187
+ .actions {
1188
+ padding-bottom: 25px;
1189
+ }
1190
+
1191
+ .actions ul {
1192
+ padding-left: 45px;
1193
+ padding-right: 55px;
1194
+ }
1195
+
1196
+ .actions ul .disabled {
1197
+ display: none;
1198
+ }
1199
+
1200
+ .actions ul li {
1201
+ float: right;
1202
+ }
1203
+
1204
+ .actions ul li:first-child {
1205
+ float: left;
1206
+ }
1207
+
1208
+ .actions ul li:first-child a {
1209
+ background: #e8e8e8;
1210
+ color: #999;
1211
+ box-shadow: unset;
1212
+ }
1213
+
1214
+ .actions ul li a, .actions ul li button {
1215
+ width: 140px;
1216
+ height: 50px;
1217
+ color: #fff;
1218
+ background: #076bfe;
1219
+ box-shadow: 0 3px 9px #0273fb4d;
1220
+ align-items: center;
1221
+ justify-content: center;
1222
+ text-decoration: none;
1223
+ border-radius: 8px;
1224
+ transition: all 0.3s ease;
1225
+ border-width: 0;
1226
+ font-weight: 600;
1227
+ font-size: 15px;
1228
+ cursor: pointer;
1229
+ font-family: 'Open Sans';
1230
+ }
1231
+
1232
+ .actions ul li a:hover, .actions ul li button:hover {
1233
+ filter: brightness(95%);
1234
+ box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
1235
+ transition: all 0.3s ease;
1236
+ }
1237
+
1238
+ .actions ul li a:active, .actions ul li button:active {
1239
+ filter: brightness(90%);
1240
+ box-shadow: none;
1241
+ transform: translateY(1px);
1242
+ transition: all 0.3s ease;
1243
+ }
1244
+
1245
+ .form-radio-flex {
1246
+ flex-wrap: wrap;
1247
+ -moz-flex-wrap: wrap;
1248
+ -webkit-flex-wrap: wrap;
1249
+ -o-flex-wrap: wrap;
1250
+ -ms-flex-wrap: wrap;
1251
+ margin: 0 -15px;
1252
+ }
1253
+
1254
+ .form-radio-flex .form-radio-item {
1255
+ padding: 0 15px;
1256
+ margin-bottom: 25px;
1257
+ }
1258
+
1259
+ .form-radio-flex input {
1260
+ width: 0;
1261
+ height: 0;
1262
+ position: absolute;
1263
+ left: -9999px;
1264
+ }
1265
+
1266
+ .form-radio-flex input+label {
1267
+ margin: 0;
1268
+ width: 223px;
1269
+ height: 133px;
1270
+ box-sizing: border-box;
1271
+ position: relative;
1272
+ display: inline-block;
1273
+ text-align: center;
1274
+ background-color: transparent;
1275
+ border: 1px solid transparent;
1276
+ text-align: center;
1277
+ text-transform: none;
1278
+ transition: border-color .15s ease-out, color .25s ease-out, background-color .15s ease-out, box-shadow .15s ease-out;
1279
+ }
1280
+
1281
+ .form-radio-flex input+label img {
1282
+ width: 100%;
1283
+ height: 100%;
1284
+ }
1285
+
1286
+ .form-radio-flex input:checked+label {
1287
+ border: 1px solid #076bfe;
1288
+ z-index: 1;
1289
+ }
1290
+
1291
+ .form-radio-flex input:focus+label {
1292
+ outline: none;
1293
+ }
1294
+
1295
+ .form-radio-flex input:hover {
1296
+ border: 1px solid #076bfe;
1297
+ }
1298
+
1299
+ label.error {
1300
+ display: block;
1301
+ position: absolute;
1302
+ top: 0;
1303
+ right: 0;
1304
+ }
1305
+
1306
+ label.error:after {
1307
+ font-family: 'Material-Design-Iconic-Font';
1308
+ position: absolute;
1309
+ content: '\f135';
1310
+ right: 20px;
1311
+ top: 50px;
1312
+ font-size: 13px;
1313
+ color: #f63726;
1314
+ }
1315
+
1316
+ input.error {
1317
+ border: 1px solid #f63726;
1318
+ }
1319
+
1320
+ #find_bank {
1321
+ padding: 0 55px;
1322
+ width: 680px;
1323
+ margin-right: 20px;
1324
+ }
1325
+
1326
+ #find_bank::-webkit-input-placeholder {
1327
+ font-weight: 400;
1328
+ }
1329
+
1330
+ #find_bank::-moz-placeholder {
1331
+ font-weight: 400;
1332
+ }
1333
+
1334
+ #find_bank:-ms-input-placeholder {
1335
+ font-weight: 400;
1336
+ }
1337
+
1338
+ #find_bank:-moz-placeholder {
1339
+ font-weight: 400;
1340
+ }
1341
+
1342
+ .submit {
1343
+ width: 150px;
1344
+ background: #666;
1345
+ color: #fff;
1346
+ font-weight: 400;
1347
+ cursor: pointer;
1348
+ }
1349
+
1350
+ .submit:hover {
1351
+ background-color: #4d4d4d;
1352
+ }
1353
+
1354
+ .form-find {
1355
+ position: relative;
1356
+ padding-bottom: 70px;
1357
+ border-bottom: 1px solid #ebebeb;
1358
+ }
1359
+
1360
+ .form-icon {
1361
+ position: absolute;
1362
+ top: 12px;
1363
+ left: 20px;
1364
+ font-size: 18px;
1365
+ color: #999;
1366
+ }
1367
+
1368
+ .choose-bank-desc {
1369
+ color: #666;
1370
+ margin: 0;
1371
+ padding-top: 30px;
1372
+ padding-bottom: 35px;
1373
+ }
1374
+
1375
+ #slider-margin {
1376
+ height: 9px;
1377
+ border: none;
1378
+ box-shadow: none;
1379
+ -moz-box-shadow: none;
1380
+ -webkit-box-shadow: none;
1381
+ -o-box-shadow: none;
1382
+ -ms-box-shadow: none;
1383
+ background: #e8e8e8;
1384
+ border-radius: 0;
1385
+ -moz-border-radius: 0;
1386
+ -webkit-border-radius: 0;
1387
+ -o-border-radius: 0;
1388
+ -ms-border-radius: 0;
1389
+ position: relative;
1390
+ margin-top: 110px;
1391
+ }
1392
+
1393
+ #slider-margin .noUi-marker-horizontal.noUi-marker-large,
1394
+ #slider-margin .noUi-marker-horizontal.noUi-marker {
1395
+ height: 0;
1396
+ }
1397
+
1398
+ #slider-margin .noUi-connect {
1399
+ background: #076bfe;
1400
+ }
1401
+
1402
+ #slider-margin .noUi-connects {
1403
+ border-radius: 0;
1404
+ -moz-border-radius: 0;
1405
+ -webkit-border-radius: 0;
1406
+ -o-border-radius: 0;
1407
+ -ms-border-radius: 0;
1408
+ }
1409
+
1410
+ #slider-margin .noUi-handle {
1411
+ width: 15px;
1412
+ height: 30px;
1413
+ top: -12px;
1414
+ background: #e8e8e8;
1415
+ outline: none;
1416
+ border: none;
1417
+ right: -15px;
1418
+ border: 1px solid #076bfe;
1419
+ border-radius: 0;
1420
+ }
1421
+
1422
+ #slider-margin .noUi-handle:after,
1423
+ #slider-margin .noUi-handle:before {
1424
+ width: 0;
1425
+ }
1426
+
1427
+ #slider-margin .noUi-handle .noUi-tooltip {
1428
+ bottom: 33px;
1429
+ border: none;
1430
+ background: transparent;
1431
+ font-size: 16px;
1432
+ color: #076bfe;
1433
+ padding: 0;
1434
+ }
1435
+
1436
+ #slider-margin .noUi-pips {
1437
+ width: 96%;
1438
+ }
1439
+
1440
+ #slider-margin .noUi-pips .noUi-value {
1441
+ top: -50px;
1442
+ font-size: 16px;
1443
+ color: #666;
1444
+ }
1445
+
1446
+ #slider-margin .noUi-pips .noUi-value:before {
1447
+ content: '$';
1448
+ }
1449
+
1450
+ #slider-margin .noUi-pips .noUi-value-horizontal {
1451
+ transform: none;
1452
+ -moz-transform: none;
1453
+ -webkit-transform: none;
1454
+ -o-transform: none;
1455
+ -ms-transform: none;
1456
+ }
1457
+
1458
+ .your-money {
1459
+ font-size: 16px;
1460
+ color: #222;
1461
+ margin: 0;
1462
+ padding-top: 62px;
1463
+ }
1464
+
1465
+ .your-money .money {
1466
+ font-size: 28px;
1467
+ font-weight: bold;
1468
+ }
1469
+
1470
+ .numberhide {
1471
+ display: none;
1472
+ }
1473
+
1474
+ @media screen and (max-width: 1475px) {
1475
+
1476
+ vertical .content {
1477
+ width: 100%;
1478
+ }
1479
+
1480
+ .main {
1481
+ padding: 25px;
1482
+ padding-top: 7px;
1483
+ }
1484
+
1485
+ }
1486
+
1487
+ @media screen and (max-width: 1024px) {
1488
+ .container {
1489
+ width: calc(100% - 40px);
1490
+ max-width: 100%;
1491
+ }
1492
+
1493
+ .vertical .steps,
1494
+ .vertical .content,
1495
+ .vertical .actions {
1496
+ float: right;
1497
+ width: 100%;
1498
+ }
1499
+
1500
+ #find_bank {
1501
+ width: 100%;
1502
+ }
1503
+
1504
+ .form-radio-flex input+label {
1505
+ width: 190px;
1506
+ height: 120px;
1507
+ }
1508
+
1509
+ .vertical .steps {
1510
+ display: none;
1511
+ width: 350px;
1512
+ }
1513
+
1514
+ .numberhide {
1515
+ display: contents;
1516
+ }
1517
+
1518
+
1519
+ }
1520
+
1521
+ @media screen and (max-width: 992px) {
1522
+ .content {
1523
+ height: 900px;
1524
+ }
1525
+
1526
+ .form-radio-flex input+label {
1527
+ width: 100px;
1528
+ height: 65px;
1529
+ }
1530
+ }
1531
+
1532
+ @media screen and (max-width: 768px) {
1533
+
1534
+ #steps-uid-0-p-0 .form-row,
1535
+ #steps-uid-0-p-0 .form-group,
1536
+ #steps-uid-0-p-0 .form-date {
1537
+ width: 100%;
1538
+ }
1539
+
1540
+ .form-flex {
1541
+ flex-direction: column;
1542
+ -moz-flex-direction: column;
1543
+ -webkit-flex-direction: column;
1544
+ -o-flex-direction: column;
1545
+ -ms-flex-direction: column;
1546
+ margin: 0;
1547
+ }
1548
+
1549
+ .form-flex .form-group {
1550
+ padding: 0;
1551
+ }
1552
+
1553
+ fieldset,
1554
+ .actions ul {
1555
+ padding-left: 30px;
1556
+ padding-right: 30px;
1557
+ }
1558
+
1559
+ #slider-margin .noUi-pips {
1560
+ width: 94%;
1561
+ }
1562
+ }
1563
+
1564
+ @media screen and (max-width: 480px) {
1565
+
1566
+ .form-date-group,
1567
+ .form-find {
1568
+ flex-direction: column;
1569
+ -moz-flex-direction: column;
1570
+ -webkit-flex-direction: column;
1571
+ -o-flex-direction: column;
1572
+ -ms-flex-direction: column;
1573
+ }
1574
+
1575
+ .content {
1576
+ height: 1050px;
1577
+ }
1578
+
1579
+ #find_bank {
1580
+ margin-bottom: 20px;
1581
+ }
1582
+
1583
+ .actions ul li a {
1584
+ width: 100px;
1585
+ }
1586
+
1587
+ .form-radio-flex {
1588
+ margin: 0 -5px;
1589
+ }
1590
+
1591
+ .form-radio-flex .form-radio-item {
1592
+ padding: 0 5px;
1593
+ }
1594
+
1595
+ .form-radio-flex input+label {
1596
+ width: 90px;
1597
+ height: 61px;
1598
+ }
1599
+ }
1600
+
1601
+ /* Basic styling for .wizardmodal prettyprint */
1602
+ .wizardmodal .prettyprint {
1603
+ font-family: "Menlo", "Monaco", "Consolas", monospace !important;
1604
+ background: #002451;
1605
+ background-color: #002451;
1606
+ border-radius: 2px;
1607
+ border: none !important;
1608
+ padding: 20px !important;
1609
+ font-size: 16px;
1610
+ white-space: pre-wrap;
1611
+ /* css-3 */
1612
+ white-space: -moz-pre-wrap;
1613
+ /* Mozilla, since 1999 */
1614
+ white-space: -pre-wrap;
1615
+ /* Opera 4-6 */
1616
+ white-space: -o-pre-wrap;
1617
+ /* Opera 7 */
1618
+ word-wrap: break-word;
1619
+ /* Internet Explorer 5.5+ */
1620
+ }
1621
+
1622
+ /* Adds linenums to each line listed when .linenums class used */
1623
+ li.L0,
1624
+ li.L1,
1625
+ li.L2,
1626
+ li.L3,
1627
+ li.L4,
1628
+ li.L5,
1629
+ li.L6,
1630
+ li.L7,
1631
+ li.L8,
1632
+ li.L9 {
1633
+ list-style-type: decimal;
1634
+ }
1635
+
1636
+ /* Adds individual lines to .wizardmodal prettyprint */
1637
+ ol.linenums {
1638
+ counter-reset: linenumber;
1639
+ }
1640
+
1641
+ /* Adds single increments and disables the background for alternating line numbers */
1642
+ ol.linenums li {
1643
+ list-style-type: none;
1644
+ counter-increment: linenumber;
1645
+ background: transparent !important;
1646
+ }
1647
+
1648
+ ol.linenums li:before {
1649
+ content: counter(linenumber);
1650
+ float: left;
1651
+ margin-left: -4em;
1652
+ text-align: right;
1653
+ width: 3em;
1654
+ }
1655
+
1656
+ .wizardmodal h2 {
1657
+ margin-bottom: 20px;
1658
+ }
1659
+
1660
+ .wizardmodal pre {
1661
+ text-wrap: wrap;
1662
+ color: #fff;
1663
+ }
1664
+
1665
+ .wizardmodal .token-line {
1666
+ color: #fff !important;
1667
+ }
1668
+
1669
+ .disabled-token-line {
1670
+ color: #fff !important;
1671
+ }
1672
+
1673
+ .wizardclose {
1674
+ /*background-image: url(/img/close.svg);*/
1675
+ height: 40px;
1676
+ width: 40px;
1677
+ position: absolute;
1678
+ right: 0;
1679
+ top: 10px;
1680
+ background-size: contain;
1681
+ cursor: pointer;
1682
+ opacity: 1.0;
1683
+ transition: 0.5s;
1684
+ }
1685
+
1686
+ .wizardclose:hover {
1687
+ opacity: 0.8;
1688
+ }
1689
+
1690
+ .wizRow {
1691
+ margin-top: 10px;
1692
+ }
1693
+
1694
+ .wizardmodal pre .str,
1695
+ code .str {
1696
+ color: #a4ff90 !important;
1697
+ }
1698
+
1699
+ /* string - green */
1700
+ .wizardmodal pre .kwd,
1701
+ code .kwd {
1702
+ color: #fc568c !important;
1703
+ }
1704
+
1705
+ /* keyword - dark pink */
1706
+ .wizardmodal pre .com,
1707
+ code .com {
1708
+ color: #AEAEAE !important;
1709
+ font-style: italic !important;
1710
+ }
1711
+
1712
+ /* comment - gray */
1713
+ .wizardmodal pre .typ,
1714
+ code .typ {
1715
+ color: #9dffff !important;
1716
+ }
1717
+
1718
+ /* type - light blue */
1719
+ .wizardmodal pre .lit,
1720
+ code .lit {
1721
+ color: #076bfe !important;
1722
+ }
1723
+
1724
+ /* literal - blue */
1725
+ .wizardmodal pre .pun,
1726
+ code .pun {
1727
+ color: #fff !important;
1728
+ }
1729
+
1730
+ /* punctuation - white */
1731
+ .wizardmodal pre .pln,
1732
+ code .pln {
1733
+ color: #fff !important;
1734
+ }
1735
+
1736
+ /* plaintext - white */
1737
+ .wizardmodal pre .tag,
1738
+ code .tag {
1739
+ color: #89bdff !important;
1740
+ }
1741
+
1742
+ /* html/xml tag - light blue */
1743
+ .wizardmodal pre .atn,
1744
+ code .atn {
1745
+ color: #bdb76b !important;
1746
+ }
1747
+
1748
+ /* html/xml attribute name - khaki */
1749
+ .wizardmodal pre .atv,
1750
+ code .atv {
1751
+ color: #65B042 !important;
1752
+ }
1753
+
1754
+ /* html/xml attribute value - green */
1755
+ .wizardmodal pre .dec,
1756
+ code .dec {
1757
+ color: #3387CC !important;
1758
+ }
1759
+
1760
+ /* decimal - blue */
1761
+
1762
+ .wizardmodal pre.wizardmodal .prettyprint,
1763
+ code.wizardmodal .prettyprint, .wizard .wizardmodal pre {
1764
+ /* background-color: #0f2438 !important; */
1765
+ background-color: #002451 !important;
1766
+ border-radius: 8px !important;
1767
+ }
1768
+
1769
+ .wizardmodal pre.wizardmodal .prettyprint, .wizardmodal pre {
1770
+ margin: 1em auto !important;
1771
+ white-space: pre-line !important;
1772
+ }
1773
+
1774
+
1775
+ /* Specify class=linenums on a .wizardmodal pre to get line numbering */
1776
+ ol.linenums {
1777
+ margin-top: 0 !important;
1778
+ margin-bottom: 0 !important;
1779
+ color: #AEAEAE !important;
1780
+ }
1781
+
1782
+ /* IE indents via margin-left */
1783
+ li.L0,
1784
+ li.L1,
1785
+ li.L2,
1786
+ li.L3,
1787
+ li.L5,
1788
+ li.L6,
1789
+ li.L7,
1790
+ li.L8 {
1791
+ list-style-type: none
1792
+ }
1793
+
1794
+ /* Alternate shading for lines */
1795
+ li.L1,
1796
+ li.L3,
1797
+ li.L5,
1798
+ li.L7,
1799
+ li.L9 {}
1800
+
1801
+ @media print {
1802
+
1803
+ .wizardmodal pre .str,
1804
+ code .str {
1805
+ color: #060 !important;
1806
+ }
1807
+
1808
+ .wizardmodal pre .kwd,
1809
+ code .kwd {
1810
+ color: #006 !important;
1811
+ font-weight: bold !important;
1812
+ }
1813
+
1814
+ .wizardmodal pre .com,
1815
+ code .com {
1816
+ color: #600 !important;
1817
+ font-style: italic !important;
1818
+ }
1819
+
1820
+ .wizardmodal pre .typ,
1821
+ code .typ {
1822
+ color: #404 !important;
1823
+ font-weight: bold !important;
1824
+ }
1825
+
1826
+ .wizardmodal pre .lit,
1827
+ code .lit {
1828
+ color: #044 !important;
1829
+ }
1830
+
1831
+ .wizardmodal pre .pun,
1832
+ code .pun {
1833
+ color: #440 !important;
1834
+ }
1835
+
1836
+ .wizardmodal pre .pln,
1837
+ code .pln {
1838
+ color: #000 !important;
1839
+ }
1840
+
1841
+ .wizardmodal pre .tag,
1842
+ code .tag {
1843
+ color: #006 !important;
1844
+ font-weight: bold !important;
1845
+ }
1846
+
1847
+ .wizardmodal pre .atn,
1848
+ code .atn {
1849
+ color: #404 !important;
1850
+ }
1851
+
1852
+ .wizardmodal pre .atv,
1853
+ code .atv {
1854
+ color: #060 !important;
1855
+ }
1856
+ }
1857
+
1858
+ .builderbox {
1859
+ margin: auto;
1860
+ text-align: center;
1861
+ font-size: 20px;
1862
+ font-weight: 600;
1863
+ color: #002451;
1864
+ }
1865
+
1866
+ .builderbox .gray {
1867
+ color: #0059df;
1868
+ }
1869
+
1870
+ .modal {
1871
+ position: fixed;
1872
+ top: 0;
1873
+ left: 0;
1874
+ width: 100vw;
1875
+ height: 100vh;
1876
+ z-index: 100000;
1877
+ display: none;
1878
+ background-color: rgba(0, 0, 0, 0.05);
1879
+ }
1880
+
1881
+ .builderbutton {
1882
+ position: relative;
1883
+ background-color: #ffffff;
1884
+ border-radius: 35px;
1885
+ width: 150px;
1886
+ height: 150px;
1887
+ display: block;
1888
+ margin: auto;
1889
+ box-shadow: 0 10px 18px 0 rgb(48 48 56 / 5%);
1890
+ transition: all 0.3s ease;
1891
+ transform: translate3d(0, 0, 0);
1892
+ cursor: pointer;
1893
+ }
1894
+
1895
+ .scrollcontainer {
1896
+ overflow: scroll;
1897
+ width: 100%;
1898
+ height: 585px;
1899
+ display: block;
1900
+ }
1901
+
1902
+ .local {
1903
+ position: relative;
1904
+ background-color: #ffffff;
1905
+ border-radius: 35px;
1906
+ width: 150px;
1907
+ height: 150px;
1908
+ display: block;
1909
+ margin: auto;
1910
+ box-shadow: 0 10px 18px 0 rgb(48 48 56 / 5%);
1911
+ transition: all 0.3s ease;
1912
+ transform: translate3d(0, 0, 0);
1913
+ cursor: pointer;
1914
+ /*background-image: url("/img/local.png");*/
1915
+ background-position: center;
1916
+ background-size: 135px;
1917
+ background-repeat: no-repeat;
1918
+ }
1919
+
1920
+ .builderbutton.docker {
1921
+ /*background-image: url("/img/docker.png");*/
1922
+ background-position: center;
1923
+ background-size: 135px;
1924
+ background-repeat: no-repeat;
1925
+ }
1926
+
1927
+ .builderbutton.compose {
1928
+ /*background-image: url("/img/compose.png");*/
1929
+ background-position: center;
1930
+ background-size: 135px;
1931
+ background-repeat: no-repeat;
1932
+ }
1933
+
1934
+ .builderbutton.server {
1935
+ /*background-image: url("/img/server.png");*/
1936
+ background-position: center;
1937
+ background-size: 135px;
1938
+ background-repeat: no-repeat;
1939
+ }
1940
+
1941
+ .builderbutton:hover {
1942
+ filter: brightness(95%);
1943
+ transition: all 0.3s ease;
1944
+ -webkit-transform: translate3d(0, 0, 0);
1945
+ transform: translate3d(0, 0, 0);
1946
+ }
1947
+
1948
+ .builderbutton:active {
1949
+ filter: brightness(90%);
1950
+ transition: opacity .3s cubic-bezier(.38, .41, .27, 1);
1951
+ transform: scale(.97) !important;
1952
+ transition: all 0.3s ease;
1953
+ -webkit-transform: translate3d(0, 0, 0);
1954
+ transform: translate3d(0, 0, 0);
1955
+ }
1956
+
1957
+ .buildertext {
1958
+ margin-top: 12px;
1959
+ margin-bottom: 50px;
1960
+ display: block;
1961
+ }
1962
+ .builderrow {
1963
+ display: inline-block;
1964
+ margin-right: -15px;
1965
+ margin-left: -15px;
1966
+ }
1967
+ .hidden {
1968
+ display: none;
1969
+ }
1970
+
1971
+ code {
1972
+ /*GENERIC CODE BLOCK*/
1973
+ font-family: var(--ifm-font-family-monospace), monospace;
1974
+ vertical-align: middle;
1975
+ font-size: 87.5%;
1976
+ font-weight: 600;
1977
+ background: var(--ziti-code-block-background-color);
1978
+ color: var(--ziti-code-block-font-color);
1979
+ border-color: var(--ziti-code-block-border-color);
1980
+ }
1981
+
1982
+ code p {
1983
+ }
1984
+
1985
+ li a code {
1986
+ font-family: var(--ifm-font-family-monospace), monospace;
1987
+ vertical-align: middle;
1988
+ font-size: 87.5%;
1989
+ font-weight: 600;
1990
+ padding: 2px 4px 2px 4px;
1991
+
1992
+ background-color: rgba(117, 82, 136, 0.2) !important;
1993
+ border: 1px solid rgba(117, 82, 136, 0.98);
1994
+ color: rgba(117, 82, 136, 0.98);
1995
+ }
1996
+
1997
+ .tabItem_node_modules {
1998
+ background-color: rgba(117, 82, 136, 0.2) !important;
1999
+ border: 1px solid rgba(117, 82, 136, 0.98);
2000
+ color: rgba(117, 82, 136, 0.98);
2001
+
2002
+ }
2003
+
2004
+ [class*="tabItem_"] {
2005
+ background-color: rgb(142,142,142, .2);
2006
+ position: relative;
2007
+ padding: 5px 10px;
2008
+ border-radius: 7px;
2009
+ }
2010
+ [class*="tabItem_"][role="tabpanel"] {
2011
+ background-color: var(--nf-tab-color-rgb);
2012
+ padding: 1em 0.5em;
2013
+ }
2014
+
2015
+
2016
+ .tabs__item:hover {
2017
+ background-color: rgba(var(--nf-tab-color), 0.5);
2018
+ }
2019
+
2020
+ .tabs__item {
2021
+ background-color: rgba(225,225,225, 0.3);
2022
+ border-bottom-left-radius: 0;
2023
+ border-bottom-right-radius: 0;
2024
+ margin-right: 10px;
2025
+ pointer-events: all;
2026
+ }
2027
+
2028
+ [hidden] {
2029
+ display: none !important;
2030
+ }
2031
+
2032
+ .tabs {
2033
+ padding-left: 10px;
2034
+ }
2035
+
2036
+ .tabs__item.tabs__item--active {
2037
+ background-color: var(--nf-tab-color-rgb);
2038
+ border-bottom-width: 0;
2039
+ pointer-events: none;
2040
+ }
2041
+
2042
+ .margin-top--md {
2043
+ margin-top: 0 !important;
2044
+ }
2045
+
2046
+ #Wizardly div {
2047
+ color: rgba(44,55,65) !important;
2048
+ }
2049
+
2050
+ #Wizardly .admonitionIcon_kALy svg {
2051
+ fill: #000000 !important;
2052
+ }
2053
+
2054
+ #Wizardly .alert--secondary {
2055
+ --ifm-alert-foreground-color: #b122e326;
2056
+ }
2057
+
2058
+
2059
+ pre.off {
2060
+ margin-top: 10px !important;
2061
+ }
2062
+
2063
+ .details_node_modules-\@docusaurus-theme-classic-lib-theme-Details-styles-module {
2064
+ --docusaurus-details-decoration-color: rgba(88, 172, 216, 0.98) !important;
2065
+ border: 1px solid rgba(88, 172, 216, 0.98) !important;
2066
+ background-color: rgba(88, 172, 216, 0.4);
2067
+ }
2068
+
2069
+ .admonitionIcon_node_modules-\@docusaurus-theme-classic-lib-theme-Admonition-styles-module svg {
2070
+ display: inline-block;
2071
+ height: 1.6em;
2072
+ width: 1.6em;
2073
+ }
2074
+
2075
+ .admonition_node_modules-\@docusaurus-theme-classic-lib-theme-Admonition-styles-module {
2076
+ margin-top: 1em;
2077
+ }
2078
+
2079
+ .wizardmodal pre {
2080
+ text-wrap: wrap;
2081
+ }
2082
+
2083
+ .breadcrumbs__item--active .breadcrumbs__link {
2084
+ font-weight: 700;
2085
+ }
2086
+
2087
+ .footer {
2088
+ background-color: var(--ifm-navbar-background-color);
2089
+ width: 100%;
2090
+ }
2091
+
2092
+ .pagination-nav__link {
2093
+ border: 1px solid var(--ifm-color-emphasis-300);
2094
+ filter: brightness(90%);
2095
+ border-radius: 12px;
2096
+ transition: all 0.3s ease;
2097
+ }
2098
+
2099
+ .pagination-nav__link:hover {
2100
+ filter: brightness(85%);
2101
+ box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
2102
+ transition: all 0.3s ease;
2103
+ }
2104
+
2105
+ .pagination-nav__link:active {
2106
+ filter: brightness(75%);
2107
+ box-shadow: none;
2108
+ transform: translateY(1px);
2109
+ transition: all 0.3s ease;
2110
+ }
2111
+
2112
+ /* hide the clipboard copy button on code blocks of type "buttonless" */
2113
+ .language-buttonless div > button {
2114
+ display: none;
2115
+ }
2116
+
2117
+ .large-text {
2118
+ font-size: 100px;
2119
+ }
2120
+
2121
+ .admonition.example {
2122
+ background-color: #f9f5ff; /* Light lavender background */
2123
+ border-left: 4px solid #6c63ff; /* Purple border */
2124
+ padding: 16px;
2125
+ border-radius: 8px;
2126
+ margin: 16px 0;
2127
+ }
2128
+
2129
+ .admonition.example .admonition-title {
2130
+ font-size: 18px;
2131
+ font-weight: bold;
2132
+ color: #5a54ff; /* Purple text */
2133
+ margin-bottom: 8px;
2134
+ }
2135
+
2136
+ .code-section {
2137
+ border-left: 3px solid var(--code-block-color);
2138
+ border-top: 1px solid var(--code-block-color);
2139
+ border-right: 1px solid var(--code-block-color);
2140
+ border-bottom: 1px solid var(--code-block-color);
2141
+ margin: 16px 0;
2142
+ background: var(--code-block-background-color);
2143
+ border-radius: 4px;
2144
+ padding-top: 5px;
2145
+ padding-bottom: 1px;
2146
+ }
2147
+
2148
+ .code-section-desc {
2149
+ padding-left: 12px;
2150
+ padding-right: 12px;
2151
+ }
2152
+
2153
+ .code-section-command {
2154
+ margin-left: 12px;
2155
+ margin-right: 12px;
2156
+ }
2157
+
2158
+ .code-section-code {
2159
+ padding-left: 12px;
2160
+ padding-right: 12px;
2161
+ }
2162
+
2163
+ .code-section-results {
2164
+ padding-left: 12px;
2165
+ padding-right: 12px;
2166
+ }
2167
+
2168
+ .code-section pre {
2169
+ background: var(--code-block-background-color);
2170
+ color: var(--code-block-color);
2171
+ _padding: 8px;
2172
+ border-radius: 4px;
2173
+ }
2174
+
2175
+ .code-section p {
2176
+ color: var(--code-block-color);
2177
+ }
2178
+
2179
+ .code-section-desc p {
2180
+ font-size: 1.1em;
2181
+ border-bottom: 1px groove var(--code-block-color);
2182
+ }
2183
+
2184
+ .theme-doc-sidebar-item-category[class*="theme-doc-sidebar-item-category-level-"].menu__list-item:not(.menu__list-item--collapsed) > ul {
2185
+ padding-left: 1px;
2186
+ margin-left: 13px;
2187
+ border-left: 2px solid rgb(var(--code-block-color) / 15%);
2188
+ }
2189
+
2190
+ p > img {
2191
+ width: auto;
2192
+ border-radius: 5px; /* Optional: Rounded corners */
2193
+ box-shadow: 5px 5px 5px rgba(30, 30, 20, 0.25); /* Optional: Adds shadow */
2194
+ }
2195
+
2196
+ .alert {
2197
+ --alert-dark-shadow: rgba(50, 30, 5, .5);
2198
+ --ifm-global-shadow-lw: 3px 3px 10px 0 var(--alert-dark-shadow);
2199
+ --ifm-alert-shadow: var(--ifm-global-shadow-lw);
2200
+ --ifm-alert-border-color: var(--ziti-code-block-border-color);
2201
+ --ifm-code-background: var(--ziti-code-block-background-color);
2202
+ --ifm-alert-background-color:var(--ziti-code-block-background-color);
2203
+ details {
2204
+ border: var(--ziti-code-block-border-thickness) solid var(--ziti-code-block-border-color);
2205
+ }
2206
+ div {
2207
+ background: var(--ziti-code-block-background-color);
2208
+ }
2209
+ }
2210
+ .theme-code-block {
2211
+ margin: 10px 0;
2212
+ border: var(--ziti-code-block-border-thickness) solid var(--ziti-code-block-border-color);
2213
+ > div > pre {
2214
+ background: transparent !important;
2215
+ }
2216
+ }
2217
+
2218
+ pre code {
2219
+ /*border-radius: 43px;*/
2220
+ background: var(--ziti-code-block-background-color);
2221
+ font-family: var(--ifm-font-family-monospace), monospace;
2222
+ }
2223
+
2224
+ .token-line * {
2225
+ font-family: var(--ifm-font-family-monospace), monospace;
2226
+ }
2227
+
2228
+
2229
+ html:not([data-theme="dark"]) {
2230
+ .alert--success, .alert--success .theme-code-block, .alert--success .alert--info, .alert--success .alert--info .theme-code-block {
2231
+ --ziti-code-block-border-color: rgb(23, 92, 10);
2232
+ --ziti-code-block-background-color: rgb(208, 242, 205);
2233
+ --ziti-code-block-font-color: rgb(76, 88, 75);
2234
+ }
2235
+ .alert--secondary, .alert--secondary .theme-code-block, .alert--secondary .alert--info, .alert--secondary .alert--info .theme-code-block {
2236
+ --ziti-code-block-border-color: rgb(184, 91, 217);
2237
+ --ziti-code-block-background-color: rgb(236, 218, 246);
2238
+ --ziti-code-block-font-color: rgb(119, 58, 140);
2239
+ }
2240
+ .alert--danger, .alert--danger .theme-code-block, .alert--danger .alert--info, .alert--danger .alert--info .theme-code-block {
2241
+ --ziti-code-block-border-color: rgb(207, 104, 104);
2242
+ --ziti-code-block-background-color: rgb(244, 177, 177);
2243
+ --ziti-code-block-font-color: rgb(130, 65, 65);
2244
+ }
2245
+ .alert--warning, .alert--warning .theme-code-block, .alert--warning .alert--info, .alert--warning .alert--info .theme-code-block {
2246
+ --ziti-code-block-border-color: rgb(255, 146, 22);
2247
+ --ziti-code-block-background-color: rgb(250, 229, 206);
2248
+ --ziti-code-block-font-color: rgb(178, 102, 15);
2249
+ }
2250
+ .alert--info, .alert--info .theme-code-block, .alert--info .alert--info, .alert--info .alert--info .theme-code-block {
2251
+ --ziti-code-block-border-color: rgb(6, 179, 212);
2252
+ --ziti-code-block-background-color: rgb(200, 236, 245);
2253
+ --ziti-code-block-font-color: rgb(3, 113, 133);
2254
+ }
2255
+ }
2256
+
2257
+ html[data-theme="dark"] {
2258
+ .alert--success, .alert--success .theme-code-block, .alert--success .alert--info, .alert--success .alert--info .theme-code-block {
2259
+ --ziti-code-block-border-color: rgb(26, 116, 8);
2260
+ --ziti-code-block-background-color: rgb(34, 66, 31);
2261
+ --ziti-code-block-font-color: rgb(73, 142, 66);
2262
+ }
2263
+ .alert--secondary, .alert--secondary .theme-code-block, .alert--secondary .alert--info, .alert--secondary .alert--info .theme-code-block, .alert--secondary section {
2264
+ --ziti-code-block-border-color: rgb(98, 51, 127);
2265
+ --ziti-code-block-background-color: rgb(40, 25, 67);
2266
+ --ziti-code-block-font-color: rgb(157, 81, 203);
2267
+ }
2268
+ .alert--danger, .alert--danger .theme-code-block, .alert--danger .alert--info, .alert--danger .alert--info .theme-code-block {
2269
+ --ziti-code-block-border-color: rgb(129, 32, 32);
2270
+ --ziti-code-block-background-color: rgb(76, 31, 41);
2271
+ --ziti-code-block-font-color: rgb(205, 50, 50);
2272
+ }
2273
+ .alert--warning, .alert--warning .theme-code-block, .alert--warning .alert--info, .alert--warning .alert--info .theme-code-block {
2274
+ --ziti-code-block-border-color: rgb(121, 73, 22);
2275
+ --ziti-code-block-background-color: rgb(64, 48, 35);
2276
+ --ziti-code-block-font-color: rgb(197, 119, 35);
2277
+ }
2278
+ .alert--info, .alert--info .theme-code-block, .alert--info .alert--info, .alert--info .alert--info .theme-code-block {
2279
+ --ziti-code-block-border-color: rgb(10, 117, 143);
2280
+ --ziti-code-block-background-color: rgb(15, 55, 74);
2281
+ --ziti-code-block-font-color: rgb(15, 179, 219);
2282
+ }
2283
+ }
2284
+
2285
+ .collapseSidebarButton {
2286
+ background-color: #f5f5f5;
2287
+ }
2288
+
2289
+
2290
+ /* Example: Custom styles for the DocSidebar */
2291
+ :global(.doc-sidebar) {
2292
+ background-color: #f5f5f5;
2293
+ color: #333;
2294
+ }
2295
+
2296
+ /* Custom styles for sidebar items */
2297
+ .doc-sidebar .menu__link {
2298
+ font-size: 16px;
2299
+ font-weight: bold;
2300
+ }
2301
+ .sidebar__scroll-top {
2302
+ background-color: #ff5733;
2303
+ border-radius: 50%;
2304
+ width: 40px;
2305
+ height: 40px;
2306
+ }
2307
+
2308
+ .sidebar__scroll-top:hover {
2309
+ background-color: #c04e2d;
2310
+ }
2311
+
2312
+ aside .button {
2313
+ /* render the button on the bottom of the left nav to render properly */
2314
+ margin: 5px 25px;
2315
+ padding: 5px 25px;
2316
+ background: var(--ifm-background-color);
2317
+ }
2318
+ aside .button:hover {
2319
+ /* render the button on the bottom of the left nav to render properly */
2320
+ background: var(--ifm-background-color);
2321
+ }
2322
+
2323
+ aside nav {
2324
+ /* this selector gets the sidebar */
2325
+ height: 100%;
2326
+ /*margin-bottom: 70px;*/ /* only do this when it's small */
2327
+ }
2328
+
2329
+ .main-wrapper {
2330
+ display: flex;
2331
+ flex-direction: column;
2332
+ /*overflow: auto;*/
2333
+ background: var(--ifm-background-color);
2334
+ flex-grow: 1;
2335
+
2336
+ align-self: center;
2337
+ width: 100%;
2338
+ /*height: 100%;*/
2339
+ align-items: center;
2340
+ }
2341
+
2342
+ @media (max-height: 1200px) {
2343
+ aside nav {
2344
+ /* this selector gets the sidebar */
2345
+ margin-bottom: 70px; /* with the hide menu button on small screens, it obscures the last menu item without this */
2346
+ }
2347
+ }