 .skiptranslate,
.goog-te-combo {
    display: none !important;
}

body {
    top: 0 !important
}

.goog-te-gadget {
    display: block !important;
}

#google_translate_element,
select.goog-te-combo {
    position: fixed;
    z-index: 999;
    top: -999px;
}

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

#teams-dropdown-menu span.icon .fa {
    display: none;
}

.loader {
    z-index: 999999;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    background: #fff;
    left: 0;
}

#teams-dropdown-menu ul li {
    text-transform: capitalize;
}

#teams-dropdown-menu {
    border-radius: 3px;
    position: relative;
    background-color: gold;
    cursor: pointer;
    width: 60px;
    display: flex;
    align-items: center;
    margin-left: 10px;
    height: 36px;
    padding: 6px;

    @media (max-width: 991px) {
        margin-left: 0;
        margin-right: 10px;
    }
}

#teams-dropdown-menu .flag-text {
    font-size: 0px;
    color: #000000;
}

#teams-dropdown-menu ul {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px #0a0a0a0d, 0 0 10px 0 #0a0a0a14;
    display: none;
    left: 0;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    top: 50px;
    width: 135px;
    z-index: 99;
    padding: 0;
    left: unset !important;
    right: 0;
}

#teams-dropdown-menu ul li img {
    margin-right: 10px;
}

#teams-dropdown-menu ul.active {
    display: block;
    animation: slidedown 0.2s;
    top: 50px;
}

@keyframes slidedown {
    from {
        margin-top: -25px;
        opacity: 0;
    }

    to {
        margin-top: 0;
        opacity: 1;
    }
}

#teams-dropdown-menu ul li {
    padding: 10px 15px;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0.5px;
    height: auto !important;
    display: flex;
    margin-left: 0;
    float: none;
}

#teams-dropdown-menu ul li:hover {
    color: #000 !important;
    background-color: #f0f0f0;
}

#teams-dropdown-menu span.icon:before {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: relative;
    top: 2px;
}

@media screen and (max-width:1199px) {
    #teams-dropdown-menu .flag-text {
        font-size: 0px;
        color: #000000;
        margin-right: 4px;
    }

    #teams-dropdown-menu .submenu-button {
        display: none;
    }

    #teams-dropdown-menu span.icon i {
        color: #000;
    }
}

#teams-dropdown-menu span {
    color: white;
}


.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc{
    display: none !important;
}

font {
    background: transparent !important;
    box-shadow: none !important;
}
