.author_message {
    background: #d9eef1;
}

.wsus__topbar_right {
    align-items: center;
}

.wsus__topbar_language {
    margin-right: 16px;
}

.wsus__language_select {
    width: 58px;
    min-width: 58px;
    max-width: 58px;
    height: 28px;
    margin-top: 11px;
    padding: 0 16px 0 6px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 4px;
    background: transparent;
    color: var(--colorWhite);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    outline: none;
}

.wsus__language_select option {
    color: var(--colorBlack);
}

.home_3 .wsus__topbar {
    background: var(--colorPrimary);
}

.home_3 .wsus__topbar_icon li a {
    color: var(--colorPrimary);
}

.wsus__banner_text .wsus__banner_search {
    display: flex;
    align-items: center;
    width: 90%;
}

.wsus__banner_text .wsus__banner_search li {
    flex: 1 1 0;
    min-width: 0;
}

.wsus__banner_text .wsus__banner_search li:last-child,
.home_3 .wsus__banner_text .wsus__banner_search li.input_area {
    flex: 0 0 160px;
    min-width: 160px;
}

.wsus__banner_text .wsus__banner_search li .select2-container {
    width: 100% !important;
}

.wsus__banner_text .wsus__banner_search li .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wsus__banner_text .wsus__banner_search li button {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
}

html[lang^="pt"] h1,
html[lang^="pt"] h2,
html[lang^="pt"] h3,
html[lang^="pt"] h4,
html[lang^="pt"] h5,
html[lang^="pt"] h6,
html[lang^="pt"] legend,
html[lang^="pt"] label,
html[lang^="pt"] .common_btn,
html[lang^="pt"] .common_btn2,
html[lang^="pt"] .breadcrumb-item,
html[lang^="pt"] .breadcrumb-item a,
html[lang^="pt"] .select2-results__option,
html[lang^="pt"] .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-transform: none !important;
}
