/*!
 * Tabler Flags (v0.9.0)
 * Copyright 2018-2019 The Tabler Authors
 * Copyright 2018-2019 codecalm
 * 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: 1px solid rgba(126, 133, 144, .24);
    border-radius: 3px
}

.flag-country-tr_TR {
    background-image: url(../img/flags/tr_TR.svg)
}

.flag-country-en_US {
    background-image: url(../img/flags/en_US.svg)
}

.flag-country-ar_SA {
    background-image: url(../img/flags/ar_SA.svg)
}

.flag-country-ru_RU {
    background-image: url(../img/flags/ru_RU.svg)
}

.flag-country-es_ES {
    background-image: url(../img/flags/es_ES.svg)
}

.flag-md {
    width: 2.66666rem;
    height: 2rem
}

.flag-lg {
    width: 3.99999rem;
    height: 3rem
}

.flag-xl {
    width: 5.33332rem;
    height: 4rem
}
