.message-bubble{position:relative;max-width:70%}.floating-chat .message-bubble{max-width:75%}.floating-chat .message-bubble-received{margin-left:8px}.floating-chat .message-bubble-sent{margin-right:8px}.message-time-header{font-size:11px;color:#8696a0;margin-bottom:2px;display:block}.floating-chat .message-time-header{font-size:10px;margin-bottom:1px}.message-bubble-received{margin-left:12px}.message-bubble-received .bubble-content{background:var(--theme-primary);color:white!important;border-radius:18px;border-bottom-left-radius:4px;padding:10px 14px;position:relative;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.floating-chat .message-bubble-received .bubble-content,.floating-chat .message-bubble-sent .bubble-content{padding:8px 12px;font-size:14px}.message-bubble-received:not(.message-bubble-grouped) .bubble-content:before{content:"";position:absolute;bottom:0;left:-8px;width:15px;height:25px;background:radial-gradient(ellipse at top left,transparent 0,transparent 70%,var(--theme-primary) 70%)}.message-bubble-sent{margin-right:12px}.message-bubble-sent .bubble-content{background:#ffffff;color:#000;border-radius:18px;border-bottom-right-radius:4px;padding:10px 14px;position:relative;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.message-bubble-sent:not(.message-bubble-grouped) .bubble-content:before{content:"";position:absolute;bottom:0;right:-8px;width:15px;height:25px;background:radial-gradient(ellipse at top right,transparent 0,transparent 70%,#ffffff 0)}.message-bubble:hover .bubble-content{filter:brightness(.98)}.message-time{font-size:11px;margin-left:8px;opacity:.7;white-space:nowrap}.message-bubble-grouped .bubble-content:before{display:none}.message-bubble-grouped.message-bubble-received .bubble-content{border-bottom-left-radius:18px}.message-bubble-grouped.message-bubble-sent .bubble-content{border-bottom-right-radius:18px}.message-edited{display:inline-flex;align-items:center;margin-left:4px;opacity:.7}