.select-number-box {
    width: 100%;
    position: relative;
    display: inline-block;
}

.select-number-box .select-number-dropdown {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 1px;
    right: auto;
    left: 0;
    cursor: pointer;
}

.input-group.number-select label {
    position: relative;
    height: auto;
    padding: 0;
    margin-bottom: 0px;
}

.input-group.number-select input {
    padding-left: 86px!important;
    padding: 14px 18px 14px 64px;
    border-radius: 8px!important;
}

.input-group.number-select .form-group.form-floating {
    width: 100%;
}

.selected-number {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
    background: #e9edf6;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.flag-div {
    height: 14px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url(../image/flags.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
    width: 20px;
}

.flag-div.flag-in {
    background-position: -2413px 0px;
}

.selected-dial-code {
    margin-left: 6px;
}

.select-arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}

.number-dropdown {
    display: none;
    position: absolute;
    z-index: 2;
    list-style: none;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    /*bottom: 100%; */
    margin-bottom: -1px;
    width: 374px;
}

.select-number-dropdown.list-show .number-dropdown {
    display: block;
}

.number-dropdown li {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    outline: none;
    cursor: pointer;
}

.number-dropdown li:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.number-dropdown li .flag-box,
.number-dropdown li .country-name {
    margin-right: 6px;
    display: inline-block;
}

.number-dropdown li .dial-code {
    color: #999;
    font-size: 14px;
}

.number-dropdown li.separator {
    padding-bottom: 5px !important;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    padding: 0;
}

.flag-div.flag-be {
    width: 18px;
}

.flag-div.flag-ch {
    width: 15px;
}

.flag-div.flag-mc {
    width: 19px;
}

.flag-div.flag-ne {
    width: 18px;
}

.flag-div.flag-np {
    width: 13px;
}

.flag-div.flag-va {
    width: 15px;
}

.flag-div.flag-ac {
    height: 10px;
    background-position: 0px 0px;
}

.flag-div.flag-ad {
    height: 14px;
    background-position: -22px 0px;
}

.flag-div.flag-ae {
    height: 10px;
    background-position: -44px 0px;
}

.flag-div.flag-af {
    height: 14px;
    background-position: -66px 0px;
}

.flag-div.flag-ag {
    height: 14px;
    background-position: -88px 0px;
}

.flag-div.flag-ai {
    height: 10px;
    background-position: -110px 0px;
}

.flag-div.flag-al {
    height: 15px;
    background-position: -132px 0px;
}

.flag-div.flag-am {
    height: 10px;
    background-position: -154px 0px;
}

.flag-div.flag-ao {
    height: 14px;
    background-position: -176px 0px;
}

.flag-div.flag-aq {
    height: 14px;
    background-position: -198px 0px;
}

.flag-div.flag-ar {
    height: 13px;
    background-position: -220px 0px;
}

.flag-div.flag-as {
    height: 10px;
    background-position: -242px 0px;
}

.flag-div.flag-at {
    height: 14px;
    background-position: -264px 0px;
}

.flag-div.flag-au {
    height: 10px;
    background-position: -286px 0px;
}

.flag-div.flag-aw {
    height: 14px;
    background-position: -308px 0px;
}

.flag-div.flag-ax {
    height: 13px;
    background-position: -330px 0px;
}

.flag-div.flag-az {
    height: 10px;
    background-position: -352px 0px;
}

.flag-div.flag-ba {
    height: 10px;
    background-position: -374px 0px;
}

.flag-div.flag-bb {
    height: 14px;
    background-position: -396px 0px;
}

.flag-div.flag-bd {
    height: 12px;
    background-position: -418px 0px;
}

.flag-div.flag-be {
    height: 15px;
    background-position: -440px 0px;
}

.flag-div.flag-bf {
    height: 14px;
    background-position: -460px 0px;
}

.flag-div.flag-bg {
    height: 12px;
    background-position: -482px 0px;
}

.flag-div.flag-bh {
    height: 12px;
    background-position: -504px 0px;
}

.flag-div.flag-bi {
    height: 12px;
    background-position: -526px 0px;
}

.flag-div.flag-bj {
    height: 14px;
    background-position: -548px 0px;
}

.flag-div.flag-bl {
    height: 14px;
    background-position: -570px 0px;
}

