.sendReply {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #6c757d;
    text-align: center;
    border-radius: 50%;
    margin: 3px;
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / 15%);
}
.sendReply:hover {
    background-color: #007bff !important;
    color: #fff !important;
}

.cover-image {
    background-image: url('../images/bot-cover.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.chat-content-vzns {
    padding: 20px;
    background-color:#ebecf0;
    padding-top:90px;
    overflow-y: auto; 
    height: 92%
}
.chat-footer-menu, .chat-top-header-menu 
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-content {
    padding: 0.5rem;
}

.updateAiMode-on {
    background-color: #007bff!important;
    color:#fff!important;
}

.updateAiMode-off {
    background-color: rgb(246, 246, 9)!important;
    color:#000000!important;
}

.chat-list {
    height: 900px!important;
}