#google_translate_element {
    width: fit-content;
    margin: 0px;
}

/* This is Select element for selecting the language */

#google_translate_element select {
    color: var(--bluelink);
    background-color: transparent;
    border: none;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    outline: none;
    width: fit-content;
}

/* To remove the name and google tag mentioned below the select tag */

.goog-logo-link,
.goog-te-gadget span {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
    font-size: 0;
}

/*   Remove banner Frame which comes on the top*/

.goog-te-banner-frame {
    display: none !important;
}

/* To disable and not show text tooltips */

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

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