/* LANGUAGE ========= */
#lang-modal-bg {
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.lang-modal-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.lang-modal {
    background-color: #fff;
    border-radius: 8px;
    height: 50%;
    margin-top: -60px;
    padding: 80px 10px 10px;
    position: relative;
    width: 80%;
}

#lang-modal-close {
    cursor: pointer;
    height: 48px;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 48px;
}

#lang-modal-close:before, #lang-modal-close:after {
    content: '';
    display: inline-block;
    height: 2px;
    background-color: #333;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 48px;
}

#lang-modal-close:after {
    transform: rotate(-45deg);
}

#google_translate_element {
    transform: scale(1.2);
    text-align: center;
    width: 100%;
    margin: auto;
}
#google_translate_element img {
    width: auto;
    display: inline-block;
}
