fomantic-ui-sass 2.8.8.1 → 2.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (113) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/app/assets/fonts/semantic-ui/Lato-Bold.woff +0 -0
  4. data/app/assets/fonts/semantic-ui/Lato-Bold.woff2 +0 -0
  5. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff +0 -0
  6. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff2 +0 -0
  7. data/app/assets/fonts/semantic-ui/Lato-Italic.woff +0 -0
  8. data/app/assets/fonts/semantic-ui/Lato-Italic.woff2 +0 -0
  9. data/app/assets/fonts/semantic-ui/Lato-Regular.woff +0 -0
  10. data/app/assets/fonts/semantic-ui/Lato-Regular.woff2 +0 -0
  11. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff +0 -0
  12. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff2 +0 -0
  13. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff +0 -0
  14. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff2 +0 -0
  15. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff +0 -0
  16. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff2 +0 -0
  17. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff +0 -0
  18. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff2 +0 -0
  19. data/app/assets/fonts/semantic-ui/brand-icons.eot +0 -0
  20. data/app/assets/fonts/semantic-ui/brand-icons.svg +41 -6
  21. data/app/assets/fonts/semantic-ui/brand-icons.ttf +0 -0
  22. data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
  23. data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
  24. data/app/assets/fonts/semantic-ui/icons.eot +0 -0
  25. data/app/assets/fonts/semantic-ui/icons.svg +245 -7
  26. data/app/assets/fonts/semantic-ui/icons.ttf +0 -0
  27. data/app/assets/fonts/semantic-ui/icons.woff +0 -0
  28. data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
  29. data/app/assets/fonts/semantic-ui/outline-icons.eot +0 -0
  30. data/app/assets/fonts/semantic-ui/outline-icons.svg +2 -2
  31. data/app/assets/fonts/semantic-ui/outline-icons.ttf +0 -0
  32. data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
  33. data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
  34. data/app/assets/javascripts/semantic-ui/accordion.js +569 -590
  35. data/app/assets/javascripts/semantic-ui/api.js +1153 -1116
  36. data/app/assets/javascripts/semantic-ui/calendar.js +1941 -1698
  37. data/app/assets/javascripts/semantic-ui/checkbox.js +862 -854
  38. data/app/assets/javascripts/semantic-ui/dimmer.js +697 -713
  39. data/app/assets/javascripts/semantic-ui/dropdown.js +4196 -4192
  40. data/app/assets/javascripts/semantic-ui/embed.js +646 -672
  41. data/app/assets/javascripts/semantic-ui/flyout.js +1579 -0
  42. data/app/assets/javascripts/semantic-ui/form.js +2024 -2000
  43. data/app/assets/javascripts/semantic-ui/modal.js +1546 -1384
  44. data/app/assets/javascripts/semantic-ui/nag.js +521 -527
  45. data/app/assets/javascripts/semantic-ui/popup.js +1457 -1463
  46. data/app/assets/javascripts/semantic-ui/progress.js +970 -995
  47. data/app/assets/javascripts/semantic-ui/rating.js +508 -520
  48. data/app/assets/javascripts/semantic-ui/search.js +1521 -1508
  49. data/app/assets/javascripts/semantic-ui/shape.js +784 -811
  50. data/app/assets/javascripts/semantic-ui/sidebar.js +1061 -1002
  51. data/app/assets/javascripts/semantic-ui/site.js +437 -477
  52. data/app/assets/javascripts/semantic-ui/slider.js +1311 -1297
  53. data/app/assets/javascripts/semantic-ui/state.js +639 -658
  54. data/app/assets/javascripts/semantic-ui/sticky.js +848 -891
  55. data/app/assets/javascripts/semantic-ui/tab.js +895 -941
  56. data/app/assets/javascripts/semantic-ui/toast.js +911 -851
  57. data/app/assets/javascripts/semantic-ui/transition.js +1049 -1073
  58. data/app/assets/javascripts/semantic-ui/visibility.js +1214 -1246
  59. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +7 -7
  60. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +389 -407
  61. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +203 -345
  62. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +372 -501
  63. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +154 -226
  64. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +2065 -880
  65. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +867 -1232
  66. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +101 -6
  67. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +75 -93
  68. data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +11148 -9190
  69. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1037 -929
  70. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +124 -146
  71. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +2728 -2759
  72. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +41 -65
  73. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +982 -163
  74. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +432 -479
  75. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +80 -101
  76. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +452 -540
  77. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +56 -76
  78. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +17 -22
  79. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +46 -85
  80. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +263 -255
  81. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +106 -179
  82. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +33 -33
  83. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +14 -18
  84. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +132 -48
  85. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +196 -74
  86. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +43 -29
  87. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +210 -280
  88. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +78 -182
  89. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +339 -423
  90. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +24 -35
  91. data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +546 -0
  92. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +150 -153
  93. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +55 -65
  94. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +530 -310
  95. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +108 -213
  96. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +88 -168
  97. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +73 -102
  98. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +16 -32
  99. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +126 -215
  100. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +110 -138
  101. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +3 -7
  102. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +16 -20
  103. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +111 -141
  104. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +371 -1282
  105. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +39 -50
  106. data/app/assets/stylesheets/semantic-ui/views/_card.scss +949 -458
  107. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +44 -62
  108. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +50 -72
  109. data/app/assets/stylesheets/semantic-ui/views/_item.scss +89 -136
  110. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +78 -119
  111. data/lib/fomantic/ui/sass/version.rb +2 -2
  112. data/tasks/converter.rb +1 -1
  113. metadata +21 -3
@@ -1,10 +1,10 @@
1
1
  /*!
2
- * # Fomantic-UI 2.8.8 - Flag
3
- * http://github.com/fomantic/Fomantic-UI/
2
+ * # Fomantic-UI 2.9.1 - Flag
3
+ * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
7
- * http://opensource.org/licenses/MIT
7
+ * https://opensource.org/licenses/MIT
8
8
  *
9
9
  */
10
10
 
@@ -14,1022 +14,1130 @@
14
14
  *******************************/
15
15
 
16
16
  i.flag:not(.icon) {
17
- display: inline-block;
18
- width: 16px;
19
- height: 11px;
20
- line-height: 11px;
21
- vertical-align: baseline;
22
- margin: 0 0.5em 0 0;
23
- text-decoration: inherit;
24
17
  speak: none;
25
- -webkit-font-smoothing: antialiased;
26
18
  -webkit-backface-visibility: hidden;
27
19
  backface-visibility: hidden;
28
20
  }
