tabler-flags.css 18 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076
  1. /*!
  2. * Tabler v1.0.0-beta18 (https://tabler.io)
  3. * @version 1.0.0-beta18
  4. * @link https://tabler.io
  5. * Copyright 2018-2023 The Tabler Authors
  6. * Copyright 2018-2023 codecalm.net Paweł Kuna
  7. * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
  8. */
  9. /* prettier-ignore */
  10. /* prettier-ignore */
  11. .flag {
  12. position: relative;
  13. display: inline-block;
  14. width: 1.33333em;
  15. height: 1em;
  16. vertical-align: -3px;
  17. background-repeat: no-repeat;
  18. background-position: center;
  19. background-size: cover;
  20. border: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
  21. border-radius: var(--tblr-border-radius);
  22. }
  23. .flag-country-ad {
  24. background-image: url("../img/flags/ad.svg");
  25. }
  26. .flag-country-ae {
  27. background-image: url("../img/flags/ae.svg");
  28. }
  29. .flag-country-af {
  30. background-image: url("../img/flags/af.svg");
  31. }
  32. .flag-country-ag {
  33. background-image: url("../img/flags/ag.svg");
  34. }
  35. .flag-country-ai {
  36. background-image: url("../img/flags/ai.svg");
  37. }
  38. .flag-country-al {
  39. background-image: url("../img/flags/al.svg");
  40. }
  41. .flag-country-am {
  42. background-image: url("../img/flags/am.svg");
  43. }
  44. .flag-country-ao {
  45. background-image: url("../img/flags/ao.svg");
  46. }
  47. .flag-country-aq {
  48. background-image: url("../img/flags/aq.svg");
  49. }
  50. .flag-country-ar {
  51. background-image: url("../img/flags/ar.svg");
  52. }
  53. .flag-country-as {
  54. background-image: url("../img/flags/as.svg");
  55. }
  56. .flag-country-at {
  57. background-image: url("../img/flags/at.svg");
  58. }
  59. .flag-country-au {
  60. background-image: url("../img/flags/au.svg");
  61. }
  62. .flag-country-aw {
  63. background-image: url("../img/flags/aw.svg");
  64. }
  65. .flag-country-ax {
  66. background-image: url("../img/flags/ax.svg");
  67. }
  68. .flag-country-az {
  69. background-image: url("../img/flags/az.svg");
  70. }
  71. .flag-country-ba {
  72. background-image: url("../img/flags/ba.svg");
  73. }
  74. .flag-country-bb {
  75. background-image: url("../img/flags/bb.svg");
  76. }
  77. .flag-country-bd {
  78. background-image: url("../img/flags/bd.svg");
  79. }
  80. .flag-country-be {
  81. background-image: url("../img/flags/be.svg");
  82. }
  83. .flag-country-bf {
  84. background-image: url("../img/flags/bf.svg");
  85. }
  86. .flag-country-bg {
  87. background-image: url("../img/flags/bg.svg");
  88. }
  89. .flag-country-bh {
  90. background-image: url("../img/flags/bh.svg");
  91. }
  92. .flag-country-bi {
  93. background-image: url("../img/flags/bi.svg");
  94. }
  95. .flag-country-bj {
  96. background-image: url("../img/flags/bj.svg");
  97. }
  98. .flag-country-bl {
  99. background-image: url("../img/flags/bl.svg");
  100. }
  101. .flag-country-bm {
  102. background-image: url("../img/flags/bm.svg");
  103. }
  104. .flag-country-bn {
  105. background-image: url("../img/flags/bn.svg");
  106. }
  107. .flag-country-bo {
  108. background-image: url("../img/flags/bo.svg");
  109. }
  110. .flag-country-bq {
  111. background-image: url("../img/flags/bq.svg");
  112. }
  113. .flag-country-br {
  114. background-image: url("../img/flags/br.svg");
  115. }
  116. .flag-country-bs {
  117. background-image: url("../img/flags/bs.svg");
  118. }
  119. .flag-country-bt {
  120. background-image: url("../img/flags/bt.svg");
  121. }
  122. .flag-country-bv {
  123. background-image: url("../img/flags/bv.svg");
  124. }
  125. .flag-country-bw {
  126. background-image: url("../img/flags/bw.svg");
  127. }
  128. .flag-country-by {
  129. background-image: url("../img/flags/by.svg");
  130. }
  131. .flag-country-bz {
  132. background-image: url("../img/flags/bz.svg");
  133. }
  134. .flag-country-ca {
  135. background-image: url("../img/flags/ca.svg");
  136. }
  137. .flag-country-cc {
  138. background-image: url("../img/flags/cc.svg");
  139. }
  140. .flag-country-cd {
  141. background-image: url("../img/flags/cd.svg");
  142. }
  143. .flag-country-cf {
  144. background-image: url("../img/flags/cf.svg");
  145. }
  146. .flag-country-cg {
  147. background-image: url("../img/flags/cg.svg");
  148. }
  149. .flag-country-ch {
  150. background-image: url("../img/flags/ch.svg");
  151. }
  152. .flag-country-ci {
  153. background-image: url("../img/flags/ci.svg");
  154. }
  155. .flag-country-ck {
  156. background-image: url("../img/flags/ck.svg");
  157. }
  158. .flag-country-cl {
  159. background-image: url("../img/flags/cl.svg");
  160. }
  161. .flag-country-cm {
  162. background-image: url("../img/flags/cm.svg");
  163. }
  164. .flag-country-cn {
  165. background-image: url("../img/flags/cn.svg");
  166. }
  167. .flag-country-co {
  168. background-image: url("../img/flags/co.svg");
  169. }
  170. .flag-country-cr {
  171. background-image: url("../img/flags/cr.svg");
  172. }
  173. .flag-country-cu {
  174. background-image: url("../img/flags/cu.svg");
  175. }
  176. .flag-country-cv {
  177. background-image: url("../img/flags/cv.svg");
  178. }
  179. .flag-country-cw {
  180. background-image: url("../img/flags/cw.svg");
  181. }
  182. .flag-country-cx {
  183. background-image: url("../img/flags/cx.svg");
  184. }
  185. .flag-country-cy {
  186. background-image: url("../img/flags/cy.svg");
  187. }
  188. .flag-country-cz {
  189. background-image: url("../img/flags/cz.svg");
  190. }
  191. .flag-country-de {
  192. background-image: url("../img/flags/de.svg");
  193. }
  194. .flag-country-dj {
  195. background-image: url("../img/flags/dj.svg");
  196. }
  197. .flag-country-dk {
  198. background-image: url("../img/flags/dk.svg");
  199. }
  200. .flag-country-dm {
  201. background-image: url("../img/flags/dm.svg");
  202. }
  203. .flag-country-do {
  204. background-image: url("../img/flags/do.svg");
  205. }
  206. .flag-country-dz {
  207. background-image: url("../img/flags/dz.svg");
  208. }
  209. .flag-country-ec {
  210. background-image: url("../img/flags/ec.svg");
  211. }
  212. .flag-country-ee {
  213. background-image: url("../img/flags/ee.svg");
  214. }
  215. .flag-country-eg {
  216. background-image: url("../img/flags/eg.svg");
  217. }
  218. .flag-country-eh {
  219. background-image: url("../img/flags/eh.svg");
  220. }
  221. .flag-country-er {
  222. background-image: url("../img/flags/er.svg");
  223. }
  224. .flag-country-es {
  225. background-image: url("../img/flags/es.svg");
  226. }
  227. .flag-country-et {
  228. background-image: url("../img/flags/et.svg");
  229. }
  230. .flag-country-fi {
  231. background-image: url("../img/flags/fi.svg");
  232. }
  233. .flag-country-fj {
  234. background-image: url("../img/flags/fj.svg");
  235. }
  236. .flag-country-fk {
  237. background-image: url("../img/flags/fk.svg");
  238. }
  239. .flag-country-fm {
  240. background-image: url("../img/flags/fm.svg");
  241. }
  242. .flag-country-fo {
  243. background-image: url("../img/flags/fo.svg");
  244. }
  245. .flag-country-fr {
  246. background-image: url("../img/flags/fr.svg");
  247. }
  248. .flag-country-ga {
  249. background-image: url("../img/flags/ga.svg");
  250. }
  251. .flag-country-gb {
  252. background-image: url("../img/flags/gb.svg");
  253. }
  254. .flag-country-gd {
  255. background-image: url("../img/flags/gd.svg");
  256. }
  257. .flag-country-ge {
  258. background-image: url("../img/flags/ge.svg");
  259. }
  260. .flag-country-gf {
  261. background-image: url("../img/flags/gf.svg");
  262. }
  263. .flag-country-gg {
  264. background-image: url("../img/flags/gg.svg");
  265. }
  266. .flag-country-gh {
  267. background-image: url("../img/flags/gh.svg");
  268. }
  269. .flag-country-gi {
  270. background-image: url("../img/flags/gi.svg");
  271. }
  272. .flag-country-gl {
  273. background-image: url("../img/flags/gl.svg");
  274. }
  275. .flag-country-gm {
  276. background-image: url("../img/flags/gm.svg");
  277. }
  278. .flag-country-gn {
  279. background-image: url("../img/flags/gn.svg");
  280. }
  281. .flag-country-gp {
  282. background-image: url("../img/flags/gp.svg");
  283. }
  284. .flag-country-gq {
  285. background-image: url("../img/flags/gq.svg");
  286. }
  287. .flag-country-gr {
  288. background-image: url("../img/flags/gr.svg");
  289. }
  290. .flag-country-gs {
  291. background-image: url("../img/flags/gs.svg");
  292. }
  293. .flag-country-gt {
  294. background-image: url("../img/flags/gt.svg");
  295. }
  296. .flag-country-gu {
  297. background-image: url("../img/flags/gu.svg");
  298. }
  299. .flag-country-gw {
  300. background-image: url("../img/flags/gw.svg");
  301. }
  302. .flag-country-gy {
  303. background-image: url("../img/flags/gy.svg");
  304. }
  305. .flag-country-hk {
  306. background-image: url("../img/flags/hk.svg");
  307. }
  308. .flag-country-hm {
  309. background-image: url("../img/flags/hm.svg");
  310. }
  311. .flag-country-hn {
  312. background-image: url("../img/flags/hn.svg");
  313. }
  314. .flag-country-hr {
  315. background-image: url("../img/flags/hr.svg");
  316. }
  317. .flag-country-ht {
  318. background-image: url("../img/flags/ht.svg");
  319. }
  320. .flag-country-hu {
  321. background-image: url("../img/flags/hu.svg");
  322. }
  323. .flag-country-id {
  324. background-image: url("../img/flags/id.svg");
  325. }
  326. .flag-country-ie {
  327. background-image: url("../img/flags/ie.svg");
  328. }
  329. .flag-country-il {
  330. background-image: url("../img/flags/il.svg");
  331. }
  332. .flag-country-im {
  333. background-image: url("../img/flags/im.svg");
  334. }
  335. .flag-country-in {
  336. background-image: url("../img/flags/in.svg");
  337. }
  338. .flag-country-io {
  339. background-image: url("../img/flags/io.svg");
  340. }
  341. .flag-country-iq {
  342. background-image: url("../img/flags/iq.svg");
  343. }
  344. .flag-country-ir {
  345. background-image: url("../img/flags/ir.svg");
  346. }
  347. .flag-country-is {
  348. background-image: url("../img/flags/is.svg");
  349. }
  350. .flag-country-it {
  351. background-image: url("../img/flags/it.svg");
  352. }
  353. .flag-country-je {
  354. background-image: url("../img/flags/je.svg");
  355. }
  356. .flag-country-jm {
  357. background-image: url("../img/flags/jm.svg");
  358. }
  359. .flag-country-jo {
  360. background-image: url("../img/flags/jo.svg");
  361. }
  362. .flag-country-jp {
  363. background-image: url("../img/flags/jp.svg");
  364. }
  365. .flag-country-ke {
  366. background-image: url("../img/flags/ke.svg");
  367. }
  368. .flag-country-kg {
  369. background-image: url("../img/flags/kg.svg");
  370. }
  371. .flag-country-kh {
  372. background-image: url("../img/flags/kh.svg");
  373. }
  374. .flag-country-ki {
  375. background-image: url("../img/flags/ki.svg");
  376. }
  377. .flag-country-km {
  378. background-image: url("../img/flags/km.svg");
  379. }
  380. .flag-country-kn {
  381. background-image: url("../img/flags/kn.svg");
  382. }
  383. .flag-country-kp {
  384. background-image: url("../img/flags/kp.svg");
  385. }
  386. .flag-country-kr {
  387. background-image: url("../img/flags/kr.svg");
  388. }
  389. .flag-country-kw {
  390. background-image: url("../img/flags/kw.svg");
  391. }
  392. .flag-country-ky {
  393. background-image: url("../img/flags/ky.svg");
  394. }
  395. .flag-country-kz {
  396. background-image: url("../img/flags/kz.svg");
  397. }
  398. .flag-country-la {
  399. background-image: url("../img/flags/la.svg");
  400. }
  401. .flag-country-lb {
  402. background-image: url("../img/flags/lb.svg");
  403. }
  404. .flag-country-lc {
  405. background-image: url("../img/flags/lc.svg");
  406. }
  407. .flag-country-li {
  408. background-image: url("../img/flags/li.svg");
  409. }
  410. .flag-country-lk {
  411. background-image: url("../img/flags/lk.svg");
  412. }
  413. .flag-country-lr {
  414. background-image: url("../img/flags/lr.svg");
  415. }
  416. .flag-country-ls {
  417. background-image: url("../img/flags/ls.svg");
  418. }
  419. .flag-country-lt {
  420. background-image: url("../img/flags/lt.svg");
  421. }
  422. .flag-country-lu {
  423. background-image: url("../img/flags/lu.svg");
  424. }
  425. .flag-country-lv {
  426. background-image: url("../img/flags/lv.svg");
  427. }
  428. .flag-country-ly {
  429. background-image: url("../img/flags/ly.svg");
  430. }
  431. .flag-country-ma {
  432. background-image: url("../img/flags/ma.svg");
  433. }
  434. .flag-country-mc {
  435. background-image: url("../img/flags/mc.svg");
  436. }
  437. .flag-country-md {
  438. background-image: url("../img/flags/md.svg");
  439. }
  440. .flag-country-me {
  441. background-image: url("../img/flags/me.svg");
  442. }
  443. .flag-country-mf {
  444. background-image: url("../img/flags/mf.svg");
  445. }
  446. .flag-country-mg {
  447. background-image: url("../img/flags/mg.svg");
  448. }
  449. .flag-country-mh {
  450. background-image: url("../img/flags/mh.svg");
  451. }
  452. .flag-country-mk {
  453. background-image: url("../img/flags/mk.svg");
  454. }
  455. .flag-country-ml {
  456. background-image: url("../img/flags/ml.svg");
  457. }
  458. .flag-country-mm {
  459. background-image: url("../img/flags/mm.svg");
  460. }
  461. .flag-country-mn {
  462. background-image: url("../img/flags/mn.svg");
  463. }
  464. .flag-country-mo {
  465. background-image: url("../img/flags/mo.svg");
  466. }
  467. .flag-country-mp {
  468. background-image: url("../img/flags/mp.svg");
  469. }
  470. .flag-country-mq {
  471. background-image: url("../img/flags/mq.svg");
  472. }
  473. .flag-country-mr {
  474. background-image: url("../img/flags/mr.svg");
  475. }
  476. .flag-country-ms {
  477. background-image: url("../img/flags/ms.svg");
  478. }
  479. .flag-country-mt {
  480. background-image: url("../img/flags/mt.svg");
  481. }
  482. .flag-country-mu {
  483. background-image: url("../img/flags/mu.svg");
  484. }
  485. .flag-country-mv {
  486. background-image: url("../img/flags/mv.svg");
  487. }
  488. .flag-country-mw {
  489. background-image: url("../img/flags/mw.svg");
  490. }
  491. .flag-country-mx {
  492. background-image: url("../img/flags/mx.svg");
  493. }
  494. .flag-country-my {
  495. background-image: url("../img/flags/my.svg");
  496. }
  497. .flag-country-mz {
  498. background-image: url("../img/flags/mz.svg");
  499. }
  500. .flag-country-na {
  501. background-image: url("../img/flags/na.svg");
  502. }
  503. .flag-country-nc {
  504. background-image: url("../img/flags/nc.svg");
  505. }
  506. .flag-country-ne {
  507. background-image: url("../img/flags/ne.svg");
  508. }
  509. .flag-country-nf {
  510. background-image: url("../img/flags/nf.svg");
  511. }
  512. .flag-country-ng {
  513. background-image: url("../img/flags/ng.svg");
  514. }
  515. .flag-country-ni {
  516. background-image: url("../img/flags/ni.svg");
  517. }
  518. .flag-country-nl {
  519. background-image: url("../img/flags/nl.svg");
  520. }
  521. .flag-country-no {
  522. background-image: url("../img/flags/no.svg");
  523. }
  524. .flag-country-np {
  525. background-image: url("../img/flags/np.svg");
  526. }
  527. .flag-country-nr {
  528. background-image: url("../img/flags/nr.svg");
  529. }
  530. .flag-country-nu {
  531. background-image: url("../img/flags/nu.svg");
  532. }
  533. .flag-country-nz {
  534. background-image: url("../img/flags/nz.svg");
  535. }
  536. .flag-country-om {
  537. background-image: url("../img/flags/om.svg");
  538. }
  539. .flag-country-pa {
  540. background-image: url("../img/flags/pa.svg");
  541. }
  542. .flag-country-pe {
  543. background-image: url("../img/flags/pe.svg");
  544. }
  545. .flag-country-pf {
  546. background-image: url("../img/flags/pf.svg");
  547. }
  548. .flag-country-pg {
  549. background-image: url("../img/flags/pg.svg");
  550. }
  551. .flag-country-ph {
  552. background-image: url("../img/flags/ph.svg");
  553. }
  554. .flag-country-pk {
  555. background-image: url("../img/flags/pk.svg");
  556. }
  557. .flag-country-pl {
  558. background-image: url("../img/flags/pl.svg");
  559. }
  560. .flag-country-pm {
  561. background-image: url("../img/flags/pm.svg");
  562. }
  563. .flag-country-pn {
  564. background-image: url("../img/flags/pn.svg");
  565. }
  566. .flag-country-pr {
  567. background-image: url("../img/flags/pr.svg");
  568. }
  569. .flag-country-ps {
  570. background-image: url("../img/flags/ps.svg");
  571. }
  572. .flag-country-pt {
  573. background-image: url("../img/flags/pt.svg");
  574. }
  575. .flag-country-pw {
  576. background-image: url("../img/flags/pw.svg");
  577. }
  578. .flag-country-py {
  579. background-image: url("../img/flags/py.svg");
  580. }
  581. .flag-country-qa {
  582. background-image: url("../img/flags/qa.svg");
  583. }
  584. .flag-country-re {
  585. background-image: url("../img/flags/re.svg");
  586. }
  587. .flag-country-ro {
  588. background-image: url("../img/flags/ro.svg");
  589. }
  590. .flag-country-rs {
  591. background-image: url("../img/flags/rs.svg");
  592. }
  593. .flag-country-ru {
  594. background-image: url("../img/flags/ru.svg");
  595. }
  596. .flag-country-rw {
  597. background-image: url("../img/flags/rw.svg");
  598. }
  599. .flag-country-sa {
  600. background-image: url("../img/flags/sa.svg");
  601. }
  602. .flag-country-sb {
  603. background-image: url("../img/flags/sb.svg");
  604. }
  605. .flag-country-sc {
  606. background-image: url("../img/flags/sc.svg");
  607. }
  608. .flag-country-sd {
  609. background-image: url("../img/flags/sd.svg");
  610. }
  611. .flag-country-se {
  612. background-image: url("../img/flags/se.svg");
  613. }
  614. .flag-country-sg {
  615. background-image: url("../img/flags/sg.svg");
  616. }
  617. .flag-country-sh {
  618. background-image: url("../img/flags/sh.svg");
  619. }
  620. .flag-country-si {
  621. background-image: url("../img/flags/si.svg");
  622. }
  623. .flag-country-sj {
  624. background-image: url("../img/flags/sj.svg");
  625. }
  626. .flag-country-sk {
  627. background-image: url("../img/flags/sk.svg");
  628. }
  629. .flag-country-sl {
  630. background-image: url("../img/flags/sl.svg");
  631. }
  632. .flag-country-sm {
  633. background-image: url("../img/flags/sm.svg");
  634. }
  635. .flag-country-sn {
  636. background-image: url("../img/flags/sn.svg");
  637. }
  638. .flag-country-so {
  639. background-image: url("../img/flags/so.svg");
  640. }
  641. .flag-country-sr {
  642. background-image: url("../img/flags/sr.svg");
  643. }
  644. .flag-country-ss {
  645. background-image: url("../img/flags/ss.svg");
  646. }
  647. .flag-country-st {
  648. background-image: url("../img/flags/st.svg");
  649. }
  650. .flag-country-sv {
  651. background-image: url("../img/flags/sv.svg");
  652. }
  653. .flag-country-sx {
  654. background-image: url("../img/flags/sx.svg");
  655. }
  656. .flag-country-sy {
  657. background-image: url("../img/flags/sy.svg");
  658. }
  659. .flag-country-sz {
  660. background-image: url("../img/flags/sz.svg");
  661. }
  662. .flag-country-tc {
  663. background-image: url("../img/flags/tc.svg");
  664. }
  665. .flag-country-td {
  666. background-image: url("../img/flags/td.svg");
  667. }
  668. .flag-country-tf {
  669. background-image: url("../img/flags/tf.svg");
  670. }
  671. .flag-country-tg {
  672. background-image: url("../img/flags/tg.svg");
  673. }
  674. .flag-country-th {
  675. background-image: url("../img/flags/th.svg");
  676. }
  677. .flag-country-tj {
  678. background-image: url("../img/flags/tj.svg");
  679. }
  680. .flag-country-tk {
  681. background-image: url("../img/flags/tk.svg");
  682. }
  683. .flag-country-tl {
  684. background-image: url("../img/flags/tl.svg");
  685. }
  686. .flag-country-tm {
  687. background-image: url("../img/flags/tm.svg");
  688. }
  689. .flag-country-tn {
  690. background-image: url("../img/flags/tn.svg");
  691. }
  692. .flag-country-to {
  693. background-image: url("../img/flags/to.svg");
  694. }
  695. .flag-country-tr {
  696. background-image: url("../img/flags/tr.svg");
  697. }
  698. .flag-country-tt {
  699. background-image: url("../img/flags/tt.svg");
  700. }
  701. .flag-country-tv {
  702. background-image: url("../img/flags/tv.svg");
  703. }
  704. .flag-country-tw {
  705. background-image: url("../img/flags/tw.svg");
  706. }
  707. .flag-country-tz {
  708. background-image: url("../img/flags/tz.svg");
  709. }
  710. .flag-country-ua {
  711. background-image: url("../img/flags/ua.svg");
  712. }
  713. .flag-country-ug {
  714. background-image: url("../img/flags/ug.svg");
  715. }
  716. .flag-country-um {
  717. background-image: url("../img/flags/um.svg");
  718. }
  719. .flag-country-us {
  720. background-image: url("../img/flags/us.svg");
  721. }
  722. .flag-country-uy {
  723. background-image: url("../img/flags/uy.svg");
  724. }
  725. .flag-country-uz {
  726. background-image: url("../img/flags/uz.svg");
  727. }
  728. .flag-country-va {
  729. background-image: url("../img/flags/va.svg");
  730. }
  731. .flag-country-vc {
  732. background-image: url("../img/flags/vc.svg");
  733. }
  734. .flag-country-ve {
  735. background-image: url("../img/flags/ve.svg");
  736. }
  737. .flag-country-vg {
  738. background-image: url("../img/flags/vg.svg");
  739. }
  740. .flag-country-vi {
  741. background-image: url("../img/flags/vi.svg");
  742. }
  743. .flag-country-vn {
  744. background-image: url("../img/flags/vn.svg");
  745. }
  746. .flag-country-vu {
  747. background-image: url("../img/flags/vu.svg");
  748. }
  749. .flag-country-wf {
  750. background-image: url("../img/flags/wf.svg");
  751. }
  752. .flag-country-ws {
  753. background-image: url("../img/flags/ws.svg");
  754. }
  755. .flag-country-ye {
  756. background-image: url("../img/flags/ye.svg");
  757. }
  758. .flag-country-yt {
  759. background-image: url("../img/flags/yt.svg");
  760. }
  761. .flag-country-za {
  762. background-image: url("../img/flags/za.svg");
  763. }
  764. .flag-country-zm {
  765. background-image: url("../img/flags/zm.svg");
  766. }
  767. .flag-country-zw {
  768. background-image: url("../img/flags/zw.svg");
  769. }
  770. .flag-country-es-ct {
  771. background-image: url("../img/flags/es-ct.svg");
  772. }
  773. .flag-country-eu {
  774. background-image: url("../img/flags/eu.svg");
  775. }
  776. .flag-country-gb-eng {
  777. background-image: url("../img/flags/gb-eng.svg");
  778. }
  779. .flag-country-gb-nir {
  780. background-image: url("../img/flags/gb-nir.svg");
  781. }
  782. .flag-country-gb-sct {
  783. background-image: url("../img/flags/gb-sct.svg");
  784. }
  785. .flag-country-gb-wls {
  786. background-image: url("../img/flags/gb-wls.svg");
  787. }
  788. .flag-country-un {
  789. background-image: url("../img/flags/un.svg");
  790. }
  791. .flag-xs {
  792. width: 1.5rem;
  793. height: 1.125rem;
  794. }
  795. .flag-sm {
  796. width: 2rem;
  797. height: 1.5rem;
  798. }
  799. .flag-md {
  800. width: 4rem;
  801. height: 3rem;
  802. }
  803. .flag-lg {
  804. width: 5.5rem;
  805. height: 4.125rem;
  806. }
  807. .flag-xl {
  808. width: 7rem;
  809. height: 5.25rem;
  810. }
  811. .flag-2xl {
  812. width: 11rem;
  813. height: 8.25rem;
  814. }