@alfalab/core-components-intl-phone-input 9.1.2 → 9.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{component-5856f15f.d.ts → component-b3b0e670.d.ts} +0 -0
- package/{component-5856f15f.js → component-b3b0e670.js} +1 -1
- package/component.js +4 -3
- package/components/flag-icon/component.js +3 -2
- package/components/flag-icon/flagSprite.d.ts +2 -0
- package/components/flag-icon/flagSprite.js +233 -0
- package/components/flag-icon/index.css +20 -1554
- package/components/flag-icon/index.js +1 -0
- package/components/index.js +2 -1
- package/components/select/component.js +3 -2
- package/components/select/index.css +6 -8
- package/components/select/index.js +2 -1
- package/components/select-field/component.js +2 -1
- package/components/select-field/index.css +9 -9
- package/components/select-field/index.d.ts +1 -1
- package/components/select-field/index.js +2 -1
- package/cssm/{component-215a3963.d.ts → component-1eeab8e9.d.ts} +0 -0
- package/cssm/{component-215a3963.js → component-1eeab8e9.js} +0 -0
- package/cssm/component.js +2 -1
- package/cssm/components/flag-icon/component.js +2 -1
- package/cssm/components/flag-icon/flagSprite.d.ts +2 -0
- package/cssm/components/flag-icon/flagSprite.js +233 -0
- package/cssm/components/flag-icon/index.js +1 -0
- package/cssm/components/flag-icon/index.module.css +19 -1556
- package/cssm/components/index.js +2 -1
- package/cssm/components/select/component.js +2 -1
- package/cssm/components/select/index.js +2 -1
- package/cssm/components/select/index.module.css +0 -2
- package/cssm/components/select-field/component.js +2 -1
- package/cssm/components/select-field/index.d.ts +1 -1
- package/cssm/components/select-field/index.js +2 -1
- package/cssm/index.js +2 -1
- package/esm/{component-7c31218a.d.ts → component-1fd0e5df.d.ts} +0 -0
- package/esm/{component-7c31218a.js → component-1fd0e5df.js} +1 -1
- package/esm/component.js +4 -3
- package/esm/components/flag-icon/component.js +3 -2
- package/esm/components/flag-icon/flagSprite.d.ts +2 -0
- package/esm/components/flag-icon/flagSprite.js +229 -0
- package/esm/components/flag-icon/index.css +20 -1554
- package/esm/components/flag-icon/index.js +1 -0
- package/esm/components/index.js +2 -1
- package/esm/components/select/component.js +3 -2
- package/esm/components/select/index.css +6 -8
- package/esm/components/select/index.js +2 -1
- package/esm/components/select-field/component.js +2 -1
- package/esm/components/select-field/index.css +9 -9
- package/esm/components/select-field/index.d.ts +1 -1
- package/esm/components/select-field/index.js +2 -1
- package/esm/index.css +5 -5
- package/esm/index.js +2 -1
- package/esm/{libphonenumber-js.min-642994e6.d.ts → libphonenumber-js.min-ae2df8d5.d.ts} +0 -0
- package/esm/{libphonenumber-js.min-642994e6.js → libphonenumber-js.min-ae2df8d5.js} +0 -0
- package/index.css +5 -5
- package/index.js +2 -1
- package/{libphonenumber-js.min-e0567a76.d.ts → libphonenumber-js.min-0775258e.d.ts} +0 -0
- package/{libphonenumber-js.min-e0567a76.js → libphonenumber-js.min-0775258e.js} +0 -0
- package/modern/component.js +3 -2
- package/modern/components/flag-icon/component.js +3 -2
- package/modern/components/flag-icon/flagSprite.d.ts +2 -0
- package/modern/components/flag-icon/flagSprite.js +229 -0
- package/modern/components/flag-icon/index.css +20 -1554
- package/modern/components/flag-icon/index.js +1 -0
- package/modern/components/index.js +1 -0
- package/modern/components/select/component.js +2 -1
- package/modern/components/select/index.css +6 -8
- package/modern/components/select/index.js +1 -0
- package/modern/components/select-field/component.js +2 -1
- package/modern/components/select-field/index.css +9 -9
- package/modern/components/select-field/index.js +1 -0
- package/modern/index.css +5 -5
- package/modern/index.js +1 -0
- package/modern/{libphonenumber-js.min-642994e6.d.ts → libphonenumber-js.min-ae2df8d5.d.ts} +0 -0
- package/modern/{libphonenumber-js.min-642994e6.js → libphonenumber-js.min-ae2df8d5.js} +0 -0
- package/package.json +3 -3
- package/components/flag-icon/images/sprites/flag-icon_size_l@1x.png +0 -0
- package/components/flag-icon/images/sprites/flag-icon_size_l@2x.png +0 -0
- package/components/flag-icon/images/sprites/flag-icon_size_m@1x.png +0 -0
- package/components/flag-icon/images/sprites/flag-icon_size_m@2x.png +0 -0
- package/components/flag-icon/images/sprites/flag-icon_size_s@1x.png +0 -0
- package/components/flag-icon/images/sprites/flag-icon_size_s@2x.png +0 -0
- package/cssm/components/flag-icon/images/sprites/flag-icon_size_l@1x.png +0 -0
- package/cssm/components/flag-icon/images/sprites/flag-icon_size_l@2x.png +0 -0
- package/cssm/components/flag-icon/images/sprites/flag-icon_size_m@1x.png +0 -0
- package/cssm/components/flag-icon/images/sprites/flag-icon_size_m@2x.png +0 -0
- package/cssm/components/flag-icon/images/sprites/flag-icon_size_s@1x.png +0 -0
- package/cssm/components/flag-icon/images/sprites/flag-icon_size_s@2x.png +0 -0
- package/esm/components/flag-icon/images/sprites/flag-icon_size_l@1x.png +0 -0
- package/esm/components/flag-icon/images/sprites/flag-icon_size_l@2x.png +0 -0
- package/esm/components/flag-icon/images/sprites/flag-icon_size_m@1x.png +0 -0
- package/esm/components/flag-icon/images/sprites/flag-icon_size_m@2x.png +0 -0
- package/esm/components/flag-icon/images/sprites/flag-icon_size_s@1x.png +0 -0
- package/esm/components/flag-icon/images/sprites/flag-icon_size_s@2x.png +0 -0
- package/modern/components/flag-icon/images/sprites/flag-icon_size_l@1x.png +0 -0
- package/modern/components/flag-icon/images/sprites/flag-icon_size_l@2x.png +0 -0
- package/modern/components/flag-icon/images/sprites/flag-icon_size_m@1x.png +0 -0
- package/modern/components/flag-icon/images/sprites/flag-icon_size_m@2x.png +0 -0
- package/modern/components/flag-icon/images/sprites/flag-icon_size_s@1x.png +0 -0
- package/modern/components/flag-icon/images/sprites/flag-icon_size_s@2x.png +0 -0
|
@@ -1,1566 +1,29 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
background-position: center;
|
|
4
|
-
background-repeat: no-repeat;
|
|
5
|
-
box-shadow: 0 0 2px 0 rgba(11, 31, 53, 0.25);
|
|
6
|
-
background-image: url('./images/sprites/flag-icon_size_l@1x.png');
|
|
7
|
-
background-size: 300px 275px
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
@media only screen and (min-device-pixel-ratio: 2),
|
|
11
|
-
only screen and (-webkit-min-device-pixel-ratio: 2),
|
|
12
|
-
only screen and (min-resolution: 192dpi),
|
|
13
|
-
only screen and (min-resolution: 2dppx) {
|
|
14
|
-
|
|
15
|
-
.flagIcon {
|
|
16
|
-
background-image: url('./images/sprites/flag-icon_size_l@2x.png')
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.ac {
|
|
21
|
-
width: 22px;
|
|
22
|
-
height: 11px;
|
|
23
|
-
background-position: -242px -143px;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.ad {
|
|
27
|
-
width: 22px;
|
|
28
|
-
height: 16px;
|
|
29
|
-
background-position: 0 -34px;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.ae {
|
|
33
|
-
width: 22px;
|
|
34
|
-
height: 11px;
|
|
35
|
-
background-position: -242px -231px;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.af {
|
|
39
|
-
width: 22px;
|
|
40
|
-
height: 15px;
|
|
41
|
-
background-position: -176px 0;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.ag {
|
|
45
|
-
width: 22px;
|
|
46
|
-
height: 15px;
|
|
47
|
-
background-position: -154px -143px;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.ai {
|
|
51
|
-
width: 22px;
|
|
52
|
-
height: 11px;
|
|
53
|
-
background-position: -88px -242px;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.al {
|
|
57
|
-
width: 22px;
|
|
58
|
-
height: 16px;
|
|
59
|
-
background-position: 0 -50px;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.am {
|
|
63
|
-
width: 22px;
|
|
64
|
-
height: 11px;
|
|
65
|
-
background-position: -88px -231px;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.ao {
|
|
69
|
-
width: 22px;
|
|
70
|
-
height: 15px;
|
|
71
|
-
background-position: -88px -15px;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.aq {
|
|
75
|
-
width: 22px;
|
|
76
|
-
height: 15px;
|
|
77
|
-
background-position: -88px -45px;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.ar {
|
|
81
|
-
width: 22px;
|
|
82
|
-
height: 14px;
|
|
83
|
-
background-position: -132px -203px;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.as {
|
|
87
|
-
width: 22px;
|
|
88
|
-
height: 11px;
|
|
89
|
-
background-position: -242px -209px;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.at {
|
|
93
|
-
width: 22px;
|
|
94
|
-
height: 15px;
|
|
95
|
-
background-position: -22px -113px;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.au {
|
|
99
|
-
width: 22px;
|
|
100
|
-
height: 11px;
|
|
101
|
-
background-position: -154px -231px;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.aw {
|
|
105
|
-
width: 22px;
|
|
106
|
-
height: 15px;
|
|
107
|
-
background-position: -132px -90px;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.ax {
|
|
111
|
-
width: 22px;
|
|
112
|
-
height: 15px;
|
|
113
|
-
background-position: 0 -128px;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.az {
|
|
117
|
-
width: 22px;
|
|
118
|
-
height: 11px;
|
|
119
|
-
background-position: -88px -253px;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.ba {
|
|
123
|
-
width: 22px;
|
|
124
|
-
height: 11px;
|
|
125
|
-
background-position: -264px -187px;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
.bb {
|
|
129
|
-
width: 22px;
|
|
130
|
-
height: 15px;
|
|
131
|
-
background-position: -66px -143px;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
.bd {
|
|
135
|
-
width: 22px;
|
|
136
|
-
height: 13px;
|
|
137
|
-
background-position: -242px -13px;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.be {
|
|
141
|
-
width: 20px;
|
|
142
|
-
height: 17px;
|
|
143
|
-
background-position: -20px -66px;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
.bf {
|
|
147
|
-
width: 22px;
|
|
148
|
-
height: 15px;
|
|
149
|
-
background-position: -176px -120px;
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
.bg {
|
|
153
|
-
width: 22px;
|
|
154
|
-
height: 13px;
|
|
155
|
-
background-position: -242px 0;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
.bh {
|
|
159
|
-
width: 22px;
|
|
160
|
-
height: 13px;
|
|
161
|
-
background-position: -198px -218px;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
.bi {
|
|
165
|
-
width: 22px;
|
|
166
|
-
height: 13px;
|
|
167
|
-
background-position: -176px -218px;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
.bj {
|
|
171
|
-
width: 22px;
|
|
172
|
-
height: 15px;
|
|
173
|
-
background-position: -198px -135px;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
.bl {
|
|
177
|
-
width: 22px;
|
|
178
|
-
height: 15px;
|
|
179
|
-
background-position: -44px -188px;
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
.bm {
|
|
183
|
-
width: 22px;
|
|
184
|
-
height: 11px;
|
|
185
|
-
background-position: -242px -154px;
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
.bn {
|
|
189
|
-
width: 22px;
|
|
190
|
-
height: 11px;
|
|
191
|
-
background-position: -242px -176px;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
.bo {
|
|
195
|
-
width: 22px;
|
|
196
|
-
height: 15px;
|
|
197
|
-
background-position: -62px -66px;
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
.bq {
|
|
201
|
-
width: 22px;
|
|
202
|
-
height: 15px;
|
|
203
|
-
background-position: -88px 0;
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
.br {
|
|
207
|
-
width: 22px;
|
|
208
|
-
height: 16px;
|
|
209
|
-
background-position: -66px 0;
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
.bs {
|
|
213
|
-
width: 22px;
|
|
214
|
-
height: 11px;
|
|
215
|
-
background-position: -198px -231px;
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
.bt {
|
|
219
|
-
width: 22px;
|
|
220
|
-
height: 15px;
|
|
221
|
-
background-position: -88px -30px;
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
.bv {
|
|
225
|
-
width: 22px;
|
|
226
|
-
height: 16px;
|
|
227
|
-
background-position: -22px -34px;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
.bw {
|
|
231
|
-
width: 22px;
|
|
232
|
-
height: 15px;
|
|
233
|
-
background-position: -88px -60px;
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
.by {
|
|
237
|
-
width: 22px;
|
|
238
|
-
height: 11px;
|
|
239
|
-
background-position: -264px -66px;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
.bz {
|
|
243
|
-
width: 22px;
|
|
244
|
-
height: 15px;
|
|
245
|
-
background-position: 0 -83px;
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
.ca {
|
|
249
|
-
width: 22px;
|
|
250
|
-
height: 11px;
|
|
251
|
-
background-position: -264px -198px;
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
.cc {
|
|
255
|
-
width: 22px;
|
|
256
|
-
height: 11px;
|
|
257
|
-
background-position: -22px -264px;
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
.cd {
|
|
261
|
-
width: 22px;
|
|
262
|
-
height: 17px;
|
|
263
|
-
background-position: -44px -17px;
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
.cf {
|
|
267
|
-
width: 22px;
|
|
268
|
-
height: 15px;
|
|
269
|
-
background-position: -44px -83px;
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
.cg {
|
|
273
|
-
width: 22px;
|
|
274
|
-
height: 15px;
|
|
275
|
-
background-position: -66px -83px;
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
.ch {
|
|
279
|
-
width: 17px;
|
|
280
|
-
height: 17px;
|
|
281
|
-
background-position: -220px -73px;
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
.ci {
|
|
285
|
-
width: 22px;
|
|
286
|
-
height: 15px;
|
|
287
|
-
background-position: -110px 0;
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
.ck {
|
|
291
|
-
width: 22px;
|
|
292
|
-
height: 11px;
|
|
293
|
-
background-position: -132px -231px;
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
.cl {
|
|
297
|
-
width: 22px;
|
|
298
|
-
height: 15px;
|
|
299
|
-
background-position: -110px -15px;
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
.cm {
|
|
303
|
-
width: 22px;
|
|
304
|
-
height: 15px;
|
|
305
|
-
background-position: -110px -30px;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
.cn {
|
|
309
|
-
width: 22px;
|
|
310
|
-
height: 15px;
|
|
311
|
-
background-position: -110px -45px;
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
.co {
|
|
315
|
-
width: 22px;
|
|
316
|
-
height: 15px;
|
|
317
|
-
background-position: -110px -60px;
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
.cp {
|
|
321
|
-
width: 22px;
|
|
322
|
-
height: 15px;
|
|
323
|
-
background-position: -110px -75px;
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
.cr {
|
|
327
|
-
width: 22px;
|
|
328
|
-
height: 13px;
|
|
329
|
-
background-position: -132px -218px;
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
.cu {
|
|
333
|
-
width: 22px;
|
|
334
|
-
height: 11px;
|
|
335
|
-
background-position: -264px -88px;
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
.cv {
|
|
339
|
-
width: 22px;
|
|
340
|
-
height: 13px;
|
|
341
|
-
background-position: -88px -218px;
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
.cw {
|
|
345
|
-
width: 22px;
|
|
346
|
-
height: 15px;
|
|
347
|
-
background-position: -44px -98px;
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
.cx {
|
|
351
|
-
width: 22px;
|
|
352
|
-
height: 11px;
|
|
353
|
-
background-position: -264px -231px;
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
.cy {
|
|
357
|
-
width: 22px;
|
|
358
|
-
height: 15px;
|
|
359
|
-
background-position: -66px -98px;
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
.cz {
|
|
363
|
-
width: 22px;
|
|
364
|
-
height: 15px;
|
|
365
|
-
background-position: -88px -98px;
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
.de {
|
|
369
|
-
width: 22px;
|
|
370
|
-
height: 13px;
|
|
371
|
-
background-position: -66px -218px;
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
.dg {
|
|
375
|
-
width: 22px;
|
|
376
|
-
height: 11px;
|
|
377
|
-
background-position: -242px -165px;
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
.dj {
|
|
381
|
-
width: 22px;
|
|
382
|
-
height: 15px;
|
|
383
|
-
background-position: 0 -113px;
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
.dk {
|
|
387
|
-
width: 22px;
|
|
388
|
-
height: 17px;
|
|
389
|
-
background-position: -44px 0;
|
|
390
|
-
}
|
|
391
|
-
|
|
392
|
-
.dm {
|
|
393
|
-
width: 22px;
|
|
394
|
-
height: 11px;
|
|
395
|
-
background-position: -44px -231px;
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
.do {
|
|
399
|
-
width: 22px;
|
|
400
|
-
height: 15px;
|
|
401
|
-
background-position: -44px -113px;
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
.dz {
|
|
405
|
-
width: 22px;
|
|
406
|
-
height: 15px;
|
|
407
|
-
background-position: -66px -113px;
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
.ea {
|
|
411
|
-
width: 22px;
|
|
412
|
-
height: 15px;
|
|
413
|
-
background-position: -88px -113px;
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
.ec {
|
|
417
|
-
width: 22px;
|
|
418
|
-
height: 15px;
|
|
419
|
-
background-position: -110px -113px;
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
.ee {
|
|
423
|
-
width: 22px;
|
|
424
|
-
height: 14px;
|
|
425
|
-
background-position: -176px -203px;
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
.eg {
|
|
429
|
-
width: 22px;
|
|
430
|
-
height: 15px;
|
|
431
|
-
background-position: -132px -15px;
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
.eh {
|
|
435
|
-
width: 22px;
|
|
436
|
-
height: 11px;
|
|
437
|
-
background-position: -154px -242px;
|
|
438
|
-
}
|
|
439
|
-
|
|
440
|
-
.er {
|
|
441
|
-
width: 22px;
|
|
442
|
-
height: 11px;
|
|
443
|
-
background-position: -242px -242px;
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
.es {
|
|
447
|
-
width: 22px;
|
|
448
|
-
height: 15px;
|
|
449
|
-
background-position: -132px -30px;
|
|
450
|
-
}
|
|
451
|
-
|
|
452
|
-
.et {
|
|
453
|
-
width: 22px;
|
|
454
|
-
height: 11px;
|
|
455
|
-
background-position: -242px -253px;
|
|
456
|
-
}
|
|
457
|
-
|
|
458
|
-
.eu {
|
|
459
|
-
width: 22px;
|
|
460
|
-
height: 15px;
|
|
461
|
-
background-position: -132px -45px;
|
|
462
|
-
}
|
|
463
|
-
|
|
464
|
-
.fi {
|
|
465
|
-
width: 22px;
|
|
466
|
-
height: 14px;
|
|
467
|
-
background-position: -198px -203px;
|
|
468
|
-
}
|
|
469
|
-
|
|
470
|
-
.fj {
|
|
471
|
-
width: 22px;
|
|
472
|
-
height: 11px;
|
|
473
|
-
background-position: -264px -132px;
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
.fk {
|
|
477
|
-
width: 22px;
|
|
478
|
-
height: 11px;
|
|
479
|
-
background-position: -264px -154px;
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
.fm {
|
|
483
|
-
width: 22px;
|
|
484
|
-
height: 12px;
|
|
485
|
-
background-position: -242px -62px;
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
.fo {
|
|
489
|
-
width: 22px;
|
|
490
|
-
height: 16px;
|
|
491
|
-
background-position: -44px -34px;
|
|
492
|
-
}
|
|
493
|
-
|
|
494
|
-
.fr {
|
|
495
|
-
width: 22px;
|
|
496
|
-
height: 15px;
|
|
497
|
-
background-position: -132px -105px;
|
|
498
|
-
}
|
|
499
|
-
|
|
500
|
-
.ga {
|
|
501
|
-
width: 22px;
|
|
502
|
-
height: 17px;
|
|
503
|
-
background-position: 0 0;
|
|
504
|
-
}
|
|
505
|
-
|
|
506
|
-
.gb {
|
|
507
|
-
width: 22px;
|
|
508
|
-
height: 11px;
|
|
509
|
-
background-position: -44px -264px;
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
.gd {
|
|
513
|
-
width: 22px;
|
|
514
|
-
height: 13px;
|
|
515
|
-
background-position: 0 -218px;
|
|
516
|
-
}
|
|
517
|
-
|
|
518
|
-
.ge {
|
|
519
|
-
width: 22px;
|
|
520
|
-
height: 15px;
|
|
521
|
-
background-position: -44px -128px;
|
|
522
|
-
}
|
|
523
|
-
|
|
524
|
-
.gf {
|
|
525
|
-
width: 22px;
|
|
526
|
-
height: 15px;
|
|
527
|
-
background-position: -66px -128px;
|
|
528
|
-
}
|
|
529
|
-
|
|
530
|
-
.gg {
|
|
531
|
-
width: 22px;
|
|
532
|
-
height: 15px;
|
|
533
|
-
background-position: -88px -128px;
|
|
534
|
-
}
|
|
535
|
-
|
|
536
|
-
.gh {
|
|
537
|
-
width: 22px;
|
|
538
|
-
height: 15px;
|
|
539
|
-
background-position: -110px -128px;
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
.gi {
|
|
543
|
-
width: 22px;
|
|
544
|
-
height: 11px;
|
|
545
|
-
background-position: -242px -220px;
|
|
546
|
-
}
|
|
547
|
-
|
|
548
|
-
.gl {
|
|
549
|
-
width: 22px;
|
|
550
|
-
height: 15px;
|
|
551
|
-
background-position: -132px -128px;
|
|
552
|
-
}
|
|
553
|
-
|
|
554
|
-
.gm {
|
|
555
|
-
width: 22px;
|
|
556
|
-
height: 15px;
|
|
557
|
-
background-position: -154px 0;
|
|
558
|
-
}
|
|
559
|
-
|
|
560
|
-
.gn {
|
|
561
|
-
width: 22px;
|
|
562
|
-
height: 15px;
|
|
563
|
-
background-position: -154px -15px;
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
.gp {
|
|
567
|
-
width: 22px;
|
|
568
|
-
height: 15px;
|
|
569
|
-
background-position: -154px -30px;
|
|
570
|
-
}
|
|
571
|
-
|
|
572
|
-
.gq {
|
|
573
|
-
width: 22px;
|
|
574
|
-
height: 15px;
|
|
575
|
-
background-position: -154px -45px;
|
|
576
|
-
}
|
|
577
|
-
|
|
578
|
-
.gr {
|
|
579
|
-
width: 22px;
|
|
580
|
-
height: 15px;
|
|
581
|
-
background-position: -154px -60px;
|
|
582
|
-
}
|
|
583
|
-
|
|
584
|
-
.gs {
|
|
585
|
-
width: 22px;
|
|
586
|
-
height: 11px;
|
|
587
|
-
background-position: -66px -242px;
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
.gt {
|
|
591
|
-
width: 22px;
|
|
592
|
-
height: 14px;
|
|
593
|
-
background-position: -220px 0;
|
|
594
|
-
}
|
|
595
|
-
|
|
596
|
-
.gu {
|
|
597
|
-
width: 22px;
|
|
598
|
-
height: 12px;
|
|
599
|
-
background-position: -242px -26px;
|
|
600
|
-
}
|
|
601
|
-
|
|
602
|
-
.gw {
|
|
603
|
-
width: 22px;
|
|
604
|
-
height: 11px;
|
|
605
|
-
background-position: -220px -242px;
|
|
606
|
-
}
|
|
607
|
-
|
|
608
|
-
.gy {
|
|
609
|
-
width: 22px;
|
|
610
|
-
height: 13px;
|
|
611
|
-
background-position: -220px -155px;
|
|
612
|
-
}
|
|
613
|
-
|
|
614
|
-
.hk {
|
|
615
|
-
width: 22px;
|
|
616
|
-
height: 15px;
|
|
617
|
-
background-position: -154px -120px;
|
|
618
|
-
}
|
|
619
|
-
|
|
620
|
-
.hm {
|
|
621
|
-
width: 22px;
|
|
622
|
-
height: 11px;
|
|
623
|
-
background-position: -110px -253px;
|
|
624
|
-
}
|
|
625
|
-
|
|
626
|
-
.hn {
|
|
627
|
-
width: 22px;
|
|
628
|
-
height: 11px;
|
|
629
|
-
background-position: -132px -253px;
|
|
630
|
-
}
|
|
631
|
-
|
|
632
|
-
.hr {
|
|
633
|
-
width: 22px;
|
|
634
|
-
height: 11px;
|
|
635
|
-
background-position: -220px -253px;
|
|
636
|
-
}
|
|
637
|
-
|
|
638
|
-
.ht {
|
|
639
|
-
width: 22px;
|
|
640
|
-
height: 13px;
|
|
641
|
-
background-position: -220px -142px;
|
|
642
|
-
}
|
|
643
|
-
|
|
644
|
-
.hu {
|
|
645
|
-
width: 22px;
|
|
646
|
-
height: 11px;
|
|
647
|
-
background-position: -264px -11px;
|
|
648
|
-
}
|
|
649
|
-
|
|
650
|
-
.ic {
|
|
651
|
-
width: 22px;
|
|
652
|
-
height: 15px;
|
|
653
|
-
background-position: -22px -143px;
|
|
654
|
-
}
|
|
655
|
-
|
|
656
|
-
.id {
|
|
657
|
-
width: 22px;
|
|
658
|
-
height: 15px;
|
|
659
|
-
background-position: -44px -143px;
|
|
660
|
-
}
|
|
661
|
-
|
|
662
|
-
.ie {
|
|
663
|
-
width: 22px;
|
|
664
|
-
height: 11px;
|
|
665
|
-
background-position: -264px -121px;
|
|
666
|
-
}
|
|
667
|
-
|
|
668
|
-
.il {
|
|
669
|
-
width: 22px;
|
|
670
|
-
height: 16px;
|
|
671
|
-
background-position: -22px -50px;
|
|
672
|
-
}
|
|
673
|
-
|
|
674
|
-
.im {
|
|
675
|
-
width: 22px;
|
|
676
|
-
height: 11px;
|
|
677
|
-
background-position: -264px -143px;
|
|
678
|
-
}
|
|
679
|
-
|
|
680
|
-
.in {
|
|
681
|
-
width: 22px;
|
|
682
|
-
height: 15px;
|
|
683
|
-
background-position: -88px -143px;
|
|
684
|
-
}
|
|
685
|
-
|
|
686
|
-
.io {
|
|
687
|
-
width: 22px;
|
|
688
|
-
height: 11px;
|
|
689
|
-
background-position: -264px -165px;
|
|
690
|
-
}
|
|
691
|
-
|
|
692
|
-
.iq {
|
|
693
|
-
width: 22px;
|
|
694
|
-
height: 15px;
|
|
695
|
-
background-position: -110px -143px;
|
|
696
|
-
}
|
|
697
|
-
|
|
698
|
-
.ir {
|
|
699
|
-
width: 22px;
|
|
700
|
-
height: 13px;
|
|
701
|
-
background-position: -220px -116px;
|
|
702
|
-
}
|
|
703
|
-
|
|
704
|
-
.is {
|
|
705
|
-
width: 22px;
|
|
706
|
-
height: 16px;
|
|
707
|
-
background-position: -44px -50px;
|
|
708
|
-
}
|
|
709
|
-
|
|
710
|
-
.it {
|
|
711
|
-
width: 22px;
|
|
712
|
-
height: 15px;
|
|
713
|
-
background-position: 0 -158px;
|
|
714
|
-
}
|
|
715
|
-
|
|
716
|
-
.je {
|
|
717
|
-
width: 22px;
|
|
718
|
-
height: 13px;
|
|
719
|
-
background-position: -220px -103px;
|
|
720
|
-
}
|
|
721
|
-
|
|
722
|
-
.jm {
|
|
723
|
-
width: 22px;
|
|
724
|
-
height: 11px;
|
|
725
|
-
background-position: -66px -264px;
|
|
726
|
-
}
|
|
727
|
-
|
|
728
|
-
.jo {
|
|
729
|
-
width: 22px;
|
|
730
|
-
height: 11px;
|
|
731
|
-
background-position: -110px -264px;
|
|
732
|
-
}
|
|
733
|
-
|
|
734
|
-
.jp {
|
|
735
|
-
width: 22px;
|
|
736
|
-
height: 15px;
|
|
737
|
-
background-position: -44px -158px;
|
|
738
|
-
}
|
|
739
|
-
|
|
740
|
-
.ke {
|
|
741
|
-
width: 22px;
|
|
742
|
-
height: 15px;
|
|
743
|
-
background-position: -66px -158px;
|
|
744
|
-
}
|
|
745
|
-
|
|
746
|
-
.kg {
|
|
747
|
-
width: 22px;
|
|
748
|
-
height: 13px;
|
|
749
|
-
background-position: -154px -218px;
|
|
750
|
-
}
|
|
751
|
-
|
|
752
|
-
.kh {
|
|
753
|
-
width: 22px;
|
|
754
|
-
height: 14px;
|
|
755
|
-
background-position: -220px -42px;
|
|
756
|
-
}
|
|
757
|
-
|
|
758
|
-
.ki {
|
|
759
|
-
width: 22px;
|
|
760
|
-
height: 11px;
|
|
761
|
-
background-position: -242px -198px;
|
|
762
|
-
}
|
|
763
|
-
|
|
764
|
-
.km {
|
|
765
|
-
width: 22px;
|
|
766
|
-
height: 13px;
|
|
767
|
-
background-position: -110px -218px;
|
|
768
|
-
}
|
|
769
|
-
|
|
770
|
-
.kn {
|
|
771
|
-
width: 22px;
|
|
772
|
-
height: 15px;
|
|
773
|
-
background-position: -154px -158px;
|
|
774
|
-
}
|
|
775
|
-
|
|
776
|
-
.kp {
|
|
777
|
-
width: 22px;
|
|
778
|
-
height: 11px;
|
|
779
|
-
background-position: 0 -231px;
|
|
780
|
-
}
|
|
781
|
-
|
|
782
|
-
.kr {
|
|
783
|
-
width: 22px;
|
|
784
|
-
height: 15px;
|
|
785
|
-
background-position: -40px -66px;
|
|
786
|
-
}
|
|
787
|
-
|
|
788
|
-
.kw {
|
|
789
|
-
width: 22px;
|
|
790
|
-
height: 11px;
|
|
791
|
-
background-position: -66px -231px;
|
|
792
|
-
}
|
|
793
|
-
|
|
794
|
-
.ky {
|
|
795
|
-
width: 22px;
|
|
796
|
-
height: 11px;
|
|
797
|
-
background-position: -242px -110px;
|
|
798
|
-
}
|
|
799
|
-
|
|
800
|
-
.kz {
|
|
801
|
-
width: 22px;
|
|
802
|
-
height: 11px;
|
|
803
|
-
background-position: -110px -231px;
|
|
804
|
-
}
|
|
805
|
-
|
|
806
|
-
.la {
|
|
807
|
-
width: 22px;
|
|
808
|
-
height: 15px;
|
|
809
|
-
background-position: -176px -30px;
|
|
810
|
-
}
|
|
811
|
-
|
|
812
|
-
.lb {
|
|
813
|
-
width: 22px;
|
|
814
|
-
height: 15px;
|
|
815
|
-
background-position: -176px -45px;
|
|
816
|
-
}
|
|
817
|
-
|
|
818
|
-
.lc {
|
|
819
|
-
width: 22px;
|
|
820
|
-
height: 11px;
|
|
821
|
-
background-position: -176px -231px;
|
|
822
|
-
}
|
|
823
|
-
|
|
824
|
-
.li {
|
|
825
|
-
width: 22px;
|
|
826
|
-
height: 13px;
|
|
827
|
-
background-position: -220px -129px;
|
|
828
|
-
}
|
|
829
|
-
|
|
830
|
-
.lk {
|
|
831
|
-
width: 22px;
|
|
832
|
-
height: 11px;
|
|
833
|
-
background-position: -220px -231px;
|
|
834
|
-
}
|
|
835
|
-
|
|
836
|
-
.lr {
|
|
837
|
-
width: 22px;
|
|
838
|
-
height: 12px;
|
|
839
|
-
background-position: -242px -74px;
|
|
840
|
-
}
|
|
841
|
-
|
|
842
|
-
.ls {
|
|
843
|
-
width: 22px;
|
|
844
|
-
height: 15px;
|
|
845
|
-
background-position: -176px -90px;
|
|
846
|
-
}
|
|
847
|
-
|
|
848
|
-
.lt {
|
|
849
|
-
width: 22px;
|
|
850
|
-
height: 13px;
|
|
851
|
-
background-position: -220px -168px;
|
|
852
|
-
}
|
|
853
|
-
|
|
854
|
-
.lu {
|
|
855
|
-
width: 22px;
|
|
856
|
-
height: 13px;
|
|
857
|
-
background-position: -220px -181px;
|
|
858
|
-
}
|
|
859
|
-
|
|
860
|
-
.lv {
|
|
861
|
-
width: 22px;
|
|
862
|
-
height: 11px;
|
|
863
|
-
background-position: -176px -242px;
|
|
864
|
-
}
|
|
865
|
-
|
|
866
|
-
.ly {
|
|
867
|
-
width: 22px;
|
|
868
|
-
height: 11px;
|
|
869
|
-
background-position: -198px -242px;
|
|
870
|
-
}
|
|
871
|
-
|
|
872
|
-
.ma {
|
|
873
|
-
width: 22px;
|
|
874
|
-
height: 15px;
|
|
875
|
-
background-position: -176px -135px;
|
|
876
|
-
}
|
|
877
|
-
|
|
878
|
-
.mc {
|
|
879
|
-
width: 22px;
|
|
880
|
-
height: 17px;
|
|
881
|
-
background-position: 0 -17px;
|
|
882
|
-
}
|
|
883
|
-
|
|
884
|
-
.md {
|
|
885
|
-
width: 22px;
|
|
886
|
-
height: 11px;
|
|
887
|
-
background-position: 0 -253px;
|
|
888
|
-
}
|
|
889
|
-
|
|
890
|
-
.me {
|
|
891
|
-
width: 22px;
|
|
892
|
-
height: 11px;
|
|
893
|
-
background-position: -22px -253px;
|
|
894
|
-
}
|
|
895
|
-
|
|
896
|
-
.mf {
|
|
897
|
-
width: 22px;
|
|
898
|
-
height: 15px;
|
|
899
|
-
background-position: 0 -173px;
|
|
900
|
-
}
|
|
901
|
-
|
|
902
|
-
.mg {
|
|
903
|
-
width: 22px;
|
|
904
|
-
height: 15px;
|
|
905
|
-
background-position: -22px -173px;
|
|
906
|
-
}
|
|
907
|
-
|
|
908
|
-
.mh {
|
|
909
|
-
width: 22px;
|
|
910
|
-
height: 12px;
|
|
911
|
-
background-position: -242px -38px;
|
|
912
|
-
}
|
|
913
|
-
|
|
914
|
-
.mk {
|
|
915
|
-
width: 22px;
|
|
916
|
-
height: 11px;
|
|
917
|
-
background-position: -154px -253px;
|
|
918
|
-
}
|
|
919
|
-
|
|
920
|
-
.ml {
|
|
921
|
-
width: 22px;
|
|
922
|
-
height: 15px;
|
|
923
|
-
background-position: -66px -173px;
|
|
924
|
-
}
|
|
925
|
-
|
|
926
|
-
.mm {
|
|
927
|
-
width: 22px;
|
|
928
|
-
height: 15px;
|
|
929
|
-
background-position: -88px -173px;
|
|
930
|
-
}
|
|
931
|
-
|
|
932
|
-
.mn {
|
|
933
|
-
width: 22px;
|
|
934
|
-
height: 11px;
|
|
935
|
-
background-position: -264px 0;
|
|
936
|
-
}
|
|
937
|
-
|
|
938
|
-
.mo {
|
|
939
|
-
width: 22px;
|
|
940
|
-
height: 15px;
|
|
941
|
-
background-position: -110px -173px;
|
|
942
|
-
}
|
|
943
|
-
|
|
944
|
-
.mp {
|
|
945
|
-
width: 22px;
|
|
946
|
-
height: 11px;
|
|
947
|
-
background-position: -264px -55px;
|
|
948
|
-
}
|
|
949
|
-
|
|
950
|
-
.mq {
|
|
951
|
-
width: 22px;
|
|
952
|
-
height: 15px;
|
|
953
|
-
background-position: -132px -173px;
|
|
954
|
-
}
|
|
955
|
-
|
|
956
|
-
.mr {
|
|
957
|
-
width: 22px;
|
|
958
|
-
height: 15px;
|
|
959
|
-
background-position: -154px -173px;
|
|
960
|
-
}
|
|
961
|
-
|
|
962
|
-
.ms {
|
|
963
|
-
width: 22px;
|
|
964
|
-
height: 11px;
|
|
965
|
-
background-position: -264px -99px;
|
|
966
|
-
}
|
|
967
|
-
|
|
968
|
-
.mt {
|
|
969
|
-
width: 22px;
|
|
970
|
-
height: 15px;
|
|
971
|
-
background-position: -176px -173px;
|
|
972
|
-
}
|
|
973
|
-
|
|
974
|
-
.mu {
|
|
975
|
-
width: 22px;
|
|
976
|
-
height: 15px;
|
|
977
|
-
background-position: -198px 0;
|
|
978
|
-
}
|
|
979
|
-
|
|
980
|
-
.mv {
|
|
981
|
-
width: 22px;
|
|
982
|
-
height: 15px;
|
|
983
|
-
background-position: -198px -15px;
|
|
984
|
-
}
|
|
985
|
-
|
|
986
|
-
.mw {
|
|
987
|
-
width: 22px;
|
|
988
|
-
height: 15px;
|
|
989
|
-
background-position: -198px -30px;
|
|
990
|
-
}
|
|
991
|
-
|
|
992
|
-
.mx {
|
|
993
|
-
width: 22px;
|
|
994
|
-
height: 13px;
|
|
995
|
-
background-position: -220px -90px;
|
|
996
|
-
}
|
|
997
|
-
|
|
998
|
-
.my {
|
|
999
|
-
width: 22px;
|
|
1000
|
-
height: 11px;
|
|
1001
|
-
background-position: -264px -176px;
|
|
1002
|
-
}
|
|
1003
|
-
|
|
1004
|
-
.mz {
|
|
1005
|
-
width: 22px;
|
|
1006
|
-
height: 15px;
|
|
1007
|
-
background-position: -198px -60px;
|
|
1008
|
-
}
|
|
1009
|
-
|
|
1010
|
-
.na {
|
|
1011
|
-
width: 22px;
|
|
1012
|
-
height: 15px;
|
|
1013
|
-
background-position: -198px -75px;
|
|
1014
|
-
}
|
|
1015
|
-
|
|
1016
|
-
.nc {
|
|
1017
|
-
width: 22px;
|
|
1018
|
-
height: 11px;
|
|
1019
|
-
background-position: -264px -220px;
|
|
1020
|
-
}
|
|
1021
|
-
|
|
1022
|
-
.ne {
|
|
1023
|
-
width: 20px;
|
|
1024
|
-
height: 17px;
|
|
1025
|
-
background-position: 0 -66px;
|
|
1026
|
-
}
|
|
1027
|
-
|
|
1028
|
-
.nf {
|
|
1029
|
-
width: 22px;
|
|
1030
|
-
height: 11px;
|
|
1031
|
-
background-position: -264px -242px;
|
|
1032
|
-
}
|
|
1033
|
-
|
|
1034
|
-
.ng {
|
|
1035
|
-
width: 22px;
|
|
1036
|
-
height: 11px;
|
|
1037
|
-
background-position: 0 -264px;
|
|
1038
|
-
}
|
|
1039
|
-
|
|
1040
|
-
.ni {
|
|
1041
|
-
width: 22px;
|
|
1042
|
-
height: 13px;
|
|
1043
|
-
background-position: -44px -218px;
|
|
1044
|
-
}
|
|
1045
|
-
|
|
1046
|
-
.nl {
|
|
1047
|
-
width: 22px;
|
|
1048
|
-
height: 15px;
|
|
1049
|
-
background-position: -198px -120px;
|
|
1050
|
-
}
|
|
1051
|
-
|
|
1052
|
-
.no {
|
|
1053
|
-
width: 22px;
|
|
1054
|
-
height: 16px;
|
|
1055
|
-
background-position: -66px -16px;
|
|
1056
|
-
}
|
|
1057
|
-
|
|
1058
|
-
.np {
|
|
1059
|
-
width: 14px;
|
|
1060
|
-
height: 17px;
|
|
1061
|
-
background-position: -286px 0;
|
|
1062
|
-
}
|
|
1063
|
-
|
|
1064
|
-
.nr {
|
|
1065
|
-
width: 22px;
|
|
1066
|
-
height: 11px;
|
|
1067
|
-
background-position: -132px -264px;
|
|
1068
|
-
}
|
|
1069
|
-
|
|
1070
|
-
.nu {
|
|
1071
|
-
width: 22px;
|
|
1072
|
-
height: 11px;
|
|
1073
|
-
background-position: -154px -264px;
|
|
1074
|
-
}
|
|
1075
|
-
|
|
1076
|
-
.nz {
|
|
1077
|
-
width: 22px;
|
|
1078
|
-
height: 11px;
|
|
1079
|
-
background-position: -242px -121px;
|
|
1080
|
-
}
|
|
1081
|
-
|
|
1082
|
-
.om {
|
|
1083
|
-
width: 22px;
|
|
1084
|
-
height: 11px;
|
|
1085
|
-
background-position: -242px -132px;
|
|
1086
|
-
}
|
|
1087
|
-
|
|
1088
|
-
.pa {
|
|
1089
|
-
width: 22px;
|
|
1090
|
-
height: 15px;
|
|
1091
|
-
background-position: -198px -165px;
|
|
1092
|
-
}
|
|
1093
|
-
|
|
1094
|
-
.pe {
|
|
1095
|
-
width: 22px;
|
|
1096
|
-
height: 15px;
|
|
1097
|
-
background-position: 0 -188px;
|
|
1098
|
-
}
|
|
1099
|
-
|
|
1100
|
-
.pf {
|
|
1101
|
-
width: 22px;
|
|
1102
|
-
height: 15px;
|
|
1103
|
-
background-position: -22px -188px;
|
|
1104
|
-
}
|
|
1105
|
-
|
|
1106
|
-
.pg {
|
|
1107
|
-
width: 22px;
|
|
1108
|
-
height: 17px;
|
|
1109
|
-
background-position: -22px 0;
|
|
1110
|
-
}
|
|
1111
|
-
|
|
1112
|
-
.ph {
|
|
1113
|
-
width: 22px;
|
|
1114
|
-
height: 11px;
|
|
1115
|
-
background-position: -242px -187px;
|
|
1116
|
-
}
|
|
1117
|
-
|
|
1118
|
-
.pk {
|
|
1119
|
-
width: 22px;
|
|
1120
|
-
height: 15px;
|
|
1121
|
-
background-position: -66px -188px;
|
|
1122
|
-
}
|
|
1123
|
-
|
|
1124
|
-
.pl {
|
|
1125
|
-
width: 22px;
|
|
1126
|
-
height: 14px;
|
|
1127
|
-
background-position: -154px -203px;
|
|
1128
|
-
}
|
|
1129
|
-
|
|
1130
|
-
.pm {
|
|
1131
|
-
width: 22px;
|
|
1132
|
-
height: 15px;
|
|
1133
|
-
background-position: -110px -188px;
|
|
1134
|
-
}
|
|
1135
|
-
|
|
1136
|
-
.pn {
|
|
1137
|
-
width: 22px;
|
|
1138
|
-
height: 11px;
|
|
1139
|
-
background-position: -220px -207px;
|
|
1140
|
-
}
|
|
1141
|
-
|
|
1142
|
-
.pr {
|
|
1143
|
-
width: 22px;
|
|
1144
|
-
height: 15px;
|
|
1145
|
-
background-position: -132px -188px;
|
|
1146
|
-
}
|
|
1147
|
-
|
|
1148
|
-
.ps {
|
|
1149
|
-
width: 22px;
|
|
1150
|
-
height: 11px;
|
|
1151
|
-
background-position: -22px -231px;
|
|
1152
|
-
}
|
|
1153
|
-
|
|
1154
|
-
.pt {
|
|
1155
|
-
width: 22px;
|
|
1156
|
-
height: 15px;
|
|
1157
|
-
background-position: -154px -188px;
|
|
1158
|
-
}
|
|
1159
|
-
|
|
1160
|
-
.pw {
|
|
1161
|
-
width: 22px;
|
|
1162
|
-
height: 14px;
|
|
1163
|
-
background-position: -110px -203px;
|
|
1
|
+
:root {
|
|
2
|
+
--color-light-specialbg-tertiary-transparent: rgba(11, 31, 53, 0.1);
|
|
1164
3
|
}
|
|
4
|
+
:root {
|
|
1165
5
|
|
|
1166
|
-
|
|
1167
|
-
width: 22px;
|
|
1168
|
-
height: 12px;
|
|
1169
|
-
background-position: -242px -86px;
|
|
1170
|
-
}
|
|
1171
|
-
|
|
1172
|
-
.qa {
|
|
1173
|
-
width: 22px;
|
|
1174
|
-
height: 9px;
|
|
1175
|
-
background-position: -198px -264px;
|
|
1176
|
-
}
|
|
1177
|
-
|
|
1178
|
-
.re {
|
|
1179
|
-
width: 22px;
|
|
1180
|
-
height: 15px;
|
|
1181
|
-
background-position: -22px -203px;
|
|
1182
|
-
}
|
|
1183
|
-
|
|
1184
|
-
.ro {
|
|
1185
|
-
width: 22px;
|
|
1186
|
-
height: 15px;
|
|
1187
|
-
background-position: -44px -203px;
|
|
1188
|
-
}
|
|
1189
|
-
|
|
1190
|
-
.rs {
|
|
1191
|
-
width: 22px;
|
|
1192
|
-
height: 15px;
|
|
1193
|
-
background-position: -66px -203px;
|
|
1194
|
-
}
|
|
1195
|
-
|
|
1196
|
-
.ru {
|
|
1197
|
-
width: 22px;
|
|
1198
|
-
height: 15px;
|
|
1199
|
-
background-position: -88px -203px;
|
|
1200
|
-
}
|
|
1201
|
-
|
|
1202
|
-
.rw {
|
|
1203
|
-
width: 22px;
|
|
1204
|
-
height: 15px;
|
|
1205
|
-
background-position: -198px -188px;
|
|
1206
|
-
}
|
|
1207
|
-
|
|
1208
|
-
.sa {
|
|
1209
|
-
width: 22px;
|
|
1210
|
-
height: 15px;
|
|
1211
|
-
background-position: -176px -188px;
|
|
1212
|
-
}
|
|
1213
|
-
|
|
1214
|
-
.sb {
|
|
1215
|
-
width: 22px;
|
|
1216
|
-
height: 11px;
|
|
1217
|
-
background-position: 0 -242px;
|
|
1218
|
-
}
|
|
1219
|
-
|
|
1220
|
-
.sc {
|
|
1221
|
-
width: 22px;
|
|
1222
|
-
height: 11px;
|
|
1223
|
-
background-position: -22px -242px;
|
|
1224
|
-
}
|
|
1225
|
-
|
|
1226
|
-
.sd {
|
|
1227
|
-
width: 22px;
|
|
1228
|
-
height: 11px;
|
|
1229
|
-
background-position: -44px -242px;
|
|
1230
|
-
}
|
|
1231
|
-
|
|
1232
|
-
.se {
|
|
1233
|
-
width: 22px;
|
|
1234
|
-
height: 14px;
|
|
1235
|
-
background-position: -220px -14px;
|
|
1236
|
-
}
|
|
1237
|
-
|
|
1238
|
-
.sg {
|
|
1239
|
-
width: 22px;
|
|
1240
|
-
height: 15px;
|
|
1241
|
-
background-position: -88px -188px;
|
|
1242
|
-
}
|
|
1243
|
-
|
|
1244
|
-
.sh {
|
|
1245
|
-
width: 22px;
|
|
1246
|
-
height: 11px;
|
|
1247
|
-
background-position: -110px -242px;
|
|
1248
|
-
}
|
|
1249
|
-
|
|
1250
|
-
.si {
|
|
1251
|
-
width: 22px;
|
|
1252
|
-
height: 11px;
|
|
1253
|
-
background-position: -132px -242px;
|
|
1254
|
-
}
|
|
1255
|
-
|
|
1256
|
-
.sj {
|
|
1257
|
-
width: 22px;
|
|
1258
|
-
height: 16px;
|
|
1259
|
-
background-position: -66px -48px;
|
|
1260
|
-
}
|
|
1261
|
-
|
|
1262
|
-
.sk {
|
|
1263
|
-
width: 22px;
|
|
1264
|
-
height: 15px;
|
|
1265
|
-
background-position: -198px -45px;
|
|
1266
|
-
}
|
|
1267
|
-
|
|
1268
|
-
.sl {
|
|
1269
|
-
width: 22px;
|
|
1270
|
-
height: 15px;
|
|
1271
|
-
background-position: -44px -173px;
|
|
1272
|
-
}
|
|
1273
|
-
|
|
1274
|
-
.sm {
|
|
1275
|
-
width: 22px;
|
|
1276
|
-
height: 17px;
|
|
1277
|
-
background-position: -22px -17px;
|
|
1278
|
-
}
|
|
1279
|
-
|
|
1280
|
-
.sn {
|
|
1281
|
-
width: 22px;
|
|
1282
|
-
height: 15px;
|
|
1283
|
-
background-position: -176px -105px;
|
|
1284
|
-
}
|
|
1285
|
-
|
|
1286
|
-
.so {
|
|
1287
|
-
width: 22px;
|
|
1288
|
-
height: 15px;
|
|
1289
|
-
background-position: -176px -75px;
|
|
1290
|
-
}
|
|
1291
|
-
|
|
1292
|
-
.sr {
|
|
1293
|
-
width: 22px;
|
|
1294
|
-
height: 15px;
|
|
1295
|
-
background-position: -176px -60px;
|
|
1296
|
-
}
|
|
1297
|
-
|
|
1298
|
-
.ss {
|
|
1299
|
-
width: 22px;
|
|
1300
|
-
height: 11px;
|
|
1301
|
-
background-position: -44px -253px;
|
|
1302
|
-
}
|
|
1303
|
-
|
|
1304
|
-
.st {
|
|
1305
|
-
width: 22px;
|
|
1306
|
-
height: 11px;
|
|
1307
|
-
background-position: -66px -253px;
|
|
1308
|
-
}
|
|
1309
|
-
|
|
1310
|
-
.sv {
|
|
1311
|
-
width: 22px;
|
|
1312
|
-
height: 13px;
|
|
1313
|
-
background-position: -22px -218px;
|
|
1314
|
-
}
|
|
1315
|
-
|
|
1316
|
-
.sx {
|
|
1317
|
-
width: 22px;
|
|
1318
|
-
height: 15px;
|
|
1319
|
-
background-position: -132px -158px;
|
|
1320
|
-
}
|
|
1321
|
-
|
|
1322
|
-
.sy {
|
|
1323
|
-
width: 22px;
|
|
1324
|
-
height: 15px;
|
|
1325
|
-
background-position: -110px -158px;
|
|
1326
|
-
}
|
|
1327
|
-
|
|
1328
|
-
.sz {
|
|
1329
|
-
width: 22px;
|
|
1330
|
-
height: 15px;
|
|
1331
|
-
background-position: -88px -158px;
|
|
1332
|
-
}
|
|
1333
|
-
|
|
1334
|
-
.ta {
|
|
1335
|
-
width: 22px;
|
|
1336
|
-
height: 11px;
|
|
1337
|
-
background-position: -176px -253px;
|
|
1338
|
-
}
|
|
1339
|
-
|
|
1340
|
-
.tc {
|
|
1341
|
-
width: 22px;
|
|
1342
|
-
height: 11px;
|
|
1343
|
-
background-position: -198px -253px;
|
|
1344
|
-
}
|
|
1345
|
-
|
|
1346
|
-
.td {
|
|
1347
|
-
width: 22px;
|
|
1348
|
-
height: 15px;
|
|
1349
|
-
background-position: -22px -158px;
|
|
1350
|
-
}
|
|
1351
|
-
|
|
1352
|
-
.tf {
|
|
1353
|
-
width: 22px;
|
|
1354
|
-
height: 15px;
|
|
1355
|
-
background-position: -132px -143px;
|
|
1356
|
-
}
|
|
6
|
+
/* Hard */
|
|
1357
7
|
|
|
1358
|
-
|
|
1359
|
-
width: 22px;
|
|
1360
|
-
height: 14px;
|
|
1361
|
-
background-position: -220px -28px;
|
|
1362
|
-
}
|
|
1363
|
-
|
|
1364
|
-
.th {
|
|
1365
|
-
width: 22px;
|
|
1366
|
-
height: 15px;
|
|
1367
|
-
background-position: 0 -143px;
|
|
1368
|
-
}
|
|
1369
|
-
|
|
1370
|
-
.tj {
|
|
1371
|
-
width: 22px;
|
|
1372
|
-
height: 11px;
|
|
1373
|
-
background-position: -264px -22px;
|
|
1374
|
-
}
|
|
1375
|
-
|
|
1376
|
-
.tk {
|
|
1377
|
-
width: 22px;
|
|
1378
|
-
height: 11px;
|
|
1379
|
-
background-position: -264px -33px;
|
|
1380
|
-
}
|
|
1381
|
-
|
|
1382
|
-
.tl {
|
|
1383
|
-
width: 22px;
|
|
1384
|
-
height: 11px;
|
|
1385
|
-
background-position: -264px -44px;
|
|
1386
|
-
}
|
|
1387
|
-
|
|
1388
|
-
.tm {
|
|
1389
|
-
width: 22px;
|
|
1390
|
-
height: 15px;
|
|
1391
|
-
background-position: -154px -105px;
|
|
1392
|
-
}
|
|
1393
|
-
|
|
1394
|
-
.tn {
|
|
1395
|
-
width: 22px;
|
|
1396
|
-
height: 15px;
|
|
1397
|
-
background-position: -154px -90px;
|
|
1398
|
-
}
|
|
1399
|
-
|
|
1400
|
-
.to {
|
|
1401
|
-
width: 22px;
|
|
1402
|
-
height: 11px;
|
|
1403
|
-
background-position: -264px -77px;
|
|
1404
|
-
}
|
|
1405
|
-
|
|
1406
|
-
.tr {
|
|
1407
|
-
width: 22px;
|
|
1408
|
-
height: 15px;
|
|
1409
|
-
background-position: -154px -75px;
|
|
1410
|
-
}
|
|
1411
|
-
|
|
1412
|
-
.tt {
|
|
1413
|
-
width: 22px;
|
|
1414
|
-
height: 13px;
|
|
1415
|
-
background-position: -220px -194px;
|
|
1416
|
-
}
|
|
1417
|
-
|
|
1418
|
-
.tv {
|
|
1419
|
-
width: 22px;
|
|
1420
|
-
height: 11px;
|
|
1421
|
-
background-position: -264px -110px;
|
|
1422
|
-
}
|
|
1423
|
-
|
|
1424
|
-
.tw {
|
|
1425
|
-
width: 22px;
|
|
1426
|
-
height: 15px;
|
|
1427
|
-
background-position: -22px -128px;
|
|
1428
|
-
}
|
|
1429
|
-
|
|
1430
|
-
.tz {
|
|
1431
|
-
width: 22px;
|
|
1432
|
-
height: 15px;
|
|
1433
|
-
background-position: -132px -75px;
|
|
1434
|
-
}
|
|
1435
|
-
|
|
1436
|
-
.ua {
|
|
1437
|
-
width: 22px;
|
|
1438
|
-
height: 15px;
|
|
1439
|
-
background-position: -132px -60px;
|
|
1440
|
-
}
|
|
1441
|
-
|
|
1442
|
-
.ug {
|
|
1443
|
-
width: 22px;
|
|
1444
|
-
height: 15px;
|
|
1445
|
-
background-position: -132px 0;
|
|
1446
|
-
}
|
|
1447
|
-
|
|
1448
|
-
.um {
|
|
1449
|
-
width: 22px;
|
|
1450
|
-
height: 12px;
|
|
1451
|
-
background-position: -242px -98px;
|
|
1452
|
-
}
|
|
1453
|
-
|
|
1454
|
-
.un {
|
|
1455
|
-
width: 22px;
|
|
1456
|
-
height: 15px;
|
|
1457
|
-
background-position: -110px -98px;
|
|
1458
|
-
}
|
|
1459
|
-
|
|
1460
|
-
.us {
|
|
1461
|
-
width: 22px;
|
|
1462
|
-
height: 12px;
|
|
1463
|
-
background-position: -242px -50px;
|
|
1464
|
-
}
|
|
1465
|
-
|
|
1466
|
-
.uy {
|
|
1467
|
-
width: 22px;
|
|
1468
|
-
height: 15px;
|
|
1469
|
-
background-position: -22px -98px;
|
|
1470
|
-
}
|
|
1471
|
-
|
|
1472
|
-
.uz {
|
|
1473
|
-
width: 22px;
|
|
1474
|
-
height: 11px;
|
|
1475
|
-
background-position: -264px -209px;
|
|
1476
|
-
}
|
|
1477
|
-
|
|
1478
|
-
.va {
|
|
1479
|
-
width: 17px;
|
|
1480
|
-
height: 17px;
|
|
1481
|
-
background-position: -220px -56px;
|
|
1482
|
-
}
|
|
1483
|
-
|
|
1484
|
-
.vc {
|
|
1485
|
-
width: 22px;
|
|
1486
|
-
height: 15px;
|
|
1487
|
-
background-position: 0 -98px;
|
|
1488
|
-
}
|
|
1489
|
-
|
|
1490
|
-
.ve {
|
|
1491
|
-
width: 22px;
|
|
1492
|
-
height: 15px;
|
|
1493
|
-
background-position: -88px -83px;
|
|
1494
|
-
}
|
|
1495
|
-
|
|
1496
|
-
.vg {
|
|
1497
|
-
width: 22px;
|
|
1498
|
-
height: 11px;
|
|
1499
|
-
background-position: -264px -253px;
|
|
1500
|
-
}
|
|
1501
|
-
|
|
1502
|
-
.vi {
|
|
1503
|
-
width: 22px;
|
|
1504
|
-
height: 15px;
|
|
1505
|
-
background-position: -198px -105px;
|
|
1506
|
-
}
|
|
8
|
+
/* Up */
|
|
1507
9
|
|
|
1508
|
-
|
|
1509
|
-
width: 22px;
|
|
1510
|
-
height: 15px;
|
|
1511
|
-
background-position: -198px -90px;
|
|
10
|
+
/* Hard up */
|
|
1512
11
|
}
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
width: 22px;
|
|
1516
|
-
height: 13px;
|
|
1517
|
-
background-position: -220px -218px;
|
|
12
|
+
:root {
|
|
13
|
+
--gap-3xs: 2px;
|
|
1518
14
|
}
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
width: 22px;
|
|
1522
|
-
height: 15px;
|
|
1523
|
-
background-position: -176px -150px;
|
|
15
|
+
:root {
|
|
16
|
+
--border-radius-xs: 2px;
|
|
1524
17
|
}
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
height: 11px;
|
|
1529
|
-
background-position: -88px -264px;
|
|
18
|
+
.flagIcon {
|
|
19
|
+
max-width: 24px;
|
|
20
|
+
max-height: 24px;
|
|
1530
21
|
}
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
width: 22px;
|
|
22
|
+
.flagPlaceholder {
|
|
23
|
+
width: 24px;
|
|
1534
24
|
height: 16px;
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
width: 22px;
|
|
1540
|
-
height: 15px;
|
|
1541
|
-
background-position: -22px -83px;
|
|
1542
|
-
}
|
|
1543
|
-
|
|
1544
|
-
.yt {
|
|
1545
|
-
width: 22px;
|
|
1546
|
-
height: 15px;
|
|
1547
|
-
background-position: -176px -15px;
|
|
1548
|
-
}
|
|
1549
|
-
|
|
1550
|
-
.za {
|
|
1551
|
-
width: 22px;
|
|
1552
|
-
height: 15px;
|
|
1553
|
-
background-position: 0 -203px;
|
|
1554
|
-
}
|
|
1555
|
-
|
|
1556
|
-
.zm {
|
|
1557
|
-
width: 22px;
|
|
1558
|
-
height: 15px;
|
|
1559
|
-
background-position: -198px -150px;
|
|
1560
|
-
}
|
|
1561
|
-
|
|
1562
|
-
.zw {
|
|
1563
|
-
width: 22px;
|
|
1564
|
-
height: 11px;
|
|
1565
|
-
background-position: -176px -264px;
|
|
25
|
+
max-height: 16px;
|
|
26
|
+
border-radius: var(--border-radius-xs);
|
|
27
|
+
margin-top: var(--gap-3xs);
|
|
28
|
+
background-color: var(--color-light-specialbg-tertiary-transparent);
|
|
1566
29
|
}
|