.langs_sub{
    position:absolute;
    right:0;
}
.uc-mylangs {
    position: absolute;
    right: 43px;
    z-index: 9999;
    top:35px;
}
ul.submenu {
    list-style: none;
    width: 43px;
    background: #0000006b;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    position: absolute;
    text-align: left;
    height: 64px;
    padding: 10px;

}
a.mainlang {
    color: #fff !important;
    font-weight: 600;
}
.submenu li a {
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 600;
}