rails-active-ui 0.2.2 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (226) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/datatables.css +15 -0
  3. data/app/assets/stylesheets.css +5 -1
  4. data/app/blocks/resource_list_block.rb +153 -0
  5. data/app/components/back_button_component.rb +34 -0
  6. data/app/components/button_component.rb +4 -2
  7. data/app/components/button_to_component.rb +3 -4
  8. data/app/components/column_component.rb +1 -1
  9. data/app/components/container_component.rb +1 -1
  10. data/app/components/dropdown_component.rb +8 -2
  11. data/app/components/grid_component.rb +5 -1
  12. data/app/components/link_to_component.rb +23 -0
  13. data/app/components/menu_item_component.rb +5 -1
  14. data/app/components/message_component.rb +3 -1
  15. data/app/components/modal_component.rb +23 -3
  16. data/app/components/paragraph_component.rb +13 -0
  17. data/app/components/row_component.rb +1 -1
  18. data/app/components/table_row_component.rb +3 -5
  19. data/app/components/template_component.rb +13 -0
  20. data/app/helpers/component_helper.rb +122 -76
  21. data/app/helpers/fui_helper.rb +37 -0
  22. data/app/javascript/datatables.js +10 -0
  23. data/app/javascript/ui/controllers/fui_datatable_controller.js +35 -0
  24. data/app/javascript/ui/controllers/fui_dropdown_controller.js +8 -1
  25. data/app/javascript/ui/controllers/fui_item_list_controller.js +40 -0
  26. data/app/javascript/ui/controllers/navigation_controller.js +23 -0
  27. data/app/javascript/ui/index.js +11 -0
  28. data/app/lib/component.rb +1 -1
  29. data/config/importmap.rb +3 -0
  30. data/config/initializers/ruby_template_handler.rb +4 -1
  31. data/formantic-ui/components/accordion.css +369 -0
  32. data/formantic-ui/components/accordion.js +595 -0
  33. data/formantic-ui/components/accordion.min.css +9 -0
  34. data/formantic-ui/components/accordion.min.js +11 -0
  35. data/formantic-ui/components/ad.css +264 -0
  36. data/formantic-ui/components/ad.min.css +10 -0
  37. data/formantic-ui/components/api.js +1225 -0
  38. data/formantic-ui/components/api.min.js +11 -0
  39. data/formantic-ui/components/breadcrumb.css +135 -0
  40. data/formantic-ui/components/breadcrumb.min.css +9 -0
  41. data/formantic-ui/components/button.css +4058 -0
  42. data/formantic-ui/components/button.min.css +9 -0
  43. data/formantic-ui/components/calendar.css +327 -0
  44. data/formantic-ui/components/calendar.js +2045 -0
  45. data/formantic-ui/components/calendar.min.css +9 -0
  46. data/formantic-ui/components/calendar.min.js +11 -0
  47. data/formantic-ui/components/card.css +1881 -0
  48. data/formantic-ui/components/card.min.css +9 -0
  49. data/formantic-ui/components/checkbox.css +785 -0
  50. data/formantic-ui/components/checkbox.js +888 -0
  51. data/formantic-ui/components/checkbox.min.css +9 -0
  52. data/formantic-ui/components/checkbox.min.js +11 -0
  53. data/formantic-ui/components/comment.css +283 -0
  54. data/formantic-ui/components/comment.min.css +9 -0
  55. data/formantic-ui/components/container.css +300 -0
  56. data/formantic-ui/components/container.min.css +9 -0
  57. data/formantic-ui/components/dimmer.css +367 -0
  58. data/formantic-ui/components/dimmer.js +732 -0
  59. data/formantic-ui/components/dimmer.min.css +9 -0
  60. data/formantic-ui/components/dimmer.min.js +11 -0
  61. data/formantic-ui/components/divider.css +287 -0
  62. data/formantic-ui/components/divider.min.css +9 -0
  63. data/formantic-ui/components/dropdown.css +2087 -0
  64. data/formantic-ui/components/dropdown.js +4432 -0
  65. data/formantic-ui/components/dropdown.min.css +9 -0
  66. data/formantic-ui/components/dropdown.min.js +11 -0
  67. data/formantic-ui/components/embed.css +155 -0
  68. data/formantic-ui/components/embed.js +688 -0
  69. data/formantic-ui/components/embed.min.css +9 -0
  70. data/formantic-ui/components/embed.min.js +11 -0
  71. data/formantic-ui/components/emoji.css +15311 -0
  72. data/formantic-ui/components/emoji.min.css +9 -0
  73. data/formantic-ui/components/feed.css +799 -0
  74. data/formantic-ui/components/feed.min.css +9 -0
  75. data/formantic-ui/components/flag.css +1149 -0
  76. data/formantic-ui/components/flag.min.css +9 -0
  77. data/formantic-ui/components/flyout.css +546 -0
  78. data/formantic-ui/components/flyout.js +1551 -0
  79. data/formantic-ui/components/flyout.min.css +9 -0
  80. data/formantic-ui/components/flyout.min.js +11 -0
  81. data/formantic-ui/components/form.css +1885 -0
  82. data/formantic-ui/components/form.js +2199 -0
  83. data/formantic-ui/components/form.min.css +9 -0
  84. data/formantic-ui/components/form.min.js +11 -0
  85. data/formantic-ui/components/grid.css +1952 -0
  86. data/formantic-ui/components/grid.min.css +9 -0
  87. data/formantic-ui/components/header.css +778 -0
  88. data/formantic-ui/components/header.min.css +9 -0
  89. data/formantic-ui/components/icon.css +7066 -0
  90. data/formantic-ui/components/icon.min.css +9 -0
  91. data/formantic-ui/components/image.css +315 -0
  92. data/formantic-ui/components/image.min.css +9 -0
  93. data/formantic-ui/components/input.css +1566 -0
  94. data/formantic-ui/components/input.min.css +9 -0
  95. data/formantic-ui/components/item.css +534 -0
  96. data/formantic-ui/components/item.min.css +9 -0
  97. data/formantic-ui/components/label.css +2114 -0
  98. data/formantic-ui/components/label.min.css +9 -0
  99. data/formantic-ui/components/list.css +955 -0
  100. data/formantic-ui/components/list.min.css +9 -0
  101. data/formantic-ui/components/loader.css +787 -0
  102. data/formantic-ui/components/loader.min.css +9 -0
  103. data/formantic-ui/components/menu.css +2131 -0
  104. data/formantic-ui/components/menu.min.css +9 -0
  105. data/formantic-ui/components/message.css +619 -0
  106. data/formantic-ui/components/message.min.css +9 -0
  107. data/formantic-ui/components/modal.css +779 -0
  108. data/formantic-ui/components/modal.js +1637 -0
  109. data/formantic-ui/components/modal.min.css +9 -0
  110. data/formantic-ui/components/modal.min.js +11 -0
  111. data/formantic-ui/components/nag.css +290 -0
  112. data/formantic-ui/components/nag.js +566 -0
  113. data/formantic-ui/components/nag.min.css +9 -0
  114. data/formantic-ui/components/nag.min.js +11 -0
  115. data/formantic-ui/components/placeholder.css +228 -0
  116. data/formantic-ui/components/placeholder.min.css +9 -0
  117. data/formantic-ui/components/popup.css +1184 -0
  118. data/formantic-ui/components/popup.js +1561 -0
  119. data/formantic-ui/components/popup.min.css +9 -0
  120. data/formantic-ui/components/popup.min.js +11 -0
  121. data/formantic-ui/components/progress.css +761 -0
  122. data/formantic-ui/components/progress.js +979 -0
  123. data/formantic-ui/components/progress.min.css +9 -0
  124. data/formantic-ui/components/progress.min.js +11 -0
  125. data/formantic-ui/components/rail.css +147 -0
  126. data/formantic-ui/components/rail.min.css +9 -0
  127. data/formantic-ui/components/rating.css +414 -0
  128. data/formantic-ui/components/rating.js +540 -0
  129. data/formantic-ui/components/rating.min.css +9 -0
  130. data/formantic-ui/components/rating.min.js +11 -0
  131. data/formantic-ui/components/reset.css +386 -0
  132. data/formantic-ui/components/reset.min.css +9 -0
  133. data/formantic-ui/components/reveal.css +277 -0
  134. data/formantic-ui/components/reveal.min.css +9 -0
  135. data/formantic-ui/components/search.css +541 -0
  136. data/formantic-ui/components/search.js +1641 -0
  137. data/formantic-ui/components/search.min.css +9 -0
  138. data/formantic-ui/components/search.min.js +11 -0
  139. data/formantic-ui/components/segment.css +1053 -0
  140. data/formantic-ui/components/segment.min.css +9 -0
  141. data/formantic-ui/components/shape.css +144 -0
  142. data/formantic-ui/components/shape.js +797 -0
  143. data/formantic-ui/components/shape.min.css +9 -0
  144. data/formantic-ui/components/shape.min.js +11 -0
  145. data/formantic-ui/components/sidebar.css +539 -0
  146. data/formantic-ui/components/sidebar.js +1054 -0
  147. data/formantic-ui/components/sidebar.min.css +9 -0
  148. data/formantic-ui/components/sidebar.min.js +11 -0
  149. data/formantic-ui/components/site.css +286 -0
  150. data/formantic-ui/components/site.js +455 -0
  151. data/formantic-ui/components/site.min.css +9 -0
  152. data/formantic-ui/components/site.min.js +11 -0
  153. data/formantic-ui/components/slider.css +926 -0
  154. data/formantic-ui/components/slider.js +1546 -0
  155. data/formantic-ui/components/slider.min.css +9 -0
  156. data/formantic-ui/components/slider.min.js +11 -0
  157. data/formantic-ui/components/state.js +697 -0
  158. data/formantic-ui/components/state.min.js +11 -0
  159. data/formantic-ui/components/statistic.css +586 -0
  160. data/formantic-ui/components/statistic.min.css +9 -0
  161. data/formantic-ui/components/step.css +1538 -0
  162. data/formantic-ui/components/step.min.css +9 -0
  163. data/formantic-ui/components/sticky.css +73 -0
  164. data/formantic-ui/components/sticky.js +917 -0
  165. data/formantic-ui/components/sticky.min.css +9 -0
  166. data/formantic-ui/components/sticky.min.js +11 -0
  167. data/formantic-ui/components/tab.css +84 -0
  168. data/formantic-ui/components/tab.js +967 -0
  169. data/formantic-ui/components/tab.min.css +9 -0
  170. data/formantic-ui/components/tab.min.js +11 -0
  171. data/formantic-ui/components/table.css +3473 -0
  172. data/formantic-ui/components/table.min.css +9 -0
  173. data/formantic-ui/components/text.css +155 -0
  174. data/formantic-ui/components/text.min.css +9 -0
  175. data/formantic-ui/components/toast.css +751 -0
  176. data/formantic-ui/components/toast.js +964 -0
  177. data/formantic-ui/components/toast.min.css +9 -0
  178. data/formantic-ui/components/toast.min.js +11 -0
  179. data/formantic-ui/components/transition.css +1148 -0
  180. data/formantic-ui/components/transition.js +1034 -0
  181. data/formantic-ui/components/transition.min.css +9 -0
  182. data/formantic-ui/components/transition.min.js +11 -0
  183. data/formantic-ui/components/visibility.js +1292 -0
  184. data/formantic-ui/components/visibility.min.js +11 -0
  185. data/formantic-ui/semantic.css +78485 -0
  186. data/formantic-ui/semantic.js +31036 -0
  187. data/formantic-ui/semantic.min.css +11 -0
  188. data/formantic-ui/semantic.min.js +11 -0
  189. data/formantic-ui/themes/basic/assets/fonts/LICENSE.txt +91 -0
  190. data/formantic-ui/themes/basic/assets/fonts/icons.woff +0 -0
  191. data/formantic-ui/themes/basic/assets/fonts/icons.woff2 +0 -0
  192. data/formantic-ui/themes/default/assets/fonts/LICENSE_Lato.txt +94 -0
  193. data/formantic-ui/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
  194. data/formantic-ui/themes/default/assets/fonts/Lato-Bold.woff +0 -0
  195. data/formantic-ui/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
  196. data/formantic-ui/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
  197. data/formantic-ui/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
  198. data/formantic-ui/themes/default/assets/fonts/Lato-Italic.woff +0 -0
  199. data/formantic-ui/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
  200. data/formantic-ui/themes/default/assets/fonts/Lato-Regular.woff +0 -0
  201. data/formantic-ui/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
  202. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
  203. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
  204. data/formantic-ui/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
  205. data/formantic-ui/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
  206. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
  207. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
  208. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
  209. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
  210. data/formantic-ui/themes/default/assets/fonts/brand-icons.woff +0 -0
  211. data/formantic-ui/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  212. data/formantic-ui/themes/default/assets/fonts/icons.woff +0 -0
  213. data/formantic-ui/themes/default/assets/fonts/icons.woff2 +0 -0
  214. data/formantic-ui/themes/default/assets/fonts/outline-icons.woff +0 -0
  215. data/formantic-ui/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  216. data/formantic-ui/themes/famfamfam/assets/images/flags.png +0 -0
  217. data/formantic-ui/themes/github/assets/fonts/LICENSE.txt +94 -0
  218. data/formantic-ui/themes/github/assets/fonts/octicons.woff +0 -0
  219. data/formantic-ui/themes/github/assets/fonts/octicons.woff2 +0 -0
  220. data/formantic-ui/themes/material/assets/fonts/LICENSE.txt +202 -0
  221. data/formantic-ui/themes/material/assets/fonts/icons.woff +0 -0
  222. data/formantic-ui/themes/material/assets/fonts/icons.woff2 +0 -0
  223. data/lib/ui/engine.rb +7 -2
  224. data/lib/ui/version.rb +1 -1
  225. metadata +205 -7
  226. data/app/components/link_component.rb +0 -23
