#google_translate_element {
    display: none;
}

.goog-te-banner-frame,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
#goog-gt- {
    display: none !important;
}

body {
    position: static !important;
    top: 0 !important;
}

.box_translate {
    list-style: none;
    display: none;
}


/* Style The dropdown-translate Button */

.dropbtn-translate {
    border: 1px solid rgba(134, 80, 80, .1);
    background-color: #fff;
    color: #000;
    padding: 16px;
    font-size: 16px;
    /* border: none; */
    cursor: pointer;
    width: 100%;
    z-index: 9999;
}


/* The container <div> - needed to position the dropdown-translate content */

.dropdown-translate {
    position: relative;
    display: inline-block;
    position: fixed;
    bottom: 30px;
    left: 10px;
    width: 200px;
}


/* dropdown-translate Content (Hidden by Default) */

.dropdown-translate-content {
    display: none;
    position: absolute;
    bottom: 58px;
    background-color: #fff;
    width: 200px;
    border: 1px solid rgba(134, 80, 80, .1);
    z-index: 1;
}


/* Links inside the dropdown-translate */

.dropdown-translate-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}


/* Change color of dropdown-translate links on hover */

.dropdown-translate-content a:hover {
    background-color: #f1f1f1
}


/* Show the dropdown-translate menu on hover */

.dropdown-translate:hover .dropdown-translate-content {
    display: block;
}


/* Change the background color of the dropdown-translate button when the dropdown-translate content is shown */

.dropdown-translate:hover .dropbtntranslate {
    background-color: #fff;
}