/* custom-language.css */
.custom-dropdown-language {
    min-width: 120px !important;
}

#google_translate_element {
    margin-top: 10px;
}

/* Link to Google Translate */
#goog-gt-tt,
.VIpgJd-yAWNEb-hvhgNd,
.VIpgJd-suEOdc.VIpgJd-yAWNEb-L7lbkb.skiptranslate,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display: none !important;
}

#google_translate_element,
.goog-te-banner-frame,
.goog-te-menu-frame {
    display: none !important;
}

body {
    top: 0 !important;
}

.translated-rtl {
    direction: rtl;
    text-align: right;
}

.region-select-popup .select-language {
    float: right;
    font-size: 14px;
}

.region-select-popup .select-language .select2-container {
    margin: -8px;
}

.region-select-popup .select-language .select2-selection .select2-selection--single {
    background-color: transparent;
    line-height: 38px !important;
    height: 38px !important;
}

.region-select-popup .select-language span.select2-container .select2-selection:not(.select2-selection--multiple) {
    height: 38px !important;
}

.region-select-popup .select-language .select2-selection__rendered {
    line-height: 38px !important;
    padding-right: 8px !important;
}

.region-select-popup .select-language .select2-selection__rendered {
    color: white;
}

#select2-custom-language-select-container:before {
    content: '';
    display: inline-block;
    background: url(../img/icon-globe.svg) center center no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    vertical-align: middle;
}

#select2-modal-language-select-container:after {
    content: '';
    display: inline-block;
    background: url(../img/icon-globe.svg) center center no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    vertical-align: middle;
}

.region-select-popup .select2-container--default .select2-selection--single {
    background-color: transparent !important;
}

.region-select-popup .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
}

.region-select-popup span.select2-container .select2-selection:not(.select2-selection--multiple) .select2-selection__rendered {
    width: 160px;
    text-align: right;
}

@media (max-width: 768px) {
    .select-language #select2-custom-language-select-container {
        font-size: 0;
    }

    .region-select-popup span.select2-container .select2-selection:not(.select2-selection--multiple) .select2-selection__rendered {
        width: 120px;
    }
}

@media (max-width: 414px) {
    .region-select-popup span.select2-container .select2-selection:not(.select2-selection--multiple) .select2-selection__rendered {
        font-size: 0;
    }

    .region-select-popup .select-language {
        position: absolute;
        top: 16px;
        right: 16px;
    }
}