.chat-body {
padding:0px;overflow: hidden;
height: 350px; margin-bottom:15px
}
.chat-body .avatar {
position: absolute;
width:40px;height:40px;
}
.chat-body .avatar label {
    display: block;line-height:36px;
font-size:24px;font-weight:500;
    text-align:center;color:#fff;
    border:1px solid #eee;
    border-radius: 50%;
    height: 100%;
    width: 100%;
}
.chat-body h6 {
    font-size: 20px;
    margin: 0 0 20px;
}
.chat-body .answer.left {
    padding: 0 0 0 58px;
    text-align: left;
    float: left;
}
.chat-body .answer {
    position: relative;
    max-width: 600px;
    overflow: hidden;
    clear: both;
}
.chat-body .answer.left .avatar {
    left: 0;
}
.chat-body .answer .avatar {
    bottom: 36px;
}
.chat-body .answer .name {
    font-size: 14px;
    line-height: 36px;
}
.chat-body .answer.left .text {
    background: #ebebeb;
    color: #333333;
    border-radius: 8px 8px 8px 0;
}
.chat-body .answer .text {
    padding: 12px;
    font-size: 16px;
    line-height: 26px;
    position: relative;
}
.chat-body .answer.left .text:before {
    left: -30px;
    border-right-color: #ebebeb;
    border-right-width: 12px;
}
.chat-body .answer .text:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    border: 18px solid transparent;
    border-bottom-width: 0;
}
.chat-body .answer.left .time {
    padding-left: 12px;
    color: #333333;
}
.chat-body .answer .time {
    font-size: 16px;
    line-height: 36px;
    position: relative;
    padding-bottom: 1px;
}
.chat-body .answer.right {
    padding: 0 58px 0 0;
    text-align: right;
    float: right;
}
.chat-body .answer.right .avatar {
    right: 0;
}
.chat-body .answer.right .text {
    background: #cfe2ff;
    color: #333333;
    border-radius: 8px 8px 0 8px;
}
.chat-body .answer.right .text:before {
    right: -30px;
    border-left-color: #cfe2ff;
    border-left-width: 12px;
}
.chat-body .answer.right .time {
    padding-right: 12px;
    color: #333333;
}
.button-wrappa {
    position: relative;
    width: 125px;
    height: auto;
    text-align: left;
    margin: 0 auto;
    display: block;
    background: #F6F7FA;
    border-radius: 3px;
    padding: 5px 15px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    cursor: pointer !important;
}
.button-wrappa span.label {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: #343945;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
}
.button-wrappa span.label i, #reply_submit i{
    margin-right: 5px;font-size:18px;
}
#uploadatt {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
.dividerline:after,
.dividerline:before {
content: "";
flex: 1;
height: 1px;
background: #eee;
}
.dividerline p{color: #a2aab7;}
@media (max-width: 991px) {
.multiple_reply_file_selection{
position: absolute;height:auto;
left:15px;bottom:0px;
}
}