﻿body {
    top: 0 !important;
}

iframe.skiptranslate {
    display: none !important;
}

#googleTranslateElement {
    display: none !important;
}

#overlay {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    height: 100%;
    left: 0px;
    overflow: hidden;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10000;
}

#overlayLoading {
    left: 50%;
    margin-left: -33px;
    margin-top: -33px;
    top: 50%;
    position: absolute;
}

#overlayLoading, #overlayLoadingImage {
    height: 66px;
    width: 66px;
}

#selectedLanguageContainer {
    display: none;
    /*            right: 20px;
            position: absolute;
            top: 20px;*/
}

#selectedLanguageSelect {
    display: inline-block;
    width: auto;
}

#selectedLanguageText {
    display: inline-block;
    margin-right: 0.75rem;
}

#translationDetector {
    display: none;
}

.overlayHidden {
    display: none !important;
}

.overlayShown {
    display: block !important;
}

/* hiding original text popovers */
#goog-gt-tt {
    display: none !important;
}

#goog-gt-tt:hover {
    display: none !important;
}

font[style="vertical-align: inherit;"] {
    /* makes height of text in translated buttons not shifted down */
    vertical-align: initial !important;
}

font font, font[style="vertical-align: inherit;"] {
    /* hides original text popover */
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* hides the circular google translate logo */
div.VIpgJd-ZVi9od-aZ2wEe-wOHMyf, div.VIpgJd-ZVi9od-aZ2wEe-OiiCO {
    display: none !important;
}
