﻿.flag {
    width: 1.6rem !important;
    height: 1.2rem !important;
    display: inline-block;
    background: no-repeat center/100% 100%;
    vertical-align: bottom;
    font-style: normal;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.flag-gb {
    background-image: url("flags/gb.svg");
}

.flag-kw {
    background-image: url("flags/kw.svg");
}
.flag-sa {
    background-image: url("flags/sa.svg");
}

.flag-uae {
    background-image: url("flags/uae.svg");
}

.flag-qa {
    background-image: url("flags/qatar.svg");
}