.chat-msg-left {
    clear:both;
    float: left;
    width: auto;
    max-width: 100%;
    background-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
    border-radius: 12px;
    padding: 10px 1em;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    align-items: center;
}
.chat-msg-right {
    clear:both;
    float: right;
    width: auto;
    max-width: 100%;
    background-color: rgba(255,255,0,1);
    color: rgba(0,0,0,1);
    border-radius: 12px;
    padding: 10px 1em;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    align-items: center;
}

.w-90 {
    width: 90% !important;
}