.button-wa {
    width: 50px;
    height: 50px;
}

.floating-wpp-button{
    position: fixed;
    bottom: 65px;
    right: 10px;
    z-index: 999;
}

.popup-box-wa {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 50px;
    z-index: 999;
    min-height: 160px;
    background-color: rgb(229, 221, 213);
    border-radius: 10px;
    padding: 0 15px 12px 15px;
    width: 280px;
    height: auto;
    opacity: 1;
}

.wa-head {
    background-color: rgb(57, 132, 122);
    text-align: left;
    color: white;
    margin: 0 -15px 15px -15px;
    padding: 15px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 10px 10px 0 0px;
}

.close{
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ffffff;
    text-shadow: none;
    opacity: 1;
    font-size: inherit;
}

.wa-message{
    background-color: white;
    padding: 8px;
    border-radius: 7.5px 7.5px 7.5px 7.5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    opacity: 1;
    transition: opacity 0.2s;
    max-width: 100%;
    transition-delay: 2s;
}

.message-fill{
    font-size: 13px;
}

.wa-input-message{
    background-color: #e5ddd5;
    margin: 5px -15px -15px -15px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.wa-input-message textarea{
    border: 1px solid #ffffff;
    border-radius: 21px;
    box-shadow: none;
    padding: 8px 12px;
    margin: 10px 0 15px 0;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    font-size: 13px;
    resize: none;
    outline: none;
    color: #4a4a4a;
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    visibility: visible !important;
    animation-delay: 0s;
    animation-duration: 0s;
}

.wa-input-message .floating-wpp-btn-send {
    margin: 20px 0 15px 12px;
    font-size: 0;
    cursor: pointer;
    border-radius: 50%;
}

.container-lang{

    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
}

.list-lang{
    padding: 10px;
    background-color: #ffffff;
    border-radius: 5px;
}