﻿.lhst_custom-select {
    cursor: pointer;
    display: ruby;
}

.lhst_selected-option {
    display: flex;
    align-items: center;
    border: 1px solid;
    border-bottom-width: 2px;
    border-bottom-color: black;

}

.lhst_options {
    display: none;
}

.lhst_selected-option img {
    width: 50px;
    height: 40px;
}

.lhst_option {
    display: flex;
    align-items: center;
}

.lhst_option img {
    width: 50px;
    height: 40px;
}

.lhst_option:hover {
    background-color: #f0f0f0;
}

.lhst_language_div {
    margin-left: 10px;
    width: fit-content;
    padding: 15px;
    background-image: var(--pattern);
    background-size: 30%;
    border-radius: 20px;
    border-width: 2px;
    border-color: var(--wheat-color);
    color: var(--wheat-color);
    vertical-align: top;
    height: fit-content
}