.flag-div.flag-bm {
    height: 10px;
    background-position: -592px 0px;
}

.flag-div.flag-bn {
    height: 10px;
    background-position: -614px 0px;
}

.flag-div.flag-bo {
    height: 14px;
    background-position: -636px 0px;
}

.flag-div.flag-bq {
    height: 14px;
    background-position: -658px 0px;
}

.flag-div.flag-br {
    height: 14px;
    background-position: -680px 0px;
}

.flag-div.flag-bs {
    height: 10px;
    background-position: -702px 0px;
}

.flag-div.flag-bt {
    height: 14px;
    background-position: -724px 0px;
}

.flag-div.flag-bv {
    height: 15px;
    background-position: -746px 0px;
}

.flag-div.flag-bw {
    height: 14px;
    background-position: -768px 0px;
}

.flag-div.flag-by {
    height: 10px;
    background-position: -790px 0px;
}

.flag-div.flag-bz {
    height: 14px;
    background-position: -812px 0px;
}

.flag-div.flag-ca {
    height: 10px;
    background-position: -834px 0px;
}

.flag-div.flag-cc {
    height: 10px;
    background-position: -856px 0px;
}

.flag-div.flag-cd {
    height: 15px;
    background-position: -878px 0px;
}

.flag-div.flag-cf {
    height: 14px;
    background-position: -900px 0px;
}

.flag-div.flag-cg {
    height: 14px;
    background-position: -922px 0px;
}

.flag-div.flag-ch {
    height: 15px;
    background-position: -944px 0px;
}

.flag-div.flag-ci {
    height: 14px;
    background-position: -961px 0px;
}

.flag-div.flag-ck {
    height: 10px;
    background-position: -983px 0px;
}

.flag-div.flag-cl {
    height: 14px;
    background-position: -1005px 0px;
}

.flag-div.flag-cm {
    height: 14px;
    background-position: -1027px 0px;
}

.flag-div.flag-cn {
    height: 14px;
    background-position: -1049px 0px;
}

.flag-div.flag-co {
    height: 14px;
    background-position: -1071px 0px;
}

.flag-div.flag-cp {
    height: 14px;
    background-position: -1093px 0px;
}

.flag-div.flag-cr {
    height: 12px;
    background-position: -1115px 0px;
}

.flag-div.flag-cu {
    height: 10px;
    background-position: -1137px 0px;
}

.flag-div.flag-cv {
    height: 12px;
    background-position: -1159px 0px;
}

.flag-div.flag-cw {
    height: 14px;
    background-position: -1181px 0px;
}

.flag-div.flag-cx {
    height: 10px;
    background-position: -1203px 0px;
}

.flag-div.flag-cy {
    height: 14px;
    background-position: -1225px 0px;
}

.flag-div.flag-cz {
    height: 14px;
    background-position: -1247px 0px;
}

.flag-div.flag-de {
    height: 12px;
    background-position: -1269px 0px;
}

.flag-div.flag-dg {
    height: 10px;
    background-position: -1291px 0px;
}

.flag-div.flag-dj {
    height: 14px;
    background-position: -1313px 0px;
}

.flag-div.flag-dk {
    height: 15px;
    background-position: -1335px 0px;
}

.flag-div.flag-dm {
    height: 10px;
    background-position: -1357px 0px;
}

.flag-div.flag-do {
    height: 14px;
    background-position: -1379px 0px;
}

.flag-div.flag-dz {
    height: 14px;
    background-position: -1401px 0px;
}

.flag-div.flag-ea {
    height: 14px;
    background-position: -1423px 0px;
}

.flag-div.flag-ec {
    height: 14px;
    background-position: -1445px 0px;
}

.flag-div.flag-ee {
    height: 13px;
    background-position: -1467px 0px;
}

.flag-div.flag-eg {
    height: 14px;
    background-position: -1489px 0px;
}

.flag-div.flag-eh {
    height: 10px;
    background-position: -1511px 0px;
}

.flag-div.flag-er {
    height: 10px;
    background-position: -1533px 0px;
}

.flag-div.flag-es {
    height: 14px;
    background-position: -1555px 0px;
}

.flag-div.flag-et {
    height: 10px;
    background-position: -1577px 0px;
}

