body iframe {
    display: none;
}

#google_translate_element {
    width: 150px;
    padding-top: 10px;
    position: absolute;
    display: flex;
    justify-content: end;
    z-index: 10;
    right: 10px;
    top: 5px;
}

#google_translate_element img {
    display: none;
}

#google_translate_element a {
    display: none;
}

#google_translate_element select {
    width: 150px;
    height: 50px;
    padding: 0px 10px 0px 10px;
    border-radius: 10px;
    margin: 0;
    z-index: 1000;
    position: absolute;
    top: 0;
    z-index: 10;
    cursor: pointer;
    border: none;
    background-color: skyblue;
    color: rgb(51, 49, 49);
}

#google_translate_element select option {
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
}


.goog-te-gadget {
    width: 150px;
    height: 50px;
    /* overflow: hidden; */
    margin: 0 20px 0 auto;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgba(37, 36, 36, 0.434);
    z-index: 10;
}

@media screen and (max-width:768px) {
    .goog-te-gadget {
        margin: 6px auto 0;
        z-index: 1000;
    }

    #google_translate_element {
        width: auto;
        position: absolute;
        z-index: 1000 !important;
        margin: 8vh 35vw 0 0;
    }
}


@media screen and (max-width:480px) {
    #google_translate_element {
        margin: 8vh 25vw 0 0;
    }
}