@@ -0,0 +1,1149 @@
1
+ /*!
2
+ * # Fomantic-UI 2.9.4 - Flag
3
+ * https://github.com/fomantic/Fomantic-UI/
4
+ *
5
+ *
6
+ * Released under the MIT license
7
+ * https://opensource.org/licenses/MIT
8
+ *
9
+ */
10
+
11
+
12
+ /*******************************
13
+ Flag
14
+ *******************************/
15
+
16
+ i.flag:not(.icon) {
17
+ speak: none;
18
+ -webkit-backface-visibility: hidden;
19
+ backface-visibility: hidden;
20
+ }
21
+ i.flag:not(.icon)::before {
22
+ content: "\00A0\00A0\00A0\00A0\00A0\00A0\00A0";
23
+ display: inline-block;
24
+ line-height: 1em;
25
+ background-repeat: no-repeat;
26
+ background-position: center center;
27
+ }
28
+ i.flag.small {
29
+ font-size: 1.5em;
30
+ vertical-align: middle;
31
+ }
32
+ i.flag.medium {
33
+ font-size: 3em;
34
+ vertical-align: middle;
35
+ }
36
+ i.flag.large {
37
+ font-size: 6em;
38
+ vertical-align: middle;
39
+ }
40
+ i.flag.big {
41
+ font-size: 7.5em;
42
+ vertical-align: middle;
43
+ }
44
+ i.flag.huge {
45
+ font-size: 9em;
46
+ vertical-align: middle;
47
+ }
48
+ i.flag.massive {
49
+ font-size: 12em;
50
+ vertical-align: middle;
51
+ }
52
+
53
+ /* rtl:begin:ignore */
54
+ i.flag.transgender::before {
55
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/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/jdecked/twemoji@latest/assets/svg/1f3f3-fe0f-200d-1f308.svg");
61
+ }
62
+ i.flag.pirate::before {
63
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/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/jdecked/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/jdecked/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/jdecked/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/jdecked/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/jdecked/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/jdecked/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/jdecked/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/jdecked/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/jdecked/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/jdecked/twemoji@latest/assets/svg/1f1e6-1f1ec.svg");
105
+ }
106
+ i.flag.ar::before,
107
+ i.flag.argentina::before {
108
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1e6-1f1f7.svg");
109
+ }
110
+ i.flag.am::before,
111
+ i.flag.armenia::before {
112
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1e6-1f1f2.svg");
113
+ }
114
+ i.flag.aw::before,
115
+ i.flag.aruba::before {
116
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1e6-1f1fc.svg");
117
+ }
118
+ i.flag.au::before,
119
+ i.flag.australia::before {
120
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1e6-1f1fa.svg");
121
+ }
122
+ i.flag.at::before,
123
+ i.flag.austria::before {
124
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1e6-1f1f9.svg");
125
+ }
126
+ i.flag.az::before,
127
+ i.flag.azerbaijan::before {
128
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1e6-1f1ff.svg");
129
+ }
130
+ i.flag.bs::before,
131
+ i.flag.bahamas::before {
132
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/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/jdecked/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/jdecked/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/jdecked/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/jdecked/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/jdecked/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/jdecked/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/jdecked/twemoji@latest/assets/svg/1f1e7-1f1ef.svg");
161
+ }
162
+ i.flag.bm::before,
163
+ i.flag.bermuda::before {
164
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/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/jdecked/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/jdecked/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/jdecked/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/jdecked/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/jdecked/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/jdecked/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/jdecked/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/jdecked/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/jdecked/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/jdecked/twemoji@latest/assets/svg/1f1e7-1f1eb.svg");
205
+ }
206
+ i.flag.bi::before,
207
+ i.flag.burundi::before {
208
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1e7-1f1ee.svg");
209
+ }
210
+ i.flag.kh::before,
211
+ i.flag.cambodia::before {
212
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f0-1f1ed.svg");
213
+ }
214
+ i.flag.cm::before,
215
+ i.flag.cameroon::before {
216
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1e8-1f1f2.svg");
217
+ }
218
+ i.flag.ca::before,
219
+ i.flag.canada::before {
220
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1e8-1f1e6.svg");
221
+ }
222
+ i.flag.ic::before,
223
+ i.flag.canary.islands::before {
224
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ee-1f1e8.svg");
225
+ }
226
+ i.flag.cv::before,
227
+ i.flag.cape.verde::before {
228
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1e8-1f1fb.svg");
229
+ }
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/jdecked/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/jdecked/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/jdecked/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/jdecked/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/jdecked/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/jdecked/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/jdecked/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/jdecked/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/jdecked/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/jdecked/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/jdecked/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/jdecked/twemoji@latest/assets/svg/1f1e8-1f1e9.svg");
280
+ }
281
+ i.flag.ck::before,
282
+ i.flag.cook.islands::before {
283
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1e8-1f1f0.svg");
284
+ }
285
+ i.flag.cr::before,
286
+ i.flag.costa.rica::before {
287
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1e8-1f1f7.svg");
288
+ }
289
+ i.flag.ci::before,
290
+ i.flag.côte.d’ivoire::before {
291
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/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/jdecked/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/jdecked/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/jdecked/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/jdecked/twemoji@latest/assets/svg/1f1e8-1f1fe.svg");
308
+ }
309
+ i.flag.cz::before,
310
+ i.flag.czechia::before,
311
+ i.flag.czech.republic::before {
312
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1e8-1f1ff.svg");
313
+ }
314
+ i.flag.dk::before,
315
+ i.flag.denmark::before {
316
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1e9-1f1f0.svg");
317
+ }
318
+ i.flag.dj::before,
319
+ i.flag.djibouti::before {
320
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1e9-1f1ef.svg");
321
+ }
322
+ i.flag.dm::before,
323
+ i.flag.dominica::before {
324
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1e9-1f1f2.svg");
325
+ }
326
+ i.flag.do::before,
327
+ i.flag.dominican.republic::before {
328
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1e9-1f1f4.svg");
329
+ }
330
+ i.flag.ec::before,
331
+ i.flag.ecuador::before {
332
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ea-1f1e8.svg");
333
+ }
334
+ i.flag.eg::before,
335
+ i.flag.egypt::before {
336
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ea-1f1ec.svg");
337
+ }
338
+ i.flag.sv::before,
339
+ i.flag.el.salvador::before {
340
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f8-1f1fb.svg");
341
+ }
342
+ i.flag.gq::before,
343
+ i.flag.equatorial.guinea::before {
344
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ec-1f1f6.svg");
345
+ }
346
+ i.flag.er::before,
347
+ i.flag.eritrea::before {
348
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ea-1f1f7.svg");
349
+ }
350
+ i.flag.ee::before,
351
+ i.flag.estonia::before {
352
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ea-1f1ea.svg");
353
+ }
354
+ i.flag.et::before,
355
+ i.flag.ethiopia::before {
356
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ea-1f1f9.svg");
357
+ }
358
+ i.flag.eu::before,
359
+ i.flag.european.union::before {
360
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ea-1f1fa.svg");
361
+ }
362
+ i.flag.fk::before,
363
+ i.flag.falkland.islands::before {
364
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1eb-1f1f0.svg");
365
+ }
366
+ i.flag.fo::before,
367
+ i.flag.faroe.islands::before {
368
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1eb-1f1f4.svg");
369
+ }
370
+ i.flag.fj::before,
371
+ i.flag.fiji::before {
372
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1eb-1f1ef.svg");
373
+ }
374
+ i.flag.fi::before,
375
+ i.flag.finland::before {
376
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1eb-1f1ee.svg");
377
+ }
378
+ i.flag.fr::before,
379
+ i.flag.france::before {
380
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1eb-1f1f7.svg");
381
+ }
382
+ i.flag.gf::before,
383
+ i.flag.french.guiana::before {
384
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ec-1f1eb.svg");
385
+ }
386
+ i.flag.pf::before,
387
+ i.flag.french.polynesia::before {
388
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f5-1f1eb.svg");
389
+ }
390
+ i.flag.tf::before,
391
+ i.flag.french.southern.territories::before,
392
+ i.flag.french.territories::before {
393
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f9-1f1eb.svg");
394
+ }
395
+ i.flag.ga::before,
396
+ i.flag.gabon::before {
397
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ec-1f1e6.svg");
398
+ }
399
+ i.flag.gm::before,
400
+ i.flag.gambia::before {
401
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ec-1f1f2.svg");
402
+ }
403
+ i.flag.ge::before,
404
+ i.flag.georgia::before {
405
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ec-1f1ea.svg");
406
+ }
407
+ i.flag.de::before,
408
+ i.flag.germany::before {
409
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1e9-1f1ea.svg");
410
+ }
411
+ i.flag.gh::before,
412
+ i.flag.ghana::before {
413
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ec-1f1ed.svg");
414
+ }
415
+ i.flag.gi::before,
416
+ i.flag.gibraltar::before {
417
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ec-1f1ee.svg");
418
+ }
419
+ i.flag.gr::before,
420
+ i.flag.greece::before {
421
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ec-1f1f7.svg");
422
+ }
423
+ i.flag.gl::before,
424
+ i.flag.greenland::before {
425
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ec-1f1f1.svg");
426
+ }
427
+ i.flag.gd::before,
428
+ i.flag.grenada::before {
429
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ec-1f1e9.svg");
430
+ }
431
+ i.flag.gp::before,
432
+ i.flag.guadeloupe::before {
433
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ec-1f1f5.svg");
434
+ }
435
+ i.flag.gu::before,
436
+ i.flag.guam::before {
437
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ec-1f1fa.svg");
438
+ }
439
+ i.flag.gt::before,
440
+ i.flag.guatemala::before {
441
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ec-1f1f9.svg");
442
+ }
443
+ i.flag.gg::before,
444
+ i.flag.guernsey::before {
445
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ec-1f1ec.svg");
446
+ }
447
+ i.flag.gn::before,
448
+ i.flag.guinea::before {
449
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ec-1f1f3.svg");
450
+ }
451
+ i.flag.gw::before,
452
+ i.flag.guinea-bissau::before {
453
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ec-1f1fc.svg");
454
+ }
455
+ i.flag.gy::before,
456
+ i.flag.guyana::before {
457
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ec-1f1fe.svg");
458
+ }
459
+ i.flag.ht::before,
460
+ i.flag.haiti::before {
461
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ed-1f1f9.svg");
462
+ }
463
+ i.flag.hn::before,
464
+ i.flag.honduras::before {
465
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ed-1f1f3.svg");
466
+ }
467
+ i.flag.hk::before,
468
+ i.flag.hong.kong.sar.china::before,
469
+ i.flag.hong.kong::before {
470
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ed-1f1f0.svg");
471
+ }
472
+ i.flag.hu::before,
473
+ i.flag.hungary::before {
474
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ed-1f1fa.svg");
475
+ }
476
+ i.flag.is::before,
477
+ i.flag.iceland::before {
478
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ee-1f1f8.svg");
479
+ }
480
+ i.flag.in::before,
481
+ i.flag.india::before {
482
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ee-1f1f3.svg");
483
+ }
484
+ i.flag.id::before,
485
+ i.flag.indonesia::before {
486
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ee-1f1e9.svg");
487
+ }
488
+ i.flag.ir::before,
489
+ i.flag.iran::before {
490
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ee-1f1f7.svg");
491
+ }
492
+ i.flag.iq::before,
493
+ i.flag.iraq::before {
494
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ee-1f1f6.svg");
495
+ }
496
+ i.flag.ie::before,
497
+ i.flag.ireland::before {
498
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ee-1f1ea.svg");
499
+ }
500
+ i.flag.im::before,
501
+ i.flag.isle.of.man::before {
502
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ee-1f1f2.svg");
503
+ }
504
+ i.flag.il::before,
505
+ i.flag.israel::before {
506
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ee-1f1f1.svg");
507
+ }
508
+ i.flag.it::before,
509
+ i.flag.italy::before {
510
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ee-1f1f9.svg");
511
+ }
512
+ i.flag.jm::before,
513
+ i.flag.jamaica::before {
514
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ef-1f1f2.svg");
515
+ }
516
+ i.flag.jp::before,
517
+ i.flag.japan::before {
518
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ef-1f1f5.svg");
519
+ }
520
+ i.flag.je::before,
521
+ i.flag.jersey::before {
522
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ef-1f1ea.svg");
523
+ }
524
+ i.flag.jo::before,
525
+ i.flag.jordan::before {
526
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ef-1f1f4.svg");
527
+ }
528
+ i.flag.kz::before,
529
+ i.flag.kazakhstan::before {
530
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f0-1f1ff.svg");
531
+ }
532
+ i.flag.ke::before,
533
+ i.flag.kenya::before {
534
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f0-1f1ea.svg");
535
+ }
536
+ i.flag.ki::before,
537
+ i.flag.kiribati::before {
538
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f0-1f1ee.svg");
539
+ }
540
+ i.flag.xk::before,
541
+ i.flag.kosovo::before {
542
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1fd-1f1f0.svg");
543
+ }
544
+ i.flag.kw::before,
545
+ i.flag.kuwait::before {
546
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f0-1f1fc.svg");
547
+ }
548
+ i.flag.kg::before,
549
+ i.flag.kyrgyzstan::before {
550
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f0-1f1ec.svg");
551
+ }
552
+ i.flag.la::before,
553
+ i.flag.laos::before {
554
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f1-1f1e6.svg");
555
+ }
556
+ i.flag.lv::before,
557
+ i.flag.latvia::before {
558
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f1-1f1fb.svg");
559
+ }
560
+ i.flag.lb::before,
561
+ i.flag.lebanon::before {
562
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f1-1f1e7.svg");
563
+ }
564
+ i.flag.ls::before,
565
+ i.flag.lesotho::before {
566
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f1-1f1f8.svg");
567
+ }
568
+ i.flag.lr::before,
569
+ i.flag.liberia::before {
570
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f1-1f1f7.svg");
571
+ }
572
+ i.flag.ly::before,
573
+ i.flag.libya::before {
574
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f1-1f1fe.svg");
575
+ }
576
+ i.flag.li::before,
577
+ i.flag.liechtenstein::before {
578
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f1-1f1ee.svg");
579
+ }
580
+ i.flag.lt::before,
581
+ i.flag.lithuania::before {
582
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f1-1f1f9.svg");
583
+ }
584
+ i.flag.lu::before,
585
+ i.flag.luxembourg::before {
586
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f1-1f1fa.svg");
587
+ }
588
+ i.flag.mo::before,
589
+ i.flag.macao.sar.china::before {
590
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f2-1f1f4.svg");
591
+ }
592
+ i.flag.mk::before,
593
+ i.flag.republic.of.north.macedonia::before,
594
+ i.flag.north.macedonia::before,
595
+ i.flag.macedonia::before {
596
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f2-1f1f0.svg");
597
+ }
598
+ i.flag.mg::before,
599
+ i.flag.madagascar::before {
600
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f2-1f1ec.svg");
601
+ }
602
+ i.flag.mw::before,
603
+ i.flag.malawi::before {
604
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f2-1f1fc.svg");
605
+ }
606
+ i.flag.my::before,
607
+ i.flag.malaysia::before {
608
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f2-1f1fe.svg");
609
+ }
610
+ i.flag.mv::before,
611
+ i.flag.maldives::before {
612
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f2-1f1fb.svg");
613
+ }
614
+ i.flag.ml::before,
615
+ i.flag.mali::before {
616
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f2-1f1f1.svg");
617
+ }
618
+ i.flag.mt::before,
619
+ i.flag.malta::before {
620
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f2-1f1f9.svg");
621
+ }
622
+ i.flag.mh::before,
623
+ i.flag.marshall.islands::before {
624
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f2-1f1ed.svg");
625
+ }
626
+ i.flag.mq::before,
627
+ i.flag.martinique::before {
628
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f2-1f1f6.svg");
629
+ }
630
+ i.flag.mr::before,
631
+ i.flag.mauritania::before {
632
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f2-1f1f7.svg");
633
+ }
634
+ i.flag.mu::before,
635
+ i.flag.mauritius::before {
636
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f2-1f1fa.svg");
637
+ }
638
+ i.flag.yt::before,
639
+ i.flag.mayotte::before {
640
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1fe-1f1f9.svg");
641
+ }
642
+ i.flag.mx::before,
643
+ i.flag.mexico::before {
644
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f2-1f1fd.svg");
645
+ }
646
+ i.flag.fm::before,
647
+ i.flag.micronesia::before {
648
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1eb-1f1f2.svg");
649
+ }
650
+ i.flag.md::before,
651
+ i.flag.moldova::before {
652
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f2-1f1e9.svg");
653
+ }
654
+ i.flag.mc::before,
655
+ i.flag.monaco::before {
656
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f2-1f1e8.svg");
657
+ }
658
+ i.flag.mn::before,
659
+ i.flag.mongolia::before {
660
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f2-1f1f3.svg");
661
+ }
662
+ i.flag.me::before,
663
+ i.flag.montenegro::before {
664
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f2-1f1ea.svg");
665
+ }
666
+ i.flag.ms::before,
667
+ i.flag.montserrat::before {
668
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f2-1f1f8.svg");
669
+ }
670
+ i.flag.ma::before,
671
+ i.flag.morocco::before {
672
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f2-1f1e6.svg");
673
+ }
674
+ i.flag.mz::before,
675
+ i.flag.mozambique::before {
676
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f2-1f1ff.svg");
677
+ }
678
+ i.flag.mm::before,
679
+ i.flag.myanmar::before,
680
+ i.flag.burma::before {
681
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f2-1f1f2.svg");
682
+ }
683
+ i.flag.na::before,
684
+ i.flag.namibia::before {
685
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f3-1f1e6.svg");
686
+ }
687
+ i.flag.nr::before,
688
+ i.flag.nauru::before {
689
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f3-1f1f7.svg");
690
+ }
691
+ i.flag.np::before,
692
+ i.flag.nepal::before {
693
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f3-1f1f5.svg");
694
+ }
695
+ i.flag.nl::before,
696
+ i.flag.netherlands::before {
697
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f3-1f1f1.svg");
698
+ }
699
+ i.flag.nc::before,
700
+ i.flag.new.caledonia::before {
701
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f3-1f1e8.svg");
702
+ }
703
+ i.flag.nz::before,
704
+ i.flag.new.zealand::before {
705
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f3-1f1ff.svg");
706
+ }
707
+ i.flag.ni::before,
708
+ i.flag.nicaragua::before {
709
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f3-1f1ee.svg");
710
+ }
711
+ i.flag.ne::before,
712
+ i.flag.niger::before {
713
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f3-1f1ea.svg");
714
+ }
715
+ i.flag.ng::before,
716
+ i.flag.nigeria::before {
717
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f3-1f1ec.svg");
718
+ }
719
+ i.flag.nu::before,
720
+ i.flag.niue::before {
721
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f3-1f1fa.svg");
722
+ }
723
+ i.flag.nf::before,
724
+ i.flag.norfolk.island::before {
725
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f3-1f1eb.svg");
726
+ }
727
+ i.flag.kp::before,
728
+ i.flag.north.korea::before {
729
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f0-1f1f5.svg");
730
+ }
731
+ i.flag.mp::before,
732
+ i.flag.northern.mariana.islands::before {
733
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f2-1f1f5.svg");
734
+ }
735
+ i.flag.no::before,
736
+ i.flag.norway::before {
737
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f3-1f1f4.svg");
738
+ }
739
+ i.flag.om::before,
740
+ i.flag.oman::before {
741
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f4-1f1f2.svg");
742
+ }
743
+ i.flag.pk::before,
744
+ i.flag.pakistan::before {
745
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f5-1f1f0.svg");
746
+ }
747
+ i.flag.pw::before,
748
+ i.flag.palau::before {
749
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f5-1f1fc.svg");
750
+ }
751
+ i.flag.ps::before,
752
+ i.flag.palestinian.territories::before {
753
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f5-1f1f8.svg");
754
+ }
755
+ i.flag.pa::before,
756
+ i.flag.panama::before {
757
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f5-1f1e6.svg");
758
+ }
759
+ i.flag.pg::before,
760
+ i.flag.papua.new.guinea::before,
761
+ i.flag.new.guinea::before {
762
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f5-1f1ec.svg");
763
+ }
764
+ i.flag.py::before,
765
+ i.flag.paraguay::before {
766
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f5-1f1fe.svg");
767
+ }
768
+ i.flag.pe::before,
769
+ i.flag.peru::before {
770
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f5-1f1ea.svg");
771
+ }
772
+ i.flag.ph::before,
773
+ i.flag.philippines::before {
774
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f5-1f1ed.svg");
775
+ }
776
+ i.flag.pn::before,
777
+ i.flag.pitcairn.islands::before {
778
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f5-1f1f3.svg");
779
+ }
780
+ i.flag.pl::before,
781
+ i.flag.poland::before {
782
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f5-1f1f1.svg");
783
+ }
784
+ i.flag.pt::before,
785
+ i.flag.portugal::before {
786
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f5-1f1f9.svg");
787
+ }
788
+ i.flag.pr::before,
789
+ i.flag.puerto.rico::before {
790
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f5-1f1f7.svg");
791
+ }
792
+ i.flag.qa::before,
793
+ i.flag.qatar::before {
794
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f6-1f1e6.svg");
795
+ }
796
+ i.flag.re::before,
797
+ i.flag.réunion::before {
798
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f7-1f1ea.svg");
799
+ }
800
+ i.flag.ro::before,
801
+ i.flag.romania::before {
802
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f7-1f1f4.svg");
803
+ }
804
+ i.flag.ru::before,
805
+ i.flag.russia::before {
806
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f7-1f1fa.svg");
807
+ }
808
+ i.flag.rw::before,
809
+ i.flag.rwanda::before {
810
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f7-1f1fc.svg");
811
+ }
812
+ i.flag.ws::before,
813
+ i.flag.samoa::before {
814
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1fc-1f1f8.svg");
815
+ }
816
+ i.flag.sm::before,
817
+ i.flag.san.marino::before {
818
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f8-1f1f2.svg");
819
+ }
820
+ i.flag.st::before,
821
+ i.flag.sao.tome.and.principe::before,
822
+ i.flag.samo.tome::before {
823
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f8-1f1f9.svg");
824
+ }
825
+ i.flag.sa::before,
826
+ i.flag.saudi.arabia::before,
827
+ i.flag.saudiarabia::before,
828
+ i.flag.saudi::before {
829
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f8-1f1e6.svg");
830
+ }
831
+ i.flag.sn::before,
832
+ i.flag.senegal::before {
833
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f8-1f1f3.svg");
834
+ }
835
+ i.flag.rs::before,
836
+ i.flag.serbia::before {
837
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f7-1f1f8.svg");
838
+ }
839
+ i.flag.sc::before,
840
+ i.flag.seychelles::before {
841
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f8-1f1e8.svg");
842
+ }
843
+ i.flag.sl::before,
844
+ i.flag.sierra.leone::before {
845
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f8-1f1f1.svg");
846
+ }
847
+ i.flag.sg::before,
848
+ i.flag.singapore::before {
849
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f8-1f1ec.svg");
850
+ }
851
+ i.flag.sx::before,
852
+ i.flag.sint.maarten::before {
853
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f8-1f1fd.svg");
854
+ }
855
+ i.flag.sk::before,
856
+ i.flag.slovakia::before {
857
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f8-1f1f0.svg");
858
+ }
859
+ i.flag.si::before,
860
+ i.flag.slovenia::before {
861
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f8-1f1ee.svg");
862
+ }
863
+ i.flag.gs::before,
864
+ i.flag.south.georgia.and.south.sandwich.islands::before,
865
+ i.flag.sandwich.islands::before {
866
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ec-1f1f8.svg");
867
+ }
868
+ i.flag.sb::before,
869
+ i.flag.solomon.islands::before {
870
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f8-1f1e7.svg");
871
+ }
872
+ i.flag.so::before,
873
+ i.flag.somalia::before {
874
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f8-1f1f4.svg");
875
+ }
876
+ i.flag.za::before,
877
+ i.flag.south.africa::before {
878
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ff-1f1e6.svg");
879
+ }
880
+ i.flag.kr::before,
881
+ i.flag.south.korea::before {
882
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f0-1f1f7.svg");
883
+ }
884
+ i.flag.ss::before,
885
+ i.flag.south.sudan::before {
886
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f8-1f1f8.svg");
887
+ }
888
+ i.flag.es::before,
889
+ i.flag.spain::before {
890
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ea-1f1f8.svg");
891
+ }
892
+ i.flag.lk::before,
893
+ i.flag.sri.lanka::before {
894
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f1-1f1f0.svg");
895
+ }
896
+ i.flag.bl::before,
897
+ i.flag.st.barthelemy::before,
898
+ i.flag.saint.barth::before {
899
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1e7-1f1f1.svg");
900
+ }
901
+ i.flag.sh::before,
902
+ i.flag.st.helena::before,
903
+ i.flag.saint.helena::before {
904
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f8-1f1ed.svg");
905
+ }
906
+ i.flag.kn::before,
907
+ i.flag.st.kitts.and.nevis::before,
908
+ i.flag.saint.kitts.and.navis::before {
909
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f0-1f1f3.svg");
910
+ }
911
+ i.flag.lc::before,
912
+ i.flag.st.lucia::before,
913
+ i.flag.saint.lucia::before {
914
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f1-1f1e8.svg");
915
+ }
916
+ i.flag.pm::before,
917
+ i.flag.st.pierre.and.miquelon::before,
918
+ i.flag.saint.pierre::before {
919
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f5-1f1f2.svg");
920
+ }
921
+ i.flag.vc::before,
922
+ i.flag.st.vincent.and.grenadines::before {
923
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1fb-1f1e8.svg");
924
+ }
925
+ i.flag.sd::before,
926
+ i.flag.sudan::before {
927
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f8-1f1e9.svg");
928
+ }
929
+ i.flag.sr::before,
930
+ i.flag.suriname::before {
931
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f8-1f1f7.svg");
932
+ }
933
+ i.flag.sz::before,
934
+ i.flag.eswatini::before {
935
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f8-1f1ff.svg");
936
+ }
937
+ i.flag.se::before,
938
+ i.flag.sweden::before {
939
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f8-1f1ea.svg");
940
+ }
941
+ i.flag.ch::before,
942
+ i.flag.switzerland::before {
943
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1e8-1f1ed.svg");
944
+ }
945
+ i.flag.sy::before,
946
+ i.flag.syria::before {
947
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f8-1f1fe.svg");
948
+ }
949
+ i.flag.tw::before,
950
+ i.flag.taiwan::before {
951
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f9-1f1fc.svg");
952
+ }
953
+ i.flag.tj::before,
954
+ i.flag.tajikistan::before {
955
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f9-1f1ef.svg");
956
+ }
957
+ i.flag.tz::before,
958
+ i.flag.tanzania::before {
959
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f9-1f1ff.svg");
960
+ }
961
+ i.flag.th::before,
962
+ i.flag.thailand::before {
963
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f9-1f1ed.svg");
964
+ }
965
+ i.flag.tl::before,
966
+ i.flag.timor-leste::before {
967
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f9-1f1f1.svg");
968
+ }
969
+ i.flag.tg::before,
970
+ i.flag.togo::before {
971
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f9-1f1ec.svg");
972
+ }
973
+ i.flag.tk::before,
974
+ i.flag.tokelau::before {
975
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f9-1f1f0.svg");
976
+ }
977
+ i.flag.to::before,
978
+ i.flag.tonga::before {
979
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f9-1f1f4.svg");
980
+ }
981
+ i.flag.tt::before,
982
+ i.flag.trinidad.and.tobago::before {
983
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f9-1f1f9.svg");
984
+ }
985
+ i.flag.tn::before,
986
+ i.flag.tunisia::before {
987
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f9-1f1f3.svg");
988
+ }
989
+ i.flag.tr::before,
990
+ i.flag.turkey::before {
991
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f9-1f1f7.svg");
992
+ }
993
+ i.flag.tm::before,
994
+ i.flag.turkmenistan::before {
995
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f9-1f1f2.svg");
996
+ }
997
+ i.flag.tc::before,
998
+ i.flag.turks.and.caicos.islands::before {
999
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f9-1f1e8.svg");
1000
+ }
1001
+ i.flag.vi::before,
1002
+ i.flag.us.virgin.islands::before {
1003
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1fb-1f1ee.svg");
1004
+ }
1005
+ i.flag.tv::before,
1006
+ i.flag.tuvalu::before {
1007
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f9-1f1fb.svg");
1008
+ }
1009
+ i.flag.ug::before,
1010
+ i.flag.uganda::before {
1011
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1fa-1f1ec.svg");
1012
+ }
1013
+ i.flag.ua::before,
1014
+ i.flag.ukraine::before {
1015
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1fa-1f1e6.svg");
1016
+ }
1017
+ i.flag.ae::before,
1018
+ i.flag.united.arab.emirates::before,
1019
+ i.flag.uae::before {
1020
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1e6-1f1ea.svg");
1021
+ }
1022
+ i.flag.gb::before,
1023
+ i.flag.united.kingdom::before,
1024
+ i.flag.uk::before {
1025
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ec-1f1e7.svg");
1026
+ }
1027
+ i.flag.gb.eng::before,
1028
+ i.flag.england::before {
1029
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f3f4-e0067-e0062-e0065-e006e-e0067-e007f.svg");
1030
+ }
1031
+ i.flag.gb.sct::before,
1032
+ i.flag.scotland::before {
1033
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f3f4-e0067-e0062-e0073-e0063-e0074-e007f.svg");
1034
+ }
1035
+ i.flag.gb.wls::before,
1036
+ i.flag.wales::before {
1037
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f3f4-e0067-e0062-e0077-e006c-e0073-e007f.svg");
1038
+ }
1039
+ i.flag.us::before,
1040
+ i.flag.united.states::before,
1041
+ i.flag.america::before {
1042
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1fa-1f1f8.svg");
1043
+ }
1044
+ i.flag.uy::before,
1045
+ i.flag.uruguay::before {
1046
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1fa-1f1fe.svg");
1047
+ }
1048
+ i.flag.uz::before,
1049
+ i.flag.uzbekistan::before {
1050
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1fa-1f1ff.svg");
1051
+ }
1052
+ i.flag.vu::before,
1053
+ i.flag.vanuatu::before {
1054
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1fb-1f1fa.svg");
1055
+ }
1056
+ i.flag.va::before,
1057
+ i.flag.vatican.city::before {
1058
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1fb-1f1e6.svg");
1059
+ }
1060
+ i.flag.ve::before,
1061
+ i.flag.venezuela::before {
1062
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1fb-1f1ea.svg");
1063
+ }
1064
+ i.flag.vn::before,
1065
+ i.flag.vietnam::before {
1066
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1fb-1f1f3.svg");
1067
+ }
1068
+ i.flag.wf::before,
1069
+ i.flag.wallis.and.futuna::before {
1070
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1fc-1f1eb.svg");
1071
+ }
1072
+ i.flag.eh::before,
1073
+ i.flag.western.sahara::before {
1074
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ea-1f1ed.svg");
1075
+ }
1076
+ i.flag.ye::before,
1077
+ i.flag.yemen::before {
1078
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1fe-1f1ea.svg");
1079
+ }
1080
+ i.flag.zm::before,
1081
+ i.flag.zambia::before {
1082
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ff-1f1f2.svg");
1083
+ }
1084
+ i.flag.zw::before,
1085
+ i.flag.zimbabwe::before {
1086
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ff-1f1fc.svg");
1087
+ }
1088
+ i.flag.ac::before,
1089
+ i.flag.ascension.island::before {
1090
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1e6-1f1e8.svg");
1091
+ }
1092
+ i.flag.bv::before,
1093
+ i.flag.bouvet.island::before {
1094
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1e7-1f1fb.svg");
1095
+ }
1096
+ i.flag.cp::before,
1097
+ i.flag.clipperton.island::before {
1098
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1e8-1f1f5.svg");
1099
+ }
1100
+ i.flag.ea::before,
1101
+ i.flag.ceuta.and.melilla::before {
1102
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ea-1f1e6.svg");
1103
+ }
1104
+ i.flag.dg::before,
1105
+ i.flag.diego.garcia::before {
1106
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1e9-1f1ec.svg");
1107
+ }
1108
+ i.flag.hm::before,
1109
+ i.flag.heard.and.mcdonald.islands::before {
1110
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1ed-1f1f2.svg");
1111
+ }
1112
+ i.flag.mf::before,
1113
+ i.flag.st.martin::before {
1114
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f2-1f1eb.svg");
1115
+ }
1116
+ i.flag.sj::before,
1117
+ i.flag.svalbard.and.jan.mayen::before,
1118
+ i.flag.svalbard::before,
1119
+ i.flag.jan.mayen::before {
1120
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f8-1f1ef.svg");
1121
+ }
1122
+ i.flag.ta::before,
1123
+ i.flag.tristan.da.cunha::before {
1124
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1f9-1f1e6.svg");
1125
+ }
1126
+ i.flag.um::before,
1127
+ i.flag.us.outlying.islands::before,
1128
+ i.flag.minor.islands::before {
1129
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1fa-1f1f2.svg");
1130
+ }
1131
+ i.flag.un::before,
1132
+ i.flag.united.nations::before,
1133
+ i.flag.united.nations::before {
1134
+ background-image: url("https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f1fa-1f1f3.svg");
1135
+ }
1136
+
1137
+ /* rtl:end:ignore */
1138
+
1139
+
1140
+ /*******************************
1141
+ Theme Overrides
1142
+ *******************************/
1143
+
1144
+
1145
+
1146
+ /*******************************
1147
+ Site Overrides
1148
+ *******************************/
1149
+