
/*Language Selector*/
.locale-dropdown {
    opacity: 0 !important;
    transition: all 0.05s ease-in-out;
}

.locale-icon {
    transition: all 0.1s ease-in-out;
}

.locale-wrapper:hover {
    height:150px !important;
}

.locale-wrapper:hover .locale-dropdown {
    top:75px !important;
    opacity: 1 !important;
    transition: all 0.3s cubic-bezier(0, 2, 0.5, 1);
}

.locale-wrapper:hover .locale-icon {
    transform: rotate(180deg);
    transition: all 0.2s ease-in-out;
}

.locale-link {
    cursor:default !important;
    text-decoration-line:underline;
    color: #ffffff !important;
}

.locale-link:hover {
    color: #000000 !important;
    transition: all 0.2s ease-in-out;
}

.locale-link.active {
    color: #000000 !important;
    text-decoration-line:underline;

}

.locale-link.active:hover {     
    color: white !important;
    transition: color 0.2s ease-in-out;
}

/*Search Bar*/
.t838 .t-input {
background:#ffffff !important;
border-radius: 50px !important;
width:560px !important;
height: 40px !important;
}

.t838 .t838__input {
    padding-left: 30px !important;
    
}

.t838 .t838__blockinput .t-site-search-close {
    display: none !important;
}
.t838 .searchbar-icon {
    position: absolute;
    top: 12px;
    left: 530px;
    width: 18px;
    height: 18px;
}
</style>