.omnichatbox-container{position:relative;width:100%;height:100vh;background-color:#fff}.loading-container{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#ffffffe6;z-index:10000}.loading-spinner{font-size:16px;color:#007bff;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9998;padding:20px;box-sizing:border-box}._header_182ys_2{display:flex;align-items:center;gap:12px;padding:8px 12px;box-sizing:border-box;min-height:60px;background:var( --primary-color, linear-gradient(315deg, rgb(0, 10, 204) 15.28%, rgb(2, 120, 255) 84.72%) );color:#fff;position:relative}._brandLogo_182ys_18{width:60px;height:60px;object-fit:cover;border:2px solid rgba(255,255,255,.2)}._brandInfo_182ys_27{flex:1}._brandInfo_182ys_27 h3{margin:0;font-size:18px;font-weight:600;color:#fff}._brandInfo_182ys_27 p{margin:0;font-size:14px;color:#ffffffe6;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._socialIcons_182ys_51{display:flex;gap:12px;align-items:center;margin-top:6px}._socialIcon_182ys_51{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:#ffffff26;border-radius:6px;color:#fff;text-decoration:none;transition:all .2s ease;padding:4px;box-sizing:border-box}._socialIcon_182ys_51:hover{background:#fff3;transform:translateY(-1px)}._socialIcon_182ys_51 img{width:16px;height:16px;object-fit:contain}._closeButton_182ys_85{position:absolute;top:8px;right:8px;width:28px;height:28px;background:#ffffff1a;border:none;border-radius:50%;color:#fff;font-size:18px;line-height:1;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;padding:0}._closeButton_182ys_85:hover{background:#fff3}._chatWidget_18fwk_1{position:fixed;width:350px;height:500px;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;z-index:9999;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}._chatWidget_18fwk_1._bottomRight_18fwk_15{bottom:20px;right:20px}._chatWidget_18fwk_1._bottomLeft_18fwk_20{bottom:20px;left:20px}._chatWidget_18fwk_1._topRight_18fwk_25{top:20px;right:20px}._chatWidget_18fwk_1._topLeft_18fwk_30{top:20px;left:20px}._chatWidget_18fwk_1._minimized_18fwk_35{height:60px}._connectionStatus_18fwk_40{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#f8f9fa;border-bottom:1px solid #e9ecef;font-size:12px;color:#6c757d}._connectionStatus_18fwk_40._error_18fwk_51{background:#f8d7da;color:#721c24;border-bottom-color:#f5c6cb}._statusDot_18fwk_57{width:8px;height:8px;border-radius:50%;background:#28a745;animation:_pulse_18fwk_1 2s infinite}._connectionStatus_18fwk_40._error_18fwk_51 ._statusDot_18fwk_57{background:#dc3545}@keyframes _pulse_18fwk_1{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@media (max-width: 480px){._chatWidget_18fwk_1{width:calc(100vw - 40px);height:calc(var(--vh) * 100 - 40px);inset:20px}._chatWidget_18fwk_1._minimized_18fwk_35{height:60px;width:250px;inset:auto 20px 20px auto}}._messageInput_y3a5j_1{border-top:1px solid #e9ecef;background:#fff;padding:16px}._inputForm_y3a5j_7{width:100%;position:relative}._inputContainer_y3a5j_12{display:flex;align-items:flex-end;gap:8px;background:#f8f9fa;border:1px solid #dee2e6;border-radius:24px;padding:8px 12px;transition:border-color .2s ease}._inputContainer_y3a5j_12:focus-within{border-color:var( --primary-color, linear-gradient(315deg, rgb(0, 10, 204) 15.28%, rgb(2, 120, 255) 84.72%) );box-shadow:0 0 0 2px #007bff40}._attachButton_y3a5j_31{background:none;border:none;color:#666;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}._attachButton_y3a5j_31:hover:not(:disabled){background:#e9ecef;color:#333}._attachButton_y3a5j_31:disabled{opacity:.5;cursor:not-allowed}._loadingIcon_y3a5j_55{animation:_spin_y3a5j_1 1s linear infinite}@keyframes _spin_y3a5j_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._textInput_y3a5j_68{flex:1;background:none;border:none;outline:none;resize:none;font-size:14px;line-height:1.4;padding:8px 0;max-height:100px;min-height:20px;font-family:inherit;color:#333}._textInput_y3a5j_68::placeholder{color:#adb5bd}._sendButton_y3a5j_87{background:var( --primary-color, linear-gradient(315deg, rgb(0, 10, 204) 15.28%, rgb(2, 120, 255) 84.72%) );border:none;color:#fff;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;width:36px;height:36px}._sendButton_y3a5j_87:hover:not(:disabled){transform:scale(1.05)}._sendButton_y3a5j_87:disabled{background:#6c757d;cursor:not-allowed;transform:none}._hiddenFileInput_y3a5j_116{display:none}._emojiButton_y3a5j_120{background:none;border:none;color:#666;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}._emojiButton_y3a5j_120:hover:not(:disabled){background:#e9ecef;color:#333}._emojiButton_y3a5j_120:disabled{opacity:.5;cursor:not-allowed}._emojiButtonActive_y3a5j_144{background:#e9ecef;color:var( --primary-color, linear-gradient(315deg, rgb(0, 10, 204) 15.28%, rgb(2, 120, 255) 84.72%) )}._emojiPickerContainer_y3a5j_152{position:absolute;bottom:100%;left:0;margin-bottom:8px;z-index:1000;border-radius:12px;box-shadow:0 8px 32px #00000026;background:#fff;padding:12px;display:grid;grid-template-columns:repeat(5,1fr);gap:8px}._emojiPickerContainer_y3a5j_152 ._emojiButton_y3a5j_120{font-size:24px;padding:8px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;cursor:pointer;transition:all .2s ease;width:44px;height:44px;display:flex;align-items:center;justify-content:center}._emojiPickerContainer_y3a5j_152 ._emojiButton_y3a5j_120:hover{background:#e9ecef;transform:scale(1.1)}@media (max-width: 480px){._emojiPickerContainer_y3a5j_152{grid-template-columns:repeat(5,1fr);gap:6px;padding:8px}._emojiPickerContainer_y3a5j_152 ._emojiButton_y3a5j_120{font-size:20px;width:36px;height:36px;padding:4px}}._messageList_1bnvp_1{flex:1;overflow:hidden;background:#f8f9fa}._messagesContainer_1bnvp_7{height:100%;overflow-y:auto;padding:0 16px 16px;display:flex;flex-direction:column;gap:12px}._messagesContainer_1bnvp_7:not(._hasLoadingIndicator_1bnvp_16){padding-top:16px}._messageWrapper_1bnvp_20{display:flex;max-width:80%}._customerMessage_1bnvp_25{align-self:flex-end;margin-left:auto}._agentMessage_1bnvp_30{align-self:flex-start}._messageBubble_1bnvp_34{padding:12px 16px;border-radius:18px;position:relative;word-wrap:break-word}._customerMessage_1bnvp_25 ._messageBubble_1bnvp_34{background:var( --primary-color, linear-gradient(315deg, rgb(0, 10, 204) 15.28%, rgb(2, 120, 255) 84.72%) );color:#fff;border-bottom-right-radius:6px}._agentMessage_1bnvp_30 ._messageBubble_1bnvp_34{background:#fff;color:#333;border:1px solid #e9ecef;border-bottom-left-radius:6px}._messageText_1bnvp_57{margin:0;font-size:14px;line-height:1.4}._imageMessage_1bnvp_63{display:flex;flex-direction:column;gap:8px}._messageImage_1bnvp_69{max-width:200px;max-height:200px;border-radius:8px;object-fit:cover}._imageCaption_1bnvp_76{margin:0;font-size:14px;line-height:1.4}._messageTime_1bnvp_82{display:flex;align-items:center;gap:4px;font-size:11px;opacity:.7;margin-top:4px;justify-content:flex-end}._messageStatus_1bnvp_92{font-size:10px}._messageStatus_1bnvp_92._read_1bnvp_96{color:#007bff}._typingIndicator_1bnvp_100{display:flex;gap:4px;align-items:center;padding:8px 0}._typingIndicator_1bnvp_100 span{width:8px;height:8px;border-radius:50%;background:#666;animation:_typing_1bnvp_100 1.4s infinite ease-in-out}._typingIndicator_1bnvp_100 span:nth-child(1){animation-delay:-.32s}._typingIndicator_1bnvp_100 span:nth-child(2){animation-delay:-.16s}@keyframes _typing_1bnvp_100{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}._welcomeMessage_1bnvp_136{text-align:center;color:#666;font-style:italic;margin-top:40px}._welcomeMessage_1bnvp_136 p{margin:0;font-size:16px}._loadingIndicator_1bnvp_148{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px;color:#666;font-size:14px}._loadingSpinner_1bnvp_158{display:flex;gap:4px;align-items:center}._loadingSpinner_1bnvp_158 span{width:8px;height:8px;border-radius:50%;background:#666;animation:_loadingPulse_1bnvp_1 1.4s infinite ease-in-out}._loadingSpinner_1bnvp_158 span:nth-child(1){animation-delay:-.32s}._loadingSpinner_1bnvp_158 span:nth-child(2){animation-delay:-.16s}._loadingText_1bnvp_180{font-style:italic}@keyframes _loadingPulse_1bnvp_1{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}._fileMessage_1bnvp_197{display:flex;flex-direction:column;background-color:#f0f4ff;border-radius:8px;padding:10px 14px;max-width:280px;cursor:pointer;transition:background-color .3s ease;margin-bottom:8px;box-shadow:0 1px 3px #0000001a}._fileMessage_1bnvp_197:hover{background-color:#d6e0ff}._fileLink_1bnvp_214{color:#1a73e8;font-weight:600;text-decoration:none;display:flex;align-items:center;gap:8px;font-size:15px;word-break:break-all}._fileLink_1bnvp_214:hover{text-decoration:underline}._fileCaption_1bnvp_229{margin-top:6px;font-size:13px;color:#555;line-height:1.3;white-space:pre-wrap}._imageMessageGrid_1bnvp_236{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,2fr));gap:8px;margin-bottom:8px}._messageImage_1bnvp_69{width:100%;height:100px;object-fit:cover;border-radius:6px}._linkPreview_11x6q_1{text-decoration:none;color:inherit;display:block;margin-top:.5rem}._previewCard_11x6q_8{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background:#fff;transition:box-shadow .2s;max-width:100%}._previewCard_11x6q_8:hover{box-shadow:0 2px 8px #0000001a}._previewImage_11x6q_21{width:100%;height:150px;overflow:hidden;background:#f5f5f5}._previewImage_11x6q_21 img{width:100%;height:100%;object-fit:cover}._previewContent_11x6q_34{padding:.75rem}._previewDomain_11x6q_38{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#666;margin-bottom:.25rem}._previewTitle_11x6q_47{font-weight:600;font-size:.875rem;color:#333;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}._previewDescription_11x6q_60{font-size:.8rem;color:#666;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}._chatButton_1vho3_1{position:fixed;width:60px;height:60px;border-radius:50%;border:none;cursor:pointer;box-shadow:0 4px 12px #00000026;transition:all .3s ease;z-index:9999;display:flex;align-items:center;justify-content:center;background:var( --primary-color, linear-gradient(315deg, rgb(0, 10, 204) 15.28%, rgb(2, 120, 255) 84.72%) )}._chatButton_1vho3_1:hover{transform:scale(1.1);box-shadow:0 6px 20px #0003}._chatButton_1vho3_1._bottomRight_1vho3_25{bottom:20px;right:20px}._chatButton_1vho3_1._bottomLeft_1vho3_30{bottom:20px;left:20px}._chatButton_1vho3_1._topRight_1vho3_35{top:20px;right:20px}._chatButton_1vho3_1._topLeft_1vho3_40{top:20px;left:20px}._brandLogo_1vho3_45{width:50px;height:50px;border-radius:50%;object-fit:cover}._defaultIcon_1vho3_52{width:24px;height:24px;color:#fff}._prechatForm_1eucn_1{position:fixed;width:350px;max-height:500px;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;z-index:9999;display:flex;flex-direction:column;overflow-y:auto}._formContent_1eucn_14{padding:20px;flex:1;display:flex;flex-direction:column;gap:16px}._prechatForm_1eucn_1._bottomRight_1eucn_22{bottom:20px;right:20px}._prechatForm_1eucn_1._bottomLeft_1eucn_27{bottom:20px;left:20px}._prechatForm_1eucn_1._topRight_1eucn_32{top:20px;right:20px}._prechatForm_1eucn_1._topLeft_1eucn_37{top:20px;left:20px}@media (max-width: 480px){._prechatForm_1eucn_1{width:calc(100vw - 40px);height:calc(100vh - 40px);inset:20px;position:fixed}}._description_1eucn_54{margin-bottom:20px;font-size:14px;color:#666;line-height:1.5}._formGroup_1eucn_61 label{display:block;margin-bottom:6px;font-size:14px;font-weight:500;color:#333}._required_1eucn_73{color:#dc3545}._formGroup_1eucn_61 input,._formGroup_1eucn_61 textarea{width:100%;padding:8px;border:1px solid #dee2e6;border-radius:6px;font-size:14px;background-color:#f8f9fa;color:#212529;transition:border-color .2s ease;box-sizing:border-box}._formGroup_1eucn_61 input:focus,._formGroup_1eucn_61 textarea:focus{outline:none;border-color:var( --primary-color, linear-gradient(315deg, rgb(0, 10, 204) 15.28%, rgb(2, 120, 255) 84.72%) );box-shadow:0 0 0 2px #007bff40}._formGroup_1eucn_61 textarea{resize:vertical;min-height:80px}._submitButton_1eucn_105{width:100%;padding:12px;background:var( --primary-color, linear-gradient(315deg, rgb(0, 10, 204) 15.28%, rgb(2, 120, 255) 84.72%) );color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s ease;margin-top:auto}._submitButton_1eucn_105:hover{background:var( --primary-color-dark, linear-gradient(315deg, rgb(0, 5, 150) 15.28%, rgb(1, 100, 220) 84.72%) )}._submitButton_1eucn_105:disabled{background:#6c757d;cursor:not-allowed}._error_1eucn_134{color:#dc3545;font-size:12px;margin-top:4px}
