userflow.js-self-hosted 0.0.2000001

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 (51) hide show
  1. package/BubbleToolbar.js +1 -0
  2. package/BuilderBar.js +1 -0
  3. package/ChecklistApp.js +1 -0
  4. package/ChecklistUI.js +1 -0
  5. package/DynamicIcon.js +1 -0
  6. package/ElementSelectionApp.js +1 -0
  7. package/FlowApp.js +1 -0
  8. package/FlowChrome.js +1 -0
  9. package/Icons.js +1 -0
  10. package/LauncherApp.js +1 -0
  11. package/NotificationsApp.js +1 -0
  12. package/ResourceCenterApp.js +1 -0
  13. package/TrackerTestingApp.js +1 -0
  14. package/Trigger.js +1 -0
  15. package/avatar-frame.css +18 -0
  16. package/bubble-frame.css +1775 -0
  17. package/builder-ui-frame.css +786 -0
  18. package/builder-ui-host.css +45 -0
  19. package/checklist-launcher-frame.css +64 -0
  20. package/client-context.js +1 -0
  21. package/flow-condition-types.js +1 -0
  22. package/flow-host.css +677 -0
  23. package/iframe-reset.css +145 -0
  24. package/logomark.d9cf252a.svg +4 -0
  25. package/logomark.js +1 -0
  26. package/notifications-host.css +51 -0
  27. package/package.json +6 -0
  28. package/resource-center-logomark.05363402.svg +4 -0
  29. package/stylesheets.js +1 -0
  30. package/ui.js +1 -0
  31. package/userflow.js +1 -0
  32. package/vendor.babel.runtime.js +1 -0
  33. package/vendor.date-fns.js +1 -0
  34. package/vendor.fortawesome.fontawesome-svg-core.js +5 -0
  35. package/vendor.fortawesome.pro-light-svg-icons.js +5 -0
  36. package/vendor.fortawesome.pro-regular-svg-icons.js +5 -0
  37. package/vendor.fortawesome.pro-solid-svg-icons.js +5 -0
  38. package/vendor.fortawesome.react-fontawesome.js +1 -0
  39. package/vendor.html-parse-stringify2.js +1 -0
  40. package/vendor.i18next.js +1 -0
  41. package/vendor.is-hotkey.js +1 -0
  42. package/vendor.obj-str.js +1 -0
  43. package/vendor.object-assign.js +6 -0
  44. package/vendor.phoenix.js +1 -0
  45. package/vendor.prop-types.js +1 -0
  46. package/vendor.react-dom.js +9 -0
  47. package/vendor.react-i18next.js +1 -0
  48. package/vendor.react.js +9 -0
  49. package/vendor.scheduler.js +9 -0
  50. package/vendor.uuid.js +1 -0
  51. package/vendor.void-elements.js +1 -0
