.nguyenlan-lang-switcher-item {
    display: flex;
    align-items: center;
}

.nguyenlan-lang-switcher {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nguyenlan-lang-switcher .nguyenlan-lang-btn {
    background: none;
    border: none;
    padding: 2px;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.2s ease;
    line-height: 0;margin-right:0px;
}

.nguyenlan-lang-switcher .nguyenlan-lang-btn:hover {
    opacity: 0.8;
}

.nguyenlan-lang-switcher .nguyenlan-lang-btn.active {
    opacity: 1;
}

.nguyenlan-lang-switcher .nguyenlan-lang-btn img {
    display: block;
    width: auto;
    height: 30px;
    object-fit: cover;
    border-radius: 2px;
}

.goog-te-banner-frame,
#goog-gt-tt,
.goog-tooltip,
.goog-tooltip:hover {
    display: none !important;
}

body {
    top: 0 !important;
}

.skiptranslate {
    display: none !important;
}