.flag-div.flag-eu {
    height: 14px;
    background-position: -1599px 0px;
}

.flag-div.flag-fi {
    height: 12px;
    background-position: -1621px 0px;
}

.flag-div.flag-fj {
    height: 10px;
    background-position: -1643px 0px;
}

.flag-div.flag-fk {
    height: 10px;
    background-position: -1665px 0px;
}

.flag-div.flag-fm {
    height: 11px;
    background-position: -1687px 0px;
}

.flag-div.flag-fo {
    height: 15px;
    background-position: -1709px 0px;
}

.flag-div.flag-fr {
    height: 14px;
    background-position: -1731px 0px;
}

.flag-div.flag-ga {
    height: 15px;
    background-position: -1753px 0px;
}

.flag-div.flag-gb {
    height: 10px;
    background-position: -1775px 0px;
}

.flag-div.flag-gd {
    height: 12px;
    background-position: -1797px 0px;
}

.flag-div.flag-ge {
    height: 14px;
    background-position: -1819px 0px;
}

.flag-div.flag-gf {
    height: 14px;
    background-position: -1841px 0px;
}

.flag-div.flag-gg {
    height: 14px;
    background-position: -1863px 0px;
}

.flag-div.flag-gh {
    height: 14px;
    background-position: -1885px 0px;
}

.flag-div.flag-gi {
    height: 10px;
    background-position: -1907px 0px;
}

.flag-div.flag-gl {
    height: 14px;
    background-position: -1929px 0px;
}

.flag-div.flag-gm {
    height: 14px;
    background-position: -1951px 0px;
}

.flag-div.flag-gn {
    height: 14px;
    background-position: -1973px 0px;
}

.flag-div.flag-gp {
    height: 14px;
    background-position: -1995px 0px;
}

.flag-div.flag-gq {
    height: 14px;
    background-position: -2017px 0px;
}

.flag-div.flag-gr {
    height: 14px;
    background-position: -2039px 0px;
}

.flag-div.flag-gs {
    height: 10px;
    background-position: -2061px 0px;
}

.flag-div.flag-gt {
    height: 13px;
    background-position: -2083px 0px;
}

.flag-div.flag-gu {
    height: 11px;
    background-position: -2105px 0px;
}

.flag-div.flag-gw {
    height: 10px;
    background-position: -2127px 0px;
}

.flag-div.flag-gy {
    height: 12px;
    background-position: -2149px 0px;
}

.flag-div.flag-hk {
    height: 14px;
    background-position: -2171px 0px;
}

.flag-div.flag-hm {
    height: 10px;
    background-position: -2193px 0px;
}

.flag-div.flag-hn {
    height: 10px;
    background-position: -2215px 0px;
}

.flag-div.flag-hr {
    height: 10px;
    background-position: -2237px 0px;
}

.flag-div.flag-ht {
    height: 12px;
    background-position: -2259px 0px;
}

.flag-div.flag-hu {
    height: 10px;
    background-position: -2281px 0px;
}

.flag-div.flag-ic {
    height: 14px;
    background-position: -2303px 0px;
}

.flag-div.flag-id {
    height: 14px;
    background-position: -2325px 0px;
}

.flag-div.flag-ie {
    height: 10px;
    background-position: -2347px 0px;
}

.flag-div.flag-il {
    height: 15px;
    background-position: -2369px 0px;
}

.flag-div.flag-im {
    height: 10px;
    background-position: -2391px 0px;
}

.flag-div.flag-io {
    height: 10px;
    background-position: -2435px 0px;
}

.flag-div.flag-iq {
    height: 14px;
    background-position: -2457px 0px;
}

.flag-div.flag-ir {
    height: 12px;
    background-position: -2479px 0px;
}

.flag-div.flag-is {
    height: 15px;
    background-position: -2501px 0px;
}

.flag-div.flag-it {
    height: 14px;
    background-position: -2523px 0px;
}

.flag-div.flag-je {
    height: 12px;
    background-position: -2545px 0px;
}

.flag-div.flag-jm {
    height: 10px;
    background-position: -2567px 0px;
}

.flag-div.flag-jo {
    height: 10px;
    background-position: -2589px 0px;
}

.flag-div.flag-jp {
    height: 14px;
    background-position: -2611px 0px;
}

