.google__translate-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, .75);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000000;
}

.google__translate-wrapper {
    background-color: #7ecbb3;
    padding: 30px;
    border-radius: 8px;
    display: flex;
    gap: 30px;
    align-items: center;
    position: relative;
}

.google__translate-left {
    width: 400px;
}

.google__translate-title {
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
}

.google__translate-description {
    color: #fff;
    font-size: 15px;
    padding-top: 20px;
    line-height: 150%;
}

.google__translate-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #FFF;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.google__translate-close:hover {
    cursor: pointer;
}

#show__google-languages:hover {
    cursor: pointer;
}
