.p_a2_firmPage_main_firmDesign4main_whatsAppSendMessage:empty {
    display: none;
}

.modal__textarea {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 1px 8px 0 #999 inset;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    width: 100%;
    height: 150px;
    outline: none;
    min-height: calc(40vh - 50px);
}

.modal__textarea--error {
    position: absolute;
    max-width: 200px;
    margin: 30px 20px;
    text-align: right;
    top: 0;
    right: 0;
    color: tomato;
}

.wAppMessage__form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    min-width: 50vw;
    min-height: 40vh;
}

.wAppMessage {
    display: flex;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    color: #1c7cb7;
    text-decoration: none;
    transition: .2s;
    padding: 10px 0;
    align-items: center;
}

.wAppMessage:hover {
    color: #135781;
}

.wAppMessage__button {
    width: auto!important;
}

.wAppMessage::before {
    content: '\e92f';
    font-family: 'icons2' !important;
    display: flex;
    color: #47C757;
    font-size: 25px;
    box-sizing: border-box;
    position: relative;
    margin-right: 10px;
}

@media all and (max-width: 450px) {
    .wAppMessage__form {
        min-width: 280px;
        min-height: 90vh;
    }
}