/*google translate Dropdown */
#google_translate_element select option {
    background-color: black;
    color: white;
}

#google_translate_element select {
    height: 45px;
    width: fit-content;
    position: fixed;
    background: black;
    color: white;
    border: none;
    border-radius: 5px 5px 0px 0px;
    padding: 6px 8px;
    bottom: 0;
    right: 12%;
    margin: 0;
    z-index: 1;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
    font-size: calc(6px + 1.2vmin);


/* 
    @media only screen and (max-width:"") {
        line-height: 24px;
    }

    @media (min-width:"1100px") and (max-width:"1600px") {
        height: 144px;
        width: 404px;
        font-size: 20px;
    }    */
}

#google_translate_element :hover {
    color: white;
    cursor: pointer;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
    font-size: 0px !important;
    height: 0px !important; 
}
.VIpgJd-ZVi9od-ORHb-OEVmcd {
    visibility: hidden !important;
}

/*
google translate banner-frame */
.goog-te-banner-frame {
    display: none !important;
}

#goog-gt-tt,
.goog-te-balloon-frame {
    display: none !important;
}

.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}

body {
    top: 0 !important;
}


.goog-tooltip {
    display: none !important;
}
.goog-tooltip:hover {
    display: none !important;
}
.goog-text-highlight {
    background-color: transparent !important;
    border: none !important; 
    box-shadow: none !important;
}

#goog-gt-{
    opacity: 0;
}