/* flag-icons — self-hosted subset (only the 10 languages used by xPandorax)
   Sourced from https://github.com/lipis/flag-icons (MIT licence) */

.fi {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
  vertical-align: middle;
}

.fis {
  width: 1em;
}

.fi-br { background-image: url("/flags/1x1/br.svg"); }
.fi-cn { background-image: url("/flags/1x1/cn.svg"); }
.fi-de { background-image: url("/flags/1x1/de.svg"); }
.fi-es { background-image: url("/flags/1x1/es.svg"); }
.fi-fr { background-image: url("/flags/1x1/fr.svg"); }
.fi-in { background-image: url("/flags/1x1/in.svg"); }
.fi-jp { background-image: url("/flags/1x1/jp.svg"); }
.fi-kr { background-image: url("/flags/1x1/kr.svg"); }
.fi-ru { background-image: url("/flags/1x1/ru.svg"); }
.fi-sa { background-image: url("/flags/1x1/sa.svg"); }
.fi-th { background-image: url("/flags/1x1/th.svg"); }
.fi-us { background-image: url("/flags/1x1/us.svg"); }
