.booking-chat-text{
    width: 100% !important
}
.booking-chat-text > p{
    margin: 0px !important;
    word-break: break-all !important;
}
.booking-chat-text > p:last-of-type{
    width:100%;text-align:right;color:silver;margin-bottom:-7px;margin-top:auto;
}
.booking-chat-text-l{
    float:left;padding-right:10px;
}        
.booking-chat-text-r{
    float:right;padding-left:10px;
}
.booking-chat-macro{
    margin-top:5px;width:85%;border-radius:5px;padding:5px;display:flex; 
}
.booking-chat-msj-rta{
    float:right;background:whitesmoke;
}
.booking-chat-msj{
    float:left;background:white;
}
.booking-chat-frame{
    background:#e0e0de;
    height:450px;
    overflow:hidden;
    padding:0;
}
.booking-chat-frame > div:last-of-type{
    position:absolute;bottom:0;width:100%;display:flex;
}
.chat-body{
    margin-bottom: 15px;
    border-radius: 5px;
}
.chat-body > div > div > div:nth-child(2) > span{
    background: whitesmoke;padding: 10px;font-size: 21px;border-radius: 50%;
}
.chat-body > div > div > div.booking-chat-msj-rta.booking-chat-macro{
    margin:auto;margin-left:1%;
}
.booking-chat-frame ul {
    width:100%;
    list-style-type: none;
    position:absolute;
    display:flex;
    flex-direction: column;
    top:0;
    overflow-y:scroll;
    height: 100%;
    padding-inline-start: 0px !important;
    padding-bottom: 10px !important;
}
.booking-chat-msj:before{
    width: 0;
    height: 0;
    content:"";
    top:-5px;
    left:-14px;
    position:relative;
    border-style: solid;
    border-width: 0 13px 13px 0;
    border-color: transparent #ffffff transparent transparent;            
}
.booking-chat-msj-rta:after{
    width: 0;
    height: 0;
    content:"";
    top:-5px;
    left:14px;
    position:relative;
    border-style: solid;
    border-width: 13px 13px 0 0;
    border-color: whitesmoke transparent transparent transparent;           
}  
.booking-chat-textarea{
    padding: 0px !important;
    padding-left: 5px !important;
    width: 100% !important;
}

.booking-chat-text-author{
    color: silver;
    margin-left: 15px;
}