react-jupiter 6.1.4 → 6.1.6

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 (123) hide show
  1. package/accordion/index.styles.js +5 -47
  2. package/accordion/panel.js +4 -4
  3. package/avatar/index.js +14 -14
  4. package/avatar/index.styles.js +15 -15
  5. package/button/index.js +35 -61
  6. package/button/index.styles.js +93 -96
  7. package/card/card-template/index.js +3 -3
  8. package/card/card-template/index.style.js +22 -22
  9. package/card/card-template/index.test.js +7 -7
  10. package/card/event-card/event-card-label/index.style.js +8 -8
  11. package/card/event-card/index.js +40 -40
  12. package/card/event-card/index.stories.js +41 -42
  13. package/card/event-card/index.style.js +111 -121
  14. package/card/organization-card/index.js +0 -15
  15. package/card/organization-card/index.style.js +6 -6
  16. package/card/orgnizer-card/buttons.js +0 -6
  17. package/card/orgnizer-card/index.js +26 -41
  18. package/card/orgnizer-card/index.stories.js +12 -13
  19. package/card/orgnizer-card/index.style.js +47 -58
  20. package/cover/index.js +24 -36
  21. package/cover/index.style.js +37 -44
  22. package/display/index.style.js +76 -77
  23. package/file-item/fileImgIcon.js +1 -5
  24. package/file-item/fileImgsFont.js +798 -798
  25. package/file-item/index.js +1 -10
  26. package/file-item/index.style.js +30 -31
  27. package/file-item/utils.js +1 -1
  28. package/form/captcha/index.js +2 -10
  29. package/form/captcha/index.stories.js +4 -5
  30. package/form/captcha/index.style.js +36 -38
  31. package/form/checkbox/checkbox-option.js +1 -9
  32. package/form/checkbox/checkbox.js +3 -13
  33. package/form/checkbox/index.stories.js +23 -24
  34. package/form/checkbox/index.style.js +40 -62
  35. package/form/dropdown/index.stories.js +16 -17
  36. package/form/dropdown/index.style.js +55 -57
  37. package/form/dropdown/option.js +0 -5
  38. package/form/dropdown/select.js +0 -11
  39. package/form/radio/index.stories.js +19 -20
  40. package/form/radio/index.style.js +52 -61
  41. package/form/radio/radio-option.js +1 -9
  42. package/form/radio/radio.js +3 -14
  43. package/form/text-input/index.js +3 -15
  44. package/form/text-input/index.stories.js +12 -13
  45. package/form/text-input/index.style.js +55 -57
  46. package/form/textarea/index.js +0 -13
  47. package/form/textarea/index.stories.js +16 -17
  48. package/form/textarea/index.style.js +23 -23
  49. package/form-v7/captcha/index.js +5 -16
  50. package/form-v7/captcha/index.stories.js +4 -5
  51. package/form-v7/captcha/index.style.js +36 -38
  52. package/form-v7/checkbox/checkbox-option.js +3 -12
  53. package/form-v7/checkbox/checkbox.js +5 -17
  54. package/form-v7/checkbox/index.stories.js +13 -13
  55. package/form-v7/checkbox/index.style.js +40 -62
  56. package/form-v7/dropdown/index.stories.js +13 -13
  57. package/form-v7/dropdown/index.style.js +55 -57
  58. package/form-v7/dropdown/option.js +0 -5
  59. package/form-v7/dropdown/select.js +4 -18
  60. package/form-v7/file-input/index.js +4 -17
  61. package/form-v7/file-input/index.stories.js +8 -9
  62. package/form-v7/file-input/index.style.js +54 -62
  63. package/form-v7/index.style.js +2 -10
  64. package/form-v7/label/index.js +1 -8
  65. package/form-v7/label/index.style.js +11 -11
  66. package/form-v7/radio/index.stories.js +13 -13
  67. package/form-v7/radio/index.style.js +52 -61
  68. package/form-v7/radio/radio-option.js +1 -10
  69. package/form-v7/radio/radio.js +5 -19
  70. package/form-v7/text-input/index.js +6 -29
  71. package/form-v7/text-input/index.stories.js +16 -17
  72. package/form-v7/text-input/index.style.js +41 -49
  73. package/form-v7/textarea/index.js +2 -17
  74. package/form-v7/textarea/index.stories.js +16 -17
  75. package/form-v7/textarea/index.style.js +23 -23
  76. package/globalStyle.js +26 -26
  77. package/grid/index.js +21 -21
  78. package/icon/assets/styles.css +4 -4
  79. package/icon/index.js +11 -20
  80. package/modal/index.js +12 -25
  81. package/modal/index.style.js +15 -15
  82. package/numeric-summery-report/index.js +0 -7
  83. package/numeric-summery-report/index.style.js +11 -16
  84. package/package.json +1 -1
  85. package/product-menu/index.style.js +37 -38
  86. package/product-menu/menu-item.js +0 -5
  87. package/product-menu/menu.js +1 -7
  88. package/product-owner/index.js +0 -14
  89. package/product-owner/index.style.js +6 -12
  90. package/product-properties/index.js +15 -32
  91. package/product-properties/index.style.js +11 -14
  92. package/product-properties/product-property/index.js +4 -12
  93. package/product-properties/product-property/index.style.js +6 -6
  94. package/progress-bar/index.styles.js +63 -65
  95. package/spacing/core.js +39 -39
  96. package/spacing/margin/index.js +11 -11
  97. package/spacing/padding/index.js +11 -11
  98. package/table/actionCell.js +0 -7
  99. package/table/index.js +0 -15
  100. package/table/index.style.js +102 -103
  101. package/table/tableHeaderRow.js +0 -10
  102. package/table/tableRow.js +3 -21
  103. package/tabs/index.style.js +32 -35
  104. package/tabs/tabPanel.js +1 -7
  105. package/tabs/tabs.js +3 -9
  106. package/tabs/theme.js +1 -1
  107. package/titled-avatar/index.js +0 -10
  108. package/titled-avatar/index.style.js +25 -30
  109. package/typography/heading/index.js +3 -3
  110. package/typography/heading/index.styles.js +67 -69
  111. package/typography/heading/index.test.js +12 -12
  112. package/typography/link/index.js +12 -12
  113. package/typography/link/index.styles.js +5 -5
  114. package/typography/paragraph/index.js +3 -3
  115. package/typography/paragraph/index.stories.js +12 -13
  116. package/typography/paragraph/index.styles.js +10 -10
  117. package/typography/paragraph/index.test.js +2 -2
  118. package/typography/text/index.js +32 -32
  119. package/typography/text/index.styles.js +70 -71
  120. package/typography/text/index.test.js +1 -1
  121. package/typography/utils.js +18 -18
  122. package/utils/media-query.js +5 -5
  123. package/utils/test.js +1 -1
