.my-chat-box {
    border: 1px solid #ddd;
    padding:10px;
    border-radius:10px;
    max-width:400px;
}

#chat-messages {
    height:400px;
    overflow:auto;
    background:#f8f8f8;
    padding:10px;
    border-radius:8px;
}

.msg {
    margin-bottom:8px;
    padding:6px 10px;
    border-radius:6px;
    max-width:75%;
}

.msg.me {
    background:#FF9696;
    margin-left:auto;
}

.msg.other {
    background:#fff;
}
.tick-icon{
    width: 0px;
    height: 2px;
}
