.message-list::-webkit-scrollbar{width:6px}.message-list::-webkit-scrollbar-thumb{background-color:var(--greyscale-500);border-radius:4px}.message-list::-webkit-scrollbar-track{background-color:var(--greyscale-100);border-radius:4px}.chat{display:flex;flex-direction:column;gap:5px;align-items:flex-start}.chat-left{align-items:flex-start!important}.chat-right{align-items:flex-end}.bubble-chat{display:inline-flex;padding:10px 15px;max-width:600px;word-wrap:break-word;overflow-wrap:break-word;display:inline-block;white-space:normal;overflow:hidden}.bubble-chat-user{background:var(--Primary-0,#EFFFE6);border-radius:15px 0 15px 15px;color:var(--greyscale-900)}.bubble-chat-other{background:var(--Greyscale-25,#F8F9FB);border-radius:0 15px 15px 15px;color:var(--greyscale-900)}.div-4{display:flex;align-items:center;gap:5px}.text-wrapper-3{color:var(--greyscale-500);text-align:right}.icon-instance-node{color:var(--primary100-base)}.audio-message-player{width:100%;max-width:250px;margin-top:5px}.image-message{max-width:100%;height:auto;border-radius:0 15px 15px 15px;margin-top:5px}.message-time{font-size:12px}