.flag-div.flag-ke {
    height: 14px;
    background-position: -2633px 0px;
}

.flag-div.flag-kg {
    height: 12px;
    background-position: -2655px 0px;
}

.flag-div.flag-kh {
    height: 13px;
    background-position: -2677px 0px;
}

.flag-div.flag-ki {
    height: 10px;
    background-position: -2699px 0px;
}

.flag-div.flag-km {
    height: 12px;
    background-position: -2721px 0px;
}

.flag-div.flag-kn {
    height: 14px;
    background-position: -2743px 0px;
}

.flag-div.flag-kp {
    height: 10px;
    background-position: -2765px 0px;
}

.flag-div.flag-kr {
    height: 14px;
    background-position: -2787px 0px;
}

.flag-div.flag-kw {
    height: 10px;
    background-position: -2809px 0px;
}

.flag-div.flag-ky {
    height: 10px;
    background-position: -2831px 0px;
}

.flag-div.flag-kz {
    height: 10px;
    background-position: -2853px 0px;
}

.flag-div.flag-la {
    height: 14px;
    background-position: -2875px 0px;
}

.flag-div.flag-lb {
    height: 14px;
    background-position: -2897px 0px;
}

.flag-div.flag-lc {
    height: 10px;
    background-position: -2919px 0px;
}

.flag-div.flag-li {
    height: 12px;
    background-position: -2941px 0px;
}

.flag-div.flag-lk {
    height: 10px;
    background-position: -2963px 0px;
}

.flag-div.flag-lr {
    height: 11px;
    background-position: -2985px 0px;
}

.flag-div.flag-ls {
    height: 14px;
    background-position: -3007px 0px;
}

.flag-div.flag-lt {
    height: 12px;
    background-position: -3029px 0px;
}

.flag-div.flag-lu {
    height: 12px;
    background-position: -3051px 0px;
}

.flag-div.flag-lv {
    height: 10px;
    background-position: -3073px 0px;
}

.flag-div.flag-ly {
    height: 10px;
    background-position: -3095px 0px;
}

.flag-div.flag-ma {
    height: 14px;
    background-position: -3117px 0px;
}

.flag-div.flag-mc {
    height: 15px;
    background-position: -3139px 0px;
}

.flag-div.flag-md {
    height: 10px;
    background-position: -3160px 0px;
}

.flag-div.flag-me {
    height: 10px;
    background-position: -3182px 0px;
}

.flag-div.flag-mf {
    height: 14px;
    background-position: -3204px 0px;
}

.flag-div.flag-mg {
    height: 14px;
    background-position: -3226px 0px;
}

.flag-div.flag-mh {
    height: 11px;
    background-position: -3248px 0px;
}

.flag-div.flag-mk {
    height: 10px;
    background-position: -3270px 0px;
}

.flag-div.flag-ml {
    height: 14px;
    background-position: -3292px 0px;
}

.flag-div.flag-mm {
    height: 14px;
    background-position: -3314px 0px;
}

.flag-div.flag-mn {
    height: 10px;
    background-position: -3336px 0px;
}

.flag-div.flag-mo {
    height: 14px;
    background-position: -3358px 0px;
}

.flag-div.flag-mp {
    height: 10px;
    background-position: -3380px 0px;
}

.flag-div.flag-mq {
    height: 14px;
    background-position: -3402px 0px;
}

.flag-div.flag-mr {
    height: 14px;
    background-position: -3424px 0px;
}

.flag-div.flag-ms {
    height: 10px;
    background-position: -3446px 0px;
}

.flag-div.flag-mt {
    height: 14px;
    background-position: -3468px 0px;
}

.flag-div.flag-mu {
    height: 14px;
    background-position: -3490px 0px;
}

.flag-div.flag-mv {
    height: 14px;
    background-position: -3512px 0px;
}

.flag-div.flag-mw {
    height: 14px;
    background-position: -3534px 0px;
}

.flag-div.flag-mx {
    height: 12px;
    background-position: -3556px 0px;
}

.flag-div.flag-my {
    height: 10px;
    background-position: -3578px 0px;
}

.flag-div.flag-mz {
    height: 14px;
    background-position: -3600px 0px;
}

.flag-div.flag-na {
    height: 14px;
    background-position: -3622px 0px;
}

