-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathforce-dashicons.css
695 lines (692 loc) · 42.1 KB
/
force-dashicons.css
1
2
3
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
/*
Forcibly set menu icons to the selected custom Dashicons.
Problem:
Some plugins use CSS to assign icons to their admin menu items. Users want to change the icons.
In many cases, simply changing the icon URL doesn't work because the plugin CSS overrides it.
Workaround:
Add more CSS that overrides the icon styles that were set by other plugins.
*/
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon {
/*
This file was automatically generated from /wp-includes/css/dashicons.css.
Last update: 2024-07-16T16:52:28+00:00
*/ }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon > .wp-menu-image::before {
font-family: "dashicons", sans-serif !important;
font-size: 20px !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon > .wp-menu-image {
background-image: none !important;
position: static; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon > .wp-menu-image::before {
background-image: none !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-appearance:before {
content: "\f100" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-collapse:before {
content: "\f148" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-comments:before {
content: "\f101" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-customizer:before {
content: "\f540" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-generic:before {
content: "\f111" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-home:before {
content: "\f102" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-links:before {
content: "\f103" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-media:before {
content: "\f104" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-multisite:before {
content: "\f541" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-network:before {
content: "\f112" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-page:before {
content: "\f105" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-plugins:before {
content: "\f106" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-post:before {
content: "\f109" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-settings:before {
content: "\f108" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-site-alt:before {
content: "\f11d" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-site-alt2:before {
content: "\f11e" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-site-alt3:before {
content: "\f11f" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-site:before {
content: "\f319" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-tools:before {
content: "\f107" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-admin-users:before {
content: "\f110" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-airplane:before {
content: "\f15f" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-album:before {
content: "\f514" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-align-center:before {
content: "\f134" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-align-full-width:before {
content: "\f114" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-align-left:before {
content: "\f135" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-align-none:before {
content: "\f138" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-align-pull-left:before {
content: "\f10a" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-align-pull-right:before {
content: "\f10b" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-align-right:before {
content: "\f136" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-align-wide:before {
content: "\f11b" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-amazon:before {
content: "\f162" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-analytics:before {
content: "\f183" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-archive:before {
content: "\f480" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-art:before {
content: "\f309" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-awards:before {
content: "\f313" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-backup:before {
content: "\f321" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-bank:before {
content: "\f16a" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-beer:before {
content: "\f16c" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-bell:before {
content: "\f16d" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-block-default:before {
content: "\f12b" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-book-alt:before {
content: "\f331" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-book:before {
content: "\f330" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-buddicons-activity:before {
content: "\f452" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-buddicons-bbpress-logo:before {
content: "\f477" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-buddicons-buddypress-logo:before {
content: "\f448" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-buddicons-community:before {
content: "\f453" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-buddicons-forums:before {
content: "\f449" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-buddicons-friends:before {
content: "\f454" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-buddicons-groups:before {
content: "\f456" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-buddicons-pm:before {
content: "\f457" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-buddicons-replies:before {
content: "\f451" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-buddicons-topics:before {
content: "\f450" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-buddicons-tracking:before {
content: "\f455" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-building:before {
content: "\f512" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-businessman:before {
content: "\f338" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-businessperson:before {
content: "\f12e" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-businesswoman:before {
content: "\f12f" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-button:before {
content: "\f11a" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-calculator:before {
content: "\f16e" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-calendar-alt:before {
content: "\f508" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-calendar:before {
content: "\f145" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-camera-alt:before {
content: "\f129" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-camera:before {
content: "\f306" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-car:before {
content: "\f16b" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-carrot:before {
content: "\f511" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-cart:before {
content: "\f174" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-category:before {
content: "\f318" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-chart-area:before {
content: "\f239" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-chart-bar:before {
content: "\f185" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-chart-line:before {
content: "\f238" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-chart-pie:before {
content: "\f184" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-clipboard:before {
content: "\f481" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-clock:before {
content: "\f469" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-cloud-saved:before {
content: "\f137" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-cloud-upload:before {
content: "\f13b" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-cloud:before {
content: "\f176" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-code-standards:before {
content: "\f13a" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-coffee:before {
content: "\f16f" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-color-picker:before {
content: "\f131" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-columns:before {
content: "\f13c" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-controls-back:before {
content: "\f518" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-controls-forward:before {
content: "\f519" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-controls-pause:before {
content: "\f523" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-controls-play:before {
content: "\f522" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-controls-repeat:before {
content: "\f515" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-controls-skipback:before {
content: "\f516" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-controls-skipforward:before {
content: "\f517" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-controls-volumeoff:before {
content: "\f520" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-controls-volumeon:before {
content: "\f521" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-cover-image:before {
content: "\f13d" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-database-add:before {
content: "\f170" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-database-export:before {
content: "\f17a" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-database-import:before {
content: "\f17b" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-database-remove:before {
content: "\f17c" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-database-view:before {
content: "\f17d" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-database:before {
content: "\f17e" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-desktop:before {
content: "\f472" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-dismiss:before {
content: "\f153" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-download:before {
content: "\f316" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-drumstick:before {
content: "\f17f" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-edit-large:before {
content: "\f327" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-edit-page:before {
content: "\f186" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-edit:before {
content: "\f464" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-aligncenter:before {
content: "\f207" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-alignleft:before {
content: "\f206" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-alignright:before {
content: "\f208" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-bold:before {
content: "\f200" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-break:before {
content: "\f474" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-code-duplicate:before {
content: "\f494" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-code:before {
content: "\f475" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-contract:before {
content: "\f506" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-customchar:before {
content: "\f220" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-expand:before {
content: "\f211" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-help:before {
content: "\f223" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-indent:before {
content: "\f222" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-insertmore:before {
content: "\f209" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-italic:before {
content: "\f201" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-justify:before {
content: "\f214" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-kitchensink:before {
content: "\f212" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-ltr:before {
content: "\f10c" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-ol-rtl:before {
content: "\f12c" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-ol:before {
content: "\f204" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-outdent:before {
content: "\f221" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-paragraph:before {
content: "\f476" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-paste-text:before {
content: "\f217" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-paste-word:before {
content: "\f216" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-quote:before {
content: "\f205" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-removeformatting:before {
content: "\f218" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-rtl:before {
content: "\f320" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-spellcheck:before {
content: "\f210" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-strikethrough:before {
content: "\f224" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-table:before {
content: "\f535" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-textcolor:before {
content: "\f215" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-ul:before {
content: "\f203" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-underline:before {
content: "\f213" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-unlink:before {
content: "\f225" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-video:before {
content: "\f219" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-ellipsis:before {
content: "\f11c" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-email-alt:before {
content: "\f466" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-email-alt2:before {
content: "\f467" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-email:before {
content: "\f465" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-embed-audio:before {
content: "\f13e" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-embed-generic:before {
content: "\f13f" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-embed-photo:before {
content: "\f144" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-embed-post:before {
content: "\f146" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-embed-video:before {
content: "\f149" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-excerpt-view:before {
content: "\f164" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-exit:before {
content: "\f14a" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-external:before {
content: "\f504" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-facebook-alt:before {
content: "\f305" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-facebook:before {
content: "\f304" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-feedback:before {
content: "\f175" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-filter:before {
content: "\f536" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-flag:before {
content: "\f227" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-food:before {
content: "\f187" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-format-aside:before {
content: "\f123" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-format-audio:before {
content: "\f127" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-format-chat:before {
content: "\f125" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-format-gallery:before {
content: "\f161" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-format-image:before {
content: "\f128" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-format-quote:before {
content: "\f122" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-format-status:before {
content: "\f130" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-format-video:before {
content: "\f126" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-forms:before {
content: "\f314" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-fullscreen-alt:before {
content: "\f188" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-fullscreen-exit-alt:before {
content: "\f189" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-games:before {
content: "\f18a" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-google:before {
content: "\f18b" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-googleplus:before {
content: "\f462" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-grid-view:before {
content: "\f509" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-groups:before {
content: "\f307" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-hammer:before {
content: "\f308" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-heading:before {
content: "\f10e" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-heart:before {
content: "\f487" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-hidden:before {
content: "\f530" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-hourglass:before {
content: "\f18c" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-html:before {
content: "\f14b" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-id-alt:before {
content: "\f337" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-id:before {
content: "\f336" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-image-crop:before {
content: "\f165" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-image-filter:before {
content: "\f533" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-image-flip-horizontal:before {
content: "\f169" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-image-flip-vertical:before {
content: "\f168" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-image-rotate-left:before {
content: "\f166" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-image-rotate-right:before {
content: "\f167" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-image-rotate:before {
content: "\f531" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-images-alt:before {
content: "\f232" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-images-alt2:before {
content: "\f233" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-index-card:before {
content: "\f510" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-info-outline:before {
content: "\f14c" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-info:before {
content: "\f348" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-insert-after:before {
content: "\f14d" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-insert-before:before {
content: "\f14e" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-insert:before {
content: "\f10f" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-instagram:before {
content: "\f12d" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-laptop:before {
content: "\f547" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-layout:before {
content: "\f538" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-leftright:before {
content: "\f229" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-lightbulb:before {
content: "\f339" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-linkedin:before {
content: "\f18d" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-list-view:before {
content: "\f163" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-location-alt:before {
content: "\f231" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-location:before {
content: "\f230" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-lock-duplicate:before {
content: "\f315" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-lock:before {
content: "\f160" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-marker:before {
content: "\f159" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-media-archive:before {
content: "\f501" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-media-audio:before {
content: "\f500" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-media-code:before {
content: "\f499" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-media-default:before {
content: "\f498" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-media-document:before {
content: "\f497" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-media-interactive:before {
content: "\f496" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-media-spreadsheet:before {
content: "\f495" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-media-text:before {
content: "\f491" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-media-video:before {
content: "\f490" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-megaphone:before {
content: "\f488" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-menu-alt:before {
content: "\f228" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-menu-alt2:before {
content: "\f329" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-menu-alt3:before {
content: "\f349" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-menu:before {
content: "\f333" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-microphone:before {
content: "\f482" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-migrate:before {
content: "\f310" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-minus:before {
content: "\f460" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-money-alt:before {
content: "\f18e" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-money:before {
content: "\f526" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-move:before {
content: "\f545" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-nametag:before {
content: "\f484" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-networking:before {
content: "\f325" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-no-alt:before {
content: "\f335" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-no:before {
content: "\f158" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-open-folder:before {
content: "\f18f" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-palmtree:before {
content: "\f527" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-paperclip:before {
content: "\f546" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-pdf:before {
content: "\f190" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-performance:before {
content: "\f311" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-pets:before {
content: "\f191" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-phone:before {
content: "\f525" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-pinterest:before {
content: "\f192" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-playlist-audio:before {
content: "\f492" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-playlist-video:before {
content: "\f493" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-plugins-checked:before {
content: "\f485" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-plus-alt:before {
content: "\f502" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-plus-alt2:before {
content: "\f543" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-plus:before {
content: "\f132" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-podio:before {
content: "\f19c" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-portfolio:before {
content: "\f322" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-post-status:before {
content: "\f173" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-pressthis:before {
content: "\f157" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-printer:before {
content: "\f193" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-privacy:before {
content: "\f194" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-products:before {
content: "\f312" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-randomize:before {
content: "\f503" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-reddit:before {
content: "\f195" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-redo:before {
content: "\f172" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-remove:before {
content: "\f14f" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-rest-api:before {
content: "\f124" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-rss:before {
content: "\f303" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-saved:before {
content: "\f15e" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-schedule:before {
content: "\f489" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-screenoptions:before {
content: "\f180" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-search:before {
content: "\f179" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-share-alt:before {
content: "\f240" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-share-alt2:before {
content: "\f242" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-share:before {
content: "\f237" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-shield-alt:before {
content: "\f334" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-shield:before {
content: "\f332" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-shortcode:before {
content: "\f150" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-slides:before {
content: "\f181" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-smartphone:before {
content: "\f470" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-smiley:before {
content: "\f328" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-sort:before {
content: "\f156" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-sos:before {
content: "\f468" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-spotify:before {
content: "\f196" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-star-empty:before {
content: "\f154" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-star-filled:before {
content: "\f155" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-star-half:before {
content: "\f459" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-sticky:before {
content: "\f537" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-store:before {
content: "\f513" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-superhero-alt:before {
content: "\f197" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-superhero:before {
content: "\f198" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-table-col-after:before {
content: "\f151" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-table-col-before:before {
content: "\f152" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-table-col-delete:before {
content: "\f15a" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-table-row-after:before {
content: "\f15b" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-table-row-before:before {
content: "\f15c" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-table-row-delete:before {
content: "\f15d" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-tablet:before {
content: "\f471" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-tag:before {
content: "\f323" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-tagcloud:before {
content: "\f479" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-testimonial:before {
content: "\f473" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-text-page:before {
content: "\f121" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-text:before {
content: "\f478" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-thumbs-down:before {
content: "\f542" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-thumbs-up:before {
content: "\f529" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-tickets-alt:before {
content: "\f524" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-tickets:before {
content: "\f486" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-tide:before {
content: "\f10d" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-translation:before {
content: "\f326" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-trash:before {
content: "\f182" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-twitch:before {
content: "\f199" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-twitter-alt:before {
content: "\f302" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-twitter:before {
content: "\f301" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-undo:before {
content: "\f171" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-universal-access-alt:before {
content: "\f507" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-universal-access:before {
content: "\f483" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-unlock:before {
content: "\f528" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-update-alt:before {
content: "\f113" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-update:before {
content: "\f463" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-upload:before {
content: "\f317" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-vault:before {
content: "\f178" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-video-alt:before {
content: "\f234" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-video-alt2:before {
content: "\f235" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-video-alt3:before {
content: "\f236" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-visibility:before {
content: "\f177" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-warning:before {
content: "\f534" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-welcome-add-page:before {
content: "\f133" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-welcome-comments:before {
content: "\f117" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-welcome-learn-more:before {
content: "\f118" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-welcome-view-site:before {
content: "\f115" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-welcome-widgets-menus:before {
content: "\f116" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-welcome-write-blog:before {
content: "\f119" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-whatsapp:before {
content: "\f19a" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-wordpress-alt:before {
content: "\f324" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-wordpress:before {
content: "\f120" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-xing:before {
content: "\f19d" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-yes-alt:before {
content: "\f12a" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-yes:before {
content: "\f147" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-youtube:before {
content: "\f19b" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-editor-distractionfree:before {
content: "\f211" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-exerpt-view:before {
content: "\f164" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-format-links:before {
content: "\f103" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-format-standard:before {
content: "\f109" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-post-trash:before {
content: "\f182" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-share1:before {
content: "\f237" !important; }
#adminmenu#adminmenu#adminmenu a.ame-has-custom-dashicon .dashicons-welcome-edit-page:before {
content: "\f119" !important; }
/*# sourceMappingURL=force-dashicons.css.map */