top of page

bottom of page
#webspark-chat-widget { position: fixed; bottom: 24px; right: 68px; background-color: #fff; border: 1px solid #ddd; border-radius: 30px; box-shadow: 0 4px 12px rgba(0,0,0,0.15); padding: 10px 16px; display: flex; align-items: center; gap: 10px; cursor: pointer; z-index: 9999; transition: box-shadow 0.2s ease; } #webspark-chat-widget:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.2); } #webspark-chat-widget img { width: 24px; height: 24px; } #webspark-chat-widget span { font-family: 'Poppins', sans-serif; font-size: 14px; color: #333; }