@@ -0,0 +1,786 @@
1
+ .btn {
2
+ cursor: pointer;
3
+ display: inline-block;
4
+ outline: 0;
5
+ border: 0;
6
+ padding: 0;
7
+ transition: color 200ms cubic-bezier(0.25, 0.8, 0.5, 1), background-color 200ms cubic-bezier(0.25, 0.8, 0.5, 1), box-shadow 200ms cubic-bezier(0.25, 0.8, 0.5, 1);
8
+ text-align: center;
9
+ white-space: nowrap;
10
+ overflow: hidden;
11
+ vertical-align: bottom;
12
+ text-overflow: ellipsis;
13
+ font-size: 1rem;
14
+ height: 2.5rem;
15
+ min-width: 2.5rem;
16
+ line-height: calc(2.5rem - 2px);
17
+ }
18
+ .btn:hover {
19
+ text-decoration: none;
20
+ }
21
+ .btn:disabled,
22
+ .btn.disabled {
23
+ cursor: default !important;
24
+ }
25
+ .btn::-moz-focus-inner {
26
+ border: 0;
27
+ }
28
+ .btn .svg-inline--fa {
29
+ width: 16px;
30
+ }
31
+ .btn.btn--round,
32
+ .btn.btn--square {
33
+ width: 2.5rem;
34
+ }
35
+ .btn:not(.btn--round):not(.btn--square) {
36
+ padding: 0 2rem;
37
+ border-radius: 1.1875rem;
38
+ }
39
+ .btn--lg {
40
+ font-size: 1.25rem;
41
+ height: 3.5rem;
42
+ min-width: 3.5rem;
43
+ line-height: calc(3.5rem - 2px);
44
+ font-weight: 600;
45
+ }
46
+ .btn--lg.btn--round,
47
+ .btn--lg.btn--square {
48
+ width: 3.5rem;
49
+ }
50
+ .btn--lg:not(.btn--round):not(.btn--square) {
51
+ padding: 0 2.8rem;
52
+ border-radius: 1.6625rem;
53
+ }
54
+ .btn--md32 {
55
+ font-size: 1rem;
56
+ height: 2rem;
57
+ min-width: 2rem;
58
+ line-height: calc(2rem - 2px);
59
+ }
60
+ .btn--md32.btn--round,
61
+ .btn--md32.btn--square {
62
+ width: 2rem;
63
+ }
64
+ .btn--md32:not(.btn--round):not(.btn--square) {
65
+ padding: 0 1.6rem;
66
+ border-radius: 0.95rem;
67
+ }
68
+ .btn--md32 svg {
69
+ font-size: 0.875rem;
70
+ }
71
+ .btn--sm {
72
+ font-size: 1rem;
73
+ height: 1.5rem;
74
+ min-width: 1.5rem;
75
+ line-height: calc(1.5rem - 2px);
76
+ }
77
+ .btn--sm.btn--round,
78
+ .btn--sm.btn--square {
79
+ width: 1.5rem;
80
+ }
81
+ .btn--sm:not(.btn--round):not(.btn--square) {
82
+ padding: 0 1.2rem;
83
+ border-radius: 0.7125rem;
84
+ }
85
+ .btn--sm svg {
86
+ font-size: 0.875rem;
87
+ }
88
+ .btn--xs {
89
+ font-size: 0.875rem;
90
+ height: 1.5rem;
91
+ min-width: 1.5rem;
92
+ line-height: calc(1.5rem - 2px);
93
+ font-weight: 400 !important;
94
+ }
95
+ .btn--xs.btn--round,
96
+ .btn--xs.btn--square {
97
+ width: 1.5rem;
98
+ }
99
+ .btn--xs:not(.btn--round):not(.btn--square) {
100
+ padding: 0 1.2rem;
101
+ border-radius: 0.7125rem;
102
+ }
103
+ .btn--xs svg {
104
+ font-size: 0.875rem;
105
+ }
106
+ .btn--default {
107
+ background-color: #4579e4;
108
+ color: #fff;
109
+ font-weight: 500;
110
+ box-shadow: 0 4px 8px -4px rgba(54,107,214,0.5);
111
+ }
112
+ .btn--default:hover,
113
+ .btn--default:focus-visible {
114
+ background-color: #5488f0;
115
+ }
116
+ .btn--default:focus-visible {
117
+ box-shadow: 0 0 0 1px #fff, 0 0 0 4px rgba(84,136,240,0.35);
118
+ }
119
+ .btn--default:active {
120
+ background-color: #366bd6;
121
+ box-shadow: none;
122
+ }
123
+ .btn--default:disabled,
124
+ .btn--default.disabled {
125
+ background-color: #cfdce6;
126
+ color: #fff;
127
+ box-shadow: none;
128
+ }
129
+ .btn--secondary {
130
+ background-color: #fff;
131
+ color: #4579e4;
132
+ font-weight: 500;
133
+ border: 1px solid #4579e4;
134
+ box-shadow: 0 2px 4px -2px rgba(54,107,214,0.5);
135
+ }
136
+ .btn--secondary:hover,
137
+ .btn--secondary:focus-visible {
138
+ background-color: #f7faff;
139
+ }
140
+ .btn--secondary:focus-visible {
141
+ box-shadow: 0 0 0 1px #fff, 0 0 0 4px rgba(84,136,240,0.35);
142
+ }
143
+ .btn--secondary:active {
144
+ background-color: #e1e9fa;
145
+ box-shadow: none;
146
+ }
147
+ .btn--secondary:disabled,
148
+ .btn--secondary.disabled {
149
+ background-color: #f5f8fa;
150
+ border-color: #cfdce6;
151
+ color: #cfdce6;
152
+ box-shadow: none;
153
+ }
154
+ .btn--secondary-on-dark {
155
+ background-color: #0f334d;
156
+ color: #fff;
157
+ font-weight: 500;
158
+ border: 1px solid #627685;
159
+ }
160
+ .btn--secondary-on-dark:hover,
161
+ .btn--secondary-on-dark:focus-visible {
162
+ background-color: #173c57;
163
+ }
164
+ .btn--secondary-on-dark:focus-visible {
165
+ box-shadow: 0 0 0 1px #fff, 0 0 0 4px rgba(84,136,240,0.35);
166
+ }
167
+ .btn--secondary-on-dark:active {
168
+ background-color: #062840;
169
+ box-shadow: none;
170
+ }
171
+ .btn--secondary-on-dark:disabled,
172
+ .btn--secondary-on-dark.disabled {
173
+ background-color: #f5f8fa;
174
+ border-color: #cfdce6;
175
+ color: #cfdce6;
176
+ }
177
+ .btn--danger {
178
+ background-color: #e4455f;
179
+ color: #fff;
180
+ font-weight: 500;
181
+ }
182
+ .btn--danger:hover,
183
+ .btn--danger:focus-visible {
184
+ background-color: #ed4c67;
185
+ }
186
+ .btn--danger:focus-visible {
187
+ box-shadow: 0 0 0 1px #fff, 0 0 0 4px rgba(84,136,240,0.35);
188
+ }
189
+ .btn--danger:active {
190
+ background-color: #d93853;
191
+ box-shadow: none;
192
+ }
193
+ .btn--danger:disabled,
194
+ .btn--danger.disabled {
195
+ background-color: #cfdce6;
196
+ color: #f5f8fa;
197
+ }
198
+ .btn--danger-alt {
199
+ background-color: #fff;
200
+ color: #e4455f;
201
+ font-weight: 500;
202
+ border: 1px solid #e4455f;
203
+ }
204
+ .btn--danger-alt:hover,
205
+ .btn--danger-alt:focus-visible {
206
+ background-color: #fff6f7;
207
+ }
208
+ .btn--danger-alt:focus-visible {
209
+ box-shadow: 0 0 0 1px #fff, 0 0 0 4px rgba(84,136,240,0.35);
210
+ }
211
+ .btn--danger-alt:active {
212
+ background-color: #fad9df;
213
+ box-shadow: none;
214
+ }
215
+ .btn--danger-alt:disabled,
216
+ .btn--danger-alt.disabled {
217
+ background-color: #f5f8fa;
218
+ border-color: #cfdce6;
219
+ color: #cfdce6;
220
+ }
221
+ .btn--plain,
222
+ .btn--plain-on-dark,
223
+ .btn--plain-blue,
224
+ .btn--plain-danger,
225
+ .btn--plain-danger-alt {
226
+ color: #0f334d;
227
+ background: transparent;
228
+ border-radius: 0.25rem;
229
+ padding: 0 0.25rem !important;
230
+ border-top: 1px solid transparent;
231
+ border-bottom: 1px solid transparent;
232
+ min-width: 0;
233
+ }
234
+ .btn--plain:not(.btn--round):not(.btn--square),
235
+ .btn--plain-on-dark:not(.btn--round):not(.btn--square),
236
+ .btn--plain-blue:not(.btn--round):not(.btn--square),
237
+ .btn--plain-danger:not(.btn--round):not(.btn--square),
238
+ .btn--plain-danger-alt:not(.btn--round):not(.btn--square) {
239
+ border-radius: 0.25em;
240
+ }
241
+ .btn--plain:not(.btn--round):not(.btn--square):focus-visible,
242
+ .btn--plain-on-dark:not(.btn--round):not(.btn--square):focus-visible,
243
+ .btn--plain-blue:not(.btn--round):not(.btn--square):focus-visible,
244
+ .btn--plain-danger:not(.btn--round):not(.btn--square):focus-visible,
245
+ .btn--plain-danger-alt:not(.btn--round):not(.btn--square):focus-visible {
246
+ box-shadow: 0 0 0 1px #fff, 0 0 0 4px rgba(84,136,240,0.35);
247
+ }
248
+ .btn--plain.btn--round:focus-visible.btn--focus-inset,
249
+ .btn--plain-on-dark.btn--round:focus-visible.btn--focus-inset,
250
+ .btn--plain-blue.btn--round:focus-visible.btn--focus-inset,
251
+ .btn--plain-danger.btn--round:focus-visible.btn--focus-inset,
252
+ .btn--plain-danger-alt.btn--round:focus-visible.btn--focus-inset,
253
+ .btn--plain.btn--square:focus-visible.btn--focus-inset,
254
+ .btn--plain-on-dark.btn--square:focus-visible.btn--focus-inset,
255
+ .btn--plain-blue.btn--square:focus-visible.btn--focus-inset,
256
+ .btn--plain-danger.btn--square:focus-visible.btn--focus-inset,
257
+ .btn--plain-danger-alt.btn--square:focus-visible.btn--focus-inset {
258
+ box-shadow: inset 0 0 0 3px rgba(84,136,240,0.35);
259
+ }
260
+ .btn--plain.btn--round:focus-visible:not(.btn--focus-inset),
261
+ .btn--plain-on-dark.btn--round:focus-visible:not(.btn--focus-inset),
262
+ .btn--plain-blue.btn--round:focus-visible:not(.btn--focus-inset),
263
+ .btn--plain-danger.btn--round:focus-visible:not(.btn--focus-inset),
264
+ .btn--plain-danger-alt.btn--round:focus-visible:not(.btn--focus-inset),
265
+ .btn--plain.btn--square:focus-visible:not(.btn--focus-inset),
266
+ .btn--plain-on-dark.btn--square:focus-visible:not(.btn--focus-inset),
267
+ .btn--plain-blue.btn--square:focus-visible:not(.btn--focus-inset),
268
+ .btn--plain-danger.btn--square:focus-visible:not(.btn--focus-inset),
269
+ .btn--plain-danger-alt.btn--square:focus-visible:not(.btn--focus-inset) {
270
+ box-shadow: 0 0 0 1px #fff, 0 0 0 4px rgba(84,136,240,0.35);
271
+ }
272
+ .btn--plain:hover:not(:disabled),
273
+ .btn--plain-on-dark:hover:not(:disabled),
274
+ .btn--plain-blue:hover:not(:disabled),
275
+ .btn--plain-danger:hover:not(:disabled),
276
+ .btn--plain-danger-alt:hover:not(:disabled),
277
+ .btn--plain:focus-visible,
278
+ .btn--plain-on-dark:focus-visible,
279
+ .btn--plain-blue:focus-visible,
280
+ .btn--plain-danger:focus-visible,
281
+ .btn--plain-danger-alt:focus-visible {
282
+ background-color: rgba(69,121,228,0.1);
283
+ }
284
+ .btn--plain.btn--popover-open,
285
+ .btn--plain-on-dark.btn--popover-open,
286
+ .btn--plain-blue.btn--popover-open,
287
+ .btn--plain-danger.btn--popover-open,
288
+ .btn--plain-danger-alt.btn--popover-open {
289
+ background-color: rgba(69,121,228,0.1) !important;
290
+ }
291
+ .btn--plain:disabled,
292
+ .btn--plain-on-dark:disabled,
293
+ .btn--plain-blue:disabled,
294
+ .btn--plain-danger:disabled,
295
+ .btn--plain-danger-alt:disabled,
296
+ .btn--plain.disabled,
297
+ .btn--plain-on-dark.disabled,
298
+ .btn--plain-blue.disabled,
299
+ .btn--plain-danger.disabled,
300
+ .btn--plain-danger-alt.disabled {
301
+ color: #cfdce6;
302
+ }
303
+ .btn--plain-on-dark {
304
+ color: #fff;
305
+ }
306
+ .btn--plain-on-dark:hover:not(:disabled),
307
+ .btn--plain-on-dark:focus-visible {
308
+ background-color: rgba(194,210,242,0.1);
309
+ }
310
+ .btn--plain-blue {
311
+ color: #4579e4;
312
+ font-weight: 500;
313
+ }
314
+ .btn--plain-blue:hover:not(:disabled),
315
+ .btn--plain-blue:focus-visible {
316
+ color: #366bd6;
317
+ background-color: rgba(69,121,228,0.1);
318
+ }
319
+ .btn--plain-blue:disabled,
320
+ .btn--plain-blue.disabled {
321
+ color: #cfdce6;
322
+ }
323
+ .btn--plain-danger {
324
+ color: #e4455f;
325
+ font-weight: 500;
326
+ }
327
+ .btn--plain-danger:hover:not(:disabled),
328
+ .btn--plain-danger:focus-visible {
329
+ color: #d93853;
330
+ background-color: rgba(228,69,95,0.1);
331
+ }
332
+ .btn--plain-danger:disabled,
333
+ .btn--plain-danger.disabled {
334
+ color: #cfdce6;
335
+ }
336
+ .btn--plain-danger-alt {
337
+ color: #0f334d;
338
+ }
339
+ .btn--plain-danger-alt:hover:not(:disabled),
340
+ .btn--plain-danger-alt:focus-visible {
341
+ color: #d93853;
342
+ background-color: rgba(228,69,95,0.1);
343
+ }
344
+ .btn--plain-danger-alt:disabled,
345
+ .btn--plain-danger-alt.disabled {
346
+ color: #cfdce6;
347
+ }
348
+ .btn--site-primary {
349
+ background: linear-gradient(45deg, #00e673 0%, #00e699 100%);
350
+ border-radius: 0.375em !important;
351
+ color: #fff;
352
+ font-weight: bold;
353
+ min-width: 200px;
354
+ }
355
+ .btn--site-primary:not(.btn--lg) {
356
+ font-size: 1.125rem;
357
+ }
358
+ .btn--site-primary:hover,
359
+ .btn--site-primary:focus-visible {
360
+ background: linear-gradient(45deg, #3bed94 0%, #2de688 100%);
361
+ }
362
+ .btn--site-primary:focus-visible {
363
+ box-shadow: 0 0 0 1px #fff, 0 0 0 4px rgba(84,136,240,0.35);
364
+ }
365
+ .btn--site-primary:active {
366
+ background: linear-gradient(45deg, #2de688 0%, #1fdb7d 100%);
367
+ }
368
+ .btn--site-primary:disabled,
369
+ .btn--site-primary.disabled {
370
+ background: #cfdce6;
371
+ color: #f5f8fa;
372
+ }
373
+ .btn--site-default {
374
+ background-color: #0f334d;
375
+ border-radius: 0.375em !important;
376
+ color: #fff;
377
+ font-weight: bold;
378
+ font-size: 1.125rem;
379
+ min-width: 200px;
380
+ }
381
+ .btn--site-default:hover,
382
+ .btn--site-default:focus-visible {
383
+ background-color: #173c57;
384
+ }
385
+ .btn--site-default:focus-visible {
386
+ box-shadow: 0 0 0 1px #fff, 0 0 0 4px rgba(84,136,240,0.35);
387
+ }
388
+ .btn--site-default:active {
389
+ background-color: #062840;
390
+ }
391
+ .btn--site-default:disabled,
392
+ .btn--site-default.disabled {
393
+ background-color: #cfdce6;
394
+ color: #f5f8fa;
395
+ }
396
+ .btn--round {
397
+ border-radius: 50%;
398
+ }
399
+ .btn--square {
400
+ border-radius: 0.25em;
401
+ }
402
+ .btn__text-before {
403
+ margin-right: 0.5rem;
404
+ }
405
+ .btn__text-after {
406
+ margin-left: 0.5rem;
407
+ }
408
+ .btn--sm .btn__text-before,
409
+ .btn--xs .btn__text-before {
410
+ margin-right: 0.25rem;
411
+ }
412
+ .btn--sm .btn__text-after,
413
+ .btn--xs .btn__text-after {
414
+ margin-left: 0.25rem;
415
+ }
416
+ .btn--align-left {
417
+ text-align: left;
418
+ }
419
+ input[type="checkbox"],
420
+ input[type="radio"] {
421
+ -webkit-appearance: none;
422
+ background-color: #fff;
423
+ width: 1rem;
424
+ height: 1rem;
425
+ border: 1px solid #cfdce6;
426
+ vertical-align: text-bottom;
427
+ margin: 0.25rem 0;
428
+ position: relative;
429
+ transition: box-shadow 200ms cubic-bezier(0.25, 0.8, 0.5, 1);
430
+ }
431
+ input[type="checkbox"]:focus,
432
+ input[type="radio"]:focus {
433
+ outline: 0;
434
+ }
435
+ input[type="checkbox"]:focus-visible:not(:active),
436
+ input[type="radio"]:focus-visible:not(:active) {
437
+ box-shadow: 0 0 0 1px #fff, 0 0 0 4px rgba(84,136,240,0.35);
438
+ }
439
+ input[type="checkbox"]:active:not(:checked):not(:disabled),
440
+ input[type="radio"]:active:not(:checked):not(:disabled) {
441
+ background-color: #f5f8fa;
442
+ }
443
+ input[type="checkbox"]:checked:not(:disabled),
444
+ input[type="radio"]:checked:not(:disabled),
445
+ input[type="checkbox"][type="checkbox"]:indeterminate:not(:disabled),
446
+ input[type="radio"][type="checkbox"]:indeterminate:not(:disabled) {
447
+ background-color: #4579e4;
448
+ border-color: #4579e4;
449
+ }
450
+ input[type="checkbox"]:checked:after,
451
+ input[type="radio"]:checked:after,
452
+ input[type="checkbox"][type="checkbox"]:indeterminate:after,
453
+ input[type="radio"][type="checkbox"]:indeterminate:after {
454
+ content: ' ';
455
+ position: absolute;
456
+ top: 0;
457
+ left: 0;
458
+ width: calc(1rem - 2px);
459
+ height: calc(1rem - 2px);
460
+ background-repeat: no-repeat;
461
+ background-position: center center;
462
+ }
463
+ input[type="checkbox"]:active:checked,
464
+ input[type="radio"]:active:checked {
465
+ background-color: #366bd6;
466
+ }
467
+ input[type="checkbox"]:disabled:not(:checked),
468
+ input[type="radio"]:disabled:not(:checked) {
469
+ background-color: #f5f8fa;
470
+ }
471
+ input[type="checkbox"]:disabled:checked,
472
+ input[type="radio"]:disabled:checked {
473
+ background-color: #cfdce6;
474
+ border-color: #cfdce6;
475
+ }
476
+ input[type="checkbox"].check--dark,
477
+ input[type="radio"].check--dark {
478
+ background-color: #0f334d;
479
+ border-color: #627685;
480
+ }
481
+ input[type="checkbox"].check--dark:active:not(:checked):not(:disabled),
482
+ input[type="radio"].check--dark:active:not(:checked):not(:disabled) {
483
+ background-color: #062840;
484
+ }
485
+ input[type="checkbox"].check--dark:disabled:not(:checked),
486
+ input[type="radio"].check--dark:disabled:not(:checked) {
487
+ background-color: #173c57;
488
+ }
489
+ input[type="checkbox"].check--dark:disabled:checked,
490
+ input[type="radio"].check--dark:disabled:checked {
491
+ background-color: #627685;
492
+ border-color: #627685;
493
+ }
494
+ input[type="checkbox"] {
495
+ border-radius: 0.1875rem;
496
+ padding: calc(0.5rem - 1px);
497
+ }
498
+ input[type="checkbox"]:checked:after {
499
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNDM1Ljg0OCA4My40NjZMMTcyLjgwNCAzNDYuNTFsLTk2LjY1Mi05Ni42NTJjLTQuNjg2LTQuNjg2LTEyLjI4NC00LjY4Ni0xNi45NzEgMGwtMjguMjg0IDI4LjI4NGMtNC42ODYgNC42ODYtNC42ODYgMTIuMjg0IDAgMTYuOTcxbDEzMy40MjEgMTMzLjQyMWM0LjY4NiA0LjY4NiAxMi4yODQgNC42ODYgMTYuOTcxIDBsMjk5LjgxMy0yOTkuODEzYzQuNjg2LTQuNjg2IDQuNjg2LTEyLjI4NCAwLTE2Ljk3MWwtMjguMjg0LTI4LjI4NGMtNC42ODYtNC42ODYtMTIuMjg0LTQuNjg2LTE2Ljk3IDB6Ij48L3BhdGg+PC9zdmc+Cg==");
500
+ }
501
+ input[type="checkbox"]:indeterminate:after {
502
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMzY4IDIyNEgxNmMtOC44NCAwLTE2IDcuMTYtMTYgMTZ2MzJjMCA4Ljg0IDcuMTYgMTYgMTYgMTZoMzUyYzguODQgMCAxNi03LjE2IDE2LTE2di0zMmMwLTguODQtNy4xNi0xNi0xNi0xNnoiPjwvcGF0aD48L3N2Zz4K");
503
+ background-size: 0.875rem 0.875rem;
504
+ }
505
+ input[type="radio"] {
506
+ border-radius: 100%;
507
+ }
508
+ input[type="radio"]:checked:after {
509
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMjU2IDhDMTE5IDggOCAxMTkgOCAyNTZzMTExIDI0OCAyNDggMjQ4IDI0OC0xMTEgMjQ4LTI0OFMzOTMgOCAyNTYgOHoiPjwvcGF0aD48L3N2Zz4K");
510
+ background-size: 0.5rem 0.5rem;
511
+ }
512
+ .labeled-check {
513
+ display: flex;
514
+ }
515
+ .labeled-check > label {
516
+ display: flex;
517
+ }
518
+ .labeled-check > label > input {
519
+ flex-shrink: 0;
520
+ margin-right: 0.5rem;
521
+ }
522
+ .labeled-check input:disabled ~ div {
523
+ color: #627685;
524
+ }
525
+ .labeled-check .labeled-check__tip {
526
+ font-size: 0.875rem;
527
+ line-height: 1.5rem;
528
+ color: #627685;
529
+ }
530
+ .popover {
531
+ position: absolute;
532
+ top: 0;
533
+ left: 0;
534
+ will-change: transform;
535
+ border: 1px solid;
536
+ box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25), 0 1px 4px 0 rgba(15,51,77,0.1);
537
+ border-radius: 0.5rem;
538
+ background-color: #fff;
539
+ border-color: #5488f0;
540
+ }
541
+ .popover .popover__notch-border {
542
+ fill: #5488f0;
543
+ }
544
+ .popover .popover__notch-fill {
545
+ fill: #fff;
546
+ }
547
+ .popover--placement-top .popover__notch {
548
+ transform: rotate(180deg);
549
+ bottom: -8px;
550
+ }
551
+ .popover--placement-bottom .popover__notch {
552
+ top: -8px;
553
+ }
554
+ .popover--placement-left .popover__notch {
555
+ transform: rotate(90deg);
556
+ right: -12px;
557
+ }
558
+ .popover--placement-right .popover__notch {
559
+ transform: rotate(-90deg);
560
+ left: -12px;
561
+ }
562
+ .popover__notch {
563
+ pointer-events: none;
564
+ position: absolute;
565
+ width: 16px;
566
+ height: 8px;
567
+ }
568
+ .popover__notch svg {
569
+ display: block;
570
+ width: 100%;
571
+ height: 100%;
572
+ }
573
+ .popover__notch-border {
574
+ z-index: 1;
575
+ }
576
+ .popover__notch-fill {
577
+ z-index: 2;
578
+ }
579
+ .popover__body {
580
+ max-height: calc(100vh - 2 * 8px);
581
+ overflow: hidden;
582
+ overflow-y: auto;
583
+ overscroll-behavior: contain;
584
+ border-radius: 0.5rem;
585
+ }
586
+ .progress-spinner {
587
+ width: 2.5rem;
588
+ height: 2.5rem;
589
+ }
590
+ .progress-spinner svg {
591
+ display: block;
592
+ width: 100%;
593
+ height: 100%;
594
+ }
595
+ .progress-spinner--xs {
596
+ width: 1rem;
597
+ height: 1rem;
598
+ }
599
+ .progress-spinner--sm {
600
+ width: 1.5rem;
601
+ height: 1.5rem;
602
+ }
603
+ .progress-spinner--md32 {
604
+ width: 2rem;
605
+ height: 2rem;
606
+ }
607
+ .progress-spinner--lg {
608
+ width: 3.5rem;
609
+ height: 3.5rem;
610
+ }
611
+ .progress-spinner__bg {
612
+ stroke: rgba(207,220,230,0.25);
613
+ }
614
+ .progress-spinner__fill {
615
+ stroke: #4579e4;
616
+ transition: stroke-dasharray 300ms;
617
+ }
618
+ .progress-spinner--indeterminate {
619
+ animation: progress-spinner-indeterminate-spin 1000ms linear infinite;
620
+ }
621
+ .progress-spinner-centerer {
622
+ width: 100%;
623
+ height: 100%;
624
+ display: flex;
625
+ align-items: center;
626
+ justify-content: center;
627
+ }
628
+ @-moz-keyframes progress-spinner-indeterminate-spin {
629
+ 0% {
630
+ transform: rotate(0deg);
631
+ }
632
+ 100% {
633
+ transform: rotate(360deg);
634
+ }
635
+ }
636
+ @-webkit-keyframes progress-spinner-indeterminate-spin {
637
+ 0% {
638
+ transform: rotate(0deg);
639
+ }
640
+ 100% {
641
+ transform: rotate(360deg);
642
+ }
643
+ }
644
+ @-o-keyframes progress-spinner-indeterminate-spin {
645
+ 0% {
646
+ transform: rotate(0deg);
647
+ }
648
+ 100% {
649
+ transform: rotate(360deg);
650
+ }
651
+ }
652
+ @keyframes progress-spinner-indeterminate-spin {
653
+ 0% {
654
+ transform: rotate(0deg);
655
+ }
656
+ 100% {
657
+ transform: rotate(360deg);
658
+ }
659
+ }
660
+ @media (max-width: 767px) {
661
+ .hidden-sm-down {
662
+ display: none;
663
+ }
664
+ }
665
+ @media (max-width: 1023px) {
666
+ .hidden-md-down {
667
+ display: none;
668
+ }
669
+ }
670
+ @media (min-width: 768px) {
671
+ .hidden-md-up {
672
+ display: none;
673
+ }
674
+ }
675
+ @media (min-width: 1024px) {
676
+ .hidden-lg-up {
677
+ display: none;
678
+ }
679
+ }
680
+ .tooltipped__popover {
681
+ background-color: #0f334d;
682
+ border-color: #0f334d;
683
+ pointer-events: none;
684
+ border: 0;
685
+ box-shadow: none;
686
+ }
687
+ .tooltipped__popover .popover__notch-border {
688
+ fill: #0f334d;
689
+ }
690
+ .tooltipped__popover .popover__notch-fill {
691
+ fill: #0f334d;
692
+ }
693
+ .tooltipped__popover .popover__body {
694
+ padding: 0.75rem;
695
+ color: #fff;
696
+ font-size: 0.875rem;
697
+ line-height: 1.4em;
698
+ font-weight: 500;
699
+ box-shadow: 0 4px 12px 0 rgba(15,51,77,0.1);
700
+ }
701
+ .tooltipped__popover .popover__body b,
702
+ .tooltipped__popover .popover__body strong {
703
+ font-weight: 600;
704
+ }
705
+ .tooltipped__popover .popover__body .text-secondary {
706
+ color: #cfdce6 !important;
707
+ }
708
+ body {
709
+ background: #0f334d;
710
+ color: #fff;
711
+ }
712
+ .root {
713
+ max-width: 1280px;
714
+ margin: auto;
715
+ padding: 1rem;
716
+ }
717
+ @media (max-width: 1023px) {
718
+ .root > *:not(:last-child) {
719
+ margin-bottom: 1rem;
720
+ }
721
+ }
722
+ @media (min-width: 1024px) {
723
+ .root {
724
+ display: flex;
725
+ align-items: center;
726
+ }
727
+ .root > *:not(:last-child) {
728
+ margin-right: 1rem;
729
+ }
730
+ .root .btn {
731
+ flex-shrink: 0;
732
+ }
733
+ }
734
+ .logomark {
735
+ flex-shrink: 0;
736
+ padding: 0 1rem;
737
+ }
738
+ @media (max-width: 1023px) {
739
+ .logomark {
740
+ display: none;
741
+ }
742
+ }
743
+ .logomark svg {
744
+ width: 1.25rem;
745
+ height: 2.5rem;
746
+ }
747
+ .main {
748
+ min-width: 0;
749
+ flex: 1 1 0%;
750
+ display: flex;
751
+ }
752
+ @media (max-width: 1023px) {
753
+ .main {
754
+ justify-content: center;
755
+ }
756
+ }
757
+ @media (min-width: 1024px) {
758
+ .main {
759
+ justify-content: stretch;
760
+ }
761
+ }
762
+ .label {
763
+ font-size: 0.75rem;
764
+ font-weight: 500;
765
+ color: #cfdce6;
766
+ line-height: 1rem;
767
+ }
768
+ .status {
769
+ font-weight: 500;
770
+ }
771
+ .error {
772
+ font-weight: 500;
773
+ color: #e4455f;
774
+ }
775
+ .success {
776
+ font-weight: 500;
777
+ color: #1fdb7d;
778
+ }
779
+ .buttons {
780
+ display: flex;
781
+ justify-content: center;
782
+ align-items: center;
783
+ }
784
+ .buttons > *:not(:last-child) {
785
+ margin-right: 1rem;
786
+ }