.language-selector-label {
    font-weight: bolder;
}

.language-selector-component .select2-container--default .select2-selection--single {
    background-color: #fff;
    height: 47px;
    line-height: 47px;
    border-radius: 5px;
    font-family: Lato, sans-serif;
    padding: 10px;
    width: 100%;
    font-size: 14px;
    color: #707070;
    border: 1px solid #eee;
    transition: all .3s;
    box-shadow: none;
}

.language-selector-component .select2-container--default .select2-selection--single .select2-selection__arrow {
    top:10px;
}

.language-selector-component .container {
    padding: 1rem;
}

.language-selector-component .row,
.language-selector-component p,
.language-selector-component .toggle-switch-inner {
    margin-bottom: 1rem;

}

.language-selector-component select {
    height: 47px;
}
.language-selector-component .form-group {
    overflow: visible;
}

@media (min-width: 992px) {
    .language-selector-component .modal-xl {
        max-width: 1440px;
    }
}
