tabler-flags.css 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811
  1. /*!
  2. * Tabler v1.0.0-beta4 (https://tabler.io)
  3. * @version 1.0.0-beta4
  4. * @link https://tabler.io
  5. * Copyright 2018-2021 The Tabler Authors
  6. * Copyright 2018-2021 codecalm.net Paweł Kuna
  7. * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
  8. */
  9. .flag {
  10. position: relative;
  11. display: inline-block;
  12. width: 1.33333em;
  13. height: 1em;
  14. vertical-align: -3px;
  15. background-repeat: no-repeat;
  16. background-position: center;
  17. background-size: cover;
  18. border: 1px solid #e6e7e9;
  19. border-radius: 3px; }
  20. .flag-country-ad {
  21. background-image: url("../img/flags/ad.svg"); }
  22. .flag-country-ae {
  23. background-image: url("../img/flags/ae.svg"); }
  24. .flag-country-af {
  25. background-image: url("../img/flags/af.svg"); }
  26. .flag-country-ag {
  27. background-image: url("../img/flags/ag.svg"); }
  28. .flag-country-ai {
  29. background-image: url("../img/flags/ai.svg"); }
  30. .flag-country-al {
  31. background-image: url("../img/flags/al.svg"); }
  32. .flag-country-am {
  33. background-image: url("../img/flags/am.svg"); }
  34. .flag-country-ao {
  35. background-image: url("../img/flags/ao.svg"); }
  36. .flag-country-aq {
  37. background-image: url("../img/flags/aq.svg"); }
  38. .flag-country-ar {
  39. background-image: url("../img/flags/ar.svg"); }
  40. .flag-country-as {
  41. background-image: url("../img/flags/as.svg"); }
  42. .flag-country-at {
  43. background-image: url("../img/flags/at.svg"); }
  44. .flag-country-au {
  45. background-image: url("../img/flags/au.svg"); }
  46. .flag-country-aw {
  47. background-image: url("../img/flags/aw.svg"); }
  48. .flag-country-ax {
  49. background-image: url("../img/flags/ax.svg"); }
  50. .flag-country-az {
  51. background-image: url("../img/flags/az.svg"); }
  52. .flag-country-ba {
  53. background-image: url("../img/flags/ba.svg"); }
  54. .flag-country-bb {
  55. background-image: url("../img/flags/bb.svg"); }
  56. .flag-country-bd {
  57. background-image: url("../img/flags/bd.svg"); }
  58. .flag-country-be {
  59. background-image: url("../img/flags/be.svg"); }
  60. .flag-country-bf {
  61. background-image: url("../img/flags/bf.svg"); }
  62. .flag-country-bg {
  63. background-image: url("../img/flags/bg.svg"); }
  64. .flag-country-bh {
  65. background-image: url("../img/flags/bh.svg"); }
  66. .flag-country-bi {
  67. background-image: url("../img/flags/bi.svg"); }
  68. .flag-country-bj {
  69. background-image: url("../img/flags/bj.svg"); }
  70. .flag-country-bl {
  71. background-image: url("../img/flags/bl.svg"); }
  72. .flag-country-bm {
  73. background-image: url("../img/flags/bm.svg"); }
  74. .flag-country-bn {
  75. background-image: url("../img/flags/bn.svg"); }
  76. .flag-country-bo {
  77. background-image: url("../img/flags/bo.svg"); }
  78. .flag-country-bq {
  79. background-image: url("../img/flags/bq.svg"); }
  80. .flag-country-br {
  81. background-image: url("../img/flags/br.svg"); }
  82. .flag-country-bs {
  83. background-image: url("../img/flags/bs.svg"); }
  84. .flag-country-bt {
  85. background-image: url("../img/flags/bt.svg"); }
  86. .flag-country-bv {
  87. background-image: url("../img/flags/bv.svg"); }
  88. .flag-country-bw {
  89. background-image: url("../img/flags/bw.svg"); }
  90. .flag-country-by {
  91. background-image: url("../img/flags/by.svg"); }
  92. .flag-country-bz {
  93. background-image: url("../img/flags/bz.svg"); }
  94. .flag-country-ca {
  95. background-image: url("../img/flags/ca.svg"); }
  96. .flag-country-cc {
  97. background-image: url("../img/flags/cc.svg"); }
  98. .flag-country-cd {
  99. background-image: url("../img/flags/cd.svg"); }
  100. .flag-country-cf {
  101. background-image: url("../img/flags/cf.svg"); }
  102. .flag-country-cg {
  103. background-image: url("../img/flags/cg.svg"); }
  104. .flag-country-ch {
  105. background-image: url("../img/flags/ch.svg"); }
  106. .flag-country-ci {
  107. background-image: url("../img/flags/ci.svg"); }
  108. .flag-country-ck {
  109. background-image: url("../img/flags/ck.svg"); }
  110. .flag-country-cl {
  111. background-image: url("../img/flags/cl.svg"); }
  112. .flag-country-cm {
  113. background-image: url("../img/flags/cm.svg"); }
  114. .flag-country-cn {
  115. background-image: url("../img/flags/cn.svg"); }
  116. .flag-country-co {
  117. background-image: url("../img/flags/co.svg"); }
  118. .flag-country-cr {
  119. background-image: url("../img/flags/cr.svg"); }
  120. .flag-country-cu {
  121. background-image: url("../img/flags/cu.svg"); }
  122. .flag-country-cv {
  123. background-image: url("../img/flags/cv.svg"); }
  124. .flag-country-cw {
  125. background-image: url("../img/flags/cw.svg"); }
  126. .flag-country-cx {
  127. background-image: url("../img/flags/cx.svg"); }
  128. .flag-country-cy {
  129. background-image: url("../img/flags/cy.svg"); }
  130. .flag-country-cz {
  131. background-image: url("../img/flags/cz.svg"); }
  132. .flag-country-de {
  133. background-image: url("../img/flags/de.svg"); }
  134. .flag-country-dj {
  135. background-image: url("../img/flags/dj.svg"); }
  136. .flag-country-dk {
  137. background-image: url("../img/flags/dk.svg"); }
  138. .flag-country-dm {
  139. background-image: url("../img/flags/dm.svg"); }
  140. .flag-country-do {
  141. background-image: url("../img/flags/do.svg"); }
  142. .flag-country-dz {
  143. background-image: url("../img/flags/dz.svg"); }
  144. .flag-country-ec {
  145. background-image: url("../img/flags/ec.svg"); }
  146. .flag-country-ee {
  147. background-image: url("../img/flags/ee.svg"); }
  148. .flag-country-eg {
  149. background-image: url("../img/flags/eg.svg"); }
  150. .flag-country-eh {
  151. background-image: url("../img/flags/eh.svg"); }
  152. .flag-country-er {
  153. background-image: url("../img/flags/er.svg"); }
  154. .flag-country-es {
  155. background-image: url("../img/flags/es.svg"); }
  156. .flag-country-et {
  157. background-image: url("../img/flags/et.svg"); }
  158. .flag-country-fi {
  159. background-image: url("../img/flags/fi.svg"); }
  160. .flag-country-fj {
  161. background-image: url("../img/flags/fj.svg"); }
  162. .flag-country-fk {
  163. background-image: url("../img/flags/fk.svg"); }
  164. .flag-country-fm {
  165. background-image: url("../img/flags/fm.svg"); }
  166. .flag-country-fo {
  167. background-image: url("../img/flags/fo.svg"); }
  168. .flag-country-fr {
  169. background-image: url("../img/flags/fr.svg"); }
  170. .flag-country-ga {
  171. background-image: url("../img/flags/ga.svg"); }
  172. .flag-country-gb {
  173. background-image: url("../img/flags/gb.svg"); }
  174. .flag-country-gd {
  175. background-image: url("../img/flags/gd.svg"); }
  176. .flag-country-ge {
  177. background-image: url("../img/flags/ge.svg"); }
  178. .flag-country-gf {
  179. background-image: url("../img/flags/gf.svg"); }
  180. .flag-country-gg {
  181. background-image: url("../img/flags/gg.svg"); }
  182. .flag-country-gh {
  183. background-image: url("../img/flags/gh.svg"); }
  184. .flag-country-gi {
  185. background-image: url("../img/flags/gi.svg"); }
  186. .flag-country-gl {
  187. background-image: url("../img/flags/gl.svg"); }
  188. .flag-country-gm {
  189. background-image: url("../img/flags/gm.svg"); }
  190. .flag-country-gn {
  191. background-image: url("../img/flags/gn.svg"); }
  192. .flag-country-gp {
  193. background-image: url("../img/flags/gp.svg"); }
  194. .flag-country-gq {
  195. background-image: url("../img/flags/gq.svg"); }
  196. .flag-country-gr {
  197. background-image: url("../img/flags/gr.svg"); }
  198. .flag-country-gs {
  199. background-image: url("../img/flags/gs.svg"); }
  200. .flag-country-gt {
  201. background-image: url("../img/flags/gt.svg"); }
  202. .flag-country-gu {
  203. background-image: url("../img/flags/gu.svg"); }
  204. .flag-country-gw {
  205. background-image: url("../img/flags/gw.svg"); }
  206. .flag-country-gy {
  207. background-image: url("../img/flags/gy.svg"); }
  208. .flag-country-hk {
  209. background-image: url("../img/flags/hk.svg"); }
  210. .flag-country-hm {
  211. background-image: url("../img/flags/hm.svg"); }
  212. .flag-country-hn {
  213. background-image: url("../img/flags/hn.svg"); }
  214. .flag-country-hr {
  215. background-image: url("../img/flags/hr.svg"); }
  216. .flag-country-ht {
  217. background-image: url("../img/flags/ht.svg"); }
  218. .flag-country-hu {
  219. background-image: url("../img/flags/hu.svg"); }
  220. .flag-country-id {
  221. background-image: url("../img/flags/id.svg"); }
  222. .flag-country-ie {
  223. background-image: url("../img/flags/ie.svg"); }
  224. .flag-country-il {
  225. background-image: url("../img/flags/il.svg"); }
  226. .flag-country-im {
  227. background-image: url("../img/flags/im.svg"); }
  228. .flag-country-in {
  229. background-image: url("../img/flags/in.svg"); }
  230. .flag-country-io {
  231. background-image: url("../img/flags/io.svg"); }
  232. .flag-country-iq {
  233. background-image: url("../img/flags/iq.svg"); }
  234. .flag-country-ir {
  235. background-image: url("../img/flags/ir.svg"); }
  236. .flag-country-is {
  237. background-image: url("../img/flags/is.svg"); }
  238. .flag-country-it {
  239. background-image: url("../img/flags/it.svg"); }
  240. .flag-country-je {
  241. background-image: url("../img/flags/je.svg"); }
  242. .flag-country-jm {
  243. background-image: url("../img/flags/jm.svg"); }
  244. .flag-country-jo {
  245. background-image: url("../img/flags/jo.svg"); }
  246. .flag-country-jp {
  247. background-image: url("../img/flags/jp.svg"); }
  248. .flag-country-ke {
  249. background-image: url("../img/flags/ke.svg"); }
  250. .flag-country-kg {
  251. background-image: url("../img/flags/kg.svg"); }
  252. .flag-country-kh {
  253. background-image: url("../img/flags/kh.svg"); }
  254. .flag-country-ki {
  255. background-image: url("../img/flags/ki.svg"); }
  256. .flag-country-km {
  257. background-image: url("../img/flags/km.svg"); }
  258. .flag-country-kn {
  259. background-image: url("../img/flags/kn.svg"); }
  260. .flag-country-kp {
  261. background-image: url("../img/flags/kp.svg"); }
  262. .flag-country-kr {
  263. background-image: url("../img/flags/kr.svg"); }
  264. .flag-country-kw {
  265. background-image: url("../img/flags/kw.svg"); }
  266. .flag-country-ky {
  267. background-image: url("../img/flags/ky.svg"); }
  268. .flag-country-kz {
  269. background-image: url("../img/flags/kz.svg"); }
  270. .flag-country-la {
  271. background-image: url("../img/flags/la.svg"); }
  272. .flag-country-lb {
  273. background-image: url("../img/flags/lb.svg"); }
  274. .flag-country-lc {
  275. background-image: url("../img/flags/lc.svg"); }
  276. .flag-country-li {
  277. background-image: url("../img/flags/li.svg"); }
  278. .flag-country-lk {
  279. background-image: url("../img/flags/lk.svg"); }
  280. .flag-country-lr {
  281. background-image: url("../img/flags/lr.svg"); }
  282. .flag-country-ls {
  283. background-image: url("../img/flags/ls.svg"); }
  284. .flag-country-lt {
  285. background-image: url("../img/flags/lt.svg"); }
  286. .flag-country-lu {
  287. background-image: url("../img/flags/lu.svg"); }
  288. .flag-country-lv {
  289. background-image: url("../img/flags/lv.svg"); }
  290. .flag-country-ly {
  291. background-image: url("../img/flags/ly.svg"); }
  292. .flag-country-ma {
  293. background-image: url("../img/flags/ma.svg"); }
  294. .flag-country-mc {
  295. background-image: url("../img/flags/mc.svg"); }
  296. .flag-country-md {
  297. background-image: url("../img/flags/md.svg"); }
  298. .flag-country-me {
  299. background-image: url("../img/flags/me.svg"); }
  300. .flag-country-mf {
  301. background-image: url("../img/flags/mf.svg"); }
  302. .flag-country-mg {
  303. background-image: url("../img/flags/mg.svg"); }
  304. .flag-country-mh {
  305. background-image: url("../img/flags/mh.svg"); }
  306. .flag-country-mk {
  307. background-image: url("../img/flags/mk.svg"); }
  308. .flag-country-ml {
  309. background-image: url("../img/flags/ml.svg"); }
  310. .flag-country-mm {
  311. background-image: url("../img/flags/mm.svg"); }
  312. .flag-country-mn {
  313. background-image: url("../img/flags/mn.svg"); }
  314. .flag-country-mo {
  315. background-image: url("../img/flags/mo.svg"); }
  316. .flag-country-mp {
  317. background-image: url("../img/flags/mp.svg"); }
  318. .flag-country-mq {
  319. background-image: url("../img/flags/mq.svg"); }
  320. .flag-country-mr {
  321. background-image: url("../img/flags/mr.svg"); }
  322. .flag-country-ms {
  323. background-image: url("../img/flags/ms.svg"); }
  324. .flag-country-mt {
  325. background-image: url("../img/flags/mt.svg"); }
  326. .flag-country-mu {
  327. background-image: url("../img/flags/mu.svg"); }
  328. .flag-country-mv {
  329. background-image: url("../img/flags/mv.svg"); }
  330. .flag-country-mw {
  331. background-image: url("../img/flags/mw.svg"); }
  332. .flag-country-mx {
  333. background-image: url("../img/flags/mx.svg"); }
  334. .flag-country-my {
  335. background-image: url("../img/flags/my.svg"); }
  336. .flag-country-mz {
  337. background-image: url("../img/flags/mz.svg"); }
  338. .flag-country-na {
  339. background-image: url("../img/flags/na.svg"); }
  340. .flag-country-nc {
  341. background-image: url("../img/flags/nc.svg"); }
  342. .flag-country-ne {
  343. background-image: url("../img/flags/ne.svg"); }
  344. .flag-country-nf {
  345. background-image: url("../img/flags/nf.svg"); }
  346. .flag-country-ng {
  347. background-image: url("../img/flags/ng.svg"); }
  348. .flag-country-ni {
  349. background-image: url("../img/flags/ni.svg"); }
  350. .flag-country-nl {
  351. background-image: url("../img/flags/nl.svg"); }
  352. .flag-country-no {
  353. background-image: url("../img/flags/no.svg"); }
  354. .flag-country-np {
  355. background-image: url("../img/flags/np.svg"); }
  356. .flag-country-nr {
  357. background-image: url("../img/flags/nr.svg"); }
  358. .flag-country-nu {
  359. background-image: url("../img/flags/nu.svg"); }
  360. .flag-country-nz {
  361. background-image: url("../img/flags/nz.svg"); }
  362. .flag-country-om {
  363. background-image: url("../img/flags/om.svg"); }
  364. .flag-country-pa {
  365. background-image: url("../img/flags/pa.svg"); }
  366. .flag-country-pe {
  367. background-image: url("../img/flags/pe.svg"); }
  368. .flag-country-pf {
  369. background-image: url("../img/flags/pf.svg"); }
  370. .flag-country-pg {
  371. background-image: url("../img/flags/pg.svg"); }
  372. .flag-country-ph {
  373. background-image: url("../img/flags/ph.svg"); }
  374. .flag-country-pk {
  375. background-image: url("../img/flags/pk.svg"); }
  376. .flag-country-pl {
  377. background-image: url("../img/flags/pl.svg"); }
  378. .flag-country-pm {
  379. background-image: url("../img/flags/pm.svg"); }
  380. .flag-country-pn {
  381. background-image: url("../img/flags/pn.svg"); }
  382. .flag-country-pr {
  383. background-image: url("../img/flags/pr.svg"); }
  384. .flag-country-ps {
  385. background-image: url("../img/flags/ps.svg"); }
  386. .flag-country-pt {
  387. background-image: url("../img/flags/pt.svg"); }
  388. .flag-country-pw {
  389. background-image: url("../img/flags/pw.svg"); }
  390. .flag-country-py {
  391. background-image: url("../img/flags/py.svg"); }
  392. .flag-country-qa {
  393. background-image: url("../img/flags/qa.svg"); }
  394. .flag-country-re {
  395. background-image: url("../img/flags/re.svg"); }
  396. .flag-country-ro {
  397. background-image: url("../img/flags/ro.svg"); }
  398. .flag-country-rs {
  399. background-image: url("../img/flags/rs.svg"); }
  400. .flag-country-ru {
  401. background-image: url("../img/flags/ru.svg"); }
  402. .flag-country-rw {
  403. background-image: url("../img/flags/rw.svg"); }
  404. .flag-country-sa {
  405. background-image: url("../img/flags/sa.svg"); }
  406. .flag-country-sb {
  407. background-image: url("../img/flags/sb.svg"); }
  408. .flag-country-sc {
  409. background-image: url("../img/flags/sc.svg"); }
  410. .flag-country-sd {
  411. background-image: url("../img/flags/sd.svg"); }
  412. .flag-country-se {
  413. background-image: url("../img/flags/se.svg"); }
  414. .flag-country-sg {
  415. background-image: url("../img/flags/sg.svg"); }
  416. .flag-country-sh {
  417. background-image: url("../img/flags/sh.svg"); }
  418. .flag-country-si {
  419. background-image: url("../img/flags/si.svg"); }
  420. .flag-country-sj {
  421. background-image: url("../img/flags/sj.svg"); }
  422. .flag-country-sk {
  423. background-image: url("../img/flags/sk.svg"); }
  424. .flag-country-sl {
  425. background-image: url("../img/flags/sl.svg"); }
  426. .flag-country-sm {
  427. background-image: url("../img/flags/sm.svg"); }
  428. .flag-country-sn {
  429. background-image: url("../img/flags/sn.svg"); }
  430. .flag-country-so {
  431. background-image: url("../img/flags/so.svg"); }
  432. .flag-country-sr {
  433. background-image: url("../img/flags/sr.svg"); }
  434. .flag-country-ss {
  435. background-image: url("../img/flags/ss.svg"); }
  436. .flag-country-st {
  437. background-image: url("../img/flags/st.svg"); }
  438. .flag-country-sv {
  439. background-image: url("../img/flags/sv.svg"); }
  440. .flag-country-sx {
  441. background-image: url("../img/flags/sx.svg"); }
  442. .flag-country-sy {
  443. background-image: url("../img/flags/sy.svg"); }
  444. .flag-country-sz {
  445. background-image: url("../img/flags/sz.svg"); }
  446. .flag-country-tc {
  447. background-image: url("../img/flags/tc.svg"); }
  448. .flag-country-td {
  449. background-image: url("../img/flags/td.svg"); }
  450. .flag-country-tf {
  451. background-image: url("../img/flags/tf.svg"); }
  452. .flag-country-tg {
  453. background-image: url("../img/flags/tg.svg"); }
  454. .flag-country-th {
  455. background-image: url("../img/flags/th.svg"); }
  456. .flag-country-tj {
  457. background-image: url("../img/flags/tj.svg"); }
  458. .flag-country-tk {
  459. background-image: url("../img/flags/tk.svg"); }
  460. .flag-country-tl {
  461. background-image: url("../img/flags/tl.svg"); }
  462. .flag-country-tm {
  463. background-image: url("../img/flags/tm.svg"); }
  464. .flag-country-tn {
  465. background-image: url("../img/flags/tn.svg"); }
  466. .flag-country-to {
  467. background-image: url("../img/flags/to.svg"); }
  468. .flag-country-tr {
  469. background-image: url("../img/flags/tr.svg"); }
  470. .flag-country-tt {
  471. background-image: url("../img/flags/tt.svg"); }
  472. .flag-country-tv {
  473. background-image: url("../img/flags/tv.svg"); }
  474. .flag-country-tw {
  475. background-image: url("../img/flags/tw.svg"); }
  476. .flag-country-tz {
  477. background-image: url("../img/flags/tz.svg"); }
  478. .flag-country-ua {
  479. background-image: url("../img/flags/ua.svg"); }
  480. .flag-country-ug {
  481. background-image: url("../img/flags/ug.svg"); }
  482. .flag-country-um {
  483. background-image: url("../img/flags/um.svg"); }
  484. .flag-country-us {
  485. background-image: url("../img/flags/us.svg"); }
  486. .flag-country-uy {
  487. background-image: url("../img/flags/uy.svg"); }
  488. .flag-country-uz {
  489. background-image: url("../img/flags/uz.svg"); }
  490. .flag-country-va {
  491. background-image: url("../img/flags/va.svg"); }
  492. .flag-country-vc {
  493. background-image: url("../img/flags/vc.svg"); }
  494. .flag-country-ve {
  495. background-image: url("../img/flags/ve.svg"); }
  496. .flag-country-vg {
  497. background-image: url("../img/flags/vg.svg"); }
  498. .flag-country-vi {
  499. background-image: url("../img/flags/vi.svg"); }
  500. .flag-country-vn {
  501. background-image: url("../img/flags/vn.svg"); }
  502. .flag-country-vu {
  503. background-image: url("../img/flags/vu.svg"); }
  504. .flag-country-wf {
  505. background-image: url("../img/flags/wf.svg"); }
  506. .flag-country-ws {
  507. background-image: url("../img/flags/ws.svg"); }
  508. .flag-country-ye {
  509. background-image: url("../img/flags/ye.svg"); }
  510. .flag-country-yt {
  511. background-image: url("../img/flags/yt.svg"); }
  512. .flag-country-za {
  513. background-image: url("../img/flags/za.svg"); }
  514. .flag-country-zm {
  515. background-image: url("../img/flags/zm.svg"); }
  516. .flag-country-zw {
  517. background-image: url("../img/flags/zw.svg"); }
  518. .flag-country-es-ct {
  519. background-image: url("../img/flags/es-ct.svg"); }
  520. .flag-country-eu {
  521. background-image: url("../img/flags/eu.svg"); }
  522. .flag-country-gb-eng {
  523. background-image: url("../img/flags/gb-eng.svg"); }
  524. .flag-country-gb-nir {
  525. background-image: url("../img/flags/gb-nir.svg"); }
  526. .flag-country-gb-sct {
  527. background-image: url("../img/flags/gb-sct.svg"); }
  528. .flag-country-gb-wls {
  529. background-image: url("../img/flags/gb-wls.svg"); }
  530. .flag-country-un {
  531. background-image: url("../img/flags/un.svg"); }
  532. .flag-xs {
  533. width: 1.25rem;
  534. height: 0.9375rem; }
  535. .flag-sm {
  536. width: 2rem;
  537. height: 1.5rem; }
  538. .flag-md {
  539. width: 3.75rem;
  540. height: 2.8125rem; }
  541. .flag-lg {
  542. width: 5rem;
  543. height: 3.75rem; }
  544. .flag-xl {
  545. width: 7rem;
  546. height: 5.25rem; }
  547. .flag-2xl {
  548. width: 11rem;
  549. height: 8.25rem; }