.goog-te-gadget-simple{
    display: flex !important;
    align-items: center;
    flex-direction: row-reverse;
    padding: 0;
    background-color: unset !important;
    border: none !important;
    min-width: 100px;
}

.goog-te-gadget-simple span{
    color: #fff;
}

.goog-te-menu-value{
    display: flex;
    text-transform: capitalize;
}

.goog-te-gadget-icon{
    background-image: url('/images/index/google-g-logo.svg') !important;
    background-repeat: no-repeat;
    background-position: 0 !important;
    margin-bottom: 0 !important;
}

.lang {
    justify-content: flex-end;
}

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

body {
    top: 0 !important;
}

@media screen and (max-width: 400px) {
    .goog-te-gadget-simple span{
        width: 70px;
        overflow: hidden;
    }
}