@@ -1,800 +1,800 @@
1
- "use strict";var _styledComponents=require("styled-components");Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;
2
-
3
- const FontStyle=(0,_styledComponents.createGlobalStyle)`
4
- span.jupiter-file-font {
5
- /* use !important to prevent issues with browser extensions that change fonts */
6
- font-family: 'JupiterfilesImgs' !important;
7
- font-style: normal;
8
- font-weight: normal;
9
- font-variant: normal;
10
- text-transform: none;
11
- line-height: 1;
12
-
13
- /* Better Font Rendering =========== */
14
- -webkit-font-smoothing: antialiased;
15
- -moz-osx-font-smoothing: grayscale;
16
- }
17
-
18
- .icon-doc .path1:before {
19
- content: "\\e900";
20
- color: rgb(59, 65, 65);
21
- }
22
- .icon-doc .path2:before {
23
- content: "\\e901";
24
- margin-left: -0.7509765625em;
25
- color: rgb(59, 65, 65);
26
- }
27
- .icon-doc .path3:before {
28
- content: "\\e902";
29
- margin-left: -0.7509765625em;
30
- color: rgb(59, 65, 65);
31
- }
32
- .icon-doc .path4:before {
33
- content: "\\e903";
34
- margin-left: -0.7509765625em;
35
- color: rgb(254, 254, 254);
36
- }
37
- .icon-doc .path5:before {
38
- content: "\\e904";
39
- margin-left: -0.7509765625em;
40
- color: rgb(59, 65, 65);
41
- }
42
- .icon-doc .path6:before {
43
- content: "\\e905";
44
- margin-left: -0.7509765625em;
45
- color: rgb(59, 65, 65);
46
- }
47
- .icon-doc .path7:before {
48
- content: "\\e906";
49
- margin-left: -0.7509765625em;
50
- color: rgb(59, 65, 65);
51
- }
52
- .icon-doc .path8:before {
53
- content: "\\e907";
54
- margin-left: -0.7509765625em;
55
- color: rgb(59, 65, 65);
56
- }
57
- .icon-doc-light .path1:before {
58
- content: "\\e908";
59
- color: rgb(210, 210, 210);
60
- }
61
- .icon-doc-light .path2:before {
62
- content: "\\e909";
63
- margin-left: -0.7509765625em;
64
- color: rgb(210, 210, 210);
65
- }
66
- .icon-doc-light .path3:before {
67
- content: "\\e90a";
68
- margin-left: -0.7509765625em;
69
- color: rgb(210, 210, 210);
70
- }
71
- .icon-doc-light .path4:before {
72
- content: "\\e90b";
73
- margin-left: -0.7509765625em;
74
- color: rgb(254, 254, 254);
75
- }
76
- .icon-doc-light .path5:before {
77
- content: "\\e90c";
78
- margin-left: -0.7509765625em;
79
- color: rgb(210, 210, 210);
80
- }
81
- .icon-doc-light .path6:before {
82
- content: "\\e90d";
83
- margin-left: -0.7509765625em;
84
- color: rgb(210, 210, 210);
85
- }
86
- .icon-doc-light .path7:before {
87
- content: "\\e90e";
88
- margin-left: -0.7509765625em;
89
- color: rgb(210, 210, 210);
90
- }
91
- .icon-doc-light .path8:before {
92
- content: "\\e90f";
93
- margin-left: -0.7509765625em;
94
- color: rgb(210, 210, 210);
95
- }
96
- .icon-jpg .path1:before {
97
- content: "\\e910";
98
- color: rgb(59, 65, 65);
99
- }
100
- .icon-jpg .path2:before {
101
- content: "\\e911";
102
- margin-left: -0.7509765625em;
103
- color: rgb(59, 65, 65);
104
- }
105
- .icon-jpg .path3:before {
106
- content: "\\e912";
107
- margin-left: -0.7509765625em;
108
- color: rgb(59, 65, 65);
109
- }
110
- .icon-jpg .path4:before {
111
- content: "\\e913";
112
- margin-left: -0.7509765625em;
113
- color: rgb(254, 254, 254);
114
- }
115
- .icon-jpg .path5:before {
116
- content: "\\e914";
117
- margin-left: -0.7509765625em;
118
- color: rgb(59, 65, 65);
119
- }
120
- .icon-jpg .path6:before {
121
- content: "\\e915";
122
- margin-left: -0.7509765625em;
123
- color: rgb(59, 65, 65);
124
- }
125
- .icon-jpg-light .path1:before {
126
- content: "\\e916";
127
- color: rgb(210, 210, 210);
128
- }
129
- .icon-jpg-light .path2:before {
130
- content: "\\e917";
131
- margin-left: -0.7509765625em;
132
- color: rgb(210, 210, 210);
133
- }
134
- .icon-jpg-light .path3:before {
135
- content: "\\e918";
136
- margin-left: -0.7509765625em;
137
- color: rgb(210, 210, 210);
138
- }
139
- .icon-jpg-light .path4:before {
140
- content: "\\e919";
141
- margin-left: -0.7509765625em;
142
- color: rgb(254, 254, 254);
143
- }
144
- .icon-jpg-light .path5:before {
145
- content: "\\e91a";
146
- margin-left: -0.7509765625em;
147
- color: rgb(210, 210, 210);
148
- }
149
- .icon-jpg-light .path6:before {
150
- content: "\\e91b";
151
- margin-left: -0.7509765625em;
152
- color: rgb(210, 210, 210);
153
- }
154
- .icon-mp3 .path1:before {
155
- content: "\\e91c";
156
- color: rgb(59, 65, 65);
157
- }
158
- .icon-mp3 .path2:before {
159
- content: "\\e91d";
160
- margin-left: -0.7509765625em;
161
- color: rgb(59, 65, 65);
162
- }
163
- .icon-mp3 .path3:before {
164
- content: "\\e91e";
165
- margin-left: -0.7509765625em;
166
- color: rgb(59, 65, 65);
167
- }
168
- .icon-mp3 .path4:before {
169
- content: "\\e91f";
170
- margin-left: -0.7509765625em;
171
- color: rgb(59, 65, 65);
172
- }
173
- .icon-mp3 .path5:before {
174
- content: "\\e920";
175
- margin-left: -0.7509765625em;
176
- color: rgb(254, 254, 254);
177
- }
178
- .icon-mp3-light .path1:before {
179
- content: "\\e921";
180
- color: rgb(210, 210, 210);
181
- }
182
- .icon-mp3-light .path2:before {
183
- content: "\\e922";
184
- margin-left: -0.7509765625em;
185
- color: rgb(210, 210, 210);
186
- }
187
- .icon-mp3-light .path3:before {
188
- content: "\\e923";
189
- margin-left: -0.7509765625em;
190
- color: rgb(210, 210, 210);
191
- }
192
- .icon-mp3-light .path4:before {
193
- content: "\\e924";
194
- margin-left: -0.7509765625em;
195
- color: rgb(210, 210, 210);
196
- }
197
- .icon-mp3-light .path5:before {
198
- content: "\\e925";
199
- margin-left: -0.7509765625em;
200
- color: rgb(254, 254, 254);
201
- }
202
- .icon-mp4 .path1:before {
203
- content: "\\e926";
204
- color: rgb(59, 65, 65);
205
- }
206
- .icon-mp4 .path2:before {
207
- content: "\\e927";
208
- margin-left: -0.7509765625em;
209
- color: rgb(59, 65, 65);
210
- }
211
- .icon-mp4 .path3:before {
212
- content: "\\e928";
213
- margin-left: -0.7509765625em;
214
- color: rgb(59, 65, 65);
215
- }
216
- .icon-mp4 .path4:before {
217
- content: "\\e929";
218
- margin-left: -0.7509765625em;
219
- color: rgb(254, 254, 254);
220
- }
221
- .icon-mp4 .path5:before {
222
- content: "\\e92a";
223
- margin-left: -0.7509765625em;
224
- color: rgb(59, 65, 65);
225
- }
226
- .icon-mp4 .path6:before {
227
- content: "\\e92b";
228
- margin-left: -0.7509765625em;
229
- color: rgb(59, 65, 65);
230
- }
231
- .icon-mp4-light .path1:before {
232
- content: "\\e92c";
233
- color: rgb(210, 210, 210);
234
- }
235
- .icon-mp4-light .path2:before {
236
- content: "\\e92d";
237
- margin-left: -0.7509765625em;
238
- color: rgb(210, 210, 210);
239
- }
240
- .icon-mp4-light .path3:before {
241
- content: "\\e92e";
242
- margin-left: -0.7509765625em;
243
- color: rgb(210, 210, 210);
244
- }
245
- .icon-mp4-light .path4:before {
246
- content: "\\e92f";
247
- margin-left: -0.7509765625em;
248
- color: rgb(254, 254, 254);
249
- }
250
- .icon-mp4-light .path5:before {
251
- content: "\\e930";
252
- margin-left: -0.7509765625em;
253
- color: rgb(210, 210, 210);
254
- }
255
- .icon-mp4-light .path6:before {
256
- content: "\\e931";
257
- margin-left: -0.7509765625em;
258
- color: rgb(210, 210, 210);
259
- }
260
- .icon-pdf .path1:before {
261
- content: "\\e932";
262
- color: rgb(59, 65, 65);
263
- }
264
- .icon-pdf .path2:before {
265
- content: "\\e933";
266
- margin-left: -0.7509765625em;
267
- color: rgb(59, 65, 65);
268
- }
269
- .icon-pdf .path3:before {
270
- content: "\\e934";
271
- margin-left: -0.7509765625em;
272
- color: rgb(59, 65, 65);
273
- }
274
- .icon-pdf .path4:before {
275
- content: "\\e935";
276
- margin-left: -0.7509765625em;
277
- color: rgb(254, 254, 254);
278
- }
279
- .icon-pdf .path5:before {
280
- content: "\\e936";
281
- margin-left: -0.7509765625em;
282
- color: rgb(59, 65, 65);
283
- }
284
- .icon-pdf-light .path1:before {
285
- content: "\\e937";
286
- color: rgb(210, 210, 210);
287
- }
288
- .icon-pdf-light .path2:before {
289
- content: "\\e938";
290
- margin-left: -0.7509765625em;
291
- color: rgb(210, 210, 210);
292
- }
293
- .icon-pdf-light .path3:before {
294
- content: "\\e939";
295
- margin-left: -0.7509765625em;
296
- color: rgb(210, 210, 210);
297
- }
298
- .icon-pdf-light .path4:before {
299
- content: "\\e93a";
300
- margin-left: -0.7509765625em;
301
- color: rgb(254, 254, 254);
302
- }
303
- .icon-pdf-light .path5:before {
304
- content: "\\e93b";
305
- margin-left: -0.7509765625em;
306
- color: rgb(210, 210, 210);
307
- }
308
- .icon-png .path1:before {
309
- content: "\\e93c";
310
- color: rgb(59, 65, 65);
311
- }
312
- .icon-png .path2:before {
313
- content: "\\e93d";
314
- margin-left: -0.7509765625em;
315
- color: rgb(59, 65, 65);
316
- }
317
- .icon-png .path3:before {
318
- content: "\\e93e";
319
- margin-left: -0.7509765625em;
320
- color: rgb(59, 65, 65);
321
- }
322
- .icon-png .path4:before {
323
- content: "\\e93f";
324
- margin-left: -0.7509765625em;
325
- color: rgb(254, 254, 254);
326
- }
327
- .icon-png .path5:before {
328
- content: "\\e940";
329
- margin-left: -0.7509765625em;
330
- color: rgb(59, 65, 65);
331
- }
332
- .icon-png-light .path1:before {
333
- content: "\\e941";
334
- color: rgb(210, 210, 210);
335
- }
336
- .icon-png-light .path2:before {
337
- content: "\\e942";
338
- margin-left: -0.7509765625em;
339
- color: rgb(210, 210, 210);
340
- }
341
- .icon-png-light .path3:before {
342
- content: "\\e943";
343
- margin-left: -0.7509765625em;
344
- color: rgb(210, 210, 210);
345
- }
346
- .icon-png-light .path4:before {
347
- content: "\\e944";
348
- margin-left: -0.7509765625em;
349
- color: rgb(254, 254, 254);
350
- }
351
- .icon-png-light .path5:before {
352
- content: "\\e945";
353
- margin-left: -0.7509765625em;
354
- color: rgb(210, 210, 210);
355
- }
356
- .icon-pptx .path1:before {
357
- content: "\\e946";
358
- color: rgb(59, 65, 65);
359
- }
360
- .icon-pptx .path2:before {
361
- content: "\\e947";
362
- margin-left: -0.7509765625em;
363
- color: rgb(59, 65, 65);
364
- }
365
- .icon-pptx .path3:before {
366
- content: "\\e948";
367
- margin-left: -0.7509765625em;
368
- color: rgb(59, 65, 65);
369
- }
370
- .icon-pptx .path4:before {
371
- content: "\\e949";
372
- margin-left: -0.7509765625em;
373
- color: rgb(254, 254, 254);
374
- }
375
- .icon-pptx .path5:before {
376
- content: "\\e94a";
377
- margin-left: -0.7509765625em;
378
- color: rgb(59, 65, 65);
379
- }
380
- .icon-pptx .path6:before {
381
- content: "\\e94b";
382
- margin-left: -0.7509765625em;
383
- color: rgb(59, 65, 65);
384
- }
385
- .icon-pptx .path7:before {
386
- content: "\\e94c";
387
- margin-left: -0.7509765625em;
388
- color: rgb(59, 65, 65);
389
- }
390
- .icon-pptx .path8:before {
391
- content: "\\e94d";
392
- margin-left: -0.7509765625em;
393
- color: rgb(59, 65, 65);
394
- }
395
- .icon-pptx .path9:before {
396
- content: "\\e94e";
397
- margin-left: -0.7509765625em;
398
- color: rgb(59, 65, 65);
399
- }
400
- .icon-pptx .path10:before {
401
- content: "\\e94f";
402
- margin-left: -0.7509765625em;
403
- color: rgb(59, 65, 65);
404
- }
405
- .icon-pptx .path11:before {
406
- content: "\\e950";
407
- margin-left: -0.7509765625em;
408
- color: rgb(59, 65, 65);
409
- }
410
- .icon-pptx .path12:before {
411
- content: "\\e951";
412
- margin-left: -0.7509765625em;
413
- color: rgb(59, 65, 65);
414
- }
415
- .icon-pptx .path13:before {
416
- content: "\\e952";
417
- margin-left: -0.7509765625em;
418
- color: rgb(59, 65, 65);
419
- }
420
- .icon-pptx-light .path1:before {
421
- content: "\\e953";
422
- color: rgb(210, 210, 210);
423
- }
424
- .icon-pptx-light .path2:before {
425
- content: "\\e954";
426
- margin-left: -0.7509765625em;
427
- color: rgb(210, 210, 210);
428
- }
429
- .icon-pptx-light .path3:before {
430
- content: "\\e955";
431
- margin-left: -0.7509765625em;
432
- color: rgb(210, 210, 210);
433
- }
434
- .icon-pptx-light .path4:before {
435
- content: "\\e956";
436
- margin-left: -0.7509765625em;
437
- color: rgb(254, 254, 254);
438
- }
439
- .icon-pptx-light .path5:before {
440
- content: "\\e957";
441
- margin-left: -0.7509765625em;
442
- color: rgb(210, 210, 210);
443
- }
444
- .icon-pptx-light .path6:before {
445
- content: "\\e958";
446
- margin-left: -0.7509765625em;
447
- color: rgb(210, 210, 210);
448
- }
449
- .icon-pptx-light .path7:before {
450
- content: "\\e959";
451
- margin-left: -0.7509765625em;
452
- color: rgb(210, 210, 210);
453
- }
454
- .icon-pptx-light .path8:before {
455
- content: "\\e95a";
456
- margin-left: -0.7509765625em;
457
- color: rgb(210, 210, 210);
458
- }
459
- .icon-pptx-light .path9:before {
460
- content: "\\e95b";
461
- margin-left: -0.7509765625em;
462
- color: rgb(210, 210, 210);
463
- }
464
- .icon-pptx-light .path10:before {
465
- content: "\\e95c";
466
- margin-left: -0.7509765625em;
467
- color: rgb(210, 210, 210);
468
- }
469
- .icon-pptx-light .path11:before {
470
- content: "\\e95d";
471
- margin-left: -0.7509765625em;
472
- color: rgb(210, 210, 210);
473
- }
474
- .icon-pptx-light .path12:before {
475
- content: "\\e95e";
476
- margin-left: -0.7509765625em;
477
- color: rgb(210, 210, 210);
478
- }
479
- .icon-pptx-light .path13:before {
480
- content: "\\e95f";
481
- margin-left: -0.7509765625em;
482
- color: rgb(210, 210, 210);
483
- }
484
- .icon-rar .path1:before {
485
- content: "\\e960";
486
- color: rgb(59, 65, 65);
487
- }
488
- .icon-rar .path2:before {
489
- content: "\\e961";
490
- margin-left: -0.7509765625em;
491
- color: rgb(59, 65, 65);
492
- }
493
- .icon-rar .path3:before {
494
- content: "\\e962";
495
- margin-left: -0.7509765625em;
496
- color: rgb(59, 65, 65);
497
- }
498
- .icon-rar .path4:before {
499
- content: "\\e963";
500
- margin-left: -0.7509765625em;
501
- color: rgb(254, 254, 254);
502
- }
503
- .icon-rar .path5:before {
504
- content: "\\e964";
505
- margin-left: -0.7509765625em;
506
- color: rgb(59, 65, 65);
507
- }
508
- .icon-rar .path6:before {
509
- content: "\\e965";
510
- margin-left: -0.7509765625em;
511
- color: rgb(59, 65, 65);
512
- }
513
- .icon-rar .path7:before {
514
- content: "\\e966";
515
- margin-left: -0.7509765625em;
516
- color: rgb(59, 65, 65);
517
- }
518
- .icon-rar .path8:before {
519
- content: "\\e967";
520
- margin-left: -0.7509765625em;
521
- color: rgb(59, 65, 65);
522
- }
523
- .icon-rar .path9:before {
524
- content: "\\e968";
525
- margin-left: -0.7509765625em;
526
- color: rgb(59, 65, 65);
527
- }
528
- .icon-rar .path10:before {
529
- content: "\\e969";
530
- margin-left: -0.7509765625em;
531
- color: rgb(59, 65, 65);
532
- }
533
- .icon-rar .path11:before {
534
- content: "\\e96a";
535
- margin-left: -0.7509765625em;
536
- color: rgb(59, 65, 65);
537
- }
538
- .icon-rar .path12:before {
539
- content: "\\e96b";
540
- margin-left: -0.7509765625em;
541
- color: rgb(59, 65, 65);
542
- }
543
- .icon-rar-light .path1:before {
544
- content: "\\e96c";
545
- color: rgb(210, 210, 210);
546
- }
547
- .icon-rar-light .path2:before {
548
- content: "\\e96d";
549
- margin-left: -0.7509765625em;
550
- color: rgb(210, 210, 210);
551
- }
552
- .icon-rar-light .path3:before {
553
- content: "\\e96e";
554
- margin-left: -0.7509765625em;
555
- color: rgb(210, 210, 210);
556
- }
557
- .icon-rar-light .path4:before {
558
- content: "\\e96f";
559
- margin-left: -0.7509765625em;
560
- color: rgb(254, 254, 254);
561
- }
562
- .icon-rar-light .path5:before {
563
- content: "\\e970";
564
- margin-left: -0.7509765625em;
565
- color: rgb(210, 210, 210);
566
- }
567
- .icon-rar-light .path6:before {
568
- content: "\\e971";
569
- margin-left: -0.7509765625em;
570
- color: rgb(210, 210, 210);
571
- }
572
- .icon-rar-light .path7:before {
573
- content: "\\e972";
574
- margin-left: -0.7509765625em;
575
- color: rgb(210, 210, 210);
576
- }
577
- .icon-rar-light .path8:before {
578
- content: "\\e973";
579
- margin-left: -0.7509765625em;
580
- color: rgb(210, 210, 210);
581
- }
582
- .icon-rar-light .path9:before {
583
- content: "\\e974";
584
- margin-left: -0.7509765625em;
585
- color: rgb(210, 210, 210);
586
- }
587
- .icon-rar-light .path10:before {
588
- content: "\\e975";
589
- margin-left: -0.7509765625em;
590
- color: rgb(210, 210, 210);
591
- }
592
- .icon-rar-light .path11:before {
593
- content: "\\e976";
594
- margin-left: -0.7509765625em;
595
- color: rgb(210, 210, 210);
596
- }
597
- .icon-rar-light .path12:before {
598
- content: "\\e977";
599
- margin-left: -0.7509765625em;
600
- color: rgb(210, 210, 210);
601
- }
602
- .icon-xlsx .path1:before {
603
- content: "\\e978";
604
- color: rgb(59, 65, 65);
605
- }
606
- .icon-xlsx .path2:before {
607
- content: "\\e979";
608
- margin-left: -0.7509765625em;
609
- color: rgb(59, 65, 65);
610
- }
611
- .icon-xlsx .path3:before {
612
- content: "\\e97a";
613
- margin-left: -0.7509765625em;
614
- color: rgb(59, 65, 65);
615
- }
616
- .icon-xlsx .path4:before {
617
- content: "\\e97b";
618
- margin-left: -0.7509765625em;
619
- color: rgb(254, 254, 254);
620
- }
621
- .icon-xlsx .path5:before {
622
- content: "\\e97c";
623
- margin-left: -0.7509765625em;
624
- color: rgb(59, 65, 65);
625
- }
626
- .icon-xlsx .path6:before {
627
- content: "\\e97d";
628
- margin-left: -0.7509765625em;
629
- color: rgb(59, 65, 65);
630
- }
631
- .icon-xlsx .path7:before {
632
- content: "\\e97e";
633
- margin-left: -0.7509765625em;
634
- color: rgb(59, 65, 65);
635
- }
636
- .icon-xlsx .path8:before {
637
- content: "\\e97f";
638
- margin-left: -0.7509765625em;
639
- color: rgb(59, 65, 65);
640
- }
641
- .icon-xlsx-light .path1:before {
642
- content: "\\e980";
643
- color: rgb(210, 210, 210);
644
- }
645
- .icon-xlsx-light .path2:before {
646
- content: "\\e981";
647
- margin-left: -0.7509765625em;
648
- color: rgb(210, 210, 210);
649
- }
650
- .icon-xlsx-light .path3:before {
651
- content: "\\e982";
652
- margin-left: -0.7509765625em;
653
- color: rgb(210, 210, 210);
654
- }
655
- .icon-xlsx-light .path4:before {
656
- content: "\\e983";
657
- margin-left: -0.7509765625em;
658
- color: rgb(254, 254, 254);
659
- }
660
- .icon-xlsx-light .path5:before {
661
- content: "\\e984";
662
- margin-left: -0.7509765625em;
663
- color: rgb(210, 210, 210);
664
- }
665
- .icon-xlsx-light .path6:before {
666
- content: "\\e985";
667
- margin-left: -0.7509765625em;
668
- color: rgb(210, 210, 210);
669
- }
670
- .icon-xlsx-light .path7:before {
671
- content: "\\e986";
672
- margin-left: -0.7509765625em;
673
- color: rgb(210, 210, 210);
674
- }
675
- .icon-xlsx-light .path8:before {
676
- content: "\\e987";
677
- margin-left: -0.7509765625em;
678
- color: rgb(210, 210, 210);
679
- }
680
- .icon-zip .path1:before {
681
- content: "\\e988";
682
- color: rgb(59, 65, 65);
683
- }
684
- .icon-zip .path2:before {
685
- content: "\\e989";
686
- margin-left: -0.7509765625em;
687
- color: rgb(59, 65, 65);
688
- }
689
- .icon-zip .path3:before {
690
- content: "\\e98a";
691
- margin-left: -0.7509765625em;
692
- color: rgb(59, 65, 65);
693
- }
694
- .icon-zip .path4:before {
695
- content: "\\e98b";
696
- margin-left: -0.7509765625em;
697
- color: rgb(254, 254, 254);
698
- }
699
- .icon-zip .path5:before {
700
- content: "\\e98c";
701
- margin-left: -0.7509765625em;
702
- color: rgb(59, 65, 65);
703
- }
704
- .icon-zip .path6:before {
705
- content: "\\e98d";
706
- margin-left: -0.7509765625em;
707
- color: rgb(59, 65, 65);
708
- }
709
- .icon-zip .path7:before {
710
- content: "\\e98e";
711
- margin-left: -0.7509765625em;
712
- color: rgb(59, 65, 65);
713
- }
714
- .icon-zip .path8:before {
715
- content: "\\e98f";
716
- margin-left: -0.7509765625em;
717
- color: rgb(59, 65, 65);
718
- }
719
- .icon-zip .path9:before {
720
- content: "\\e990";
721
- margin-left: -0.7509765625em;
722
- color: rgb(59, 65, 65);
723
- }
724
- .icon-zip .path10:before {
725
- content: "\\e991";
726
- margin-left: -0.7509765625em;
727
- color: rgb(59, 65, 65);
728
- }
729
- .icon-zip .path11:before {
730
- content: "\\e992";
731
- margin-left: -0.7509765625em;
732
- color: rgb(59, 65, 65);
733
- }
734
- .icon-zip .path12:before {
735
- content: "\\e993";
736
- margin-left: -0.7509765625em;
737
- color: rgb(59, 65, 65);
738
- }
739
- .icon-zip-light .path1:before {
740
- content: "\\e994";
741
- color: rgb(210, 210, 210);
742
- }
743
- .icon-zip-light .path2:before {
744
- content: "\\e995";
745
- margin-left: -0.7509765625em;
746
- color: rgb(210, 210, 210);
747
- }
748
- .icon-zip-light .path3:before {
749
- content: "\\e996";
750
- margin-left: -0.7509765625em;
751
- color: rgb(210, 210, 210);
752
- }
753
- .icon-zip-light .path4:before {
754
- content: "\\e997";
755
- margin-left: -0.7509765625em;
756
- color: rgb(254, 254, 254);
757
- }
758
- .icon-zip-light .path5:before {
759
- content: "\\e998";
760
- margin-left: -0.7509765625em;
761
- color: rgb(210, 210, 210);
762
- }
763
- .icon-zip-light .path6:before {
764
- content: "\\e999";
765
- margin-left: -0.7509765625em;
766
- color: rgb(210, 210, 210);
767
- }
768
- .icon-zip-light .path7:before {
769
- content: "\\e99a";
770
- margin-left: -0.7509765625em;
771
- color: rgb(210, 210, 210);
772
- }
773
- .icon-zip-light .path8:before {
774
- content: "\\e99b";
775
- margin-left: -0.7509765625em;
776
- color: rgb(210, 210, 210);
777
- }
778
- .icon-zip-light .path9:before {
779
- content: "\\e99c";
780
- margin-left: -0.7509765625em;
781
- color: rgb(210, 210, 210);
782
- }
783
- .icon-zip-light .path10:before {
784
- content: "\\e99d";
785
- margin-left: -0.7509765625em;
786
- color: rgb(210, 210, 210);
787
- }
788
- .icon-zip-light .path11:before {
789
- content: "\\e99e";
790
- margin-left: -0.7509765625em;
791
- color: rgb(210, 210, 210);
792
- }
793
- .icon-zip-light .path12:before {
794
- content: "\\e99f";
795
- margin-left: -0.7509765625em;
796
- color: rgb(210, 210, 210);
797
- }
798
- `;var _default=exports.default=
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var _templateObject,_styledComponents=require("styled-components");function _taggedTemplateLiteral(a,b){return b||(b=a.slice(0)),Object.freeze(Object.defineProperties(a,{raw:{value:Object.freeze(b)}}))}
2
+
3
+ const FontStyle=(0,_styledComponents.createGlobalStyle)(_templateObject||(_templateObject=_taggedTemplateLiteral(["\n span.jupiter-file-font {\n /* use !important to prevent issues with browser extensions that change fonts */\n font-family: 'JupiterfilesImgs' !important;\n font-style: normal;\n font-weight: normal;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n\n /* Better Font Rendering =========== */\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n\n .icon-doc .path1:before {\n content: \"\\e900\";\n color: rgb(59, 65, 65);\n }\n .icon-doc .path2:before {\n content: \"\\e901\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-doc .path3:before {\n content: \"\\e902\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-doc .path4:before {\n content: \"\\e903\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-doc .path5:before {\n content: \"\\e904\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-doc .path6:before {\n content: \"\\e905\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-doc .path7:before {\n content: \"\\e906\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-doc .path8:before {\n content: \"\\e907\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-doc-light .path1:before {\n content: \"\\e908\";\n color: rgb(210, 210, 210);\n }\n .icon-doc-light .path2:before {\n content: \"\\e909\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-doc-light .path3:before {\n content: \"\\e90a\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-doc-light .path4:before {\n content: \"\\e90b\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-doc-light .path5:before {\n content: \"\\e90c\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-doc-light .path6:before {\n content: \"\\e90d\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-doc-light .path7:before {\n content: \"\\e90e\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-doc-light .path8:before {\n content: \"\\e90f\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-jpg .path1:before {\n content: \"\\e910\";\n color: rgb(59, 65, 65);\n }\n .icon-jpg .path2:before {\n content: \"\\e911\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-jpg .path3:before {\n content: \"\\e912\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-jpg .path4:before {\n content: \"\\e913\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-jpg .path5:before {\n content: \"\\e914\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-jpg .path6:before {\n content: \"\\e915\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-jpg-light .path1:before {\n content: \"\\e916\";\n color: rgb(210, 210, 210);\n }\n .icon-jpg-light .path2:before {\n content: \"\\e917\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-jpg-light .path3:before {\n content: \"\\e918\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-jpg-light .path4:before {\n content: \"\\e919\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-jpg-light .path5:before {\n content: \"\\e91a\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-jpg-light .path6:before {\n content: \"\\e91b\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-mp3 .path1:before {\n content: \"\\e91c\";\n color: rgb(59, 65, 65);\n }\n .icon-mp3 .path2:before {\n content: \"\\e91d\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-mp3 .path3:before {\n content: \"\\e91e\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-mp3 .path4:before {\n content: \"\\e91f\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-mp3 .path5:before {\n content: \"\\e920\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-mp3-light .path1:before {\n content: \"\\e921\";\n color: rgb(210, 210, 210);\n }\n .icon-mp3-light .path2:before {\n content: \"\\e922\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-mp3-light .path3:before {\n content: \"\\e923\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-mp3-light .path4:before {\n content: \"\\e924\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-mp3-light .path5:before {\n content: \"\\e925\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-mp4 .path1:before {\n content: \"\\e926\";\n color: rgb(59, 65, 65);\n }\n .icon-mp4 .path2:before {\n content: \"\\e927\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-mp4 .path3:before {\n content: \"\\e928\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-mp4 .path4:before {\n content: \"\\e929\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-mp4 .path5:before {\n content: \"\\e92a\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-mp4 .path6:before {\n content: \"\\e92b\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-mp4-light .path1:before {\n content: \"\\e92c\";\n color: rgb(210, 210, 210);\n }\n .icon-mp4-light .path2:before {\n content: \"\\e92d\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-mp4-light .path3:before {\n content: \"\\e92e\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-mp4-light .path4:before {\n content: \"\\e92f\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-mp4-light .path5:before {\n content: \"\\e930\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-mp4-light .path6:before {\n content: \"\\e931\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-pdf .path1:before {\n content: \"\\e932\";\n color: rgb(59, 65, 65);\n }\n .icon-pdf .path2:before {\n content: \"\\e933\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-pdf .path3:before {\n content: \"\\e934\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-pdf .path4:before {\n content: \"\\e935\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-pdf .path5:before {\n content: \"\\e936\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-pdf-light .path1:before {\n content: \"\\e937\";\n color: rgb(210, 210, 210);\n }\n .icon-pdf-light .path2:before {\n content: \"\\e938\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-pdf-light .path3:before {\n content: \"\\e939\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-pdf-light .path4:before {\n content: \"\\e93a\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-pdf-light .path5:before {\n content: \"\\e93b\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-png .path1:before {\n content: \"\\e93c\";\n color: rgb(59, 65, 65);\n }\n .icon-png .path2:before {\n content: \"\\e93d\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-png .path3:before {\n content: \"\\e93e\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-png .path4:before {\n content: \"\\e93f\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-png .path5:before {\n content: \"\\e940\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-png-light .path1:before {\n content: \"\\e941\";\n color: rgb(210, 210, 210);\n }\n .icon-png-light .path2:before {\n content: \"\\e942\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-png-light .path3:before {\n content: \"\\e943\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-png-light .path4:before {\n content: \"\\e944\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-png-light .path5:before {\n content: \"\\e945\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-pptx .path1:before {\n content: \"\\e946\";\n color: rgb(59, 65, 65);\n }\n .icon-pptx .path2:before {\n content: \"\\e947\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-pptx .path3:before {\n content: \"\\e948\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-pptx .path4:before {\n content: \"\\e949\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-pptx .path5:before {\n content: \"\\e94a\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-pptx .path6:before {\n content: \"\\e94b\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-pptx .path7:before {\n content: \"\\e94c\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-pptx .path8:before {\n content: \"\\e94d\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-pptx .path9:before {\n content: \"\\e94e\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-pptx .path10:before {\n content: \"\\e94f\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-pptx .path11:before {\n content: \"\\e950\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-pptx .path12:before {\n content: \"\\e951\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-pptx .path13:before {\n content: \"\\e952\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-pptx-light .path1:before {\n content: \"\\e953\";\n color: rgb(210, 210, 210);\n }\n .icon-pptx-light .path2:before {\n content: \"\\e954\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-pptx-light .path3:before {\n content: \"\\e955\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-pptx-light .path4:before {\n content: \"\\e956\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-pptx-light .path5:before {\n content: \"\\e957\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-pptx-light .path6:before {\n content: \"\\e958\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-pptx-light .path7:before {\n content: \"\\e959\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-pptx-light .path8:before {\n content: \"\\e95a\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-pptx-light .path9:before {\n content: \"\\e95b\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-pptx-light .path10:before {\n content: \"\\e95c\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-pptx-light .path11:before {\n content: \"\\e95d\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-pptx-light .path12:before {\n content: \"\\e95e\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-pptx-light .path13:before {\n content: \"\\e95f\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-rar .path1:before {\n content: \"\\e960\";\n color: rgb(59, 65, 65);\n }\n .icon-rar .path2:before {\n content: \"\\e961\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-rar .path3:before {\n content: \"\\e962\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-rar .path4:before {\n content: \"\\e963\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-rar .path5:before {\n content: \"\\e964\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-rar .path6:before {\n content: \"\\e965\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-rar .path7:before {\n content: \"\\e966\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-rar .path8:before {\n content: \"\\e967\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-rar .path9:before {\n content: \"\\e968\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-rar .path10:before {\n content: \"\\e969\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-rar .path11:before {\n content: \"\\e96a\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-rar .path12:before {\n content: \"\\e96b\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-rar-light .path1:before {\n content: \"\\e96c\";\n color: rgb(210, 210, 210);\n }\n .icon-rar-light .path2:before {\n content: \"\\e96d\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-rar-light .path3:before {\n content: \"\\e96e\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-rar-light .path4:before {\n content: \"\\e96f\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-rar-light .path5:before {\n content: \"\\e970\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-rar-light .path6:before {\n content: \"\\e971\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-rar-light .path7:before {\n content: \"\\e972\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-rar-light .path8:before {\n content: \"\\e973\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-rar-light .path9:before {\n content: \"\\e974\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-rar-light .path10:before {\n content: \"\\e975\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-rar-light .path11:before {\n content: \"\\e976\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-rar-light .path12:before {\n content: \"\\e977\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-xlsx .path1:before {\n content: \"\\e978\";\n color: rgb(59, 65, 65);\n }\n .icon-xlsx .path2:before {\n content: \"\\e979\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-xlsx .path3:before {\n content: \"\\e97a\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-xlsx .path4:before {\n content: \"\\e97b\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-xlsx .path5:before {\n content: \"\\e97c\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-xlsx .path6:before {\n content: \"\\e97d\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-xlsx .path7:before {\n content: \"\\e97e\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-xlsx .path8:before {\n content: \"\\e97f\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-xlsx-light .path1:before {\n content: \"\\e980\";\n color: rgb(210, 210, 210);\n }\n .icon-xlsx-light .path2:before {\n content: \"\\e981\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-xlsx-light .path3:before {\n content: \"\\e982\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-xlsx-light .path4:before {\n content: \"\\e983\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-xlsx-light .path5:before {\n content: \"\\e984\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-xlsx-light .path6:before {\n content: \"\\e985\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-xlsx-light .path7:before {\n content: \"\\e986\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-xlsx-light .path8:before {\n content: \"\\e987\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-zip .path1:before {\n content: \"\\e988\";\n color: rgb(59, 65, 65);\n }\n .icon-zip .path2:before {\n content: \"\\e989\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-zip .path3:before {\n content: \"\\e98a\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-zip .path4:before {\n content: \"\\e98b\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-zip .path5:before {\n content: \"\\e98c\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-zip .path6:before {\n content: \"\\e98d\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-zip .path7:before {\n content: \"\\e98e\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-zip .path8:before {\n content: \"\\e98f\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-zip .path9:before {\n content: \"\\e990\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-zip .path10:before {\n content: \"\\e991\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-zip .path11:before {\n content: \"\\e992\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-zip .path12:before {\n content: \"\\e993\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-zip-light .path1:before {\n content: \"\\e994\";\n color: rgb(210, 210, 210);\n }\n .icon-zip-light .path2:before {\n content: \"\\e995\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-zip-light .path3:before {\n content: \"\\e996\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-zip-light .path4:before {\n content: \"\\e997\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-zip-light .path5:before {\n content: \"\\e998\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-zip-light .path6:before {\n content: \"\\e999\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-zip-light .path7:before {\n content: \"\\e99a\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-zip-light .path8:before {\n content: \"\\e99b\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-zip-light .path9:before {\n content: \"\\e99c\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-zip-light .path10:before {\n content: \"\\e99d\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-zip-light .path11:before {\n content: \"\\e99e\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-zip-light .path12:before {\n content: \"\\e99f\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n"],["\n span.jupiter-file-font {\n /* use !important to prevent issues with browser extensions that change fonts */\n font-family: 'JupiterfilesImgs' !important;\n font-style: normal;\n font-weight: normal;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n\n /* Better Font Rendering =========== */\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n\n .icon-doc .path1:before {\n content: \"\\\\e900\";\n color: rgb(59, 65, 65);\n }\n .icon-doc .path2:before {\n content: \"\\\\e901\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-doc .path3:before {\n content: \"\\\\e902\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-doc .path4:before {\n content: \"\\\\e903\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-doc .path5:before {\n content: \"\\\\e904\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-doc .path6:before {\n content: \"\\\\e905\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-doc .path7:before {\n content: \"\\\\e906\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-doc .path8:before {\n content: \"\\\\e907\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-doc-light .path1:before {\n content: \"\\\\e908\";\n color: rgb(210, 210, 210);\n }\n .icon-doc-light .path2:before {\n content: \"\\\\e909\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-doc-light .path3:before {\n content: \"\\\\e90a\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-doc-light .path4:before {\n content: \"\\\\e90b\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-doc-light .path5:before {\n content: \"\\\\e90c\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-doc-light .path6:before {\n content: \"\\\\e90d\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-doc-light .path7:before {\n content: \"\\\\e90e\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-doc-light .path8:before {\n content: \"\\\\e90f\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-jpg .path1:before {\n content: \"\\\\e910\";\n color: rgb(59, 65, 65);\n }\n .icon-jpg .path2:before {\n content: \"\\\\e911\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-jpg .path3:before {\n content: \"\\\\e912\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-jpg .path4:before {\n content: \"\\\\e913\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-jpg .path5:before {\n content: \"\\\\e914\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-jpg .path6:before {\n content: \"\\\\e915\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-jpg-light .path1:before {\n content: \"\\\\e916\";\n color: rgb(210, 210, 210);\n }\n .icon-jpg-light .path2:before {\n content: \"\\\\e917\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-jpg-light .path3:before {\n content: \"\\\\e918\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-jpg-light .path4:before {\n content: \"\\\\e919\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-jpg-light .path5:before {\n content: \"\\\\e91a\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-jpg-light .path6:before {\n content: \"\\\\e91b\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-mp3 .path1:before {\n content: \"\\\\e91c\";\n color: rgb(59, 65, 65);\n }\n .icon-mp3 .path2:before {\n content: \"\\\\e91d\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-mp3 .path3:before {\n content: \"\\\\e91e\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-mp3 .path4:before {\n content: \"\\\\e91f\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-mp3 .path5:before {\n content: \"\\\\e920\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-mp3-light .path1:before {\n content: \"\\\\e921\";\n color: rgb(210, 210, 210);\n }\n .icon-mp3-light .path2:before {\n content: \"\\\\e922\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-mp3-light .path3:before {\n content: \"\\\\e923\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-mp3-light .path4:before {\n content: \"\\\\e924\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-mp3-light .path5:before {\n content: \"\\\\e925\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-mp4 .path1:before {\n content: \"\\\\e926\";\n color: rgb(59, 65, 65);\n }\n .icon-mp4 .path2:before {\n content: \"\\\\e927\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-mp4 .path3:before {\n content: \"\\\\e928\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-mp4 .path4:before {\n content: \"\\\\e929\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-mp4 .path5:before {\n content: \"\\\\e92a\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-mp4 .path6:before {\n content: \"\\\\e92b\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-mp4-light .path1:before {\n content: \"\\\\e92c\";\n color: rgb(210, 210, 210);\n }\n .icon-mp4-light .path2:before {\n content: \"\\\\e92d\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-mp4-light .path3:before {\n content: \"\\\\e92e\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-mp4-light .path4:before {\n content: \"\\\\e92f\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-mp4-light .path5:before {\n content: \"\\\\e930\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-mp4-light .path6:before {\n content: \"\\\\e931\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-pdf .path1:before {\n content: \"\\\\e932\";\n color: rgb(59, 65, 65);\n }\n .icon-pdf .path2:before {\n content: \"\\\\e933\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-pdf .path3:before {\n content: \"\\\\e934\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-pdf .path4:before {\n content: \"\\\\e935\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-pdf .path5:before {\n content: \"\\\\e936\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-pdf-light .path1:before {\n content: \"\\\\e937\";\n color: rgb(210, 210, 210);\n }\n .icon-pdf-light .path2:before {\n content: \"\\\\e938\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-pdf-light .path3:before {\n content: \"\\\\e939\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-pdf-light .path4:before {\n content: \"\\\\e93a\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-pdf-light .path5:before {\n content: \"\\\\e93b\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-png .path1:before {\n content: \"\\\\e93c\";\n color: rgb(59, 65, 65);\n }\n .icon-png .path2:before {\n content: \"\\\\e93d\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-png .path3:before {\n content: \"\\\\e93e\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-png .path4:before {\n content: \"\\\\e93f\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-png .path5:before {\n content: \"\\\\e940\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-png-light .path1:before {\n content: \"\\\\e941\";\n color: rgb(210, 210, 210);\n }\n .icon-png-light .path2:before {\n content: \"\\\\e942\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-png-light .path3:before {\n content: \"\\\\e943\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-png-light .path4:before {\n content: \"\\\\e944\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-png-light .path5:before {\n content: \"\\\\e945\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-pptx .path1:before {\n content: \"\\\\e946\";\n color: rgb(59, 65, 65);\n }\n .icon-pptx .path2:before {\n content: \"\\\\e947\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-pptx .path3:before {\n content: \"\\\\e948\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-pptx .path4:before {\n content: \"\\\\e949\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-pptx .path5:before {\n content: \"\\\\e94a\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-pptx .path6:before {\n content: \"\\\\e94b\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-pptx .path7:before {\n content: \"\\\\e94c\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-pptx .path8:before {\n content: \"\\\\e94d\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-pptx .path9:before {\n content: \"\\\\e94e\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-pptx .path10:before {\n content: \"\\\\e94f\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-pptx .path11:before {\n content: \"\\\\e950\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-pptx .path12:before {\n content: \"\\\\e951\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-pptx .path13:before {\n content: \"\\\\e952\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-pptx-light .path1:before {\n content: \"\\\\e953\";\n color: rgb(210, 210, 210);\n }\n .icon-pptx-light .path2:before {\n content: \"\\\\e954\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-pptx-light .path3:before {\n content: \"\\\\e955\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-pptx-light .path4:before {\n content: \"\\\\e956\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-pptx-light .path5:before {\n content: \"\\\\e957\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-pptx-light .path6:before {\n content: \"\\\\e958\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-pptx-light .path7:before {\n content: \"\\\\e959\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-pptx-light .path8:before {\n content: \"\\\\e95a\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-pptx-light .path9:before {\n content: \"\\\\e95b\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-pptx-light .path10:before {\n content: \"\\\\e95c\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-pptx-light .path11:before {\n content: \"\\\\e95d\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-pptx-light .path12:before {\n content: \"\\\\e95e\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-pptx-light .path13:before {\n content: \"\\\\e95f\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-rar .path1:before {\n content: \"\\\\e960\";\n color: rgb(59, 65, 65);\n }\n .icon-rar .path2:before {\n content: \"\\\\e961\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-rar .path3:before {\n content: \"\\\\e962\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-rar .path4:before {\n content: \"\\\\e963\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-rar .path5:before {\n content: \"\\\\e964\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-rar .path6:before {\n content: \"\\\\e965\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-rar .path7:before {\n content: \"\\\\e966\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-rar .path8:before {\n content: \"\\\\e967\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-rar .path9:before {\n content: \"\\\\e968\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-rar .path10:before {\n content: \"\\\\e969\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-rar .path11:before {\n content: \"\\\\e96a\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-rar .path12:before {\n content: \"\\\\e96b\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-rar-light .path1:before {\n content: \"\\\\e96c\";\n color: rgb(210, 210, 210);\n }\n .icon-rar-light .path2:before {\n content: \"\\\\e96d\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-rar-light .path3:before {\n content: \"\\\\e96e\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-rar-light .path4:before {\n content: \"\\\\e96f\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-rar-light .path5:before {\n content: \"\\\\e970\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-rar-light .path6:before {\n content: \"\\\\e971\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-rar-light .path7:before {\n content: \"\\\\e972\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-rar-light .path8:before {\n content: \"\\\\e973\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-rar-light .path9:before {\n content: \"\\\\e974\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-rar-light .path10:before {\n content: \"\\\\e975\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-rar-light .path11:before {\n content: \"\\\\e976\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-rar-light .path12:before {\n content: \"\\\\e977\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-xlsx .path1:before {\n content: \"\\\\e978\";\n color: rgb(59, 65, 65);\n }\n .icon-xlsx .path2:before {\n content: \"\\\\e979\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-xlsx .path3:before {\n content: \"\\\\e97a\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-xlsx .path4:before {\n content: \"\\\\e97b\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-xlsx .path5:before {\n content: \"\\\\e97c\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-xlsx .path6:before {\n content: \"\\\\e97d\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-xlsx .path7:before {\n content: \"\\\\e97e\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-xlsx .path8:before {\n content: \"\\\\e97f\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-xlsx-light .path1:before {\n content: \"\\\\e980\";\n color: rgb(210, 210, 210);\n }\n .icon-xlsx-light .path2:before {\n content: \"\\\\e981\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-xlsx-light .path3:before {\n content: \"\\\\e982\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-xlsx-light .path4:before {\n content: \"\\\\e983\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-xlsx-light .path5:before {\n content: \"\\\\e984\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-xlsx-light .path6:before {\n content: \"\\\\e985\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-xlsx-light .path7:before {\n content: \"\\\\e986\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-xlsx-light .path8:before {\n content: \"\\\\e987\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-zip .path1:before {\n content: \"\\\\e988\";\n color: rgb(59, 65, 65);\n }\n .icon-zip .path2:before {\n content: \"\\\\e989\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-zip .path3:before {\n content: \"\\\\e98a\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-zip .path4:before {\n content: \"\\\\e98b\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-zip .path5:before {\n content: \"\\\\e98c\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-zip .path6:before {\n content: \"\\\\e98d\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-zip .path7:before {\n content: \"\\\\e98e\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-zip .path8:before {\n content: \"\\\\e98f\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-zip .path9:before {\n content: \"\\\\e990\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-zip .path10:before {\n content: \"\\\\e991\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-zip .path11:before {\n content: \"\\\\e992\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-zip .path12:before {\n content: \"\\\\e993\";\n margin-left: -0.7509765625em;\n color: rgb(59, 65, 65);\n }\n .icon-zip-light .path1:before {\n content: \"\\\\e994\";\n color: rgb(210, 210, 210);\n }\n .icon-zip-light .path2:before {\n content: \"\\\\e995\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-zip-light .path3:before {\n content: \"\\\\e996\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-zip-light .path4:before {\n content: \"\\\\e997\";\n margin-left: -0.7509765625em;\n color: rgb(254, 254, 254);\n }\n .icon-zip-light .path5:before {\n content: \"\\\\e998\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-zip-light .path6:before {\n content: \"\\\\e999\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-zip-light .path7:before {\n content: \"\\\\e99a\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-zip-light .path8:before {\n content: \"\\\\e99b\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-zip-light .path9:before {\n content: \"\\\\e99c\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-zip-light .path10:before {\n content: \"\\\\e99d\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-zip-light .path11:before {\n content: \"\\\\e99e\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n .icon-zip-light .path12:before {\n content: \"\\\\e99f\";\n margin-left: -0.7509765625em;\n color: rgb(210, 210, 210);\n }\n"])));var _default=exports.default=
4
+
5
+
6
+
7
+
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+
30
+
31
+
32
+
33
+
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+
64
+
65
+
66
+
67
+
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+
78
+
79
+
80
+
81
+
82
+
83
+
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+
136
+
137
+
138
+
139
+
140
+
141
+
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+
150
+
151
+
152
+
153
+
154
+
155
+
156
+
157
+
158
+
159
+
160
+
161
+
162
+
163
+
164
+
165
+
166
+
167
+
168
+
169
+
170
+
171
+
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+
189
+
190
+
191
+
192
+
193
+
194
+
195
+
196
+
197
+
198
+
199
+
200
+
201
+
202
+
203
+
204
+
205
+
206
+
207
+
208
+
209
+
210
+
211
+
212
+
213
+
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
+
222
+
223
+
224
+
225
+
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+
247
+
248
+
249
+
250
+
251
+
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+
261
+
262
+
263
+
264
+
265
+
266
+
267
+
268
+
269
+
270
+
271
+
272
+
273
+
274
+
275
+
276
+
277
+
278
+
279
+
280
+
281
+
282
+
283
+
284
+
285
+
286
+
287
+
288
+
289
+
290
+
291
+
292
+
293
+
294
+
295
+
296
+
297
+
298
+
299
+
300
+
301
+
302
+
303
+
304
+
305
+
306
+
307
+
308
+
309
+
310
+
311
+
312
+
313
+
314
+
315
+
316
+
317
+
318
+
319
+
320
+
321
+
322
+
323
+
324
+
325
+
326
+
327
+
328
+
329
+
330
+
331
+
332
+
333
+
334
+
335
+
336
+
337
+
338
+
339
+
340
+
341
+
342
+
343
+
344
+
345
+
346
+
347
+
348
+
349
+
350
+
351
+
352
+
353
+
354
+
355
+
356
+
357
+
358
+
359
+
360
+
361
+
362
+
363
+
364
+
365
+
366
+
367
+
368
+
369
+
370
+
371
+
372
+
373
+
374
+
375
+
376
+
377
+
378
+
379
+
380
+
381
+
382
+
383
+
384
+
385
+
386
+
387
+
388
+
389
+
390
+
391
+
392
+
393
+
394
+
395
+
396
+
397
+
398
+
399
+
400
+
401
+
402
+
403
+
404
+
405
+
406
+
407
+
408
+
409
+
410
+
411
+
412
+
413
+
414
+
415
+
416
+
417
+
418
+
419
+
420
+
421
+
422
+
423
+
424
+
425
+
426
+
427
+
428
+
429
+
430
+
431
+
432
+
433
+
434
+
435
+
436
+
437
+
438
+
439
+
440
+
441
+
442
+
443
+
444
+
445
+
446
+
447
+
448
+
449
+
450
+
451
+
452
+
453
+
454
+
455
+
456
+
457
+
458
+
459
+
460
+
461
+
462
+
463
+
464
+
465
+
466
+
467
+
468
+
469
+
470
+
471
+
472
+
473
+
474
+
475
+
476
+
477
+
478
+
479
+
480
+
481
+
482
+
483
+
484
+
485
+
486
+
487
+
488
+
489
+
490
+
491
+
492
+
493
+
494
+
495
+
496
+
497
+
498
+
499
+
500
+
501
+
502
+
503
+
504
+
505
+
506
+
507
+
508
+
509
+
510
+
511
+
512
+
513
+
514
+
515
+
516
+
517
+
518
+
519
+
520
+
521
+
522
+
523
+
524
+
525
+
526
+
527
+
528
+
529
+
530
+
531
+
532
+
533
+
534
+
535
+
536
+
537
+
538
+
539
+
540
+
541
+
542
+
543
+
544
+
545
+
546
+
547
+
548
+
549
+
550
+
551
+
552
+
553
+
554
+
555
+
556
+
557
+
558
+
559
+
560
+
561
+
562
+
563
+
564
+
565
+
566
+
567
+
568
+
569
+
570
+
571
+
572
+
573
+
574
+
575
+
576
+
577
+
578
+
579
+
580
+
581
+
582
+
583
+
584
+
585
+
586
+
587
+
588
+
589
+
590
+
591
+
592
+
593
+
594
+
595
+
596
+
597
+
598
+
599
+
600
+
601
+
602
+
603
+
604
+
605
+
606
+
607
+
608
+
609
+
610
+
611
+
612
+
613
+
614
+
615
+
616
+
617
+
618
+
619
+
620
+
621
+
622
+
623
+
624
+
625
+
626
+
627
+
628
+
629
+
630
+
631
+
632
+
633
+
634
+
635
+
636
+
637
+
638
+
639
+
640
+
641
+
642
+
643
+
644
+
645
+
646
+
647
+
648
+
649
+
650
+
651
+
652
+
653
+
654
+
655
+
656
+
657
+
658
+
659
+
660
+
661
+
662
+
663
+
664
+
665
+
666
+
667
+
668
+
669
+
670
+
671
+
672
+
673
+
674
+
675
+
676
+
677
+
678
+
679
+
680
+
681
+
682
+
683
+
684
+
685
+
686
+
687
+
688
+
689
+
690
+
691
+
692
+
693
+
694
+
695
+
696
+
697
+
698
+
699
+
700
+
701
+
702
+
703
+
704
+
705
+
706
+
707
+
708
+
709
+
710
+
711
+
712
+
713
+
714
+
715
+
716
+
717
+
718
+
719
+
720
+
721
+
722
+
723
+
724
+
725
+
726
+
727
+
728
+
729
+
730
+
731
+
732
+
733
+
734
+
735
+
736
+
737
+
738
+
739
+
740
+
741
+
742
+
743
+
744
+
745
+
746
+
747
+
748
+
749
+
750
+
751
+
752
+
753
+
754
+
755
+
756
+
757
+
758
+
759
+
760
+
761
+
762
+
763
+
764
+
765
+
766
+
767
+
768
+
769
+
770
+
771
+
772
+
773
+
774
+
775
+
776
+
777
+
778
+
779
+
780
+
781
+
782
+
783
+
784
+
785
+
786
+
787
+
788
+
789
+
790
+
791
+
792
+
793
+
794
+
795
+
796
+
797
+
798
+
799
799
 
800
800
  FontStyle;