.campanha-chat-container-modal {
    background-image: url('../../../img/bg_chat.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 12px;
    min-height: 15vh;
    max-height: 50vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.modal-body {
    color: #555555;
}

.ballons {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-top: 12px; 
    align-items: flex-end;
    width: 100%;
}

.campanha-message-balloon {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: baseline;
    background-color: #ffefd9;
    border-radius: 12px;
    border-top-left-radius: 0;
    padding: 8px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    overflow-wrap: anywhere;
    justify-content: flex-end;
}

.campanha-message-balloon {
    background-color: #daffff;
    border-top-left-radius: 12px;
    border-top-right-radius: 0;
}