@medely/fontawesome-svg-core 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/styles.css ADDED
@@ -0,0 +1,634 @@
1
+ :root, :host {
2
+ --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Solid';
3
+ --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Regular';
4
+ --fa-font-light: normal 300 1em/1 'Font Awesome 6 Light';
5
+ --fa-font-thin: normal 100 1em/1 'Font Awesome 6 Thin';
6
+ --fa-font-duotone: normal 900 1em/1 'Font Awesome 6 Duotone';
7
+ --fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 6 Sharp';
8
+ --fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 6 Sharp';
9
+ --fa-font-sharp-light: normal 300 1em/1 'Font Awesome 6 Sharp';
10
+ --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }
11
+
12
+ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
13
+ overflow: visible;
14
+ box-sizing: content-box; }
15
+
16
+ .svg-inline--fa {
17
+ display: var(--fa-display, inline-block);
18
+ height: 1em;
19
+ overflow: visible;
20
+ vertical-align: -.125em; }
21
+ .svg-inline--fa.fa-2xs {
22
+ vertical-align: 0.1em; }
23
+ .svg-inline--fa.fa-xs {
24
+ vertical-align: 0em; }
25
+ .svg-inline--fa.fa-sm {
26
+ vertical-align: -0.07143em; }
27
+ .svg-inline--fa.fa-lg {
28
+ vertical-align: -0.2em; }
29
+ .svg-inline--fa.fa-xl {
30
+ vertical-align: -0.25em; }
31
+ .svg-inline--fa.fa-2xl {
32
+ vertical-align: -0.3125em; }
33
+ .svg-inline--fa.fa-pull-left {
34
+ margin-right: var(--fa-pull-margin, 0.3em);
35
+ width: auto; }
36
+ .svg-inline--fa.fa-pull-right {
37
+ margin-left: var(--fa-pull-margin, 0.3em);
38
+ width: auto; }
39
+ .svg-inline--fa.fa-li {
40
+ width: var(--fa-li-width, 2em);
41
+ top: 0.25em; }
42
+ .svg-inline--fa.fa-fw {
43
+ width: var(--fa-fw-width, 1.25em); }
44
+
45
+ .fa-layers svg.svg-inline--fa {
46
+ bottom: 0;
47
+ left: 0;
48
+ margin: auto;
49
+ position: absolute;
50
+ right: 0;
51
+ top: 0; }
52
+
53
+ .fa-layers-text, .fa-layers-counter {
54
+ display: inline-block;
55
+ position: absolute;
56
+ text-align: center; }
57
+
58
+ .fa-layers {
59
+ display: inline-block;
60
+ height: 1em;
61
+ position: relative;
62
+ text-align: center;
63
+ vertical-align: -.125em;
64
+ width: 1em; }
65
+ .fa-layers svg.svg-inline--fa {
66
+ -webkit-transform-origin: center center;
67
+ transform-origin: center center; }
68
+
69
+ .fa-layers-text {
70
+ left: 50%;
71
+ top: 50%;
72
+ -webkit-transform: translate(-50%, -50%);
73
+ transform: translate(-50%, -50%);
74
+ -webkit-transform-origin: center center;
75
+ transform-origin: center center; }
76
+
77
+ .fa-layers-counter {
78
+ background-color: var(--fa-counter-background-color, #ff253a);
79
+ border-radius: var(--fa-counter-border-radius, 1em);
80
+ box-sizing: border-box;
81
+ color: var(--fa-inverse, #fff);
82
+ line-height: var(--fa-counter-line-height, 1);
83
+ max-width: var(--fa-counter-max-width, 5em);
84
+ min-width: var(--fa-counter-min-width, 1.5em);
85
+ overflow: hidden;
86
+ padding: var(--fa-counter-padding, 0.25em 0.5em);
87
+ right: var(--fa-right, 0);
88
+ text-overflow: ellipsis;
89
+ top: var(--fa-top, 0);
90
+ -webkit-transform: scale(var(--fa-counter-scale, 0.25));
91
+ transform: scale(var(--fa-counter-scale, 0.25));
92
+ -webkit-transform-origin: top right;
93
+ transform-origin: top right; }
94
+
95
+ .fa-layers-bottom-right {
96
+ bottom: var(--fa-bottom, 0);
97
+ right: var(--fa-right, 0);
98
+ top: auto;
99
+ -webkit-transform: scale(var(--fa-layers-scale, 0.25));
100
+ transform: scale(var(--fa-layers-scale, 0.25));
101
+ -webkit-transform-origin: bottom right;
102
+ transform-origin: bottom right; }
103
+
104
+ .fa-layers-bottom-left {
105
+ bottom: var(--fa-bottom, 0);
106
+ left: var(--fa-left, 0);
107
+ right: auto;
108
+ top: auto;
109
+ -webkit-transform: scale(var(--fa-layers-scale, 0.25));
110
+ transform: scale(var(--fa-layers-scale, 0.25));
111
+ -webkit-transform-origin: bottom left;
112
+ transform-origin: bottom left; }
113
+
114
+ .fa-layers-top-right {
115
+ top: var(--fa-top, 0);
116
+ right: var(--fa-right, 0);
117
+ -webkit-transform: scale(var(--fa-layers-scale, 0.25));
118
+ transform: scale(var(--fa-layers-scale, 0.25));
119
+ -webkit-transform-origin: top right;
120
+ transform-origin: top right; }
121
+
122
+ .fa-layers-top-left {
123
+ left: var(--fa-left, 0);
124
+ right: auto;
125
+ top: var(--fa-top, 0);
126
+ -webkit-transform: scale(var(--fa-layers-scale, 0.25));
127
+ transform: scale(var(--fa-layers-scale, 0.25));
128
+ -webkit-transform-origin: top left;
129
+ transform-origin: top left; }
130
+
131
+ .fa-1x {
132
+ font-size: 1em; }
133
+
134
+ .fa-2x {
135
+ font-size: 2em; }
136
+
137
+ .fa-3x {
138
+ font-size: 3em; }
139
+
140
+ .fa-4x {
141
+ font-size: 4em; }
142
+
143
+ .fa-5x {
144
+ font-size: 5em; }
145
+
146
+ .fa-6x {
147
+ font-size: 6em; }
148
+
149
+ .fa-7x {
150
+ font-size: 7em; }
151
+
152
+ .fa-8x {
153
+ font-size: 8em; }
154
+
155
+ .fa-9x {
156
+ font-size: 9em; }
157
+
158
+ .fa-10x {
159
+ font-size: 10em; }
160
+
161
+ .fa-2xs {
162
+ font-size: 0.625em;
163
+ line-height: 0.1em;
164
+ vertical-align: 0.225em; }
165
+
166
+ .fa-xs {
167
+ font-size: 0.75em;
168
+ line-height: 0.08333em;
169
+ vertical-align: 0.125em; }
170
+
171
+ .fa-sm {
172
+ font-size: 0.875em;
173
+ line-height: 0.07143em;
174
+ vertical-align: 0.05357em; }
175
+
176
+ .fa-lg {
177
+ font-size: 1.25em;
178
+ line-height: 0.05em;
179
+ vertical-align: -0.075em; }
180
+
181
+ .fa-xl {
182
+ font-size: 1.5em;
183
+ line-height: 0.04167em;
184
+ vertical-align: -0.125em; }
185
+
186
+ .fa-2xl {
187
+ font-size: 2em;
188
+ line-height: 0.03125em;
189
+ vertical-align: -0.1875em; }
190
+
191
+ .fa-fw {
192
+ text-align: center;
193
+ width: 1.25em; }
194
+
195
+ .fa-ul {
196
+ list-style-type: none;
197
+ margin-left: var(--fa-li-margin, 2.5em);
198
+ padding-left: 0; }
199
+ .fa-ul > li {
200
+ position: relative; }
201
+
202
+ .fa-li {
203
+ left: calc(var(--fa-li-width, 2em) * -1);
204
+ position: absolute;
205
+ text-align: center;
206
+ width: var(--fa-li-width, 2em);
207
+ line-height: inherit; }
208
+
209
+ .fa-border {
210
+ border-color: var(--fa-border-color, #eee);
211
+ border-radius: var(--fa-border-radius, 0.1em);
212
+ border-style: var(--fa-border-style, solid);
213
+ border-width: var(--fa-border-width, 0.08em);
214
+ padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }
215
+
216
+ .fa-pull-left {
217
+ float: left;
218
+ margin-right: var(--fa-pull-margin, 0.3em); }
219
+
220
+ .fa-pull-right {
221
+ float: right;
222
+ margin-left: var(--fa-pull-margin, 0.3em); }
223
+
224
+ .fa-beat {
225
+ -webkit-animation-name: fa-beat;
226
+ animation-name: fa-beat;
227
+ -webkit-animation-delay: var(--fa-animation-delay, 0s);
228
+ animation-delay: var(--fa-animation-delay, 0s);
229
+ -webkit-animation-direction: var(--fa-animation-direction, normal);
230
+ animation-direction: var(--fa-animation-direction, normal);
231
+ -webkit-animation-duration: var(--fa-animation-duration, 1s);
232
+ animation-duration: var(--fa-animation-duration, 1s);
233
+ -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
234
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
235
+ -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
236
+ animation-timing-function: var(--fa-animation-timing, ease-in-out); }
237
+
238
+ .fa-bounce {
239
+ -webkit-animation-name: fa-bounce;
240
+ animation-name: fa-bounce;
241
+ -webkit-animation-delay: var(--fa-animation-delay, 0s);
242
+ animation-delay: var(--fa-animation-delay, 0s);
243
+ -webkit-animation-direction: var(--fa-animation-direction, normal);
244
+ animation-direction: var(--fa-animation-direction, normal);
245
+ -webkit-animation-duration: var(--fa-animation-duration, 1s);
246
+ animation-duration: var(--fa-animation-duration, 1s);
247
+ -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
248
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
249
+ -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
250
+ animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
251
+
252
+ .fa-fade {
253
+ -webkit-animation-name: fa-fade;
254
+ animation-name: fa-fade;
255
+ -webkit-animation-delay: var(--fa-animation-delay, 0s);
256
+ animation-delay: var(--fa-animation-delay, 0s);
257
+ -webkit-animation-direction: var(--fa-animation-direction, normal);
258
+ animation-direction: var(--fa-animation-direction, normal);
259
+ -webkit-animation-duration: var(--fa-animation-duration, 1s);
260
+ animation-duration: var(--fa-animation-duration, 1s);
261
+ -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
262
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
263
+ -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
264
+ animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
265
+
266
+ .fa-beat-fade {
267
+ -webkit-animation-name: fa-beat-fade;
268
+ animation-name: fa-beat-fade;
269
+ -webkit-animation-delay: var(--fa-animation-delay, 0s);
270
+ animation-delay: var(--fa-animation-delay, 0s);
271
+ -webkit-animation-direction: var(--fa-animation-direction, normal);
272
+ animation-direction: var(--fa-animation-direction, normal);
273
+ -webkit-animation-duration: var(--fa-animation-duration, 1s);
274
+ animation-duration: var(--fa-animation-duration, 1s);
275
+ -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
276
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
277
+ -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
278
+ animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
279
+
280
+ .fa-flip {
281
+ -webkit-animation-name: fa-flip;
282
+ animation-name: fa-flip;
283
+ -webkit-animation-delay: var(--fa-animation-delay, 0s);
284
+ animation-delay: var(--fa-animation-delay, 0s);
285
+ -webkit-animation-direction: var(--fa-animation-direction, normal);
286
+ animation-direction: var(--fa-animation-direction, normal);
287
+ -webkit-animation-duration: var(--fa-animation-duration, 1s);
288
+ animation-duration: var(--fa-animation-duration, 1s);
289
+ -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
290
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
291
+ -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
292
+ animation-timing-function: var(--fa-animation-timing, ease-in-out); }
293
+
294
+ .fa-shake {
295
+ -webkit-animation-name: fa-shake;
296
+ animation-name: fa-shake;
297
+ -webkit-animation-delay: var(--fa-animation-delay, 0s);
298
+ animation-delay: var(--fa-animation-delay, 0s);
299
+ -webkit-animation-direction: var(--fa-animation-direction, normal);
300
+ animation-direction: var(--fa-animation-direction, normal);
301
+ -webkit-animation-duration: var(--fa-animation-duration, 1s);
302
+ animation-duration: var(--fa-animation-duration, 1s);
303
+ -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
304
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
305
+ -webkit-animation-timing-function: var(--fa-animation-timing, linear);
306
+ animation-timing-function: var(--fa-animation-timing, linear); }
307
+
308
+ .fa-spin {
309
+ -webkit-animation-name: fa-spin;
310
+ animation-name: fa-spin;
311
+ -webkit-animation-delay: var(--fa-animation-delay, 0s);
312
+ animation-delay: var(--fa-animation-delay, 0s);
313
+ -webkit-animation-direction: var(--fa-animation-direction, normal);
314
+ animation-direction: var(--fa-animation-direction, normal);
315
+ -webkit-animation-duration: var(--fa-animation-duration, 2s);
316
+ animation-duration: var(--fa-animation-duration, 2s);
317
+ -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
318
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
319
+ -webkit-animation-timing-function: var(--fa-animation-timing, linear);
320
+ animation-timing-function: var(--fa-animation-timing, linear); }
321
+
322
+ .fa-spin-reverse {
323
+ --fa-animation-direction: reverse; }
324
+
325
+ .fa-pulse,
326
+ .fa-spin-pulse {
327
+ -webkit-animation-name: fa-spin;
328
+ animation-name: fa-spin;
329
+ -webkit-animation-direction: var(--fa-animation-direction, normal);
330
+ animation-direction: var(--fa-animation-direction, normal);
331
+ -webkit-animation-duration: var(--fa-animation-duration, 1s);
332
+ animation-duration: var(--fa-animation-duration, 1s);
333
+ -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
334
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
335
+ -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
336
+ animation-timing-function: var(--fa-animation-timing, steps(8)); }
337
+
338
+ @media (prefers-reduced-motion: reduce) {
339
+ .fa-beat,
340
+ .fa-bounce,
341
+ .fa-fade,
342
+ .fa-beat-fade,
343
+ .fa-flip,
344
+ .fa-pulse,
345
+ .fa-shake,
346
+ .fa-spin,
347
+ .fa-spin-pulse {
348
+ -webkit-animation-delay: -1ms;
349
+ animation-delay: -1ms;
350
+ -webkit-animation-duration: 1ms;
351
+ animation-duration: 1ms;
352
+ -webkit-animation-iteration-count: 1;
353
+ animation-iteration-count: 1;
354
+ -webkit-transition-delay: 0s;
355
+ transition-delay: 0s;
356
+ -webkit-transition-duration: 0s;
357
+ transition-duration: 0s; } }
358
+
359
+ @-webkit-keyframes fa-beat {
360
+ 0%, 90% {
361
+ -webkit-transform: scale(1);
362
+ transform: scale(1); }
363
+ 45% {
364
+ -webkit-transform: scale(var(--fa-beat-scale, 1.25));
365
+ transform: scale(var(--fa-beat-scale, 1.25)); } }
366
+
367
+ @keyframes fa-beat {
368
+ 0%, 90% {
369
+ -webkit-transform: scale(1);
370
+ transform: scale(1); }
371
+ 45% {
372
+ -webkit-transform: scale(var(--fa-beat-scale, 1.25));
373
+ transform: scale(var(--fa-beat-scale, 1.25)); } }
374
+
375
+ @-webkit-keyframes fa-bounce {
376
+ 0% {
377
+ -webkit-transform: scale(1, 1) translateY(0);
378
+ transform: scale(1, 1) translateY(0); }
379
+ 10% {
380
+ -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
381
+ transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
382
+ 30% {
383
+ -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
384
+ transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
385
+ 50% {
386
+ -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
387
+ transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
388
+ 57% {
389
+ -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
390
+ transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
391
+ 64% {
392
+ -webkit-transform: scale(1, 1) translateY(0);
393
+ transform: scale(1, 1) translateY(0); }
394
+ 100% {
395
+ -webkit-transform: scale(1, 1) translateY(0);
396
+ transform: scale(1, 1) translateY(0); } }
397
+
398
+ @keyframes fa-bounce {
399
+ 0% {
400
+ -webkit-transform: scale(1, 1) translateY(0);
401
+ transform: scale(1, 1) translateY(0); }
402
+ 10% {
403
+ -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
404
+ transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
405
+ 30% {
406
+ -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
407
+ transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
408
+ 50% {
409
+ -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
410
+ transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
411
+ 57% {
412
+ -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
413
+ transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
414
+ 64% {
415
+ -webkit-transform: scale(1, 1) translateY(0);
416
+ transform: scale(1, 1) translateY(0); }
417
+ 100% {
418
+ -webkit-transform: scale(1, 1) translateY(0);
419
+ transform: scale(1, 1) translateY(0); } }
420
+
421
+ @-webkit-keyframes fa-fade {
422
+ 50% {
423
+ opacity: var(--fa-fade-opacity, 0.4); } }
424
+
425
+ @keyframes fa-fade {
426
+ 50% {
427
+ opacity: var(--fa-fade-opacity, 0.4); } }
428
+
429
+ @-webkit-keyframes fa-beat-fade {
430
+ 0%, 100% {
431
+ opacity: var(--fa-beat-fade-opacity, 0.4);
432
+ -webkit-transform: scale(1);
433
+ transform: scale(1); }
434
+ 50% {
435
+ opacity: 1;
436
+ -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
437
+ transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
438
+
439
+ @keyframes fa-beat-fade {
440
+ 0%, 100% {
441
+ opacity: var(--fa-beat-fade-opacity, 0.4);
442
+ -webkit-transform: scale(1);
443
+ transform: scale(1); }
444
+ 50% {
445
+ opacity: 1;
446
+ -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
447
+ transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
448
+
449
+ @-webkit-keyframes fa-flip {
450
+ 50% {
451
+ -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
452
+ transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
453
+
454
+ @keyframes fa-flip {
455
+ 50% {
456
+ -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
457
+ transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
458
+
459
+ @-webkit-keyframes fa-shake {
460
+ 0% {
461
+ -webkit-transform: rotate(-15deg);
462
+ transform: rotate(-15deg); }
463
+ 4% {
464
+ -webkit-transform: rotate(15deg);
465
+ transform: rotate(15deg); }
466
+ 8%, 24% {
467
+ -webkit-transform: rotate(-18deg);
468
+ transform: rotate(-18deg); }
469
+ 12%, 28% {
470
+ -webkit-transform: rotate(18deg);
471
+ transform: rotate(18deg); }
472
+ 16% {
473
+ -webkit-transform: rotate(-22deg);
474
+ transform: rotate(-22deg); }
475
+ 20% {
476
+ -webkit-transform: rotate(22deg);
477
+ transform: rotate(22deg); }
478
+ 32% {
479
+ -webkit-transform: rotate(-12deg);
480
+ transform: rotate(-12deg); }
481
+ 36% {
482
+ -webkit-transform: rotate(12deg);
483
+ transform: rotate(12deg); }
484
+ 40%, 100% {
485
+ -webkit-transform: rotate(0deg);
486
+ transform: rotate(0deg); } }
487
+
488
+ @keyframes fa-shake {
489
+ 0% {
490
+ -webkit-transform: rotate(-15deg);
491
+ transform: rotate(-15deg); }
492
+ 4% {
493
+ -webkit-transform: rotate(15deg);
494
+ transform: rotate(15deg); }
495
+ 8%, 24% {
496
+ -webkit-transform: rotate(-18deg);
497
+ transform: rotate(-18deg); }
498
+ 12%, 28% {
499
+ -webkit-transform: rotate(18deg);
500
+ transform: rotate(18deg); }
501
+ 16% {
502
+ -webkit-transform: rotate(-22deg);
503
+ transform: rotate(-22deg); }
504
+ 20% {
505
+ -webkit-transform: rotate(22deg);
506
+ transform: rotate(22deg); }
507
+ 32% {
508
+ -webkit-transform: rotate(-12deg);
509
+ transform: rotate(-12deg); }
510
+ 36% {
511
+ -webkit-transform: rotate(12deg);
512
+ transform: rotate(12deg); }
513
+ 40%, 100% {
514
+ -webkit-transform: rotate(0deg);
515
+ transform: rotate(0deg); } }
516
+
517
+ @-webkit-keyframes fa-spin {
518
+ 0% {
519
+ -webkit-transform: rotate(0deg);
520
+ transform: rotate(0deg); }
521
+ 100% {
522
+ -webkit-transform: rotate(360deg);
523
+ transform: rotate(360deg); } }
524
+
525
+ @keyframes fa-spin {
526
+ 0% {
527
+ -webkit-transform: rotate(0deg);
528
+ transform: rotate(0deg); }
529
+ 100% {
530
+ -webkit-transform: rotate(360deg);
531
+ transform: rotate(360deg); } }
532
+
533
+ .fa-rotate-90 {
534
+ -webkit-transform: rotate(90deg);
535
+ transform: rotate(90deg); }
536
+
537
+ .fa-rotate-180 {
538
+ -webkit-transform: rotate(180deg);
539
+ transform: rotate(180deg); }
540
+
541
+ .fa-rotate-270 {
542
+ -webkit-transform: rotate(270deg);
543
+ transform: rotate(270deg); }
544
+
545
+ .fa-flip-horizontal {
546
+ -webkit-transform: scale(-1, 1);
547
+ transform: scale(-1, 1); }
548
+
549
+ .fa-flip-vertical {
550
+ -webkit-transform: scale(1, -1);
551
+ transform: scale(1, -1); }
552
+
553
+ .fa-flip-both,
554
+ .fa-flip-horizontal.fa-flip-vertical {
555
+ -webkit-transform: scale(-1, -1);
556
+ transform: scale(-1, -1); }
557
+
558
+ .fa-rotate-by {
559
+ -webkit-transform: rotate(var(--fa-rotate-angle, none));
560
+ transform: rotate(var(--fa-rotate-angle, none)); }
561
+
562
+ .fa-stack {
563
+ display: inline-block;
564
+ vertical-align: middle;
565
+ height: 2em;
566
+ position: relative;
567
+ width: 2.5em; }
568
+
569
+ .fa-stack-1x,
570
+ .fa-stack-2x {
571
+ bottom: 0;
572
+ left: 0;
573
+ margin: auto;
574
+ position: absolute;
575
+ right: 0;
576
+ top: 0;
577
+ z-index: var(--fa-stack-z-index, auto); }
578
+
579
+ .svg-inline--fa.fa-stack-1x {
580
+ height: 1em;
581
+ width: 1.25em; }
582
+
583
+ .svg-inline--fa.fa-stack-2x {
584
+ height: 2em;
585
+ width: 2.5em; }
586
+
587
+ .fa-inverse {
588
+ color: var(--fa-inverse, #fff); }
589
+
590
+ .sr-only,
591
+ .fa-sr-only {
592
+ position: absolute;
593
+ width: 1px;
594
+ height: 1px;
595
+ padding: 0;
596
+ margin: -1px;
597
+ overflow: hidden;
598
+ clip: rect(0, 0, 0, 0);
599
+ white-space: nowrap;
600
+ border-width: 0; }
601
+
602
+ .sr-only-focusable:not(:focus),
603
+ .fa-sr-only-focusable:not(:focus) {
604
+ position: absolute;
605
+ width: 1px;
606
+ height: 1px;
607
+ padding: 0;
608
+ margin: -1px;
609
+ overflow: hidden;
610
+ clip: rect(0, 0, 0, 0);
611
+ white-space: nowrap;
612
+ border-width: 0; }
613
+
614
+ .svg-inline--fa .fa-primary {
615
+ fill: var(--fa-primary-color, currentColor);
616
+ opacity: var(--fa-primary-opacity, 1); }
617
+
618
+ .svg-inline--fa .fa-secondary {
619
+ fill: var(--fa-secondary-color, currentColor);
620
+ opacity: var(--fa-secondary-opacity, 0.4); }
621
+
622
+ .svg-inline--fa.fa-swap-opacity .fa-primary {
623
+ opacity: var(--fa-secondary-opacity, 0.4); }
624
+
625
+ .svg-inline--fa.fa-swap-opacity .fa-secondary {
626
+ opacity: var(--fa-primary-opacity, 1); }
627
+
628
+ .svg-inline--fa mask .fa-primary,
629
+ .svg-inline--fa mask .fa-secondary {
630
+ fill: black; }
631
+
632
+ .fad.fa-inverse,
633
+ .fa-duotone.fa-inverse {
634
+ color: var(--fa-inverse, #fff); }