.cListenButon{width: 60px; height: 60px; border-radius: 7px; }

.cListenButon>i{font-size: 1.8em;}

#txUserInput{width: 100%; max-width: 1200px; height: 80px;}


.cMessageRow{display: flex; flex-direction: row; margin: 3px 5px; border-bottom: groove 1px;}

.dvChatForm{}



#chat-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #f9f9f9;
}

#chat-box {
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #fff;
}

.user-message, .bot-message {
    padding: 10px;
    margin: 5px 0;
    border-radius: 10px;
}

.user-message {
    background-color: #d1e7dd;
    text-align: right;
}

.bot-message {
    background-color: #f8d7da;
    text-align: left;
}
