.widget-attention-message{background-color:var(--aibackground, #4a4a9e);color:var(--aiprimary, white);position:absolute;bottom:60px;right:20px;padding:8px 12px;border-radius:8px;box-shadow:0 4px 6px #0000001a;max-width:180px;font-weight:500;opacity:.95;animation:pulse 2s infinite;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:49}.widget-attention-arrow{position:absolute;bottom:-8px;right:20px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid var(--aibackground, #4a4a9e)}@media screen and (max-width: 600px){.widget-attention-message{max-width:150px;font-size:.9rem;bottom:50px;right:10px}}@keyframes pulse{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.widget-attention-container{position:relative;display:flex;justify-content:flex-end}.widget-attention-message:hover{transform:scale(1.05)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:9999}.modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006}.modal-container{position:relative;z-index:10000;width:420px;max-width:calc(100% - 32px);padding:20px;border-radius:12px;box-shadow:0 10px 30px #00000040}.modal-title{font-size:18px;margin:0 0 8px}.modal-message{font-size:14px;margin:0 0 16px}.modal-actions{display:flex;gap:8px;justify-content:flex-end}.modal-button{padding:8px 12px;border-radius:8px;border:none;cursor:pointer;font-weight:600}.modal-cancel-button{background:transparent}.modal-confirm-button{color:#fff}.contact-form{width:100%;padding:1rem}.form-group{margin-bottom:1rem}.input-container{position:relative}.input-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);height:1rem;width:1rem}.form-input{width:100%;padding:.5rem 1rem .5rem 2.5rem;border-radius:.5rem;border-width:1px;font-size:.875rem;line-height:1.25rem}.form-input:focus{outline:none;ring-width:2px}.submit-button{width:100%;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition:all .3s ease}.submit-button:hover{opacity:.9}.thank-you-message{width:100%;padding:1rem;text-align:center;border-radius:.5rem;margin:5rem 0}.thank-you-title{font-size:1.125rem;line-height:1.75rem;font-weight:600;margin-bottom:.5rem}.voice-container{padding:0 0 1rem}.trial-message{text-align:center;padding:1rem;border-radius:.5rem;margin-bottom:1rem;font-size:.875rem}.client-header{text-align:center;margin-bottom:1rem}.client-title{display:flex;justify-content:center;align-items:center;margin-bottom:.5rem}.client-icon{height:1.5rem;width:1.5rem;margin-right:.5rem}.client-name{font-size:1.3rem;font-weight:600}.client-subtitle{font-size:.75rem;opacity:.75}.avatar-container{display:flex;justify-content:center;margin-bottom:1rem}.avatar-circle{width:6rem;height:6rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.mic-icon{height:3rem;width:3rem;opacity:.7}.wave-container{display:flex;gap:.375rem;position:absolute;animation:pulse 2s infinite}.wave-bar{width:.5rem;height:2rem;border-radius:9999px}.controls-container{display:flex;justify-content:center;gap:.75rem}.start-call-button,.mute-button,.end-call-button{padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;border:none;outline:none}.start-call-button:disabled{opacity:.5}.button-icon{height:1rem;width:1rem}.loading-spinner{height:1rem;width:1rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:9999px;animation:spin 1s linear infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.combined-widget-container{position:fixed;bottom:40px;right:40px;z-index:50;width:380px;max-width:360px}@media screen and (max-width: 600px){.combined-widget-container{bottom:20px;right:20px;width:100%;max-width:calc(100% - 40px)}}.combined-widget-button{border-radius:9999px}.combined-widget-icon{margin-left:auto;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:9999px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transition:transform .2s ease;padding:0;border:none;cursor:pointer}.combined-widget-button:hover .combined-widget-icon{transform:scale(1.1)}.combined-icon{height:16px;width:16px}.send-icon{height:1rem;width:1rem}.combined-widget-content{border-radius:.75rem;border-width:1px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column}.combined-widget-header{padding:12px;border-bottom-width:1px;display:flex;justify-content:space-between;align-items:center}.combined-mode-buttons{display:flex;align-items:center;gap:8px}.combined-mode-button{transition:opacity .2s ease;height:32px;width:32px;display:flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;cursor:pointer}.combined-mode-button.active{opacity:1}.combined-mode-button:not(.active){opacity:.5}.combined-header-actions{display:flex;align-items:center;gap:8px}.combined-action-button{opacity:.6;transition:opacity .2s ease;height:32px;width:32px;display:flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;cursor:pointer}.combined-action-button:hover{opacity:1}.combined-error-message{padding:8px;text-align:center;font-size:12px}.combined-chat-container{flex-grow:1;display:flex;flex-direction:column;overflow:hidden}.combined-messages-container{flex-grow:1;overflow-y:auto;padding:16px;scroll-behavior:smooth}.combined-message{margin-bottom:12px;display:flex;flex-direction:column;opacity:0}.typing-indicator{display:flex;align-items:center}.combined-message-content{padding:8px 12px;border-radius:8px;max-width:85%;font-size:14px;animation:bounce .6s ease-in-out}.combined-message.user{align-items:flex-end}.combined-message.ai{align-items:flex-start}.combined-input-container{padding:6px;border-top-width:1px;display:flex;gap:8px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes waveAnimation{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes typingBounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}.navigation-control-container{padding:6px 8px;display:flex;align-items:center}.navigation-checkbox-wrapper{display:flex;align-items:center;gap:6px}.navigation-checkbox-container{display:flex;align-items:center}.navigation-checkbox-input{height:12px;width:12px;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;border-radius:3px;position:relative;border:1px solid}.navigation-checkbox-input:checked{border:none}.navigation-checkbox-checkmark{position:absolute;left:9px;height:12px;width:12px;pointer-events:none}.navigation-checkbox-label{font-size:12px;cursor:pointer;-webkit-user-select:none;user-select:none;opacity:.75}.combined-input{flex-grow:1;padding:8px 12px;border-radius:6px;border-width:1px;font-size:14px;outline:none;transition:border-color .2s ease}.combined-input:focus{outline:none;border-color:inherit;box-shadow:none}.combined-send-button{padding:8px 10px;border-radius:10px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.combined-send-button:disabled{opacity:.5;cursor:not-allowed}._widgetAttentionMessage_1wnvo_9{background-color:var(--aibackground, #4a4a9e);color:var(--aiprimary, white);position:absolute;bottom:60px;right:20px;padding:8px 12px;border-radius:8px;box-shadow:0 4px 6px #0000001a;max-width:180px;font-weight:500;opacity:.95;animation:_pulse_1wnvo_1 2s infinite;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:49}._widgetAttentionArrow_1wnvo_33{position:absolute;bottom:-8px;right:20px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid var(--aibackground, #4a4a9e)}@media screen and (max-width: 600px){._widgetAttentionMessage_1wnvo_9{max-width:150px;font-size:.9rem;bottom:50px;right:10px}}@keyframes _pulse_1wnvo_1{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}._widgetAttentionContainer_1wnvo_3{position:relative;display:flex;justify-content:flex-end}._widgetAttentionMessage_1wnvo_9:hover{transform:scale(1.05)}._modalOverlay_1wnvo_85{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:9999}._modalBackdrop_1wnvo_93{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006}._modalContainer_1wnvo_98{position:relative;z-index:10000;width:420px;max-width:calc(100% - 32px);padding:20px;border-radius:12px;box-shadow:0 10px 30px #00000040}._modalTitle_1wnvo_107{font-size:18px;margin:0 0 8px}._modalMessage_1wnvo_111{font-size:14px;margin:0 0 16px}._modalActions_1wnvo_115{display:flex;gap:8px;justify-content:flex-end}._modalButton_1wnvo_120{padding:8px 12px;border-radius:8px;border:none;cursor:pointer;font-weight:600}._modalCancelButton_1wnvo_127{background:transparent}._modalConfirmButton_1wnvo_130{color:#fff}._contactForm_1wnvo_135{width:100%;padding:1rem}._formGroup_1wnvo_140{margin-bottom:1rem}._inputContainer_1wnvo_144{position:relative}._inputIcon_1wnvo_148{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);height:1rem;width:1rem}._formInput_1wnvo_157{width:100%;padding:.5rem 1rem .5rem 2.5rem;border-radius:.5rem;border-width:1px;font-size:.875rem;line-height:1.25rem}._formInput_1wnvo_157:focus{outline:none;box-shadow:0 0 0 2px #3b82f680}._submitButton_1wnvo_171{width:100%;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition:all .3s ease}._submitButton_1wnvo_171:hover{opacity:.9}._thankYouMessage_1wnvo_185{width:100%;padding:1rem;text-align:center;border-radius:.5rem;margin:5rem 0}._thankYouTitle_1wnvo_193{font-size:1.125rem;line-height:1.75rem;font-weight:600;margin-bottom:.5rem}._voiceContainer_1wnvo_203{padding:0 0 15px}._trialMessage_1wnvo_207{text-align:center;padding:15px;border-radius:7px;margin-bottom:15px;font-size:13px}._clientHeader_1wnvo_215{text-align:center;margin-bottom:15px}._clientTitle_1wnvo_220{display:flex;justify-content:center;align-items:center;margin-bottom:7px}._clientIcon_1wnvo_227{height:22px;width:22px;margin-right:7px}._clientName_1wnvo_233{font-size:18px;font-weight:600}._clientSubtitle_1wnvo_238{font-size:11px;opacity:.75}._avatarContainer_1wnvo_243{display:flex;justify-content:center;margin-bottom:15px}._avatarCircle_1wnvo_249{width:88px;height:88px;border-radius:9999px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}._micIcon_1wnvo_260{height:45px;width:45px;opacity:.7}._waveContainer_1wnvo_267{display:flex;gap:.5rem;align-items:center;justify-content:center}._waveBar_1wnvo_274{width:.375rem;border-radius:9999px;animation:_wave_1wnvo_267 1.2s ease-in-out infinite}._waveBar_1wnvo_274:nth-child(1){height:1.5rem;animation-delay:0s}._waveBar_1wnvo_274:nth-child(2){height:2.5rem;animation-delay:.1s}._waveBar_1wnvo_274:nth-child(3){height:3.5rem;animation-delay:.2s}._waveBar_1wnvo_274:nth-child(4){height:2.5rem;animation-delay:.3s}._waveBar_1wnvo_274:nth-child(5){height:1.5rem;animation-delay:.4s}._controlsContainer_1wnvo_304{display:flex;justify-content:center;gap:11px}._startCallButton_1wnvo_310,._muteButton_1wnvo_311,._endCallButton_1wnvo_312{padding:7px 15px;border-radius:7px;font-size:12px;display:flex;align-items:center;gap:7px;transition:all .3s ease;border:none;outline:none}._startCallButton_1wnvo_310:disabled{opacity:.5}._buttonIcon_1wnvo_328{height:15px;width:15px}._loadingSpinner_1wnvo_333{height:15px;width:15px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:9999px;animation:_spin_1wnvo_1 1s linear infinite}@keyframes _pulse_1wnvo_1{0%,to{opacity:1}50%{opacity:.5}}@keyframes _spin_1wnvo_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._combinedWidgetContainer_1wnvo_363{position:fixed;bottom:40px;right:40px;z-index:50;width:380px;max-width:360px}@media screen and (max-width: 600px){._combinedWidgetContainer_1wnvo_363{bottom:20px;right:20px;width:100%;max-width:calc(100% - 40px)}}._combinedWidgetButton_1wnvo_382{border-radius:9999px}._combinedWidgetIcon_1wnvo_386{margin-left:auto;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:9999px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transition:transform .2s ease;padding:0;border:none;cursor:pointer}._combinedWidgetButton_1wnvo_382:hover ._combinedWidgetIcon_1wnvo_386{transform:scale(1.1)}._combinedIcon_1wnvo_409{height:16px;width:16px}._sendIcon_1wnvo_414{height:15px;width:15px}._combinedWidgetContent_1wnvo_419{border-radius:.75rem;border-width:1px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column}._combinedWidgetHeader_1wnvo_427{padding:12px;border-bottom-width:1px;display:flex;justify-content:space-between;align-items:center}._combinedModeButtons_1wnvo_435{display:flex;align-items:center;gap:8px}._combinedModeButton_1wnvo_435{transition:opacity .2s ease;height:32px;width:32px;display:flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;cursor:pointer}._combinedModeButton_1wnvo_435._active_1wnvo_454{opacity:1}._combinedModeButton_1wnvo_435:not(._active_1wnvo_454){opacity:.5}._combinedHeaderActions_1wnvo_462{display:flex;align-items:center;gap:8px}._combinedActionButton_1wnvo_468{opacity:.6;transition:opacity .2s ease;height:32px;width:32px;display:flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;cursor:pointer}._combinedActionButton_1wnvo_468:hover{opacity:1}._combinedErrorMessage_1wnvo_486{padding:8px;text-align:center;font-size:12px}._combinedChatContainer_1wnvo_493{flex-grow:1;display:flex;flex-direction:column;overflow:hidden}._combinedMessagesContainer_1wnvo_500{flex-grow:1;overflow-y:auto;padding:16px;scroll-behavior:smooth}._combinedMessage_1wnvo_500{margin-bottom:12px;display:flex;flex-direction:column;opacity:0}._typingIndicator_1wnvo_514{display:flex;align-items:center}._combinedMessageContent_1wnvo_519{padding:8px 12px;border-radius:8px;max-width:85%;font-size:14px;animation:_bounce_1wnvo_1 .6s ease-in-out}._combinedMessage_1wnvo_500._user_1wnvo_528{align-items:flex-end}._combinedMessage_1wnvo_500._ai_1wnvo_532{align-items:flex-start}._combinedInputContainer_1wnvo_536{padding:6px;border-top-width:1px;display:flex;gap:8px}@keyframes _fadeIn_1wnvo_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes _bounce_1wnvo_1{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes _waveAnimation_1wnvo_1{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes _wave_1wnvo_267{0%,to{transform:scaleY(.5)}50%{transform:scaleY(1)}}@keyframes _typingBounce_1wnvo_1{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}._navigationControlContainer_1wnvo_597{padding:6px 8px;display:flex;align-items:center}._navigationCheckboxWrapper_1wnvo_604{display:flex;align-items:center;gap:6px}._navigationCheckboxContainer_1wnvo_610{display:flex;align-items:center}._navigationCheckboxInput_1wnvo_616{height:12px;width:12px;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;border-radius:3px;position:relative;border:1px solid}._navigationCheckboxInput_1wnvo_616:checked{border:none}._navigationCheckboxCheckmark_1wnvo_633{position:absolute;left:9px;height:12px;width:12px;pointer-events:none}._navigationCheckboxLabel_1wnvo_643{font-size:12px;cursor:pointer;-webkit-user-select:none;user-select:none;opacity:.75}._combinedInput_1wnvo_536{flex-grow:1;padding:8px 12px;border-radius:6px;border-width:1px;font-size:14px;outline:none;transition:border-color .2s ease}._combinedInput_1wnvo_536:focus{outline:none;border-color:inherit;box-shadow:none}._combinedSendButton_1wnvo_667{padding:8px 10px;border-radius:10px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}._combinedSendButton_1wnvo_667:disabled{opacity:.5;cursor:not-allowed}