.flag-div.flag-nc {
    height: 10px;
    background-position: -3644px 0px;
}

.flag-div.flag-ne {
    height: 15px;
    background-position: -3666px 0px;
}

.flag-div.flag-nf {
    height: 10px;
    background-position: -3686px 0px;
}

.flag-div.flag-ng {
    height: 10px;
    background-position: -3708px 0px;
}

.flag-div.flag-ni {
    height: 12px;
    background-position: -3730px 0px;
}

.flag-div.flag-nl {
    height: 14px;
    background-position: -3752px 0px;
}

.flag-div.flag-no {
    height: 15px;
    background-position: -3774px 0px;
}

.flag-div.flag-np {
    height: 15px;
    background-position: -3796px 0px;
}

.flag-div.flag-nr {
    height: 10px;
    background-position: -3811px 0px;
}

.flag-div.flag-nu {
    height: 10px;
    background-position: -3833px 0px;
}

.flag-div.flag-nz {
    height: 10px;
    background-position: -3855px 0px;
}

.flag-div.flag-om {
    height: 10px;
    background-position: -3877px 0px;
}

.flag-div.flag-pa {
    height: 14px;
    background-position: -3899px 0px;
}

.flag-div.flag-pe {
    height: 14px;
    background-position: -3921px 0px;
}

.flag-div.flag-pf {
    height: 14px;
    background-position: -3943px 0px;
}

.flag-div.flag-pg {
    height: 15px;
    background-position: -3965px 0px;
}

.flag-div.flag-ph {
    height: 10px;
    background-position: -3987px 0px;
}

.flag-div.flag-pk {
    height: 14px;
    background-position: -4009px 0px;
}

.flag-div.flag-pl {
    height: 13px;
    background-position: -4031px 0px;
}

.flag-div.flag-pm {
    height: 14px;
    background-position: -4053px 0px;
}

.flag-div.flag-pn {
    height: 10px;
    background-position: -4075px 0px;
}

.flag-div.flag-pr {
    height: 14px;
    background-position: -4097px 0px;
}

.flag-div.flag-ps {
    height: 10px;
    background-position: -4119px 0px;
}

.flag-div.flag-pt {
    height: 14px;
    background-position: -4141px 0px;
}

.flag-div.flag-pw {
    height: 13px;
    background-position: -4163px 0px;
}

.flag-div.flag-py {
    height: 11px;
    background-position: -4185px 0px;
}

.flag-div.flag-qa {
    height: 8px;
    background-position: -4207px 0px;
}

.flag-div.flag-re {
    height: 14px;
    background-position: -4229px 0px;
}

.flag-div.flag-ro {
    height: 14px;
    background-position: -4251px 0px;
}

.flag-div.flag-rs {
    height: 14px;
    background-position: -4273px 0px;
}

.flag-div.flag-ru {
    height: 14px;
    background-position: -4295px 0px;
}

.flag-div.flag-rw {
    height: 14px;
    background-position: -4317px 0px;
}

.flag-div.flag-sa {
    height: 14px;
    background-position: -4339px 0px;
}

.flag-div.flag-sb {
    height: 10px;
    background-position: -4361px 0px;
}

.flag-div.flag-sc {
    height: 10px;
    background-position: -4383px 0px;
}

.flag-div.flag-sd {
    height: 10px;
    background-position: -4405px 0px;
}

.flag-div.flag-se {
    height: 13px;
    background-position: -4427px 0px;
}

.flag-div.flag-sg {
    height: 14px;
    background-position: -4449px 0px;
}

.flag-div.flag-sh {
    height: 10px;
    background-position: -4471px 0px;
}

.flag-div.flag-si {
    height: 10px;
    background-position: -4493px 0px;
}

.flag-div.flag-sj {
    height: 15px;
    background-position: -4515px 0px;
}

.flag-div.flag-sk {
    height: 14px;
    background-position: -4537px 0px;
}

.flag-div.flag-sl {
    height: 14px;
    background-position: -4559px 0px;
}

.flag-div.flag-sm {
    height: 15px;
    background-position: -4581px 0px;
}

.flag-div.flag-sn {
    height: 14px;
    background-position: -4603px 0px;
}

.flag-div.flag-so {
    height: 14px;
    background-position: -4625px 0px;
}

