
/*

===============================

Language Modal

===============================

*/

.languages-two-rows {
    list-style-type: none;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.im-m-div-ul-2 {
    list-style-type: none;
    padding-left: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
}

.language-icon-button {
    background-color: transparent;
    border: none;
    appearance: none;
}

.language-1-img {
    height: 80px;
    width: 80px;
}
.language-2-img {
    height: 80px;
    width: 80px;
}
.language-3-img {
    height: 80px;
    width: 80px;
}
.language-4-img {
    height: 80px;
    width: 80px;
}


/*

===============================

Language Modal end

===============================

*/