tabler-flags.css 18 KB

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