.flag-div.flag-sr {
    height: 14px;
    background-position: -4647px 0px;
}

.flag-div.flag-ss {
    height: 10px;
    background-position: -4669px 0px;
}

.flag-div.flag-st {
    height: 10px;
    background-position: -4691px 0px;
}

.flag-div.flag-sv {
    height: 12px;
    background-position: -4713px 0px;
}

.flag-div.flag-sx {
    height: 14px;
    background-position: -4735px 0px;
}

.flag-div.flag-sy {
    height: 14px;
    background-position: -4757px 0px;
}

.flag-div.flag-sz {
    height: 14px;
    background-position: -4779px 0px;
}

.flag-div.flag-ta {
    height: 10px;
    background-position: -4801px 0px;
}

.flag-div.flag-tc {
    height: 10px;
    background-position: -4823px 0px;
}

.flag-div.flag-td {
    height: 14px;
    background-position: -4845px 0px;
}

.flag-div.flag-tf {
    height: 14px;
    background-position: -4867px 0px;
}

.flag-div.flag-tg {
    height: 13px;
    background-position: -4889px 0px;
}

.flag-div.flag-th {
    height: 14px;
    background-position: -4911px 0px;
}

.flag-div.flag-tj {
    height: 10px;
    background-position: -4933px 0px;
}

.flag-div.flag-tk {
    height: 10px;
    background-position: -4955px 0px;
}

.flag-div.flag-tl {
    height: 10px;
    background-position: -4977px 0px;
}

.flag-div.flag-tm {
    height: 14px;
    background-position: -4999px 0px;
}

.flag-div.flag-tn {
    height: 14px;
    background-position: -5021px 0px;
}

.flag-div.flag-to {
    height: 10px;
    background-position: -5043px 0px;
}

.flag-div.flag-tr {
    height: 14px;
    background-position: -5065px 0px;
}

.flag-div.flag-tt {
    height: 12px;
    background-position: -5087px 0px;
}

.flag-div.flag-tv {
    height: 10px;
    background-position: -5109px 0px;
}

.flag-div.flag-tw {
    height: 14px;
    background-position: -5131px 0px;
}

.flag-div.flag-tz {
    height: 14px;
    background-position: -5153px 0px;
}

.flag-div.flag-ua {
    height: 14px;
    background-position: -5175px 0px;
}

.flag-div.flag-ug {
    height: 14px;
    background-position: -5197px 0px;
}

.flag-div.flag-um {
    height: 11px;
    background-position: -5219px 0px;
}

.flag-div.flag-un {
    height: 14px;
    background-position: -5241px 0px;
}

.flag-div.flag-us {
    height: 11px;
    background-position: -5263px 0px;
}

.flag-div.flag-uy {
    height: 14px;
    background-position: -5285px 0px;
}

.flag-div.flag-uz {
    height: 10px;
    background-position: -5307px 0px;
}

.flag-div.flag-va {
    height: 15px;
    background-position: -5329px 0px;
}

.flag-div.flag-vc {
    height: 14px;
    background-position: -5346px 0px;
}

.flag-div.flag-ve {
    height: 14px;
    background-position: -5368px 0px;
}

.flag-div.flag-vg {
    height: 10px;
    background-position: -5390px 0px;
}

.flag-div.flag-vi {
    height: 14px;
    background-position: -5412px 0px;
}

.flag-div.flag-vn {
    height: 14px;
    background-position: -5434px 0px;
}

.flag-div.flag-vu {
    height: 12px;
    background-position: -5456px 0px;
}

.flag-div.flag-wf {
    height: 14px;
    background-position: -5478px 0px;
}

.flag-div.flag-ws {
    height: 10px;
    background-position: -5500px 0px;
}

.flag-div.flag-xk {
    height: 15px;
    background-position: -5522px 0px;
}

.flag-div.flag-ye {
    height: 14px;
    background-position: -5544px 0px;
}

.flag-div.flag-yt {
    height: 14px;
    background-position: -5566px 0px;
}

.flag-div.flag-za {
    height: 14px;
    background-position: -5588px 0px;
}

.flag-div.flag-zm {
    height: 14px;
    background-position: -5610px 0px;
}

.flag-div.flag-zw {
    height: 10px;
    background-position: -5632px 0px;
}