/* Hides the popup on translated text */
.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;
}