intl-tel-input-rails 11.0.14 → 12.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1060 @@
1
+ @function retina-size($value) {
2
+ @return floor($value / 2);
3
+ }
4
+
5
+ @mixin retina-bg-size($spriteWidth, $spriteHeight) {
6
+ background-size: floor($spriteWidth / 2) floor($spriteHeight / 2);
7
+ }
8
+
9
+ .iti-flag {
10
+ $item-width-maps: (ac: 20px, ad: 20px, ae: 20px, af: 20px, ag: 20px, ai: 20px, al: 20px, am: 20px, ao: 20px, aq: 20px, ar: 20px, as: 20px, at: 20px, au: 20px, aw: 20px, ax: 20px, az: 20px, ba: 20px, bb: 20px, bd: 20px, be: 18px, bf: 20px, bg: 20px, bh: 20px, bi: 20px, bj: 20px, bl: 20px, bm: 20px, bn: 20px, bo: 20px, bq: 20px, br: 20px, bs: 20px, bt: 20px, bv: 20px, bw: 20px, by: 20px, bz: 20px, ca: 20px, cc: 20px, cd: 20px, cf: 20px, cg: 20px, ch: 15px, ci: 20px, ck: 20px, cl: 20px, cm: 20px, cn: 20px, co: 20px, cp: 20px, cr: 20px, cu: 20px, cv: 20px, cw: 20px, cx: 20px, cy: 20px, cz: 20px, de: 20px, dg: 20px, dj: 20px, dk: 20px, dm: 20px, do: 20px, dz: 20px, ea: 20px, ec: 20px, ee: 20px, eg: 20px, eh: 20px, er: 20px, es: 20px, et: 20px, eu: 20px, fi: 20px, fj: 20px, fk: 20px, fm: 20px, fo: 20px, fr: 20px, ga: 20px, gb: 20px, gd: 20px, ge: 20px, gf: 20px, gg: 20px, gh: 20px, gi: 20px, gl: 20px, gm: 20px, gn: 20px, gp: 20px, gq: 20px, gr: 20px, gs: 20px, gt: 20px, gu: 20px, gw: 20px, gy: 20px, hk: 20px, hm: 20px, hn: 20px, hr: 20px, ht: 20px, hu: 20px, ic: 20px, id: 20px, ie: 20px, il: 20px, im: 20px, in: 20px, io: 20px, iq: 20px, ir: 20px, is: 20px, it: 20px, je: 20px, jm: 20px, jo: 20px, jp: 20px, ke: 20px, kg: 20px, kh: 20px, ki: 20px, km: 20px, kn: 20px, kp: 20px, kr: 20px, kw: 20px, ky: 20px, kz: 20px, la: 20px, lb: 20px, lc: 20px, li: 20px, lk: 20px, lr: 20px, ls: 20px, lt: 20px, lu: 20px, lv: 20px, ly: 20px, ma: 20px, mc: 19px, md: 20px, me: 20px, mf: 20px, mg: 20px, mh: 20px, mk: 20px, ml: 20px, mm: 20px, mn: 20px, mo: 20px, mp: 20px, mq: 20px, mr: 20px, ms: 20px, mt: 20px, mu: 20px, mv: 20px, mw: 20px, mx: 20px, my: 20px, mz: 20px, na: 20px, nc: 20px, ne: 18px, nf: 20px, ng: 20px, ni: 20px, nl: 20px, no: 20px, np: 13px, nr: 20px, nu: 20px, nz: 20px, om: 20px, pa: 20px, pe: 20px, pf: 20px, pg: 20px, ph: 20px, pk: 20px, pl: 20px, pm: 20px, pn: 20px, pr: 20px, ps: 20px, pt: 20px, pw: 20px, py: 20px, qa: 20px, re: 20px, ro: 20px, rs: 20px, ru: 20px, rw: 20px, sa: 20px, sb: 20px, sc: 20px, sd: 20px, se: 20px, sg: 20px, sh: 20px, si: 20px, sj: 20px, sk: 20px, sl: 20px, sm: 20px, sn: 20px, so: 20px, sr: 20px, ss: 20px, st: 20px, sv: 20px, sx: 20px, sy: 20px, sz: 20px, ta: 20px, tc: 20px, td: 20px, tf: 20px, tg: 20px, th: 20px, tj: 20px, tk: 20px, tl: 20px, tm: 20px, tn: 20px, to: 20px, tr: 20px, tt: 20px, tv: 20px, tw: 20px, tz: 20px, ua: 20px, ug: 20px, um: 20px, us: 20px, uy: 20px, uz: 20px, va: 15px, vc: 20px, ve: 20px, vg: 20px, vi: 20px, vn: 20px, vu: 20px, wf: 20px, ws: 20px, xk: 20px, ye: 20px, yt: 20px, za: 20px, zm: 20px, zw: 20px, );
11
+ $standard-country: 'ac';
12
+ width: map-get($item-width-maps, $standard-country);
13
+
14
+ @each $key, $width in $item-width-maps {
15
+ @if $width != map-get($item-width-maps, $standard-country) {
16
+ &.#{$key} {
17
+ width: $width;
18
+ }
19
+ }
20
+ }
21
+
22
+ @media
23
+ only screen and (-webkit-min-device-pixel-ratio: 2),
24
+ only screen and ( min--moz-device-pixel-ratio: 2),
25
+ only screen and ( -o-min-device-pixel-ratio: 2/1),
26
+ only screen and ( min-device-pixel-ratio: 2),
27
+ only screen and ( min-resolution: 192dpi),
28
+ only screen and ( min-resolution: 2dppx) {
29
+ background-size: 5630px 15px;
30
+ }
31
+
32
+ &.ac {
33
+ height: 10px;
34
+ background-position: 0px 0px;
35
+ }
36
+ &.ad {
37
+ height: 14px;
38
+ background-position: -22px 0px;
39
+ }
40
+ &.ae {
41
+ height: 10px;
42
+ background-position: -44px 0px;
43
+ }
44
+ &.af {
45
+ height: 14px;
46
+ background-position: -66px 0px;
47
+ }
48
+ &.ag {
49
+ height: 14px;
50
+ background-position: -88px 0px;
51
+ }
52
+ &.ai {
53
+ height: 10px;
54
+ background-position: -110px 0px;
55
+ }
56
+ &.al {
57
+ height: 15px;
58
+ background-position: -132px 0px;
59
+ }
60
+ &.am {
61
+ height: 10px;
62
+ background-position: -154px 0px;
63
+ }
64
+ &.ao {
65
+ height: 14px;
66
+ background-position: -176px 0px;
67
+ }
68
+ &.aq {
69
+ height: 14px;
70
+ background-position: -198px 0px;
71
+ }
72
+ &.ar {
73
+ height: 13px;
74
+ background-position: -220px 0px;
75
+ }
76
+ &.as {
77
+ height: 10px;
78
+ background-position: -242px 0px;
79
+ }
80
+ &.at {
81
+ height: 14px;
82
+ background-position: -264px 0px;
83
+ }
84
+ &.au {
85
+ height: 10px;
86
+ background-position: -286px 0px;
87
+ }
88
+ &.aw {
89
+ height: 14px;
90
+ background-position: -308px 0px;
91
+ }
92
+ &.ax {
93
+ height: 13px;
94
+ background-position: -330px 0px;
95
+ }
96
+ &.az {
97
+ height: 10px;
98
+ background-position: -352px 0px;
99
+ }
100
+ &.ba {
101
+ height: 10px;
102
+ background-position: -374px 0px;
103
+ }
104
+ &.bb {
105
+ height: 14px;
106
+ background-position: -396px 0px;
107
+ }
108
+ &.bd {
109
+ height: 12px;
110
+ background-position: -418px 0px;
111
+ }
112
+ &.be {
113
+ height: 15px;
114
+ background-position: -440px 0px;
115
+ }
116
+ &.bf {
117
+ height: 14px;
118
+ background-position: -460px 0px;
119
+ }
120
+ &.bg {
121
+ height: 12px;
122
+ background-position: -482px 0px;
123
+ }
124
+ &.bh {
125
+ height: 12px;
126
+ background-position: -504px 0px;
127
+ }
128
+ &.bi {
129
+ height: 12px;
130
+ background-position: -526px 0px;
131
+ }
132
+ &.bj {
133
+ height: 14px;
134
+ background-position: -548px 0px;
135
+ }
136
+ &.bl {
137
+ height: 14px;
138
+ background-position: -570px 0px;
139
+ }
140
+ &.bm {
141
+ height: 10px;
142
+ background-position: -592px 0px;
143
+ }
144
+ &.bn {
145
+ height: 10px;
146
+ background-position: -614px 0px;
147
+ }
148
+ &.bo {
149
+ height: 14px;
150
+ background-position: -636px 0px;
151
+ }
152
+ &.bq {
153
+ height: 14px;
154
+ background-position: -658px 0px;
155
+ }
156
+ &.br {
157
+ height: 14px;
158
+ background-position: -680px 0px;
159
+ }
160
+ &.bs {
161
+ height: 10px;
162
+ background-position: -702px 0px;
163
+ }
164
+ &.bt {
165
+ height: 14px;
166
+ background-position: -724px 0px;
167
+ }
168
+ &.bv {
169
+ height: 15px;
170
+ background-position: -746px 0px;
171
+ }
172
+ &.bw {
173
+ height: 14px;
174
+ background-position: -768px 0px;
175
+ }
176
+ &.by {
177
+ height: 10px;
178
+ background-position: -790px 0px;
179
+ }
180
+ &.bz {
181
+ height: 14px;
182
+ background-position: -812px 0px;
183
+ }
184
+ &.ca {
185
+ height: 10px;
186
+ background-position: -834px 0px;
187
+ }
188
+ &.cc {
189
+ height: 10px;
190
+ background-position: -856px 0px;
191
+ }
192
+ &.cd {
193
+ height: 15px;
194
+ background-position: -878px 0px;
195
+ }
196
+ &.cf {
197
+ height: 14px;
198
+ background-position: -900px 0px;
199
+ }
200
+ &.cg {
201
+ height: 14px;
202
+ background-position: -922px 0px;
203
+ }
204
+ &.ch {
205
+ height: 15px;
206
+ background-position: -944px 0px;
207
+ }
208
+ &.ci {
209
+ height: 14px;
210
+ background-position: -961px 0px;
211
+ }
212
+ &.ck {
213
+ height: 10px;
214
+ background-position: -983px 0px;
215
+ }
216
+ &.cl {
217
+ height: 14px;
218
+ background-position: -1005px 0px;
219
+ }
220
+ &.cm {
221
+ height: 14px;
222
+ background-position: -1027px 0px;
223
+ }
224
+ &.cn {
225
+ height: 14px;
226
+ background-position: -1049px 0px;
227
+ }
228
+ &.co {
229
+ height: 14px;
230
+ background-position: -1071px 0px;
231
+ }
232
+ &.cp {
233
+ height: 14px;
234
+ background-position: -1093px 0px;
235
+ }
236
+ &.cr {
237
+ height: 12px;
238
+ background-position: -1115px 0px;
239
+ }
240
+ &.cu {
241
+ height: 10px;
242
+ background-position: -1137px 0px;
243
+ }
244
+ &.cv {
245
+ height: 12px;
246
+ background-position: -1159px 0px;
247
+ }
248
+ &.cw {
249
+ height: 14px;
250
+ background-position: -1181px 0px;
251
+ }
252
+ &.cx {
253
+ height: 10px;
254
+ background-position: -1203px 0px;
255
+ }
256
+ &.cy {
257
+ height: 13px;
258
+ background-position: -1225px 0px;
259
+ }
260
+ &.cz {
261
+ height: 14px;
262
+ background-position: -1247px 0px;
263
+ }
264
+ &.de {
265
+ height: 12px;
266
+ background-position: -1269px 0px;
267
+ }
268
+ &.dg {
269
+ height: 10px;
270
+ background-position: -1291px 0px;
271
+ }
272
+ &.dj {
273
+ height: 14px;
274
+ background-position: -1313px 0px;
275
+ }
276
+ &.dk {
277
+ height: 15px;
278
+ background-position: -1335px 0px;
279
+ }
280
+ &.dm {
281
+ height: 10px;
282
+ background-position: -1357px 0px;
283
+ }
284
+ &.do {
285
+ height: 13px;
286
+ background-position: -1379px 0px;
287
+ }
288
+ &.dz {
289
+ height: 14px;
290
+ background-position: -1401px 0px;
291
+ }
292
+ &.ea {
293
+ height: 14px;
294
+ background-position: -1423px 0px;
295
+ }
296
+ &.ec {
297
+ height: 14px;
298
+ background-position: -1445px 0px;
299
+ }
300
+ &.ee {
301
+ height: 13px;
302
+ background-position: -1467px 0px;
303
+ }
304
+ &.eg {
305
+ height: 14px;
306
+ background-position: -1489px 0px;
307
+ }
308
+ &.eh {
309
+ height: 10px;
310
+ background-position: -1511px 0px;
311
+ }
312
+ &.er {
313
+ height: 10px;
314
+ background-position: -1533px 0px;
315
+ }
316
+ &.es {
317
+ height: 14px;
318
+ background-position: -1555px 0px;
319
+ }
320
+ &.et {
321
+ height: 10px;
322
+ background-position: -1577px 0px;
323
+ }
324
+ &.eu {
325
+ height: 14px;
326
+ background-position: -1599px 0px;
327
+ }
328
+ &.fi {
329
+ height: 12px;
330
+ background-position: -1621px 0px;
331
+ }
332
+ &.fj {
333
+ height: 10px;
334
+ background-position: -1643px 0px;
335
+ }
336
+ &.fk {
337
+ height: 10px;
338
+ background-position: -1665px 0px;
339
+ }
340
+ &.fm {
341
+ height: 11px;
342
+ background-position: -1687px 0px;
343
+ }
344
+ &.fo {
345
+ height: 15px;
346
+ background-position: -1709px 0px;
347
+ }
348
+ &.fr {
349
+ height: 14px;
350
+ background-position: -1731px 0px;
351
+ }
352
+ &.ga {
353
+ height: 15px;
354
+ background-position: -1753px 0px;
355
+ }
356
+ &.gb {
357
+ height: 10px;
358
+ background-position: -1775px 0px;
359
+ }
360
+ &.gd {
361
+ height: 12px;
362
+ background-position: -1797px 0px;
363
+ }
364
+ &.ge {
365
+ height: 14px;
366
+ background-position: -1819px 0px;
367
+ }
368
+ &.gf {
369
+ height: 14px;
370
+ background-position: -1841px 0px;
371
+ }
372
+ &.gg {
373
+ height: 14px;
374
+ background-position: -1863px 0px;
375
+ }
376
+ &.gh {
377
+ height: 14px;
378
+ background-position: -1885px 0px;
379
+ }
380
+ &.gi {
381
+ height: 10px;
382
+ background-position: -1907px 0px;
383
+ }
384
+ &.gl {
385
+ height: 14px;
386
+ background-position: -1929px 0px;
387
+ }
388
+ &.gm {
389
+ height: 14px;
390
+ background-position: -1951px 0px;
391
+ }
392
+ &.gn {
393
+ height: 14px;
394
+ background-position: -1973px 0px;
395
+ }
396
+ &.gp {
397
+ height: 14px;
398
+ background-position: -1995px 0px;
399
+ }
400
+ &.gq {
401
+ height: 14px;
402
+ background-position: -2017px 0px;
403
+ }
404
+ &.gr {
405
+ height: 14px;
406
+ background-position: -2039px 0px;
407
+ }
408
+ &.gs {
409
+ height: 10px;
410
+ background-position: -2061px 0px;
411
+ }
412
+ &.gt {
413
+ height: 13px;
414
+ background-position: -2083px 0px;
415
+ }
416
+ &.gu {
417
+ height: 11px;
418
+ background-position: -2105px 0px;
419
+ }
420
+ &.gw {
421
+ height: 10px;
422
+ background-position: -2127px 0px;
423
+ }
424
+ &.gy {
425
+ height: 12px;
426
+ background-position: -2149px 0px;
427
+ }
428
+ &.hk {
429
+ height: 14px;
430
+ background-position: -2171px 0px;
431
+ }
432
+ &.hm {
433
+ height: 10px;
434
+ background-position: -2193px 0px;
435
+ }
436
+ &.hn {
437
+ height: 10px;
438
+ background-position: -2215px 0px;
439
+ }
440
+ &.hr {
441
+ height: 10px;
442
+ background-position: -2237px 0px;
443
+ }
444
+ &.ht {
445
+ height: 12px;
446
+ background-position: -2259px 0px;
447
+ }
448
+ &.hu {
449
+ height: 10px;
450
+ background-position: -2281px 0px;
451
+ }
452
+ &.ic {
453
+ height: 14px;
454
+ background-position: -2303px 0px;
455
+ }
456
+ &.id {
457
+ height: 14px;
458
+ background-position: -2325px 0px;
459
+ }
460
+ &.ie {
461
+ height: 10px;
462
+ background-position: -2347px 0px;
463
+ }
464
+ &.il {
465
+ height: 15px;
466
+ background-position: -2369px 0px;
467
+ }
468
+ &.im {
469
+ height: 10px;
470
+ background-position: -2391px 0px;
471
+ }
472
+ &.in {
473
+ height: 14px;
474
+ background-position: -2413px 0px;
475
+ }
476
+ &.io {
477
+ height: 10px;
478
+ background-position: -2435px 0px;
479
+ }
480
+ &.iq {
481
+ height: 14px;
482
+ background-position: -2457px 0px;
483
+ }
484
+ &.ir {
485
+ height: 12px;
486
+ background-position: -2479px 0px;
487
+ }
488
+ &.is {
489
+ height: 15px;
490
+ background-position: -2501px 0px;
491
+ }
492
+ &.it {
493
+ height: 14px;
494
+ background-position: -2523px 0px;
495
+ }
496
+ &.je {
497
+ height: 12px;
498
+ background-position: -2545px 0px;
499
+ }
500
+ &.jm {
501
+ height: 10px;
502
+ background-position: -2567px 0px;
503
+ }
504
+ &.jo {
505
+ height: 10px;
506
+ background-position: -2589px 0px;
507
+ }
508
+ &.jp {
509
+ height: 14px;
510
+ background-position: -2611px 0px;
511
+ }
512
+ &.ke {
513
+ height: 14px;
514
+ background-position: -2633px 0px;
515
+ }
516
+ &.kg {
517
+ height: 12px;
518
+ background-position: -2655px 0px;
519
+ }
520
+ &.kh {
521
+ height: 13px;
522
+ background-position: -2677px 0px;
523
+ }
524
+ &.ki {
525
+ height: 10px;
526
+ background-position: -2699px 0px;
527
+ }
528
+ &.km {
529
+ height: 12px;
530
+ background-position: -2721px 0px;
531
+ }
532
+ &.kn {
533
+ height: 14px;
534
+ background-position: -2743px 0px;
535
+ }
536
+ &.kp {
537
+ height: 10px;
538
+ background-position: -2765px 0px;
539
+ }
540
+ &.kr {
541
+ height: 14px;
542
+ background-position: -2787px 0px;
543
+ }
544
+ &.kw {
545
+ height: 10px;
546
+ background-position: -2809px 0px;
547
+ }
548
+ &.ky {
549
+ height: 10px;
550
+ background-position: -2831px 0px;
551
+ }
552
+ &.kz {
553
+ height: 10px;
554
+ background-position: -2853px 0px;
555
+ }
556
+ &.la {
557
+ height: 14px;
558
+ background-position: -2875px 0px;
559
+ }
560
+ &.lb {
561
+ height: 14px;
562
+ background-position: -2897px 0px;
563
+ }
564
+ &.lc {
565
+ height: 10px;
566
+ background-position: -2919px 0px;
567
+ }
568
+ &.li {
569
+ height: 12px;
570
+ background-position: -2941px 0px;
571
+ }
572
+ &.lk {
573
+ height: 10px;
574
+ background-position: -2963px 0px;
575
+ }
576
+ &.lr {
577
+ height: 11px;
578
+ background-position: -2985px 0px;
579
+ }
580
+ &.ls {
581
+ height: 14px;
582
+ background-position: -3007px 0px;
583
+ }
584
+ &.lt {
585
+ height: 12px;
586
+ background-position: -3029px 0px;
587
+ }
588
+ &.lu {
589
+ height: 12px;
590
+ background-position: -3051px 0px;
591
+ }
592
+ &.lv {
593
+ height: 10px;
594
+ background-position: -3073px 0px;
595
+ }
596
+ &.ly {
597
+ height: 10px;
598
+ background-position: -3095px 0px;
599
+ }
600
+ &.ma {
601
+ height: 14px;
602
+ background-position: -3117px 0px;
603
+ }
604
+ &.mc {
605
+ height: 15px;
606
+ background-position: -3139px 0px;
607
+ }
608
+ &.md {
609
+ height: 10px;
610
+ background-position: -3160px 0px;
611
+ }
612
+ &.me {
613
+ height: 10px;
614
+ background-position: -3182px 0px;
615
+ }
616
+ &.mf {
617
+ height: 14px;
618
+ background-position: -3204px 0px;
619
+ }
620
+ &.mg {
621
+ height: 14px;
622
+ background-position: -3226px 0px;
623
+ }
624
+ &.mh {
625
+ height: 11px;
626
+ background-position: -3248px 0px;
627
+ }
628
+ &.mk {
629
+ height: 10px;
630
+ background-position: -3270px 0px;
631
+ }
632
+ &.ml {
633
+ height: 14px;
634
+ background-position: -3292px 0px;
635
+ }
636
+ &.mm {
637
+ height: 14px;
638
+ background-position: -3314px 0px;
639
+ }
640
+ &.mn {
641
+ height: 10px;
642
+ background-position: -3336px 0px;
643
+ }
644
+ &.mo {
645
+ height: 14px;
646
+ background-position: -3358px 0px;
647
+ }
648
+ &.mp {
649
+ height: 10px;
650
+ background-position: -3380px 0px;
651
+ }
652
+ &.mq {
653
+ height: 14px;
654
+ background-position: -3402px 0px;
655
+ }
656
+ &.mr {
657
+ height: 14px;
658
+ background-position: -3424px 0px;
659
+ }
660
+ &.ms {
661
+ height: 10px;
662
+ background-position: -3446px 0px;
663
+ }
664
+ &.mt {
665
+ height: 14px;
666
+ background-position: -3468px 0px;
667
+ }
668
+ &.mu {
669
+ height: 14px;
670
+ background-position: -3490px 0px;
671
+ }
672
+ &.mv {
673
+ height: 14px;
674
+ background-position: -3512px 0px;
675
+ }
676
+ &.mw {
677
+ height: 14px;
678
+ background-position: -3534px 0px;
679
+ }
680
+ &.mx {
681
+ height: 12px;
682
+ background-position: -3556px 0px;
683
+ }
684
+ &.my {
685
+ height: 10px;
686
+ background-position: -3578px 0px;
687
+ }
688
+ &.mz {
689
+ height: 14px;
690
+ background-position: -3600px 0px;
691
+ }
692
+ &.na {
693
+ height: 14px;
694
+ background-position: -3622px 0px;
695
+ }
696
+ &.nc {
697
+ height: 10px;
698
+ background-position: -3644px 0px;
699
+ }
700
+ &.ne {
701
+ height: 15px;
702
+ background-position: -3666px 0px;
703
+ }
704
+ &.nf {
705
+ height: 10px;
706
+ background-position: -3686px 0px;
707
+ }
708
+ &.ng {
709
+ height: 10px;
710
+ background-position: -3708px 0px;
711
+ }
712
+ &.ni {
713
+ height: 12px;
714
+ background-position: -3730px 0px;
715
+ }
716
+ &.nl {
717
+ height: 14px;
718
+ background-position: -3752px 0px;
719
+ }
720
+ &.no {
721
+ height: 15px;
722
+ background-position: -3774px 0px;
723
+ }
724
+ &.np {
725
+ height: 15px;
726
+ background-position: -3796px 0px;
727
+ }
728
+ &.nr {
729
+ height: 10px;
730
+ background-position: -3811px 0px;
731
+ }
732
+ &.nu {
733
+ height: 10px;
734
+ background-position: -3833px 0px;
735
+ }
736
+ &.nz {
737
+ height: 10px;
738
+ background-position: -3855px 0px;
739
+ }
740
+ &.om {
741
+ height: 10px;
742
+ background-position: -3877px 0px;
743
+ }
744
+ &.pa {
745
+ height: 14px;
746
+ background-position: -3899px 0px;
747
+ }
748
+ &.pe {
749
+ height: 14px;
750
+ background-position: -3921px 0px;
751
+ }
752
+ &.pf {
753
+ height: 14px;
754
+ background-position: -3943px 0px;
755
+ }
756
+ &.pg {
757
+ height: 15px;
758
+ background-position: -3965px 0px;
759
+ }
760
+ &.ph {
761
+ height: 10px;
762
+ background-position: -3987px 0px;
763
+ }
764
+ &.pk {
765
+ height: 14px;
766
+ background-position: -4009px 0px;
767
+ }
768
+ &.pl {
769
+ height: 13px;
770
+ background-position: -4031px 0px;
771
+ }
772
+ &.pm {
773
+ height: 14px;
774
+ background-position: -4053px 0px;
775
+ }
776
+ &.pn {
777
+ height: 10px;
778
+ background-position: -4075px 0px;
779
+ }
780
+ &.pr {
781
+ height: 14px;
782
+ background-position: -4097px 0px;
783
+ }
784
+ &.ps {
785
+ height: 10px;
786
+ background-position: -4119px 0px;
787
+ }
788
+ &.pt {
789
+ height: 14px;
790
+ background-position: -4141px 0px;
791
+ }
792
+ &.pw {
793
+ height: 13px;
794
+ background-position: -4163px 0px;
795
+ }
796
+ &.py {
797
+ height: 11px;
798
+ background-position: -4185px 0px;
799
+ }
800
+ &.qa {
801
+ height: 8px;
802
+ background-position: -4207px 0px;
803
+ }
804
+ &.re {
805
+ height: 14px;
806
+ background-position: -4229px 0px;
807
+ }
808
+ &.ro {
809
+ height: 14px;
810
+ background-position: -4251px 0px;
811
+ }
812
+ &.rs {
813
+ height: 14px;
814
+ background-position: -4273px 0px;
815
+ }
816
+ &.ru {
817
+ height: 14px;
818
+ background-position: -4295px 0px;
819
+ }
820
+ &.rw {
821
+ height: 14px;
822
+ background-position: -4317px 0px;
823
+ }
824
+ &.sa {
825
+ height: 14px;
826
+ background-position: -4339px 0px;
827
+ }
828
+ &.sb {
829
+ height: 10px;
830
+ background-position: -4361px 0px;
831
+ }
832
+ &.sc {
833
+ height: 10px;
834
+ background-position: -4383px 0px;
835
+ }
836
+ &.sd {
837
+ height: 10px;
838
+ background-position: -4405px 0px;
839
+ }
840
+ &.se {
841
+ height: 13px;
842
+ background-position: -4427px 0px;
843
+ }
844
+ &.sg {
845
+ height: 14px;
846
+ background-position: -4449px 0px;
847
+ }
848
+ &.sh {
849
+ height: 10px;
850
+ background-position: -4471px 0px;
851
+ }
852
+ &.si {
853
+ height: 10px;
854
+ background-position: -4493px 0px;
855
+ }
856
+ &.sj {
857
+ height: 15px;
858
+ background-position: -4515px 0px;
859
+ }
860
+ &.sk {
861
+ height: 14px;
862
+ background-position: -4537px 0px;
863
+ }
864
+ &.sl {
865
+ height: 14px;
866
+ background-position: -4559px 0px;
867
+ }
868
+ &.sm {
869
+ height: 15px;
870
+ background-position: -4581px 0px;
871
+ }
872
+ &.sn {
873
+ height: 14px;
874
+ background-position: -4603px 0px;
875
+ }
876
+ &.so {
877
+ height: 14px;
878
+ background-position: -4625px 0px;
879
+ }
880
+ &.sr {
881
+ height: 14px;
882
+ background-position: -4647px 0px;
883
+ }
884
+ &.ss {
885
+ height: 10px;
886
+ background-position: -4669px 0px;
887
+ }
888
+ &.st {
889
+ height: 10px;
890
+ background-position: -4691px 0px;
891
+ }
892
+ &.sv {
893
+ height: 12px;
894
+ background-position: -4713px 0px;
895
+ }
896
+ &.sx {
897
+ height: 14px;
898
+ background-position: -4735px 0px;
899
+ }
900
+ &.sy {
901
+ height: 14px;
902
+ background-position: -4757px 0px;
903
+ }
904
+ &.sz {
905
+ height: 14px;
906
+ background-position: -4779px 0px;
907
+ }
908
+ &.ta {
909
+ height: 10px;
910
+ background-position: -4801px 0px;
911
+ }
912
+ &.tc {
913
+ height: 10px;
914
+ background-position: -4823px 0px;
915
+ }
916
+ &.td {
917
+ height: 14px;
918
+ background-position: -4845px 0px;
919
+ }
920
+ &.tf {
921
+ height: 14px;
922
+ background-position: -4867px 0px;
923
+ }
924
+ &.tg {
925
+ height: 13px;
926
+ background-position: -4889px 0px;
927
+ }
928
+ &.th {
929
+ height: 14px;
930
+ background-position: -4911px 0px;
931
+ }
932
+ &.tj {
933
+ height: 10px;
934
+ background-position: -4933px 0px;
935
+ }
936
+ &.tk {
937
+ height: 10px;
938
+ background-position: -4955px 0px;
939
+ }
940
+ &.tl {
941
+ height: 10px;
942
+ background-position: -4977px 0px;
943
+ }
944
+ &.tm {
945
+ height: 14px;
946
+ background-position: -4999px 0px;
947
+ }
948
+ &.tn {
949
+ height: 14px;
950
+ background-position: -5021px 0px;
951
+ }
952
+ &.to {
953
+ height: 10px;
954
+ background-position: -5043px 0px;
955
+ }
956
+ &.tr {
957
+ height: 14px;
958
+ background-position: -5065px 0px;
959
+ }
960
+ &.tt {
961
+ height: 12px;
962
+ background-position: -5087px 0px;
963
+ }
964
+ &.tv {
965
+ height: 10px;
966
+ background-position: -5109px 0px;
967
+ }
968
+ &.tw {
969
+ height: 14px;
970
+ background-position: -5131px 0px;
971
+ }
972
+ &.tz {
973
+ height: 14px;
974
+ background-position: -5153px 0px;
975
+ }
976
+ &.ua {
977
+ height: 14px;
978
+ background-position: -5175px 0px;
979
+ }
980
+ &.ug {
981
+ height: 14px;
982
+ background-position: -5197px 0px;
983
+ }
984
+ &.um {
985
+ height: 11px;
986
+ background-position: -5219px 0px;
987
+ }
988
+ &.us {
989
+ height: 11px;
990
+ background-position: -5241px 0px;
991
+ }
992
+ &.uy {
993
+ height: 14px;
994
+ background-position: -5263px 0px;
995
+ }
996
+ &.uz {
997
+ height: 10px;
998
+ background-position: -5285px 0px;
999
+ }
1000
+ &.va {
1001
+ height: 15px;
1002
+ background-position: -5307px 0px;
1003
+ }
1004
+ &.vc {
1005
+ height: 14px;
1006
+ background-position: -5324px 0px;
1007
+ }
1008
+ &.ve {
1009
+ height: 14px;
1010
+ background-position: -5346px 0px;
1011
+ }
1012
+ &.vg {
1013
+ height: 10px;
1014
+ background-position: -5368px 0px;
1015
+ }
1016
+ &.vi {
1017
+ height: 14px;
1018
+ background-position: -5390px 0px;
1019
+ }
1020
+ &.vn {
1021
+ height: 14px;
1022
+ background-position: -5412px 0px;
1023
+ }
1024
+ &.vu {
1025
+ height: 12px;
1026
+ background-position: -5434px 0px;
1027
+ }
1028
+ &.wf {
1029
+ height: 14px;
1030
+ background-position: -5456px 0px;
1031
+ }
1032
+ &.ws {
1033
+ height: 10px;
1034
+ background-position: -5478px 0px;
1035
+ }
1036
+ &.xk {
1037
+ height: 15px;
1038
+ background-position: -5500px 0px;
1039
+ }
1040
+ &.ye {
1041
+ height: 14px;
1042
+ background-position: -5522px 0px;
1043
+ }
1044
+ &.yt {
1045
+ height: 14px;
1046
+ background-position: -5544px 0px;
1047
+ }
1048
+ &.za {
1049
+ height: 14px;
1050
+ background-position: -5566px 0px;
1051
+ }
1052
+ &.zm {
1053
+ height: 14px;
1054
+ background-position: -5588px 0px;
1055
+ }
1056
+ &.zw {
1057
+ height: 10px;
1058
+ background-position: -5610px 0px;
1059
+ }
1060
+ }