29
-
30
- /* Sprite */
31
- i.flag:not(.icon):before {
21
+ i.flag:not(.icon)::before {
22
+ content: "\00A0\00A0\00A0\00A0\00A0\00A0\00A0";
32
23
  display: inline-block;
33
- content: '';
34
- background: image-url("semantic-ui/flags.png") no-repeat -108px -1976px;
35
- width: 16px;
36
- height: 11px;
37
- }
38
-
39
- /* Flag Sprite Based On http://www.famfamfam.com/lab/icons/flags/ */
40
-
41
-
42
- /*******************************
43
- Theme Overrides
44
- *******************************/
45
-
46
- /*rtl:begin:ignore*/
47
- i.flag.ad:before,
48
- i.flag.andorra:before {
49
- background-position: 0 0;
50
- }
51
- i.flag.ae:before,
52
- i.flag.united.arab.emirates:before,
53
- i.flag.uae:before {
54
- background-position: 0 -26px;
55
- }
56
- i.flag.af:before,
57
- i.flag.afghanistan:before {
58
- background-position: 0 -52px;
59
- }
60
- i.flag.ag:before,
61
- i.flag.antigua:before {
62
- background-position: 0 -78px;
63
- }
64
- i.flag.ai:before,
65
- i.flag.anguilla:before {
66
- background-position: 0 -104px;
67
- }
68
- i.flag.al:before,
69
- i.flag.albania:before {
70
- background-position: 0 -130px;
71
- }
72
- i.flag.am:before,
73
- i.flag.armenia:before {
74
- background-position: 0 -156px;
75
- }
76
- i.flag.an:before,
77
- i.flag.netherlands.antilles:before {
78
- background-position: 0 -182px;
79
- }
80
- i.flag.ao:before,
81
- i.flag.angola:before {
82
- background-position: 0 -208px;
83
- }
84
- i.flag.ar:before,
85
- i.flag.argentina:before {
86
- background-position: 0 -234px;
87
- }
88
- i.flag.as:before,
89
- i.flag.american.samoa:before {
90
- background-position: 0 -260px;
91
- }
92
- i.flag.at:before,
93
- i.flag.austria:before {
94
- background-position: 0 -286px;
95
- }
96
- i.flag.au:before,
97
- i.flag.australia:before {
98
- background-position: 0 -312px;
99
- }
100
- i.flag.aw:before,
101
- i.flag.aruba:before {
102
- background-position: 0 -338px;
103
- }
104
- i.flag.ax:before,
105
- i.flag.aland.islands:before {
106
- background-position: 0 -364px;
107
- }
108
- i.flag.az:before,
109
- i.flag.azerbaijan:before {
110
- background-position: 0 -390px;
111
- }
112
- i.flag.ba:before,
113
- i.flag.bosnia:before {
114
- background-position: 0 -416px;
115
- }
116
- i.flag.bb:before,
117
- i.flag.barbados:before {
118
- background-position: 0 -442px;
119
- }
120
- i.flag.bd:before,
121
- i.flag.bangladesh:before {
122
- background-position: 0 -468px;
123
- }
124
- i.flag.be:before,
125
- i.flag.belgium:before {
126
- background-position: 0 -494px;
127
- }
128
- i.flag.bf:before,
129
- i.flag.burkina.faso:before {
130
- background-position: 0 -520px;
131
- }
132
- i.flag.bg:before,
133
- i.flag.bulgaria:before {
134
- background-position: 0 -546px;
135
- }
136
- i.flag.bh:before,
137
- i.flag.bahrain:before {
138
- background-position: 0 -572px;
139
- }
140
- i.flag.bi:before,
141
- i.flag.burundi:before {
142
- background-position: 0 -598px;
143
- }
144
- i.flag.bj:before,
145
- i.flag.benin:before {
146
- background-position: 0 -624px;
147
- }
148
- i.flag.bm:before,
149
- i.flag.bermuda:before {
150
- background-position: 0 -650px;
151
- }
152
- i.flag.bn:before,
153
- i.flag.brunei:before {
154
- background-position: 0 -676px;
155
- }
156
- i.flag.bo:before,
157
- i.flag.bolivia:before {
158
- background-position: 0 -702px;
159
- }
160
- i.flag.br:before,
161
- i.flag.brazil:before {
162
- background-position: 0 -728px;
163
- }
164
- i.flag.bs:before,
165
- i.flag.bahamas:before {
166
- background-position: 0 -754px;
167
- }
168
- i.flag.bt:before,
169
- i.flag.bhutan:before {
170
- background-position: 0 -780px;
171
- }
172
- i.flag.bv:before,
173
- i.flag.bouvet.island:before {
174
- background-position: 0 -806px;
175
- }
176
- i.flag.bw:before,
177
- i.flag.botswana:before {
178
- background-position: 0 -832px;
179
- }
180
- i.flag.by:before,
181
- i.flag.belarus:before {
182
- background-position: 0 -858px;
183
- }
184
- i.flag.bz:before,
185
- i.flag.belize:before {
186
- background-position: 0 -884px;
187
- }
188
- i.flag.ca:before,
189
- i.flag.canada:before {
190
- background-position: 0 -910px;
191
- }
192
- i.flag.cc:before,
193
- i.flag.cocos.islands:before {
194
- background-position: 0 -962px;
195
- }
196
- i.flag.cd:before,
197
- i.flag.congo:before {
198
- background-position: 0 -988px;
199
- }
200
- i.flag.cf:before,
201
- i.flag.central.african.republic:before {
202
- background-position: 0 -1014px;
203
- }
204
- i.flag.cg:before,
205
- i.flag.congo.brazzaville:before {
206
- background-position: 0 -1040px;
207
- }
208
- i.flag.ch:before,
209
- i.flag.switzerland:before {
210
- background-position: 0 -1066px;
211
- }
212
- i.flag.ci:before,
213
- i.flag.cote.divoire:before {
214
- background-position: 0 -1092px;
215
- }
216
- i.flag.ck:before,
217
- i.flag.cook.islands:before {
218
- background-position: 0 -1118px;
219
- }
220
- i.flag.cl:before,
221
- i.flag.chile:before {
222
- background-position: 0 -1144px;
223
- }
224
- i.flag.cm:before,
225
- i.flag.cameroon:before {
226
- background-position: 0 -1170px;
227
- }
228
- i.flag.cn:before,
229
- i.flag.china:before {
230
- background-position: 0 -1196px;
231
- }
232
- i.flag.co:before,
233
- i.flag.colombia:before {
234
- background-position: 0 -1222px;
235
- }
236
- i.flag.cr:before,
237
- i.flag.costa.rica:before {
238
- background-position: 0 -1248px;
239
- }
240
- i.flag.cs:before,
241
- i.flag.serbia:before {
242
- background-position: 0 -1274px;
243
- }
244
- i.flag.cu:before,
245
- i.flag.cuba:before {
246
- background-position: 0 -1300px;
247
- }
248
- i.flag.cv:before,
249
- i.flag.cape.verde:before {
250
- background-position: 0 -1326px;
251
- }
252
- i.flag.cx:before,
253
- i.flag.christmas.island:before {
254
- background-position: 0 -1352px;
255
- }
256
- i.flag.cy:before,
257
- i.flag.cyprus:before {
258
- background-position: 0 -1378px;
259
- }
260
- i.flag.cz:before,
261
- i.flag.czech.republic:before {
262
- background-position: 0 -1404px;
263
- }
264
- i.flag.de:before,
265
- i.flag.germany:before {
266
- background-position: 0 -1430px;
267
- }
268
- i.flag.dj:before,
269
- i.flag.djibouti:before {
270
- background-position: 0 -1456px;
271
- }
272
- i.flag.dk:before,
273
- i.flag.denmark:before {
274
- background-position: 0 -1482px;
275
- }
276
- i.flag.dm:before,
277
- i.flag.dominica:before {
278
- background-position: 0 -1508px;
279
- }
280
- i.flag.do:before,
281
- i.flag.dominican.republic:before {
282
- background-position: 0 -1534px;
283
- }
284
- i.flag.dz:before,
285
- i.flag.algeria:before {
286
- background-position: 0 -1560px;
287
- }
288
- i.flag.ec:before,
289
- i.flag.ecuador:before {
290
- background-position: 0 -1586px;
291
- }
292
- i.flag.ee:before,
293
- i.flag.estonia:before {
294
- background-position: 0 -1612px;
295
- }
296
- i.flag.eg:before,
297
- i.flag.egypt:before {
298
- background-position: 0 -1638px;
299
- }
300
- i.flag.eh:before,
301
- i.flag.western.sahara:before {
302
- background-position: 0 -1664px;
303
- }
304
- i.flag.gb.eng:before,
305
- i.flag.england:before {
306
- background-position: 0 -1690px;
307
- }
308
- i.flag.er:before,
309
- i.flag.eritrea:before {
310
- background-position: 0 -1716px;
311
- }
312
- i.flag.es:before,
313
- i.flag.spain:before {
314
- background-position: 0 -1742px;
315
- }
316
- i.flag.et:before,
317
- i.flag.ethiopia:before {
318
- background-position: 0 -1768px;
319
- }
320
- i.flag.eu:before,
321
- i.flag.european.union:before {
322
- background-position: 0 -1794px;
323
- }
324
- i.flag.fi:before,
325
- i.flag.finland:before {
326
- background-position: 0 -1846px;
327
- }
328
- i.flag.fj:before,
329
- i.flag.fiji:before {
330
- background-position: 0 -1872px;
331
- }
332
- i.flag.fk:before,
333
- i.flag.falkland.islands:before {
334
- background-position: 0 -1898px;
24
+ line-height: 1em;
25
+ background-repeat: no-repeat;
26
+ background-position: center center;
335
27
  }
336
- i.flag.fm:before,
337
- i.flag.micronesia:before {
338
- background-position: 0 -1924px;
28
+ i.flag.small {
29
+ font-size: 1.5em;
30
+ vertical-align: middle;
339
31
  }
340
- i.flag.fo:before,
341
- i.flag.faroe.islands:before {
342
- background-position: 0 -1950px;
32
+ i.flag.medium {
33
+ font-size: 3em;
34
+ vertical-align: middle;
343
35
  }
344
- i.flag.fr:before,
345
- i.flag.france:before {
346
- background-position: 0 -1976px;
36
+ i.flag.large {
37
+ font-size: 6em;
38
+ vertical-align: middle;
347
39
  }
348
- i.flag.ga:before,
349
- i.flag.gabon:before {
350
- background-position: -36px 0;
40
+ i.flag.big {
41
+ font-size: 7.5em;
42
+ vertical-align: middle;
351
43
  }
352
- i.flag.gb:before,
353
- i.flag.uk:before,
354
- i.flag.united.kingdom:before {
355
- background-position: -36px -26px;
44
+ i.flag.huge {
45
+ font-size: 9em;
46
+ vertical-align: middle;
356
47
  }
357
- i.flag.gd:before,
358
- i.flag.grenada:before {
359
- background-position: -36px -52px;
48
+ i.flag.massive {
49
+ font-size: 12em;
50
+ vertical-align: middle;
360
51
  }
361
- i.flag.ge:before,
362
- i.flag.georgia:before {
363
- background-position: -36px -78px;
364
- }
365
- i.flag.gf:before,
366
- i.flag.french.guiana:before {
367
- background-position: -36px -104px;
368
- }
369
- i.flag.gh:before,
370
- i.flag.ghana:before {
371
- background-position: -36px -130px;
372
- }
373
- i.flag.gi:before,
374
- i.flag.gibraltar:before {
375
- background-position: -36px -156px;
376
- }
377
- i.flag.gl:before,
378
- i.flag.greenland:before {
379
- background-position: -36px -182px;
380
- }
381
- i.flag.gm:before,
382
- i.flag.gambia:before {
383
- background-position: -36px -208px;
384
- }
385
- i.flag.gn:before,
386
- i.flag.guinea:before {
387
- background-position: -36px -234px;
388
- }
389
- i.flag.gp:before,
390
- i.flag.guadeloupe:before {
391
- background-position: -36px -260px;
392
- }
393
- i.flag.gq:before,
394
- i.flag.equatorial.guinea:before {
395
- background-position: -36px -286px;
396
- }
397
- i.flag.gr:before,
398
- i.flag.greece:before {
399
- background-position: -36px -312px;
400
- }
401
- i.flag.gs:before,
402
- i.flag.sandwich.islands:before {
403
- background-position: -36px -338px;
404
- }
405
- i.flag.gt:before,
406
- i.flag.guatemala:before {
407
- background-position: -36px -364px;
408
- }
409
- i.flag.gu:before,
410
- i.flag.guam:before {
411
- background-position: -36px -390px;
412
- }
413
- i.flag.gw:before,
414
- i.flag.guinea-bissau:before {
415
- background-position: -36px -416px;
416
- }
417
- i.flag.gy:before,
418
- i.flag.guyana:before {
419
- background-position: -36px -442px;
420
- }
421
- i.flag.hk:before,
422
- i.flag.hong.kong:before {
423
- background-position: -36px -468px;
424
- }
425
- i.flag.hm:before,
426
- i.flag.heard.island:before {
427
- background-position: -36px -494px;
428
- }
429
- i.flag.hn:before,
430
- i.flag.honduras:before {
431
- background-position: -36px -520px;
432
- }
433
- i.flag.hr:before,
434
- i.flag.croatia:before {
435
- background-position: -36px -546px;
436
- }
437
- i.flag.ht:before,
438
- i.flag.haiti:before {
439
- background-position: -36px -572px;
440
- }
441
- i.flag.hu:before,
442
- i.flag.hungary:before {
443
- background-position: -36px -598px;
444
- }
445
- i.flag.id:before,
446
- i.flag.indonesia:before {
447
- background-position: -36px -624px;
448
- }
449
- i.flag.ie:before,
450
- i.flag.ireland:before {
451
- background-position: -36px -650px;
452
- }
453
- i.flag.il:before,
454
- i.flag.israel:before {
455
- background-position: -36px -676px;
456
- }
457
- i.flag.in:before,
458
- i.flag.india:before {
459
- background-position: -36px -702px;
460
- }
461
- i.flag.io:before,
462
- i.flag.indian.ocean.territory:before {
463
- background-position: -36px -728px;
464
- }
465
- i.flag.iq:before,
466
- i.flag.iraq:before {
467
- background-position: -36px -754px;
468
- }
469
- i.flag.ir:before,
470
- i.flag.iran:before {
471
- background-position: -36px -780px;
472
- }
473
- i.flag.is:before,
474
- i.flag.iceland:before {
475
- background-position: -36px -806px;
476
- }
477
- i.flag.it:before,
478
- i.flag.italy:before {
479
- background-position: -36px -832px;
480
- }
481
- i.flag.jm:before,
482
- i.flag.jamaica:before {
483
- background-position: -36px -858px;
484
- }
485
- i.flag.jo:before,
486
- i.flag.jordan:before {
487
- background-position: -36px -884px;
488
- }
489
- i.flag.jp:before,
490
- i.flag.japan:before {
491
- background-position: -36px -910px;
492
- }
493
- i.flag.ke:before,
494
- i.flag.kenya:before {
495
- background-position: -36px -936px;
496
- }
497
- i.flag.kg:before,
498
- i.flag.kyrgyzstan:before {
499
- background-position: -36px -962px;
500
- }
501
- i.flag.kh:before,
502
- i.flag.cambodia:before {
503
- background-position: -36px -988px;
504
- }
505
- i.flag.ki:before,
506
- i.flag.kiribati:before {
507
- background-position: -36px -1014px;
508
- }
509
- i.flag.km:before,
510
- i.flag.comoros:before {
511
- background-position: -36px -1040px;
512
- }
513
- i.flag.kn:before,
514
- i.flag.saint.kitts.and.nevis:before {
515
- background-position: -36px -1066px;
516
- }
517
- i.flag.kp:before,
518
- i.flag.north.korea:before {
519
- background-position: -36px -1092px;
520
- }
521
- i.flag.kr:before,
522
- i.flag.south.korea:before {
523
- background-position: -36px -1118px;
524
- }
525
- i.flag.kw:before,
526
- i.flag.kuwait:before {
527
- background-position: -36px -1144px;
528
- }
529
- i.flag.ky:before,
530
- i.flag.cayman.islands:before {
531
- background-position: -36px -1170px;
532
- }
533
- i.flag.kz:before,
534
- i.flag.kazakhstan:before {
535
- background-position: -36px -1196px;
536
- }
537
- i.flag.la:before,
538
- i.flag.laos:before {
539
- background-position: -36px -1222px;
540
- }
541
- i.flag.lb:before,
542
- i.flag.lebanon:before {
543
- background-position: -36px -1248px;
544
- }
545
- i.flag.lc:before,
546
- i.flag.saint.lucia:before {
547
- background-position: -36px -1274px;
548
- }
549
- i.flag.li:before,
550
- i.flag.liechtenstein:before {
551
- background-position: -36px -1300px;
552
- }
553
- i.flag.lk:before,
554
- i.flag.sri.lanka:before {
555
- background-position: -36px -1326px;
556
- }
557
- i.flag.lr:before,
558
- i.flag.liberia:before {
559
- background-position: -36px -1352px;
560
- }
561
- i.flag.ls:before,
562
- i.flag.lesotho:before {
563
- background-position: -36px -1378px;
564
- }
565
- i.flag.lt:before,
566
- i.flag.lithuania:before {
567
- background-position: -36px -1404px;
568
- }
569
- i.flag.lu:before,
570
- i.flag.luxembourg:before {
571
- background-position: -36px -1430px;
572
- }
573
- i.flag.lv:before,
574
- i.flag.latvia:before {
575
- background-position: -36px -1456px;
576
- }
577
- i.flag.ly:before,
578
- i.flag.libya:before {
579
- background-position: -36px -1482px;
580
- }
581
- i.flag.ma:before,
582
- i.flag.morocco:before {
583
- background-position: -36px -1508px;
584
- }
585
- i.flag.mc:before,
586
- i.flag.monaco:before {
587
- background-position: -36px -1534px;
588
- }
589
- i.flag.md:before,
590
- i.flag.moldova:before {
591
- background-position: -36px -1560px;
592
- }
593
- i.flag.me:before,
594
- i.flag.montenegro:before {
595
- background-position: -36px -1586px;
596
- }
597
- i.flag.mg:before,
598
- i.flag.madagascar:before {
599
- background-position: -36px -1613px;
600
- }
601
- i.flag.mh:before,
602
- i.flag.marshall.islands:before {
603
- background-position: -36px -1639px;
604
- }
605
- i.flag.mk:before,
606
- i.flag.macedonia:before {
607
- background-position: -36px -1665px;
608
- }
609
- i.flag.ml:before,
610
- i.flag.mali:before {
611
- background-position: -36px -1691px;
612
- }
613
- i.flag.mm:before,
614
- i.flag.myanmar:before,
615
- i.flag.burma:before {
616
- background-position: -36px -1717px;
617
- }
618
- i.flag.mn:before,
619
- i.flag.mongolia:before {
620
- background-position: -36px -1743px;
621
- }
622
- i.flag.mo:before,
623
- i.flag.macau:before {
624
- background-position: -36px -1769px;
625
- }
626
- i.flag.mp:before,
627
- i.flag.northern.mariana.islands:before {
628
- background-position: -36px -1795px;
629
- }
630
- i.flag.mq:before,
631
- i.flag.martinique:before {
632
- background-position: -36px -1821px;
633
- }
634
- i.flag.mr:before,
635
- i.flag.mauritania:before {
636
- background-position: -36px -1847px;
637
- }
638
- i.flag.ms:before,
639
- i.flag.montserrat:before {
640
- background-position: -36px -1873px;
641
- }
642
- i.flag.mt:before,
643
- i.flag.malta:before {
644
- background-position: -36px -1899px;
645
- }
646
- i.flag.mu:before,
647
- i.flag.mauritius:before {
648
- background-position: -36px -1925px;
52
+
53
+ /* rtl:begin:ignore */
54
+ i.flag.transgender::before {
55
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f3f3-fe0f-200d-26a7-fe0f.svg");
56
+ }
57
+ i.flag.rainbow::before,
58
+ i.flag.pride::before,
59
+ i.flag.lgbt::before {
60
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f3f3-fe0f-200d-1f308.svg");
649
61
  }
650
- i.flag.mv:before,
651
- i.flag.maldives:before {
652
- background-position: -36px -1951px;
62
+ i.flag.pirate::before {
63
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f3f4-200d-2620-fe0f.svg");
64
+ }
65
+ i.flag.af::before,
66
+ i.flag.afghanistan::before {
67
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e6-1f1eb.svg");
68
+ }
69
+ i.flag.ax::before,
70
+ i.flag.aland.islands::before {
71
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e6-1f1fd.svg");
72
+ }
73
+ i.flag.al::before,
74
+ i.flag.albania::before {
75
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e6-1f1f1.svg");
76
+ }
77
+ i.flag.dz::before,
78
+ i.flag.algeria::before {
79
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e9-1f1ff.svg");
80
+ }
81
+ i.flag.as::before,
82
+ i.flag.american.samoa::before {
83
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e6-1f1f8.svg");
84
+ }
85
+ i.flag.ad::before,
86
+ i.flag.andorra::before {
87
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e6-1f1e9.svg");
88
+ }
89
+ i.flag.ao::before,
90
+ i.flag.angola::before {
91
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e6-1f1f4.svg");
92
+ }
93
+ i.flag.ai::before,
94
+ i.flag.anguilla::before {
95
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e6-1f1ee.svg");
96
+ }
97
+ i.flag.aq::before,
98
+ i.flag.antarctica::before {
99
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e6-1f1f6.svg");
100
+ }
101
+ i.flag.ag::before,
102
+ i.flag.antigua.and.barbuda::before,
103
+ i.flag.antigua::before {
104
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e6-1f1ec.svg");
653
105
  }
654
- i.flag.mw:before,
655
- i.flag.malawi:before {
656
- background-position: -36px -1977px;
106
+ i.flag.ar::before,
107
+ i.flag.argentina::before {
108
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e6-1f1f7.svg");
657
109
  }
658
- i.flag.mx:before,
659
- i.flag.mexico:before {
660
- background-position: -72px 0;
110
+ i.flag.am::before,
111
+ i.flag.armenia::before {
112
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e6-1f1f2.svg");
661
113
  }
662
- i.flag.my:before,
663
- i.flag.malaysia:before {
664
- background-position: -72px -26px;
114
+ i.flag.aw::before,
115
+ i.flag.aruba::before {
116
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e6-1f1fc.svg");
665
117
  }
666
- i.flag.mz:before,
667
- i.flag.mozambique:before {
668
- background-position: -72px -52px;
118
+ i.flag.au::before,
119
+ i.flag.australia::before {
120
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e6-1f1fa.svg");
669
121
  }
670
- i.flag.na:before,
671
- i.flag.namibia:before {
672
- background-position: -72px -78px;
122
+ i.flag.at::before,
123
+ i.flag.austria::before {
124
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e6-1f1f9.svg");
673
125
  }
674
- i.flag.nc:before,
675
- i.flag.new.caledonia:before {
676
- background-position: -72px -104px;
126
+ i.flag.az::before,
127
+ i.flag.azerbaijan::before {
128
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e6-1f1ff.svg");
677
129
  }
678
- i.flag.ne:before,
679
- i.flag.niger:before {
680
- background-position: -72px -130px;
130
+ i.flag.bs::before,
131
+ i.flag.bahamas::before {
132
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e7-1f1f8.svg");
133
+ }
134
+ i.flag.bh::before,
135
+ i.flag.bahrain::before {
136
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e7-1f1ed.svg");
137
+ }
138
+ i.flag.bd::before,
139
+ i.flag.bangladesh::before {
140
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e7-1f1e9.svg");
141
+ }
142
+ i.flag.bb::before,
143
+ i.flag.barbados::before {
144
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e7-1f1e7.svg");
145
+ }
146
+ i.flag.by::before,
147
+ i.flag.belarus::before {
148
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e7-1f1fe.svg");
149
+ }
150
+ i.flag.be::before,
151
+ i.flag.belgium::before {
152
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e7-1f1ea.svg");
153
+ }
154
+ i.flag.bz::before,
155
+ i.flag.belize::before {
156
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e7-1f1ff.svg");
157
+ }
158
+ i.flag.bj::before,
159
+ i.flag.benin::before {
160
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e7-1f1ef.svg");
681
161
  }
682
- i.flag.nf:before,
683
- i.flag.norfolk.island:before {
684
- background-position: -72px -156px;
162
+ i.flag.bm::before,
163
+ i.flag.bermuda::before {
164
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e7-1f1f2.svg");
165
+ }
166
+ i.flag.bt::before,
167
+ i.flag.bhutan::before {
168
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e7-1f1f9.svg");
169
+ }
170
+ i.flag.bo::before,
171
+ i.flag.bolivia::before {
172
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e7-1f1f4.svg");
173
+ }
174
+ i.flag.ba::before,
175
+ i.flag.bosnia.and.herzegovina::before {
176
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e7-1f1e6.svg");
177
+ }
178
+ i.flag.bw::before,
179
+ i.flag.botswana::before {
180
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e7-1f1fc.svg");
181
+ }
182
+ i.flag.br::before,
183
+ i.flag.brazil::before {
184
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e7-1f1f7.svg");
185
+ }
186
+ i.flag.io::before,
187
+ i.flag.british.indian.ocean.territory::before {
188
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ee-1f1f4.svg");
189
+ }
190
+ i.flag.vg::before,
191
+ i.flag.british.virgin.islands::before {
192
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1fb-1f1ec.svg");
193
+ }
194
+ i.flag.bn::before,
195
+ i.flag.brunei::before {
196
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e7-1f1f3.svg");
197
+ }
198
+ i.flag.bg::before,
199
+ i.flag.bulgaria::before {
200
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e7-1f1ec.svg");
201
+ }
202
+ i.flag.bf::before,
203
+ i.flag.burkina.faso::before {
204
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e7-1f1eb.svg");
685
205
  }
686
- i.flag.ng:before,
687
- i.flag.nigeria:before {
688
- background-position: -72px -182px;
206
+ i.flag.bi::before,
207
+ i.flag.burundi::before {
208
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e7-1f1ee.svg");
689
209
  }
690
- i.flag.ni:before,
691
- i.flag.nicaragua:before {
692
- background-position: -72px -208px;
210
+ i.flag.kh::before,
211
+ i.flag.cambodia::before {
212
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f0-1f1ed.svg");
693
213
  }
694
- i.flag.nl:before,
695
- i.flag.netherlands:before {
696
- background-position: -72px -234px;
214
+ i.flag.cm::before,
215
+ i.flag.cameroon::before {
216
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e8-1f1f2.svg");
697
217
  }
698
- i.flag.no:before,
699
- i.flag.norway:before {
700
- background-position: -72px -260px;
218
+ i.flag.ca::before,
219
+ i.flag.canada::before {
220
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e8-1f1e6.svg");
701
221
  }
702
- i.flag.np:before,
703
- i.flag.nepal:before {
704
- background-position: -72px -286px;
222
+ i.flag.ic::before,
223
+ i.flag.canary.islands::before {
224
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ee-1f1e8.svg");
705
225
  }
706
- i.flag.nr:before,
707
- i.flag.nauru:before {
708
- background-position: -72px -312px;
226
+ i.flag.cv::before,
227
+ i.flag.cape.verde::before {
228
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e8-1f1fb.svg");
709
229
  }
710
- i.flag.nu:before,
711
- i.flag.niue:before {
712
- background-position: -72px -338px;
230
+ i.flag.bq::before,
231
+ i.flag.caribbean.netherlands::before,
232
+ i.flag.an::before,
233
+ i.flag.netherlands.antilles::before {
234
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e7-1f1f6.svg");
235
+ }
236
+ i.flag.ky::before,
237
+ i.flag.cayman.islands::before {
238
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f0-1f1fe.svg");
239
+ }
240
+ i.flag.cf::before,
241
+ i.flag.central.african.republic::before {
242
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e8-1f1eb.svg");
243
+ }
244
+ i.flag.td::before,
245
+ i.flag.chad::before {
246
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f9-1f1e9.svg");
247
+ }
248
+ i.flag.cl::before,
249
+ i.flag.chile::before {
250
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e8-1f1f1.svg");
251
+ }
252
+ i.flag.cn::before,
253
+ i.flag.china::before {
254
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e8-1f1f3.svg");
255
+ }
256
+ i.flag.cx::before,
257
+ i.flag.christmas.island::before {
258
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e8-1f1fd.svg");
259
+ }
260
+ i.flag.cc::before,
261
+ i.flag.cocos.islands::before {
262
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e8-1f1e8.svg");
263
+ }
264
+ i.flag.co::before,
265
+ i.flag.colombia::before {
266
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e8-1f1f4.svg");
267
+ }
268
+ i.flag.km::before,
269
+ i.flag.comoros::before {
270
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f0-1f1f2.svg");
271
+ }
272
+ i.flag.cg::before,
273
+ i.flag.congo.brazzaville::before {
274
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e8-1f1ec.svg");
275
+ }
276
+ i.flag.cd::before,
277
+ i.flag.congo.kinshasa::before,
278
+ i.flag.congo::before {
279
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e8-1f1e9.svg");
713
280
  }
714
- i.flag.nz:before,
715
- i.flag.new.zealand:before {
716
- background-position: -72px -364px;
281
+ i.flag.ck::before,
282
+ i.flag.cook.islands::before {
283
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e8-1f1f0.svg");
717
284
  }
718
- i.flag.om:before,
719
- i.flag.oman:before {
720
- background-position: -72px -390px;
285
+ i.flag.cr::before,
286
+ i.flag.costa.rica::before {
287
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e8-1f1f7.svg");
721
288
  }
722
- i.flag.pa:before,
723
- i.flag.panama:before {
724
- background-position: -72px -416px;
289
+ i.flag.ci::before,
290
+ i.flag.côte.d’ivoire::before {
291
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e8-1f1ee.svg");
292
+ }
293
+ i.flag.hr::before,
294
+ i.flag.croatia::before {
295
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ed-1f1f7.svg");
296
+ }
297
+ i.flag.cu::before,
298
+ i.flag.cuba::before {
299
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e8-1f1fa.svg");
300
+ }
301
+ i.flag.cw::before,
302
+ i.flag.curacao::before {
303
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e8-1f1fc.svg");
304
+ }
305
+ i.flag.cy::before,
306
+ i.flag.cyprus::before {
307
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e8-1f1fe.svg");
308
+ }
309
+ i.flag.cz::before,
310
+ i.flag.czechia::before {
311
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e8-1f1ff.svg");
312
+ }
313
+ i.flag.dk::before,
314
+ i.flag.denmark::before {
315
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e9-1f1f0.svg");
316
+ }
317
+ i.flag.dj::before,
318
+ i.flag.djibouti::before {
319
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e9-1f1ef.svg");
320
+ }
321
+ i.flag.dm::before,
322
+ i.flag.dominica::before {
323
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e9-1f1f2.svg");
324
+ }
325
+ i.flag.do::before,
326
+ i.flag.dominican.republic::before {
327
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e9-1f1f4.svg");
328
+ }
329
+ i.flag.ec::before,
330
+ i.flag.ecuador::before {
331
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ea-1f1e8.svg");
332
+ }
333
+ i.flag.eg::before,
334
+ i.flag.egypt::before {
335
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ea-1f1ec.svg");
336
+ }
337
+ i.flag.sv::before,
338
+ i.flag.el.salvador::before {
339
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f8-1f1fb.svg");
340
+ }
341
+ i.flag.gq::before,
342
+ i.flag.equatorial.guinea::before {
343
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ec-1f1f6.svg");
344
+ }
345
+ i.flag.er::before,
346
+ i.flag.eritrea::before {
347
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ea-1f1f7.svg");
348
+ }
349
+ i.flag.ee::before,
350
+ i.flag.estonia::before {
351
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ea-1f1ea.svg");
352
+ }
353
+ i.flag.et::before,
354
+ i.flag.ethiopia::before {
355
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ea-1f1f9.svg");
356
+ }
357
+ i.flag.eu::before,
358
+ i.flag.european.union::before {
359
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ea-1f1fa.svg");
360
+ }
361
+ i.flag.fk::before,
362
+ i.flag.falkland.islands::before {
363
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1eb-1f1f0.svg");
364
+ }
365
+ i.flag.fo::before,
366
+ i.flag.faroe.islands::before {
367
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1eb-1f1f4.svg");
368
+ }
369
+ i.flag.fj::before,
370
+ i.flag.fiji::before {
371
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1eb-1f1ef.svg");
372
+ }
373
+ i.flag.fi::before,
374
+ i.flag.finland::before {
375
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1eb-1f1ee.svg");
376
+ }
377
+ i.flag.fr::before,
378
+ i.flag.france::before {
379
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1eb-1f1f7.svg");
725
380
  }
726
- i.flag.pe:before,
727
- i.flag.peru:before {
728
- background-position: -72px -442px;
381
+ i.flag.gf::before,
382
+ i.flag.french.guiana::before {
383
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ec-1f1eb.svg");
729
384
  }
730
- i.flag.pf:before,
731
- i.flag.french.polynesia:before {
732
- background-position: -72px -468px;
385
+ i.flag.pf::before,
386
+ i.flag.french.polynesia::before {
387
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f5-1f1eb.svg");
733
388
  }
734
- i.flag.pg:before,
735
- i.flag.new.guinea:before {
736
- background-position: -72px -494px;
389
+ i.flag.tf::before,
390
+ i.flag.french.southern.territories::before,
391
+ i.flag.french.territories::before {
392
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f9-1f1eb.svg");
393
+ }
394
+ i.flag.ga::before,
395
+ i.flag.gabon::before {
396
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ec-1f1e6.svg");
397
+ }
398
+ i.flag.gm::before,
399
+ i.flag.gambia::before {
400
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ec-1f1f2.svg");
401
+ }
402
+ i.flag.ge::before,
403
+ i.flag.georgia::before {
404
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ec-1f1ea.svg");
405
+ }
406
+ i.flag.de::before,
407
+ i.flag.germany::before {
408
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e9-1f1ea.svg");
409
+ }
410
+ i.flag.gh::before,
411
+ i.flag.ghana::before {
412
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ec-1f1ed.svg");
413
+ }
414
+ i.flag.gi::before,
415
+ i.flag.gibraltar::before {
416
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ec-1f1ee.svg");
417
+ }
418
+ i.flag.gr::before,
419
+ i.flag.greece::before {
420
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ec-1f1f7.svg");
421
+ }
422
+ i.flag.gl::before,
423
+ i.flag.greenland::before {
424
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ec-1f1f1.svg");
425
+ }
426
+ i.flag.gd::before,
427
+ i.flag.grenada::before {
428
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ec-1f1e9.svg");
429
+ }
430
+ i.flag.gp::before,
431
+ i.flag.guadeloupe::before {
432
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ec-1f1f5.svg");
433
+ }
434
+ i.flag.gu::before,
435
+ i.flag.guam::before {
436
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ec-1f1fa.svg");
437
+ }
438
+ i.flag.gt::before,
439
+ i.flag.guatemala::before {
440
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ec-1f1f9.svg");
441
+ }
442
+ i.flag.gg::before,
443
+ i.flag.guernsey::before {
444
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ec-1f1ec.svg");
445
+ }
446
+ i.flag.gn::before,
447
+ i.flag.guinea::before {
448
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ec-1f1f3.svg");
449
+ }
450
+ i.flag.gw::before,
451
+ i.flag.guinea-bissau::before {
452
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ec-1f1fc.svg");
453
+ }
454
+ i.flag.gy::before,
455
+ i.flag.guyana::before {
456
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ec-1f1fe.svg");
457
+ }
458
+ i.flag.ht::before,
459
+ i.flag.haiti::before {
460
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ed-1f1f9.svg");
461
+ }
462
+ i.flag.hn::before,
463
+ i.flag.honduras::before {
464
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ed-1f1f3.svg");
465
+ }
466
+ i.flag.hk::before,
467
+ i.flag.hong.kong.sar.china::before,
468
+ i.flag.hong.kong::before {
469
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ed-1f1f0.svg");
737
470
  }
738
- i.flag.ph:before,
739
- i.flag.philippines:before {
740
- background-position: -72px -520px;
471
+ i.flag.hu::before,
472
+ i.flag.hungary::before {
473
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ed-1f1fa.svg");
741
474
  }
742
- i.flag.pk:before,
743
- i.flag.pakistan:before {
744
- background-position: -72px -546px;
475
+ i.flag.is::before,
476
+ i.flag.iceland::before {
477
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ee-1f1f8.svg");
745
478
  }
746
- i.flag.pl:before,
747
- i.flag.poland:before {
748
- background-position: -72px -572px;
479
+ i.flag.in::before,
480
+ i.flag.india::before {
481
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ee-1f1f3.svg");
749
482
  }
750
- i.flag.pm:before,
751
- i.flag.saint.pierre:before {
752
- background-position: -72px -598px;
483
+ i.flag.id::before,
484
+ i.flag.indonesia::before {
485
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ee-1f1e9.svg");
753
486
  }
754
- i.flag.pn:before,
755
- i.flag.pitcairn.islands:before {
756
- background-position: -72px -624px;
487
+ i.flag.ir::before,
488
+ i.flag.iran::before {
489
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ee-1f1f7.svg");
757
490
  }
758
- i.flag.pr:before,
759
- i.flag.puerto.rico:before {
760
- background-position: -72px -650px;
491
+ i.flag.iq::before,
492
+ i.flag.iraq::before {
493
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ee-1f1f6.svg");
761
494
  }
762
- i.flag.ps:before,
763
- i.flag.palestine:before {
764
- background-position: -72px -676px;
495
+ i.flag.ie::before,
496
+ i.flag.ireland::before {
497
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ee-1f1ea.svg");
765
498
  }
766
- i.flag.pt:before,
767
- i.flag.portugal:before {
768
- background-position: -72px -702px;
499
+ i.flag.im::before,
500
+ i.flag.isle.of.man::before {
501
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ee-1f1f2.svg");
769
502
  }
770
- i.flag.pw:before,
771
- i.flag.palau:before {
772
- background-position: -72px -728px;
503
+ i.flag.il::before,
504
+ i.flag.israel::before {
505
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ee-1f1f1.svg");
773
506
  }
774
- i.flag.py:before,
775
- i.flag.paraguay:before {
776
- background-position: -72px -754px;
507
+ i.flag.it::before,
508
+ i.flag.italy::before {
509
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ee-1f1f9.svg");
777
510
  }
778
- i.flag.qa:before,
779
- i.flag.qatar:before {
780
- background-position: -72px -780px;
511
+ i.flag.jm::before,
512
+ i.flag.jamaica::before {
513
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ef-1f1f2.svg");
781
514
  }
782
- i.flag.re:before,
783
- i.flag.reunion:before {
784
- background-position: -72px -806px;
515
+ i.flag.jp::before,
516
+ i.flag.japan::before {
517
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ef-1f1f5.svg");
785
518
  }
786
- i.flag.ro:before,
787
- i.flag.romania:before {
788
- background-position: -72px -832px;
519
+ i.flag.je::before,
520
+ i.flag.jersey::before {
521
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ef-1f1ea.svg");
789
522
  }
790
- i.flag.rs:before,
791
- i.flag.serbia:before {
792
- background-position: -72px -858px;
523
+ i.flag.jo::before,
524
+ i.flag.jordan::before {
525
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ef-1f1f4.svg");
793
526
  }
794
- i.flag.ru:before,
795
- i.flag.russia:before {
796
- background-position: -72px -884px;
527
+ i.flag.kz::before,
528
+ i.flag.kazakhstan::before {
529
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f0-1f1ff.svg");
797
530
  }
798
- i.flag.rw:before,
799
- i.flag.rwanda:before {
800
- background-position: -72px -910px;
531
+ i.flag.ke::before,
532
+ i.flag.kenya::before {
533
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f0-1f1ea.svg");
801
534
  }
802
- i.flag.sa:before,
803
- i.flag.saudi.arabia:before {
804
- background-position: -72px -936px;
535
+ i.flag.ki::before,
536
+ i.flag.kiribati::before {
537
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f0-1f1ee.svg");
805
538
  }
806
- i.flag.sb:before,
807
- i.flag.solomon.islands:before {
808
- background-position: -72px -962px;
539
+ i.flag.xk::before,
540
+ i.flag.kosovo::before {
541
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1fd-1f1f0.svg");
809
542
  }
810
- i.flag.sc:before,
811
- i.flag.seychelles:before {
812
- background-position: -72px -988px;
543
+ i.flag.kw::before,
544
+ i.flag.kuwait::before {
545
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f0-1f1fc.svg");
813
546
  }
814
- i.flag.gb.sct:before,
815
- i.flag.scotland:before {
816
- background-position: -72px -1014px;
547
+ i.flag.kg::before,
548
+ i.flag.kyrgyzstan::before {
549
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f0-1f1ec.svg");
817
550
  }
818
- i.flag.sd:before,
819
- i.flag.sudan:before {
820
- background-position: -72px -1040px;
551
+ i.flag.la::before,
552
+ i.flag.laos::before {
553
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f1-1f1e6.svg");
821
554
  }
822
- i.flag.se:before,
823
- i.flag.sweden:before {
824
- background-position: -72px -1066px;
555
+ i.flag.lv::before,
556
+ i.flag.latvia::before {
557
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f1-1f1fb.svg");
825
558
  }
826
- i.flag.sg:before,
827
- i.flag.singapore:before {
828
- background-position: -72px -1092px;
559
+ i.flag.lb::before,
560
+ i.flag.lebanon::before {
561
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f1-1f1e7.svg");
829
562
  }
830
- i.flag.sh:before,
831
- i.flag.saint.helena:before {
832
- background-position: -72px -1118px;
563
+ i.flag.ls::before,
564
+ i.flag.lesotho::before {
565
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f1-1f1f8.svg");
833
566
  }
834
- i.flag.si:before,
835
- i.flag.slovenia:before {
836
- background-position: -72px -1144px;
567
+ i.flag.lr::before,
568
+ i.flag.liberia::before {
569
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f1-1f1f7.svg");
837
570
  }
838
- i.flag.sj:before,
839
- i.flag.svalbard:before,
840
- i.flag.jan.mayen:before {
841
- background-position: -72px -1170px;
571
+ i.flag.ly::before,
572
+ i.flag.libya::before {
573
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f1-1f1fe.svg");
842
574
  }
843
- i.flag.sk:before,
844
- i.flag.slovakia:before {
845
- background-position: -72px -1196px;
575
+ i.flag.li::before,
576
+ i.flag.liechtenstein::before {
577
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f1-1f1ee.svg");
846
578
  }
847
- i.flag.sl:before,
848
- i.flag.sierra.leone:before {
849
- background-position: -72px -1222px;
579
+ i.flag.lt::before,
580
+ i.flag.lithuania::before {
581
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f1-1f1f9.svg");
850
582
  }
851
- i.flag.sm:before,
852
- i.flag.san.marino:before {
853
- background-position: -72px -1248px;
583
+ i.flag.lu::before,
584
+ i.flag.luxembourg::before {
585
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f1-1f1fa.svg");
854
586
  }
855
- i.flag.sn:before,
856
- i.flag.senegal:before {
857
- background-position: -72px -1274px;
587
+ i.flag.mo::before,
588
+ i.flag.macao.sar.china::before {
589
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f2-1f1f4.svg");
858
590
  }
859
- i.flag.so:before,
860
- i.flag.somalia:before {
861
- background-position: -72px -1300px;
862
- }
863
- i.flag.sr:before,
864
- i.flag.suriname:before {
865
- background-position: -72px -1326px;
866
- }
867
- i.flag.st:before,
868
- i.flag.sao.tome:before {
869
- background-position: -72px -1352px;
870
- }
871
- i.flag.sv:before,
872
- i.flag.el.salvador:before {
873
- background-position: -72px -1378px;
874
- }
875
- i.flag.sy:before,
876
- i.flag.syria:before {
877
- background-position: -72px -1404px;
878
- }
879
- i.flag.sz:before,
880
- i.flag.swaziland:before {
881
- background-position: -72px -1430px;
882
- }
883
- i.flag.tc:before,
884
- i.flag.caicos.islands:before {
885
- background-position: -72px -1456px;
886
- }
887
- i.flag.td:before,
888
- i.flag.chad:before {
889
- background-position: -72px -1482px;
890
- }
891
- i.flag.tf:before,
892
- i.flag.french.territories:before {
893
- background-position: -72px -1508px;
894
- }
895
- i.flag.tg:before,
896
- i.flag.togo:before {
897
- background-position: -72px -1534px;
898
- }
899
- i.flag.th:before,
900
- i.flag.thailand:before {
901
- background-position: -72px -1560px;
902
- }
903
- i.flag.tj:before,
904
- i.flag.tajikistan:before {
905
- background-position: -72px -1586px;
906
- }
907
- i.flag.tk:before,
908
- i.flag.tokelau:before {
909
- background-position: -72px -1612px;
910
- }
911
- i.flag.tl:before,
912
- i.flag.timorleste:before {
913
- background-position: -72px -1638px;
914
- }
915
- i.flag.tm:before,
916
- i.flag.turkmenistan:before {
917
- background-position: -72px -1664px;
918
- }
919
- i.flag.tn:before,
920
- i.flag.tunisia:before {
921
- background-position: -72px -1690px;
922
- }
923
- i.flag.to:before,
924
- i.flag.tonga:before {
925
- background-position: -72px -1716px;
926
- }
927
- i.flag.tr:before,
928
- i.flag.turkey:before {
929
- background-position: -72px -1742px;
930
- }
931
- i.flag.tt:before,
932
- i.flag.trinidad:before {
933
- background-position: -72px -1768px;
591
+ i.flag.mk::before,
592
+ i.flag.macedonia::before {
593
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f2-1f1f0.svg");
934
594
  }
935
- i.flag.tv:before,
936
- i.flag.tuvalu:before {
937
- background-position: -72px -1794px;
595
+ i.flag.mg::before,
596
+ i.flag.madagascar::before {
597
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f2-1f1ec.svg");
938
598
  }
939
- i.flag.tw:before,
940
- i.flag.taiwan:before {
941
- background-position: -72px -1820px;
599
+ i.flag.mw::before,
600
+ i.flag.malawi::before {
601
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f2-1f1fc.svg");
942
602
  }
943
- i.flag.tz:before,
944
- i.flag.tanzania:before {
945
- background-position: -72px -1846px;
603
+ i.flag.my::before,
604
+ i.flag.malaysia::before {
605
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f2-1f1fe.svg");
946
606
  }
947
- i.flag.ua:before,
948
- i.flag.ukraine:before {
949
- background-position: -72px -1872px;
607
+ i.flag.mv::before,
608
+ i.flag.maldives::before {
609
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f2-1f1fb.svg");
950
610
  }
951
- i.flag.ug:before,
952
- i.flag.uganda:before {
953
- background-position: -72px -1898px;
611
+ i.flag.ml::before,
612
+ i.flag.mali::before {
613
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f2-1f1f1.svg");
954
614
  }
955
- i.flag.um:before,
956
- i.flag.us.minor.islands:before {
957
- background-position: -72px -1924px;
615
+ i.flag.mt::before,
616
+ i.flag.malta::before {
617
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f2-1f1f9.svg");
958
618
  }
959
- i.flag.us:before,
960
- i.flag.america:before,
961
- i.flag.united.states:before {
962
- background-position: -72px -1950px;
619
+ i.flag.mh::before,
620
+ i.flag.marshall.islands::before {
621
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f2-1f1ed.svg");
963
622
  }
964
- i.flag.uy:before,
965
- i.flag.uruguay:before {
966
- background-position: -72px -1976px;
623
+ i.flag.mq::before,
624
+ i.flag.martinique::before {
625
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f2-1f1f6.svg");
967
626
  }
968
- i.flag.uz:before,
969
- i.flag.uzbekistan:before {
970
- background-position: -108px 0;
627
+ i.flag.mr::before,
628
+ i.flag.mauritania::before {
629
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f2-1f1f7.svg");
971
630
  }
972
- i.flag.va:before,
973
- i.flag.vatican.city:before {
974
- background-position: -108px -26px;
631
+ i.flag.mu::before,
632
+ i.flag.mauritius::before {
633
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f2-1f1fa.svg");
975
634
  }
976
- i.flag.vc:before,
977
- i.flag.saint.vincent:before {
978
- background-position: -108px -52px;
635
+ i.flag.yt::before,
636
+ i.flag.mayotte::before {
637
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1fe-1f1f9.svg");
979
638
  }
980
- i.flag.ve:before,
981
- i.flag.venezuela:before {
982
- background-position: -108px -78px;
639
+ i.flag.mx::before,
640
+ i.flag.mexico::before {
641
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f2-1f1fd.svg");
983
642
  }
984
- i.flag.vg:before,
985
- i.flag.british.virgin.islands:before {
986
- background-position: -108px -104px;
643
+ i.flag.fm::before,
644
+ i.flag.micronesia::before {
645
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1eb-1f1f2.svg");
987
646
  }
988
- i.flag.vi:before,
989
- i.flag.us.virgin.islands:before {
990
- background-position: -108px -130px;
647
+ i.flag.md::before,
648
+ i.flag.moldova::before {
649
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f2-1f1e9.svg");
991
650
  }
992
- i.flag.vn:before,
993
- i.flag.vietnam:before {
994
- background-position: -108px -156px;
651
+ i.flag.mc::before,
652
+ i.flag.monaco::before {
653
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f2-1f1e8.svg");
995
654
  }
996
- i.flag.vu:before,
997
- i.flag.vanuatu:before {
998
- background-position: -108px -182px;
655
+ i.flag.mn::before,
656
+ i.flag.mongolia::before {
657
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f2-1f1f3.svg");
999
658
  }
1000
- i.flag.gb.wls:before,
1001
- i.flag.wales:before {
1002
- background-position: -108px -208px;
659
+ i.flag.me::before,
660
+ i.flag.montenegro::before {
661
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f2-1f1ea.svg");
1003
662
  }
1004
- i.flag.wf:before,
1005
- i.flag.wallis.and.futuna:before {
1006
- background-position: -108px -234px;
663
+ i.flag.ms::before,
664
+ i.flag.montserrat::before {
665
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f2-1f1f8.svg");
1007
666
  }
1008
- i.flag.ws:before,
1009
- i.flag.samoa:before {
1010
- background-position: -108px -260px;
667
+ i.flag.ma::before,
668
+ i.flag.morocco::before {
669
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f2-1f1e6.svg");
1011
670
  }
1012
- i.flag.ye:before,
1013
- i.flag.yemen:before {
1014
- background-position: -108px -286px;
671
+ i.flag.mz::before,
672
+ i.flag.mozambique::before {
673
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f2-1f1ff.svg");
1015
674
  }
1016
- i.flag.yt:before,
1017
- i.flag.mayotte:before {
1018
- background-position: -108px -312px;
675
+ i.flag.mm::before,
676
+ i.flag.myanmar::before,
677
+ i.flag.burma::before {
678
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f2-1f1f2.svg");
679
+ }
680
+ i.flag.na::before,
681
+ i.flag.namibia::before {
682
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f3-1f1e6.svg");
683
+ }
684
+ i.flag.nr::before,
685
+ i.flag.nauru::before {
686
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f3-1f1f7.svg");
687
+ }
688
+ i.flag.np::before,
689
+ i.flag.nepal::before {
690
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f3-1f1f5.svg");
691
+ }
692
+ i.flag.nl::before,
693
+ i.flag.netherlands::before {
694
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f3-1f1f1.svg");
695
+ }
696
+ i.flag.nc::before,
697
+ i.flag.new.caledonia::before {
698
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f3-1f1e8.svg");
699
+ }
700
+ i.flag.nz::before,
701
+ i.flag.new.zealand::before {
702
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f3-1f1ff.svg");
703
+ }
704
+ i.flag.ni::before,
705
+ i.flag.nicaragua::before {
706
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f3-1f1ee.svg");
707
+ }
708
+ i.flag.ne::before,
709
+ i.flag.niger::before {
710
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f3-1f1ea.svg");
711
+ }
712
+ i.flag.ng::before,
713
+ i.flag.nigeria::before {
714
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f3-1f1ec.svg");
715
+ }
716
+ i.flag.nu::before,
717
+ i.flag.niue::before {
718
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f3-1f1fa.svg");
719
+ }
720
+ i.flag.nf::before,
721
+ i.flag.norfolk.island::before {
722
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f3-1f1eb.svg");
723
+ }
724
+ i.flag.kp::before,
725
+ i.flag.north.korea::before {
726
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f0-1f1f5.svg");
727
+ }
728
+ i.flag.mp::before,
729
+ i.flag.northern.mariana.islands::before {
730
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f2-1f1f5.svg");
731
+ }
732
+ i.flag.no::before,
733
+ i.flag.norway::before {
734
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f3-1f1f4.svg");
735
+ }
736
+ i.flag.om::before,
737
+ i.flag.oman::before {
738
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f4-1f1f2.svg");
739
+ }
740
+ i.flag.pk::before,
741
+ i.flag.pakistan::before {
742
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f5-1f1f0.svg");
743
+ }
744
+ i.flag.pw::before,
745
+ i.flag.palau::before {
746
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f5-1f1fc.svg");
747
+ }
748
+ i.flag.ps::before,
749
+ i.flag.palestinian.territories::before {
750
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f5-1f1f8.svg");
751
+ }
752
+ i.flag.pa::before,
753
+ i.flag.panama::before {
754
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f5-1f1e6.svg");
755
+ }
756
+ i.flag.pg::before,
757
+ i.flag.papua.new.guinea::before,
758
+ i.flag.new.guinea::before {
759
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f5-1f1ec.svg");
760
+ }
761
+ i.flag.py::before,
762
+ i.flag.paraguay::before {
763
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f5-1f1fe.svg");
764
+ }
765
+ i.flag.pe::before,
766
+ i.flag.peru::before {
767
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f5-1f1ea.svg");
768
+ }
769
+ i.flag.ph::before,
770
+ i.flag.philippines::before {
771
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f5-1f1ed.svg");
772
+ }
773
+ i.flag.pn::before,
774
+ i.flag.pitcairn.islands::before {
775
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f5-1f1f3.svg");
776
+ }
777
+ i.flag.pl::before,
778
+ i.flag.poland::before {
779
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f5-1f1f1.svg");
780
+ }
781
+ i.flag.pt::before,
782
+ i.flag.portugal::before {
783
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f5-1f1f9.svg");
784
+ }
785
+ i.flag.pr::before,
786
+ i.flag.puerto.rico::before {
787
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f5-1f1f7.svg");
788
+ }
789
+ i.flag.qa::before,
790
+ i.flag.qatar::before {
791
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f6-1f1e6.svg");
792
+ }
793
+ i.flag.re::before,
794
+ i.flag.réunion::before {
795
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f7-1f1ea.svg");
796
+ }
797
+ i.flag.ro::before,
798
+ i.flag.romania::before {
799
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f7-1f1f4.svg");
800
+ }
801
+ i.flag.ru::before,
802
+ i.flag.russia::before {
803
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f7-1f1fa.svg");
804
+ }
805
+ i.flag.rw::before,
806
+ i.flag.rwanda::before {
807
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f7-1f1fc.svg");
808
+ }
809
+ i.flag.ws::before,
810
+ i.flag.samoa::before {
811
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1fc-1f1f8.svg");
812
+ }
813
+ i.flag.sm::before,
814
+ i.flag.san.marino::before {
815
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f8-1f1f2.svg");
816
+ }
817
+ i.flag.st::before,
818
+ i.flag.sao.tome.and.principe::before,
819
+ i.flag.samo.tome::before {
820
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f8-1f1f9.svg");
821
+ }
822
+ i.flag.sa::before,
823
+ i.flag.saudi.arabia::before,
824
+ i.flag.saudiarabia::before,
825
+ i.flag.saudi::before {
826
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f8-1f1e6.svg");
827
+ }
828
+ i.flag.sn::before,
829
+ i.flag.senegal::before {
830
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f8-1f1f3.svg");
831
+ }
832
+ i.flag.rs::before,
833
+ i.flag.serbia::before {
834
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f7-1f1f8.svg");
835
+ }
836
+ i.flag.sc::before,
837
+ i.flag.seychelles::before {
838
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f8-1f1e8.svg");
839
+ }
840
+ i.flag.sl::before,
841
+ i.flag.sierra.leone::before {
842
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f8-1f1f1.svg");
843
+ }
844
+ i.flag.sg::before,
845
+ i.flag.singapore::before {
846
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f8-1f1ec.svg");
847
+ }
848
+ i.flag.sx::before,
849
+ i.flag.sint.maarten::before {
850
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f8-1f1fd.svg");
851
+ }
852
+ i.flag.sk::before,
853
+ i.flag.slovakia::before {
854
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f8-1f1f0.svg");
855
+ }
856
+ i.flag.si::before,
857
+ i.flag.slovenia::before {
858
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f8-1f1ee.svg");
859
+ }
860
+ i.flag.gs::before,
861
+ i.flag.south.georgia.and.south.sandwich.islands::before,
862
+ i.flag.sandwich.islands::before {
863
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ec-1f1f8.svg");
864
+ }
865
+ i.flag.sb::before,
866
+ i.flag.solomon.islands::before {
867
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f8-1f1e7.svg");
868
+ }
869
+ i.flag.so::before,
870
+ i.flag.somalia::before {
871
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f8-1f1f4.svg");
872
+ }
873
+ i.flag.za::before,
874
+ i.flag.south.africa::before {
875
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ff-1f1e6.svg");
876
+ }
877
+ i.flag.kr::before,
878
+ i.flag.south.korea::before {
879
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f0-1f1f7.svg");
880
+ }
881
+ i.flag.ss::before,
882
+ i.flag.south.sudan::before {
883
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f8-1f1f8.svg");
884
+ }
885
+ i.flag.es::before,
886
+ i.flag.spain::before {
887
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ea-1f1f8.svg");
888
+ }
889
+ i.flag.lk::before,
890
+ i.flag.sri.lanka::before {
891
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f1-1f1f0.svg");
892
+ }
893
+ i.flag.bl::before,
894
+ i.flag.st.barthelemy::before,
895
+ i.flag.saint.barth::before {
896
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e7-1f1f1.svg");
897
+ }
898
+ i.flag.sh::before,
899
+ i.flag.st.helena::before,
900
+ i.flag.saint.helena::before {
901
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f8-1f1ed.svg");
902
+ }
903
+ i.flag.kn::before,
904
+ i.flag.st.kitts.and.nevis::before,
905
+ i.flag.saint.kitts.and.navis::before {
906
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f0-1f1f3.svg");
907
+ }
908
+ i.flag.lc::before,
909
+ i.flag.st.lucia::before,
910
+ i.flag.saint.lucia::before {
911
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f1-1f1e8.svg");
912
+ }
913
+ i.flag.pm::before,
914
+ i.flag.st.pierre.and.miquelon::before,
915
+ i.flag.saint.pierre::before {
916
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f5-1f1f2.svg");
917
+ }
918
+ i.flag.vc::before,
919
+ i.flag.st.vincent.and.grenadines::before {
920
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1fb-1f1e8.svg");
921
+ }
922
+ i.flag.sd::before,
923
+ i.flag.sudan::before {
924
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f8-1f1e9.svg");
925
+ }
926
+ i.flag.sr::before,
927
+ i.flag.suriname::before {
928
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f8-1f1f7.svg");
929
+ }
930
+ i.flag.sz::before,
931
+ i.flag.eswatini::before {
932
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f8-1f1ff.svg");
933
+ }
934
+ i.flag.se::before,
935
+ i.flag.sweden::before {
936
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f8-1f1ea.svg");
937
+ }
938
+ i.flag.ch::before,
939
+ i.flag.switzerland::before {
940
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e8-1f1ed.svg");
941
+ }
942
+ i.flag.sy::before,
943
+ i.flag.syria::before {
944
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f8-1f1fe.svg");
945
+ }
946
+ i.flag.tw::before,
947
+ i.flag.taiwan::before {
948
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f9-1f1fc.svg");
949
+ }
950
+ i.flag.tj::before,
951
+ i.flag.tajikistan::before {
952
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f9-1f1ef.svg");
953
+ }
954
+ i.flag.tz::before,
955
+ i.flag.tanzania::before {
956
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f9-1f1ff.svg");
957
+ }
958
+ i.flag.th::before,
959
+ i.flag.thailand::before {
960
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f9-1f1ed.svg");
961
+ }
962
+ i.flag.tl::before,
963
+ i.flag.timor-leste::before {
964
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f9-1f1f1.svg");
965
+ }
966
+ i.flag.tg::before,
967
+ i.flag.togo::before {
968
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f9-1f1ec.svg");
969
+ }
970
+ i.flag.tk::before,
971
+ i.flag.tokelau::before {
972
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f9-1f1f0.svg");
973
+ }
974
+ i.flag.to::before,
975
+ i.flag.tonga::before {
976
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f9-1f1f4.svg");
977
+ }
978
+ i.flag.tt::before,
979
+ i.flag.trinidad.and.tobago::before {
980
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f9-1f1f9.svg");
981
+ }
982
+ i.flag.tn::before,
983
+ i.flag.tunisia::before {
984
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f9-1f1f3.svg");
985
+ }
986
+ i.flag.tr::before,
987
+ i.flag.turkey::before {
988
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f9-1f1f7.svg");
989
+ }
990
+ i.flag.tm::before,
991
+ i.flag.turkmenistan::before {
992
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f9-1f1f2.svg");
993
+ }
994
+ i.flag.tc::before,
995
+ i.flag.turks.and.caicos.islands::before {
996
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f9-1f1e8.svg");
997
+ }
998
+ i.flag.vi::before,
999
+ i.flag.us.virgin.islands::before {
1000
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1fb-1f1ee.svg");
1001
+ }
1002
+ i.flag.tv::before,
1003
+ i.flag.tuvalu::before {
1004
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f9-1f1fb.svg");
1005
+ }
1006
+ i.flag.ug::before,
1007
+ i.flag.uganda::before {
1008
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1fa-1f1ec.svg");
1009
+ }
1010
+ i.flag.ua::before,
1011
+ i.flag.ukraine::before {
1012
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1fa-1f1e6.svg");
1013
+ }
1014
+ i.flag.ae::before,
1015
+ i.flag.united.arab.emirates::before,
1016
+ i.flag.uae::before {
1017
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e6-1f1ea.svg");
1018
+ }
1019
+ i.flag.gb::before,
1020
+ i.flag.united.kingdom::before,
1021
+ i.flag.uk::before {
1022
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ec-1f1e7.svg");
1023
+ }
1024
+ i.flag.gb.eng::before,
1025
+ i.flag.england::before {
1026
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f3f4-e0067-e0062-e0065-e006e-e0067-e007f.svg");
1027
+ }
1028
+ i.flag.gb.sct::before,
1029
+ i.flag.scotland::before {
1030
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f3f4-e0067-e0062-e0073-e0063-e0074-e007f.svg");
1031
+ }
1032
+ i.flag.gb.wls::before,
1033
+ i.flag.wales::before {
1034
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f3f4-e0067-e0062-e0077-e006c-e0073-e007f.svg");
1035
+ }
1036
+ i.flag.us::before,
1037
+ i.flag.united.states::before,
1038
+ i.flag.america::before {
1039
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1fa-1f1f8.svg");
1040
+ }
1041
+ i.flag.uy::before,
1042
+ i.flag.uruguay::before {
1043
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1fa-1f1fe.svg");
1044
+ }
1045
+ i.flag.uz::before,
1046
+ i.flag.uzbekistan::before {
1047
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1fa-1f1ff.svg");
1048
+ }
1049
+ i.flag.vu::before,
1050
+ i.flag.vanuatu::before {
1051
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1fb-1f1fa.svg");
1052
+ }
1053
+ i.flag.va::before,
1054
+ i.flag.vatican.city::before {
1055
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1fb-1f1e6.svg");
1056
+ }
1057
+ i.flag.ve::before,
1058
+ i.flag.venezuela::before {
1059
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1fb-1f1ea.svg");
1060
+ }
1061
+ i.flag.vn::before,
1062
+ i.flag.vietnam::before {
1063
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1fb-1f1f3.svg");
1064
+ }
1065
+ i.flag.wf::before,
1066
+ i.flag.wallis.and.futuna::before {
1067
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1fc-1f1eb.svg");
1068
+ }
1069
+ i.flag.eh::before,
1070
+ i.flag.western.sahara::before {
1071
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ea-1f1ed.svg");
1072
+ }
1073
+ i.flag.ye::before,
1074
+ i.flag.yemen::before {
1075
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1fe-1f1ea.svg");
1076
+ }
1077
+ i.flag.zm::before,
1078
+ i.flag.zambia::before {
1079
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ff-1f1f2.svg");
1080
+ }
1081
+ i.flag.zw::before,
1082
+ i.flag.zimbabwe::before {
1083
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ff-1f1fc.svg");
1084
+ }
1085
+ i.flag.ac::before,
1086
+ i.flag.ascension.island::before {
1087
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e6-1f1e8.svg");
1088
+ }
1089
+ i.flag.bv::before,
1090
+ i.flag.bouvet.island::before {
1091
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e7-1f1fb.svg");
1092
+ }
1093
+ i.flag.cp::before,
1094
+ i.flag.clipperton.island::before {
1095
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e8-1f1f5.svg");
1096
+ }
1097
+ i.flag.ea::before,
1098
+ i.flag.ceuta.and.melilla::before {
1099
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ea-1f1e6.svg");
1100
+ }
1101
+ i.flag.dg::before,
1102
+ i.flag.diego.garcia::before {
1103
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e9-1f1ec.svg");
1104
+ }
1105
+ i.flag.hm::before,
1106
+ i.flag.heard.and.mcdonald.islands::before {
1107
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ed-1f1f2.svg");
1108
+ }
1109
+ i.flag.mf::before,
1110
+ i.flag.st.martin::before {
1111
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f2-1f1eb.svg");
1112
+ }
1113
+ i.flag.sj::before,
1114
+ i.flag.svalbard.and.jan.mayen::before,
1115
+ i.flag.svalbard::before,
1116
+ i.flag.jan.mayen::before {
1117
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f8-1f1ef.svg");
1019
1118
  }
1020
- i.flag.za:before,
1021
- i.flag.south.africa:before {
1022
- background-position: -108px -338px;
1119
+ i.flag.ta::before,
1120
+ i.flag.tristan.da.cunha::before {
1121
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f9-1f1e6.svg");
1023
1122
  }
1024
- i.flag.zm:before,
1025
- i.flag.zambia:before {
1026
- background-position: -108px -364px;
1123
+ i.flag.um::before,
1124
+ i.flag.us.outlying.islands::before,
1125
+ i.flag.minor.islands::before {
1126
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1fa-1f1f2.svg");
1027
1127
  }
1028
- i.flag.zw:before,
1029
- i.flag.zimbabwe:before {
1030
- background-position: -108px -390px;
1128
+ i.flag.un::before,
1129
+ i.flag.united.nations::before,
1130
+ i.flag.united.nations::before {
1131
+ background-image: url("https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1fa-1f1f3.svg");
1031
1132
  }
1032
- /*rtl:end:ignore*/
1133
+
1134
+ /* rtl:end:ignore */
1135
+
1136
+
1137
+ /*******************************
1138
+ Theme Overrides
1139
+ *******************************/
1140
+
1033
1141
 
1034
1142
 
1035
1143
  /*******************************