.lang-switch {
    padding: 0px;
}

.lang_switcher {
    .select2-container--default .select2-selection--single {
        border: none;
        font-size: 1.2rem;
        padding: 10px 15px;
        height: 49px;

        .select2-selection__rendered{
            line-height: 30px;
        }

        .select2-selection__arrow {
            margin: 0px 8px;
            height: 49px;
        }
    }
}

.lang_switcher_dd {
    border-top: solid 1px #d6d6d6 !important;
    .select2-results__option {
        font-size: 1.2rem;
    }
}
