body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app-container{display:flex;height:100vh}.product-image{border-radius:6px;height:50px;margin:auto 0;object-fit:cover;width:50px}.chat-header{background-color:#f0f0f0;font-size:1.2rem;font-weight:700;margin-bottom:10px}.chat-list{border-right:1px solid #ddd;overflow-y:auto;padding:10px;transition:width .4s ease;width:100%}.chat-widgets-container{display:flex;flex-direction:row;gap:10px;justify-content:center}.chat-list.collapsed{width:50%}.chat-list input{margin-bottom:10px;padding:8px;width:90%}.chat-item{align-items:center;border-bottom:1px solid #eee;cursor:pointer;display:flex;gap:10px;justify-content:space-between;padding:10px}.chat-item:hover{background-color:#f9f9f9}.chat-item.selected{background-color:#e6f2ff}.latest-chat-time{color:#000;text-align:center}.chat-avatar{border-radius:6px;height:50px;object-fit:cover;width:50px}.chat-window{background-color:#fafafa;overflow:hidden;transition:width .4s ease;width:0}.chat-window-default{display:flex}.chat-window.open{overflow-y:auto;width:50%}.messages{margin-top:20px}.message{margin-bottom:15px}.message.user{text-align:right}.message.bot{text-align:left}.option-messages{background:#f0f0f0;border-radius:4px;margin-top:5px;padding:5px;text-align:center}.chat-input-form{background:#f5f5f5;border-top:1px solid #e0e0e0;bottom:0;display:flex;padding:16px;position:sticky}.chat-input{border-radius:4px;flex:1 1;font-size:10px;margin-right:8px;padding:10px}.send-button{background:#007bff;color:#fff;font-size:14px;padding:0 20px}.send-button:hover{background:#0056b3}.messages{flex:1 1;overflow-y:auto;padding:16px}.chat-title{background:#f8f9fa;border-bottom:1px solid #e0e0e0;font-weight:700;padding:16px}.chat-window{display:flex;flex-direction:column;height:100%}.message{margin-bottom:12px;max-width:70%}.message.user{background:#007bff;border-radius:12px 12px 0 12px;color:#fff;margin-left:auto;padding:8px 12px}.message.bot{background:#f1f3f4;border-radius:12px 12px 12px 0;margin-right:auto;padding:8px 12px}.message p{margin:0;word-break:break-word}.sort-button{background-color:#007bff;border-radius:8px;height:40px;width:100px}
/*# sourceMappingURL=main.4f0fd0cb.css.map*/