.chat-dialog {
    height: 87vh;
    max-width: 960px;
}

.chat-content {
    height: 100%;
}

.bg-chat-gray {
    background: rgb(209, 213, 219);
}

.bg-chat-green {
    background: rgb(134, 239, 172);
}

.chat-bottom {
    position: relative !important;
}

.chat-textarea {
    outline: none;
    resize: none;
}

.chat-button {
    border: none;
}
