.ChatComponent_chatContainer__qEqy0{display:flex;flex-direction:column;height:600px;width:400px;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.15);background-color:#f5f5f5;overflow:hidden;margin:0 auto}.ChatComponent_chatHeader__DWdFz{background-color:#4a7dff;color:white;padding:15px;text-align:center}.ChatComponent_messagesContainer__dBZdY{flex:1 1;overflow-y:auto;padding:15px;display:flex;flex-direction:column;gap:10px}.ChatComponent_messageWrapper__p24Il{display:flex;flex-direction:column;max-width:70%}.ChatComponent_userMessage__fuvxv{align-self:flex-end}.ChatComponent_botMessage__4FoXV{align-self:flex-start}.ChatComponent_message__Zy9Xc{padding:10px 15px;border-radius:18px;position:relative;word-break:break-word;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.ChatComponent_userMessage__fuvxv .ChatComponent_message__Zy9Xc{background-color:#4a7dff;color:white;border-bottom-right-radius:4px}.ChatComponent_botMessage__4FoXV .ChatComponent_message__Zy9Xc{background-color:#e5e5ea;color:#333;border-bottom-left-radius:4px}.ChatComponent_timestamp__OZght{font-size:.7rem;opacity:.7;margin-top:4px;display:block;text-align:right}.ChatComponent_inputForm__tnH2m{display:flex;padding:15px;background-color:white;border-top:1px solid #e5e5ea}.ChatComponent_messageInput__tDCNt{flex:1 1;padding:10px 15px;border:1px solid #e5e5ea;border-radius:20px;outline:none;font-size:1rem}.ChatComponent_sendButton__JbecH{margin-left:10px;padding:10px 20px;background-color:#4a7dff;color:white;border:none;border-radius:20px;cursor:pointer;font-weight:700}.ChatComponent_sendButton__JbecH:hover{background-color:#3a6ae0}.ChatComponent_contextMenu__G3xhu{position:fixed;border-radius:5px;z-index:1000;transform:translate(-50%,-100%)}.ChatComponent_contextMenu__G3xhu ul{padding:0}.ChatComponent_contextMenu__G3xhu li{padding:10px 15px}.ChatComponent_editContainer__y_mng{display:flex;flex-direction:column;background-color:white;border-radius:10px;padding:10px;box-shadow:0 2px 5px rgba(0,0,0,.1)}.ChatComponent_editInput__QsSoN{padding:8px;border:1px solid #e5e5ea;border-radius:5px;font-size:1rem;margin-bottom:10px}.ChatComponent_editActions__rApOG{display:flex;justify-content:flex-end;gap:10px}.ChatComponent_cancelButton__HmOxr,.ChatComponent_saveButton__C8yzi{padding:5px 10px;border:none;border-radius:5px;cursor:pointer;font-size:.9rem}.ChatComponent_saveButton__C8yzi{background-color:#4a7dff;color:white}.ChatComponent_cancelButton__HmOxr{background-color:#f1f1f1;color:#333}@media (max-width:480px){.ChatComponent_chatContainer__qEqy0{width:100%;height:100vh;border-radius:0}.ChatComponent_messageWrapper__p24Il{max-width:85%}}.ChatComponent_loadingIndicator__L8vHn{text-align:center;padding:10px;font-size:14px;color:#666;animation:ChatComponent_fadeInOut__upAav 2s ease-in-out;position:absolute;top:0;left:0;right:0;background-color:rgba(255,255,255,.8);z-index:10}@keyframes ChatComponent_fadeInOut__upAav{0%{opacity:0}20%{opacity:1}80%{opacity:1}to{opacity:0}}.ChatComponent_lastViewed___m1XL{border-left:3px solid rgba(0,123,255,.5)}.ChatComponent_mobileMenu__4yEz2{position:fixed;bottom:0;left:0;right:0;border-radius:12px 12px 0 0;transform:translateY(0);animation:ChatComponent_slideUp__tPAaH .3s ease-out;z-index:1001;max-height:50vh;overflow-y:auto;background-color:white;box-shadow:0 -2px 10px rgba(0,0,0,.1)}@keyframes ChatComponent_slideUp__tPAaH{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ChatComponent_menuOverlay__vYU4v{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1000;animation:ChatComponent_fadeIn__HDKgw .3s ease-out}@keyframes ChatComponent_fadeIn__HDKgw{0%{opacity:0}to{opacity:1}}.ChatComponent_contextMenu__G3xhu{background-color:white;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.2);z-index:1001}.ChatComponent_desktopMenu__rY_TW{position:absolute;min-width:150px}.ChatComponent_menuHeader__fca7Y{padding:12px 16px;border-bottom:1px solid #eee;text-align:center;position:relative}.ChatComponent_menuHandleBar__st6ch{width:40px;height:5px;background-color:#ddd;border-radius:3px;margin:0 auto 10px}.ChatComponent_menuHeader__fca7Y h3{margin:0;font-size:16px;font-weight:500}.ChatComponent_contextMenu__G3xhu ul{list-style:none;padding:8px 0;margin:0}.ChatComponent_contextMenu__G3xhu li{padding:12px 16px;cursor:pointer;display:flex;align-items:center;transition:background-color .2s}.ChatComponent_contextMenu__G3xhu li:hover{background-color:#f5f5f5}.ChatComponent_menuIcon__LeXUs{margin-right:10px;font-size:18px}.ChatComponent_deleteOption__lg1R5{color:#ff3b30}.ChatComponent_cancelOption__3M7Pk{border-top:1px solid #eee;text-align:center;color:#007aff;font-weight:500}.ChatComponent_selectedMessage__miEb6{position:relative;z-index:2;box-shadow:0 0 0 2px rgba(0,123,255,.5)}