#google_translate_element {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 1000;
    background-color: antiquewhite;
    opacity: 0.5;
}

/* Customize the translate button/dropdown */
.goog-te-gadget {
    font-family: Arial, sans-serif;
    background-color: ;
    opacity: 0.5;
}

.goog-te-gadget-simple {
    background-color:  antiquewhite;
    border: 1px solid #e0e0e0;
    padding: 8px 10px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Hover effect */
.goog-te-gadget-simple:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-color: #ccc;
}

/* Style the dropdown text */
.goog-te-menu-value {
    color: black;
    text-decoration: none;
}

/* Remove the default border */
.goog-te-menu-value span {
    border: none !important;
}

/* Hide the original Google Translate icon if desired */
.goog-te-gadget-icon {
    display: none;
}


