123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074 |
- /*!
- * Tabler v1.0.0-beta17 (https://tabler.io)
- * @version 1.0.0-beta17
- * @link https://tabler.io
- * Copyright 2018-2023 The Tabler Authors
- * Copyright 2018-2023 codecalm.net Paweł Kuna
- * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
- */
- .flag {
- position: relative;
- display: inline-block;
- width: 1.33333em;
- height: 1em;
- vertical-align: -3px;
- background-repeat: no-repeat;
- background-position: center;
- background-size: cover;
- border: var(--tblr-border-size) var(--tblr-border-style) var(--tblr-border-color);
- border-radius: var(--tblr-border-radius);
- }
- .flag-country-ad {
- background-image: url("../img/flags/ad.svg");
- }
- .flag-country-ae {
- background-image: url("../img/flags/ae.svg");
- }
- .flag-country-af {
- background-image: url("../img/flags/af.svg");
- }
- .flag-country-ag {
- background-image: url("../img/flags/ag.svg");
- }
- .flag-country-ai {
- background-image: url("../img/flags/ai.svg");
- }
- .flag-country-al {
- background-image: url("../img/flags/al.svg");
- }
- .flag-country-am {
- background-image: url("../img/flags/am.svg");
- }
- .flag-country-ao {
- background-image: url("../img/flags/ao.svg");
- }
- .flag-country-aq {
- background-image: url("../img/flags/aq.svg");
- }
- .flag-country-ar {
- background-image: url("../img/flags/ar.svg");
- }
- .flag-country-as {
- background-image: url("../img/flags/as.svg");
- }
- .flag-country-at {
- background-image: url("../img/flags/at.svg");
- }
- .flag-country-au {
- background-image: url("../img/flags/au.svg");
- }
- .flag-country-aw {
- background-image: url("../img/flags/aw.svg");
- }
- .flag-country-ax {
- background-image: url("../img/flags/ax.svg");
- }
- .flag-country-az {
- background-image: url("../img/flags/az.svg");
- }
- .flag-country-ba {
- background-image: url("../img/flags/ba.svg");
- }
- .flag-country-bb {
- background-image: url("../img/flags/bb.svg");
- }
- .flag-country-bd {
- background-image: url("../img/flags/bd.svg");
- }
- .flag-country-be {
- background-image: url("../img/flags/be.svg");
- }
- .flag-country-bf {
- background-image: url("../img/flags/bf.svg");
- }
- .flag-country-bg {
- background-image: url("../img/flags/bg.svg");
- }
- .flag-country-bh {
- background-image: url("../img/flags/bh.svg");
- }
- .flag-country-bi {
- background-image: url("../img/flags/bi.svg");
- }
- .flag-country-bj {
- background-image: url("../img/flags/bj.svg");
- }
- .flag-country-bl {
- background-image: url("../img/flags/bl.svg");
- }
- .flag-country-bm {
- background-image: url("../img/flags/bm.svg");
- }
- .flag-country-bn {
- background-image: url("../img/flags/bn.svg");
- }
- .flag-country-bo {
- background-image: url("../img/flags/bo.svg");
- }
- .flag-country-bq {
- background-image: url("../img/flags/bq.svg");
- }
- .flag-country-br {
- background-image: url("../img/flags/br.svg");
- }
- .flag-country-bs {
- background-image: url("../img/flags/bs.svg");
- }
- .flag-country-bt {
- background-image: url("../img/flags/bt.svg");
- }
- .flag-country-bv {
- background-image: url("../img/flags/bv.svg");
- }
- .flag-country-bw {
- background-image: url("../img/flags/bw.svg");
- }
- .flag-country-by {
- background-image: url("../img/flags/by.svg");
- }
- .flag-country-bz {
- background-image: url("../img/flags/bz.svg");
- }
- .flag-country-ca {
- background-image: url("../img/flags/ca.svg");
- }
- .flag-country-cc {
- background-image: url("../img/flags/cc.svg");
- }
- .flag-country-cd {
- background-image: url("../img/flags/cd.svg");
- }
- .flag-country-cf {
- background-image: url("../img/flags/cf.svg");
- }
- .flag-country-cg {
- background-image: url("../img/flags/cg.svg");
- }
- .flag-country-ch {
- background-image: url("../img/flags/ch.svg");
- }
- .flag-country-ci {
- background-image: url("../img/flags/ci.svg");
- }
- .flag-country-ck {
- background-image: url("../img/flags/ck.svg");
- }
- .flag-country-cl {
- background-image: url("../img/flags/cl.svg");
- }
- .flag-country-cm {
- background-image: url("../img/flags/cm.svg");
- }
- .flag-country-cn {
- background-image: url("../img/flags/cn.svg");
- }
- .flag-country-co {
- background-image: url("../img/flags/co.svg");
- }
- .flag-country-cr {
- background-image: url("../img/flags/cr.svg");
- }
- .flag-country-cu {
- background-image: url("../img/flags/cu.svg");
- }
- .flag-country-cv {
- background-image: url("../img/flags/cv.svg");
- }
- .flag-country-cw {
- background-image: url("../img/flags/cw.svg");
- }
- .flag-country-cx {
- background-image: url("../img/flags/cx.svg");
- }
- .flag-country-cy {
- background-image: url("../img/flags/cy.svg");
- }
- .flag-country-cz {
- background-image: url("../img/flags/cz.svg");
- }
- .flag-country-de {
- background-image: url("../img/flags/de.svg");
- }
- .flag-country-dj {
- background-image: url("../img/flags/dj.svg");
- }
- .flag-country-dk {
- background-image: url("../img/flags/dk.svg");
- }
- .flag-country-dm {
- background-image: url("../img/flags/dm.svg");
- }
- .flag-country-do {
- background-image: url("../img/flags/do.svg");
- }
- .flag-country-dz {
- background-image: url("../img/flags/dz.svg");
- }
- .flag-country-ec {
- background-image: url("../img/flags/ec.svg");
- }
- .flag-country-ee {
- background-image: url("../img/flags/ee.svg");
- }
- .flag-country-eg {
- background-image: url("../img/flags/eg.svg");
- }
- .flag-country-eh {
- background-image: url("../img/flags/eh.svg");
- }
- .flag-country-er {
- background-image: url("../img/flags/er.svg");
- }
- .flag-country-es {
- background-image: url("../img/flags/es.svg");
- }
- .flag-country-et {
- background-image: url("../img/flags/et.svg");
- }
- .flag-country-fi {
- background-image: url("../img/flags/fi.svg");
- }
- .flag-country-fj {
- background-image: url("../img/flags/fj.svg");
- }
- .flag-country-fk {
- background-image: url("../img/flags/fk.svg");
- }
- .flag-country-fm {
- background-image: url("../img/flags/fm.svg");
- }
- .flag-country-fo {
- background-image: url("../img/flags/fo.svg");
- }
- .flag-country-fr {
- background-image: url("../img/flags/fr.svg");
- }
- .flag-country-ga {
- background-image: url("../img/flags/ga.svg");
- }
- .flag-country-gb {
- background-image: url("../img/flags/gb.svg");
- }
- .flag-country-gd {
- background-image: url("../img/flags/gd.svg");
- }
- .flag-country-ge {
- background-image: url("../img/flags/ge.svg");
- }
- .flag-country-gf {
- background-image: url("../img/flags/gf.svg");
- }
- .flag-country-gg {
- background-image: url("../img/flags/gg.svg");
- }
- .flag-country-gh {
- background-image: url("../img/flags/gh.svg");
- }
- .flag-country-gi {
- background-image: url("../img/flags/gi.svg");
- }
- .flag-country-gl {
- background-image: url("../img/flags/gl.svg");
- }
- .flag-country-gm {
- background-image: url("../img/flags/gm.svg");
- }
- .flag-country-gn {
- background-image: url("../img/flags/gn.svg");
- }
- .flag-country-gp {
- background-image: url("../img/flags/gp.svg");
- }
- .flag-country-gq {
- background-image: url("../img/flags/gq.svg");
- }
- .flag-country-gr {
- background-image: url("../img/flags/gr.svg");
- }
- .flag-country-gs {
- background-image: url("../img/flags/gs.svg");
- }
- .flag-country-gt {
- background-image: url("../img/flags/gt.svg");
- }
- .flag-country-gu {
- background-image: url("../img/flags/gu.svg");
- }
- .flag-country-gw {
- background-image: url("../img/flags/gw.svg");
- }
- .flag-country-gy {
- background-image: url("../img/flags/gy.svg");
- }
- .flag-country-hk {
- background-image: url("../img/flags/hk.svg");
- }
- .flag-country-hm {
- background-image: url("../img/flags/hm.svg");
- }
- .flag-country-hn {
- background-image: url("../img/flags/hn.svg");
- }
- .flag-country-hr {
- background-image: url("../img/flags/hr.svg");
- }
- .flag-country-ht {
- background-image: url("../img/flags/ht.svg");
- }
- .flag-country-hu {
- background-image: url("../img/flags/hu.svg");
- }
- .flag-country-id {
- background-image: url("../img/flags/id.svg");
- }
- .flag-country-ie {
- background-image: url("../img/flags/ie.svg");
- }
- .flag-country-il {
- background-image: url("../img/flags/il.svg");
- }
- .flag-country-im {
- background-image: url("../img/flags/im.svg");
- }
- .flag-country-in {
- background-image: url("../img/flags/in.svg");
- }
- .flag-country-io {
- background-image: url("../img/flags/io.svg");
- }
- .flag-country-iq {
- background-image: url("../img/flags/iq.svg");
- }
- .flag-country-ir {
- background-image: url("../img/flags/ir.svg");
- }
- .flag-country-is {
- background-image: url("../img/flags/is.svg");
- }
- .flag-country-it {
- background-image: url("../img/flags/it.svg");
- }
- .flag-country-je {
- background-image: url("../img/flags/je.svg");
- }
- .flag-country-jm {
- background-image: url("../img/flags/jm.svg");
- }
- .flag-country-jo {
- background-image: url("../img/flags/jo.svg");
- }
- .flag-country-jp {
- background-image: url("../img/flags/jp.svg");
- }
- .flag-country-ke {
- background-image: url("../img/flags/ke.svg");
- }
- .flag-country-kg {
- background-image: url("../img/flags/kg.svg");
- }
- .flag-country-kh {
- background-image: url("../img/flags/kh.svg");
- }
- .flag-country-ki {
- background-image: url("../img/flags/ki.svg");
- }
- .flag-country-km {
- background-image: url("../img/flags/km.svg");
- }
- .flag-country-kn {
- background-image: url("../img/flags/kn.svg");
- }
- .flag-country-kp {
- background-image: url("../img/flags/kp.svg");
- }
- .flag-country-kr {
- background-image: url("../img/flags/kr.svg");
- }
- .flag-country-kw {
- background-image: url("../img/flags/kw.svg");
- }
- .flag-country-ky {
- background-image: url("../img/flags/ky.svg");
- }
- .flag-country-kz {
- background-image: url("../img/flags/kz.svg");
- }
- .flag-country-la {
- background-image: url("../img/flags/la.svg");
- }
- .flag-country-lb {
- background-image: url("../img/flags/lb.svg");
- }
- .flag-country-lc {
- background-image: url("../img/flags/lc.svg");
- }
- .flag-country-li {
- background-image: url("../img/flags/li.svg");
- }
- .flag-country-lk {
- background-image: url("../img/flags/lk.svg");
- }
- .flag-country-lr {
- background-image: url("../img/flags/lr.svg");
- }
- .flag-country-ls {
- background-image: url("../img/flags/ls.svg");
- }
- .flag-country-lt {
- background-image: url("../img/flags/lt.svg");
- }
- .flag-country-lu {
- background-image: url("../img/flags/lu.svg");
- }
- .flag-country-lv {
- background-image: url("../img/flags/lv.svg");
- }
- .flag-country-ly {
- background-image: url("../img/flags/ly.svg");
- }
- .flag-country-ma {
- background-image: url("../img/flags/ma.svg");
- }
- .flag-country-mc {
- background-image: url("../img/flags/mc.svg");
- }
- .flag-country-md {
- background-image: url("../img/flags/md.svg");
- }
- .flag-country-me {
- background-image: url("../img/flags/me.svg");
- }
- .flag-country-mf {
- background-image: url("../img/flags/mf.svg");
- }
- .flag-country-mg {
- background-image: url("../img/flags/mg.svg");
- }
- .flag-country-mh {
- background-image: url("../img/flags/mh.svg");
- }
- .flag-country-mk {
- background-image: url("../img/flags/mk.svg");
- }
- .flag-country-ml {
- background-image: url("../img/flags/ml.svg");
- }
- .flag-country-mm {
- background-image: url("../img/flags/mm.svg");
- }
- .flag-country-mn {
- background-image: url("../img/flags/mn.svg");
- }
- .flag-country-mo {
- background-image: url("../img/flags/mo.svg");
- }
- .flag-country-mp {
- background-image: url("../img/flags/mp.svg");
- }
- .flag-country-mq {
- background-image: url("../img/flags/mq.svg");
- }
- .flag-country-mr {
- background-image: url("../img/flags/mr.svg");
- }
- .flag-country-ms {
- background-image: url("../img/flags/ms.svg");
- }
- .flag-country-mt {
- background-image: url("../img/flags/mt.svg");
- }
- .flag-country-mu {
- background-image: url("../img/flags/mu.svg");
- }
- .flag-country-mv {
- background-image: url("../img/flags/mv.svg");
- }
- .flag-country-mw {
- background-image: url("../img/flags/mw.svg");
- }
- .flag-country-mx {
- background-image: url("../img/flags/mx.svg");
- }
- .flag-country-my {
- background-image: url("../img/flags/my.svg");
- }
- .flag-country-mz {
- background-image: url("../img/flags/mz.svg");
- }
- .flag-country-na {
- background-image: url("../img/flags/na.svg");
- }
- .flag-country-nc {
- background-image: url("../img/flags/nc.svg");
- }
- .flag-country-ne {
- background-image: url("../img/flags/ne.svg");
- }
- .flag-country-nf {
- background-image: url("../img/flags/nf.svg");
- }
- .flag-country-ng {
- background-image: url("../img/flags/ng.svg");
- }
- .flag-country-ni {
- background-image: url("../img/flags/ni.svg");
- }
- .flag-country-nl {
- background-image: url("../img/flags/nl.svg");
- }
- .flag-country-no {
- background-image: url("../img/flags/no.svg");
- }
- .flag-country-np {
- background-image: url("../img/flags/np.svg");
- }
- .flag-country-nr {
- background-image: url("../img/flags/nr.svg");
- }
- .flag-country-nu {
- background-image: url("../img/flags/nu.svg");
- }
- .flag-country-nz {
- background-image: url("../img/flags/nz.svg");
- }
- .flag-country-om {
- background-image: url("../img/flags/om.svg");
- }
- .flag-country-pa {
- background-image: url("../img/flags/pa.svg");
- }
- .flag-country-pe {
- background-image: url("../img/flags/pe.svg");
- }
- .flag-country-pf {
- background-image: url("../img/flags/pf.svg");
- }
- .flag-country-pg {
- background-image: url("../img/flags/pg.svg");
- }
- .flag-country-ph {
- background-image: url("../img/flags/ph.svg");
- }
- .flag-country-pk {
- background-image: url("../img/flags/pk.svg");
- }
- .flag-country-pl {
- background-image: url("../img/flags/pl.svg");
- }
- .flag-country-pm {
- background-image: url("../img/flags/pm.svg");
- }
- .flag-country-pn {
- background-image: url("../img/flags/pn.svg");
- }
- .flag-country-pr {
- background-image: url("../img/flags/pr.svg");
- }
- .flag-country-ps {
- background-image: url("../img/flags/ps.svg");
- }
- .flag-country-pt {
- background-image: url("../img/flags/pt.svg");
- }
- .flag-country-pw {
- background-image: url("../img/flags/pw.svg");
- }
- .flag-country-py {
- background-image: url("../img/flags/py.svg");
- }
- .flag-country-qa {
- background-image: url("../img/flags/qa.svg");
- }
- .flag-country-re {
- background-image: url("../img/flags/re.svg");
- }
- .flag-country-ro {
- background-image: url("../img/flags/ro.svg");
- }
- .flag-country-rs {
- background-image: url("../img/flags/rs.svg");
- }
- .flag-country-ru {
- background-image: url("../img/flags/ru.svg");
- }
- .flag-country-rw {
- background-image: url("../img/flags/rw.svg");
- }
- .flag-country-sa {
- background-image: url("../img/flags/sa.svg");
- }
- .flag-country-sb {
- background-image: url("../img/flags/sb.svg");
- }
- .flag-country-sc {
- background-image: url("../img/flags/sc.svg");
- }
- .flag-country-sd {
- background-image: url("../img/flags/sd.svg");
- }
- .flag-country-se {
- background-image: url("../img/flags/se.svg");
- }
- .flag-country-sg {
- background-image: url("../img/flags/sg.svg");
- }
- .flag-country-sh {
- background-image: url("../img/flags/sh.svg");
- }
- .flag-country-si {
- background-image: url("../img/flags/si.svg");
- }
- .flag-country-sj {
- background-image: url("../img/flags/sj.svg");
- }
- .flag-country-sk {
- background-image: url("../img/flags/sk.svg");
- }
- .flag-country-sl {
- background-image: url("../img/flags/sl.svg");
- }
- .flag-country-sm {
- background-image: url("../img/flags/sm.svg");
- }
- .flag-country-sn {
- background-image: url("../img/flags/sn.svg");
- }
- .flag-country-so {
- background-image: url("../img/flags/so.svg");
- }
- .flag-country-sr {
- background-image: url("../img/flags/sr.svg");
- }
- .flag-country-ss {
- background-image: url("../img/flags/ss.svg");
- }
- .flag-country-st {
- background-image: url("../img/flags/st.svg");
- }
- .flag-country-sv {
- background-image: url("../img/flags/sv.svg");
- }
- .flag-country-sx {
- background-image: url("../img/flags/sx.svg");
- }
- .flag-country-sy {
- background-image: url("../img/flags/sy.svg");
- }
- .flag-country-sz {
- background-image: url("../img/flags/sz.svg");
- }
- .flag-country-tc {
- background-image: url("../img/flags/tc.svg");
- }
- .flag-country-td {
- background-image: url("../img/flags/td.svg");
- }
- .flag-country-tf {
- background-image: url("../img/flags/tf.svg");
- }
- .flag-country-tg {
- background-image: url("../img/flags/tg.svg");
- }
- .flag-country-th {
- background-image: url("../img/flags/th.svg");
- }
- .flag-country-tj {
- background-image: url("../img/flags/tj.svg");
- }
- .flag-country-tk {
- background-image: url("../img/flags/tk.svg");
- }
- .flag-country-tl {
- background-image: url("../img/flags/tl.svg");
- }
- .flag-country-tm {
- background-image: url("../img/flags/tm.svg");
- }
- .flag-country-tn {
- background-image: url("../img/flags/tn.svg");
- }
- .flag-country-to {
- background-image: url("../img/flags/to.svg");
- }
- .flag-country-tr {
- background-image: url("../img/flags/tr.svg");
- }
- .flag-country-tt {
- background-image: url("../img/flags/tt.svg");
- }
- .flag-country-tv {
- background-image: url("../img/flags/tv.svg");
- }
- .flag-country-tw {
- background-image: url("../img/flags/tw.svg");
- }
- .flag-country-tz {
- background-image: url("../img/flags/tz.svg");
- }
- .flag-country-ua {
- background-image: url("../img/flags/ua.svg");
- }
- .flag-country-ug {
- background-image: url("../img/flags/ug.svg");
- }
- .flag-country-um {
- background-image: url("../img/flags/um.svg");
- }
- .flag-country-us {
- background-image: url("../img/flags/us.svg");
- }
- .flag-country-uy {
- background-image: url("../img/flags/uy.svg");
- }
- .flag-country-uz {
- background-image: url("../img/flags/uz.svg");
- }
- .flag-country-va {
- background-image: url("../img/flags/va.svg");
- }
- .flag-country-vc {
- background-image: url("../img/flags/vc.svg");
- }
- .flag-country-ve {
- background-image: url("../img/flags/ve.svg");
- }
- .flag-country-vg {
- background-image: url("../img/flags/vg.svg");
- }
- .flag-country-vi {
- background-image: url("../img/flags/vi.svg");
- }
- .flag-country-vn {
- background-image: url("../img/flags/vn.svg");
- }
- .flag-country-vu {
- background-image: url("../img/flags/vu.svg");
- }
- .flag-country-wf {
- background-image: url("../img/flags/wf.svg");
- }
- .flag-country-ws {
- background-image: url("../img/flags/ws.svg");
- }
- .flag-country-ye {
- background-image: url("../img/flags/ye.svg");
- }
- .flag-country-yt {
- background-image: url("../img/flags/yt.svg");
- }
- .flag-country-za {
- background-image: url("../img/flags/za.svg");
- }
- .flag-country-zm {
- background-image: url("../img/flags/zm.svg");
- }
- .flag-country-zw {
- background-image: url("../img/flags/zw.svg");
- }
- .flag-country-es-ct {
- background-image: url("../img/flags/es-ct.svg");
- }
- .flag-country-eu {
- background-image: url("../img/flags/eu.svg");
- }
- .flag-country-gb-eng {
- background-image: url("../img/flags/gb-eng.svg");
- }
- .flag-country-gb-nir {
- background-image: url("../img/flags/gb-nir.svg");
- }
- .flag-country-gb-sct {
- background-image: url("../img/flags/gb-sct.svg");
- }
- .flag-country-gb-wls {
- background-image: url("../img/flags/gb-wls.svg");
- }
- .flag-country-un {
- background-image: url("../img/flags/un.svg");
- }
- .flag-xs {
- width: 1.5rem;
- height: 1.125rem;
- }
- .flag-sm {
- width: 2rem;
- height: 1.5rem;
- }
- .flag-md {
- width: 4rem;
- height: 3rem;
- }
- .flag-lg {
- width: 5.5rem;
- height: 4.125rem;
- }
- .flag-xl {
- width: 7rem;
- height: 5.25rem;
- }
- .flag-2xl {
- width: 11rem;
- height: 8.25rem;
- }
|