/*Custom Select START*/
.wvudgjGbZt0FYIM {
    display: inline-block;
    width: auto;
    background-color: transparent;
    border-radius: 6px;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.wvudgjGbZt0FYIM.aside {
    display: none;
}

.wvudgjGbZt0FYIM .vwlkEiPhoDJR6We {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    width: 60px;
}

.wvudgjGbZt0FYIM .vwlkEiPhoDJR6We::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 16px;
    height: 12px;
    background-image: url("../img/lang-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.wvudgjGbZt0FYIM .vwlkEiPhoDJR6We img {
    border: 1.5px solid #F2B90D;
    border-radius: 20px;
    width: 38px;
    height: 38px;
}

.wvudgjGbZt0FYIM .YbswWmgad62 {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    width: 70px;
    margin: 0;
    border-radius: 5px;
    background: var(--header-lang-dropdown-bg);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
}

.wvudgjGbZt0FYIM .YbswWmgad62 img {
    width: 100%;
    margin-right: 7px;
}

.wvudgjGbZt0FYIM .YbswWmgad62 .fvecyv3R9 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 11px 15px;
    color: #FFF;
    font-weight: 600;
    cursor: pointer;
    border-radius: 6px;
}

.wvudgjGbZt0FYIM .YbswWmgad62 .fvecyv3R9:hover {
    background-color: var(--header-lang-dropdown-hover-bg);
}

.wvudgjGbZt0FYIM .YbswWmgad62 .fvecyv3R9:active {
    background-color: rgba(11, 43, 40, 0.8);
}



.fvecyv3R9 img {
    /* width: 24px; */
    height: auto;
    flex-shrink: 0;
}

/*Custom Select END*/