.radio-lang {
    display: none;
}
.radio-lang:not(:checked) + label {
    background-color: #efefef;
    color: #000;
}
.radio-lang:checked + label {
    background-color: #97be25;
    color: #fff;
}
.btn-sized {
    min-width: 120px;
}

/* Direction : LeftToRight / RightToLeft */
.text-direction-ltr {
    direction: ltr;
}
.text-direction-rtl {
    direction: rtl;
}

.img-left {
    display: block;
}
.img-right {
    display: none;
}

.btn-lang {
    margin-top: -4px;
    padding: 4px 12px;
}
