.translate-picker {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.translate-picker__select {
    min-height: 30px;
    padding: 3px 30px 3px 10px;
    border: 1px solid rgba(0, 0, 0, 0.24);
    border-radius: 4px;
    background-color: #ffffff;
    color: #333333;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.translate-picker::after {
    content: "";
    position: absolute;
    right: 10px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
}

.translate-picker__select:hover,
.translate-picker__select:focus {
    border-color: rgba(0, 0, 0, 0.48);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.translate-picker--light {
    color: #ffffff;
}

.translate-picker--light .translate-picker__select {
    border-color: rgba(255, 255, 255, 0.55);
    background-color: transparent;
    color: #ffffff;
}

.translate-picker--light .translate-picker__select option {
    color: #333333;
}

.translate-picker--light .translate-picker__select:hover,
.translate-picker--light .translate-picker__select:focus {
    border-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.18);
}

.google-translate-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
}

.goog-te-banner-frame,
.goog-te-balloon-frame,
.goog-te-gadget-simple {
    display: none !important;
}

body {
    top: 0 !important;
}
