@netfoundry/docusaurus-theme 0.1.0 → 0.1.2

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