.message_view{display:flex;flex-direction:column;margin-bottom:45px}.message_view:nth-of-type(odd){align-items:flex-end}.message_view:nth-of-type(odd) .message_header{flex-direction:row-reverse}.message_view:nth-of-type(odd) .message_info{text-align:right;border-radius:15px 0 15px 15px}.message_view:nth-of-type(2n){align-items:start}.message_view:nth-of-type(2n) .message_info{text-align:left;border-radius:0 15px 15px 15px;color:#000;background:#fff}.message_view .message_time{margin:2px 0;color:#84868c;font-size:12px}.message_view .message_info{padding:10px 15px;color:#fff;background:#4b87ff}.message_view .message_header{display:flex;align-items:center}.message_view .message_header span{margin:0 5px}.message_view .message_header .header_icon{margin:auto 0;width:40px;height:40px;border-radius:50%;border:1px solid #eaeaea;background:#4b87ff}