.goog-logo-link {
display:none !important;
}
.goog-te-gadget {
color: transparent !important;
}
.goog-te-gadget .goog-te-combo {
color: white !important;
}
/* Google Translate */
.goog-logo-link,
.goog-te-gadget span,
div#goog-gt-,
.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
#goog-gt-tt,
.goog-te-balloon-frame {
display: none !important;
}
.goog-text-highlight {
background: none !important;
box-shadow: none !important;
}
#google_translate_element select {
background: #066ab8;
color: blue;
border-radius: 25px;
padding: 8px 12px;
border: 2px solid white;
z-index: 99999;
font-size: 16px !important; /* Reduced font size */
}
#google_translate_element {
z-index: 100;
border-radius: 0;
right: 0;
left: auto;
position: fixed;
bottom: 6px;
}
.goog-te-gadget {
font-size: 16px; /* Adjust this size as needed */
line-height: 1.5; /* Optional: Adjust for better readability */
}
.goog-te-gadget-simple {
background-color: #085C9C !important;
border-color: white !important;
padding: 0.4em 0.6em !important;
border-radius: 4px !important;
font-size: 20px !important; /* Reduced font size */
line-height: 2rem !important;
display: inline-block;
cursor: pointer;
}
.goog-te-menu-value {
display: flex;
align-items: center;
color: black !important;
background-color: @translate-bg !important;
}
.goog-te-menu-value span {
color: black;
font-family: sans-serif;
font-size: 20px !important; /* Reduced font size */
}
.goog-te-menu-value span:nth-child(1) {
position: relative;
top: 0.07rem;
}
.goog-te-menu-value span:nth-child(3) {
border: none !important;
font-family: 'Material Icons';
display: flex;
color: black !important;
font-size: 20px !important; /* Reduced font size */
}
.goog-te-menu-value span:nth-child(3):after {
font-family: 'Material Icons';
content: "\E5C5";
font-size: 20px !important; /* Reduced font size */
}
.goog-te-menu-value span:nth-child(5) {
display: none;
}
.goog-te-menu2 {
max-width: 100%;
}
.goog-te-menu-value:before {
content: "\e894";
margin-right: 0.5em;
font-family: 'Material Icons';
color: black;
font-size: 20px !important; /* Reduced font size */
}
/* Hide additional form labels */
#goog-gt-votingInputSrcLang,
#goog-gt-votingInputTrgLang,
#goog-gt-votingInputSrcText,
#goog-gt-votingInputTrgText,
#goog-gt-votingInputVote {
display: none;
}
label {
font-size: 20px !important; /* Reduced font size */
}
input {
font-size: 20px !important; /* Reduced font size */
}
}