@import"https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap";@keyframes blink{0%{background-color:#fef08a}to{background-color:#fff}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}@keyframes tt-slideUpFade{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes arturo-pulse{0%,to{box-shadow:0 0 0 4px #fef08a,0 0 15px #fde04799}50%{box-shadow:0 0 0 8px #eab308,0 0 30px #eab308cc}}.connecting{border:0;background:#e0f2fe;border-radius:8px;padding:16px;margin-bottom:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;color:#0369a1}#tt-chatbox-container{background:transparent;display:flex;font-family:Ubuntu,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;justify-content:flex-start;align-items:flex-end;position:fixed;bottom:15px;right:15px;height:0;z-index:9999}#tt-chatbox-container *{box-sizing:border-box}@media screen and (max-width:600px){#tt-chatbox-container{bottom:0;right:0;width:100%}}#tt-chatbox-container #chat-popup{border:0;display:flex;gap:16px;align-items:flex-end;margin:0}@media screen and (max-width:600px){#tt-chatbox-container #chat-popup{margin:0 16px 16px 0;justify-content:flex-end;width:100%}}#tt-chatbox-container #chat-popup .need-help{cursor:pointer;background:#fff;border-radius:12px 12px 4px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;color:#4a4a4a;font-size:13px;padding:10px 16px;display:flex;flex-direction:column;justify-content:center;position:relative;animation:float 3s ease-in-out infinite;border:1px solid #e2e8f0}#tt-chatbox-container #chat-popup .need-help>div{line-height:1.3}@media screen and (max-width:600px){#tt-chatbox-container #chat-popup .need-help{display:none}}#tt-chatbox-container #chat-popup .need-help .need-help-title{display:block;font-weight:600;color:#2563eb}#tt-chatbox-container #chat-popup .need-help .need-help-subtitle{display:block;font-weight:400;color:#64748b;margin-top:2px}#tt-chatbox-container #chat-popup .need-help #chat-message-close{cursor:pointer;color:#94a3b8;position:absolute;top:-8px;right:-8px;background:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #0000000d;border:1px solid #e2e8f0;transition:all .2s}#tt-chatbox-container #chat-popup .need-help #chat-message-close:hover{color:#ef4444;transform:scale(1.1)}#tt-chatbox-container #chat-popup .need-help #chat-message-close>.icon-close{font-size:10px}#tt-chatbox-container #chat-popup #new-chat-button{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border:0;border-radius:50%;color:#fff;cursor:pointer;width:52px;height:52px;display:flex;align-items:center;justify-content:center;font-size:20px;transition:transform .2s cubic-bezier(.175,.885,.32,1.275),box-shadow .2s}#tt-chatbox-container #chat-popup #new-chat-button:hover{transform:scale(1.05);box-shadow:0 15px 25px -5px #2563eb4d}#tt-chatbox-container #chat-popup #new-chat-button i{transition:transform .3s ease}#tt-chatbox-container .chatbox{font-family:Ubuntu,sans-serif;background:#fff;border:1px solid #cbd5e1;border-radius:12px;color:#4a4a4a;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;width:430px;box-shadow:0 12px 28px #0000001f,0 4px 10px #0000000f;overflow:hidden;transition:height .3s cubic-bezier(.16,1,.3,1);height:auto}#tt-chatbox-container .chatbox.is-open{height:90vh;max-height:800px}#tt-chatbox-container .chatbox.is-open.is-form{height:auto}@media screen and (max-width:600px){#tt-chatbox-container .chatbox{width:calc(100% - 24px);margin:0 12px 12px;border-radius:12px;border:1px solid #e2e8f0}#tt-chatbox-container .chatbox.is-open{height:calc(100dvh - 24px);max-height:calc(100dvh - 24px)}#tt-chatbox-container .chatbox.is-open.is-form{height:auto}#tt-chatbox-container .chatbox.is-active-chat:not(.is-open){width:50vw;margin:5px auto}}#tt-chatbox-container .chatbox .chatbox-header,#tt-chatbox-container .chatbox .chatbox-info,#tt-chatbox-container .chatbox .chatbox-footer{flex-shrink:0}#tt-chatbox-container .chatbox .columns{display:flex;flex-wrap:wrap;gap:12px;margin:0}#tt-chatbox-container .chatbox .columns .column{flex:1;padding:0;min-width:150px}#tt-chatbox-container .chatbox label{font-size:13px;font-weight:500;color:#4a4a4a;margin-bottom:4px;display:block}#tt-chatbox-container .chatbox input,#tt-chatbox-container .chatbox textarea{border:1px solid #e2e8f0;border-radius:6px;font-family:Ubuntu,sans-serif;font-size:14px;padding:8px 12px;width:100%;background-color:#fff;transition:border-color .2s,box-shadow .2s;color:#4a4a4a}#tt-chatbox-container .chatbox input[type=checkbox],#tt-chatbox-container .chatbox textarea[type=checkbox]{width:auto;accent-color:#2563eb}#tt-chatbox-container .chatbox input:focus,#tt-chatbox-container .chatbox textarea:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f626}#tt-chatbox-container .chatbox input.error,#tt-chatbox-container .chatbox textarea.error{border-color:#ef4444}#tt-chatbox-container .chatbox input.error:focus,#tt-chatbox-container .chatbox textarea.error:focus{box-shadow:0 0 0 3px #ef444426}#tt-chatbox-container .chatbox input::placeholder,#tt-chatbox-container .chatbox textarea::placeholder{color:#94a3b8}#tt-chatbox-container .chatbox .input-error{color:#ef4444;margin-top:4px;font-size:12px;font-weight:500}#tt-chatbox-container .chatbox button.tt-button{border:none;border-radius:6px;cursor:pointer;font-family:Ubuntu,sans-serif;padding:10px 14px!important;font-size:14px;font-weight:600;letter-spacing:.3px;width:100%;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:6px}#tt-chatbox-container .chatbox button.tt-button.is-action{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}#tt-chatbox-container .chatbox button.tt-button.is-action:hover:not(:disabled){box-shadow:0 4px 12px #2563eb33;transform:translateY(-1px)}#tt-chatbox-container .chatbox button.tt-button.is-action:active:not(:disabled){transform:translateY(0)}#tt-chatbox-container .chatbox button.tt-button.is-action:disabled{background:#94a3b8;cursor:not-allowed;opacity:.7}#tt-chatbox-container .chatbox button.tt-button.is-success{background:#10b981;color:#fff}#tt-chatbox-container .chatbox button.tt-button.is-success:hover:not(:disabled){box-shadow:0 4px 12px #10b98133;transform:translateY(-1px)}#tt-chatbox-container .chatbox button.tt-button.is-success:active:not(:disabled){transform:translateY(0)}#tt-chatbox-container .chatbox button.tt-button.is-success:disabled{background:#94a3b8;cursor:not-allowed;opacity:.7}#tt-chatbox-container .chatbox button.tt-button.is-information{background:#f8fafc;color:#2563eb;border:1px solid #e2e8f0}#tt-chatbox-container .chatbox button.tt-button.is-information:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}#tt-chatbox-container .chatbox button.tt-button.is-information:disabled{opacity:.6;cursor:not-allowed}#tt-chatbox-container .chatbox button.tt-button.is-close{background:#fee2e2;color:#ef4444}#tt-chatbox-container .chatbox button.tt-button.is-close:hover:not(:disabled){background:#fecaca}#tt-chatbox-container .chatbox button.tt-button.is-close:disabled{opacity:.6;cursor:not-allowed}#tt-chatbox-container .chatbox button.tt-button .icon{height:auto;font-size:1.1em}#tt-chatbox-container .chatbox .chatbox-header{cursor:pointer;background:#fff;padding:12px 16px}@media screen and (max-width:600px){#tt-chatbox-container .chatbox .chatbox-header{padding:6px 16px}}#tt-chatbox-container .chatbox .chatbox-header{border-bottom:1px solid #e2e8f0;position:relative;text-align:center;display:flex;justify-content:space-between;align-items:center;z-index:10}#tt-chatbox-container .chatbox .chatbox-header.new-message{animation:blink 1s infinite alternate}#tt-chatbox-container .chatbox .chatbox-header.is-current{background:#f0fdf4}#tt-chatbox-container .chatbox .chatbox-header .chatbox-close,#tt-chatbox-container .chatbox .chatbox-header .chatbox-resize{cursor:pointer;color:#94a3b8;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}#tt-chatbox-container .chatbox .chatbox-header .chatbox-close:hover,#tt-chatbox-container .chatbox .chatbox-header .chatbox-resize:hover{background:#f8fafc;color:#4a4a4a}#tt-chatbox-container .chatbox .chatbox-header .chatbox-close:hover{color:#ef4444;background:#fee2e2}#tt-chatbox-container .chatbox .chatbox-header .chatbox-title{font-size:15px;font-weight:600;color:#4a4a4a}#tt-chatbox-container .chatbox .chatbox-form{padding:16px;overflow-y:auto;flex:1}#tt-chatbox-container .chatbox .chatbox-form fieldset{border:0;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}#tt-chatbox-container .chatbox .chatbox-footer{background-color:#fff;padding:12px 16px;border-top:1px solid #e2e8f0;z-index:10}#tt-chatbox-container .chatbox .chatbox-footer .send-message-box{margin-bottom:6px;display:flex;gap:8px;align-items:flex-end}#tt-chatbox-container .chatbox .chatbox-footer .send-message-box .send-message-attach button{background:#f8fafc;border:1px solid #e2e8f0;color:#64748b;border-radius:6px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}#tt-chatbox-container .chatbox .chatbox-footer .send-message-box .send-message-attach button:hover{background:#f1f5f9;color:#2563eb;border-color:#cbd5e1}#tt-chatbox-container .chatbox .chatbox-footer .send-message-box .send-message-textarea{flex-grow:1}#tt-chatbox-container .chatbox .chatbox-footer .send-message-box .send-message-textarea textarea{border:1px solid #e2e8f0;background:#f8fafc;border-radius:6px;display:block;font-size:14px;padding:10px 12px;width:100%;resize:none;max-height:100px;min-height:38px;transition:all .2s}#tt-chatbox-container .chatbox .chatbox-footer .send-message-box .send-message-textarea textarea:focus{background:#fff;border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f626}#tt-chatbox-container .chatbox .chatbox-footer .send-message-box .send-message-textarea textarea::-webkit-scrollbar{width:4px}#tt-chatbox-container .chatbox .chatbox-footer .send-message-box .send-message-textarea textarea::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:10px}#tt-chatbox-container .chatbox .chatbox-footer .send-message-attachments{display:flex;gap:6px;flex-direction:column;margin-bottom:6px}#tt-chatbox-container .chatbox .chatbox-footer .send-message-attachments .attachment{border:1px solid #e2e8f0;background:#f8fafc;border-radius:6px;padding:4px 10px;display:flex;justify-content:space-between;align-items:center}#tt-chatbox-container .chatbox .chatbox-footer .send-message-attachments .attachment .name{color:#2563eb;font-size:12px;font-weight:500;display:flex;align-items:center}#tt-chatbox-container .chatbox .chatbox-footer .send-message-attachments .attachment .name .icon{cursor:pointer;margin-left:6px;color:#64748b;transition:color .2s}#tt-chatbox-container .chatbox .chatbox-footer .send-message-attachments .attachment .name .icon:hover{color:#ef4444}#tt-chatbox-container .chatbox .chatbox-footer .send-message-attachments .attachment .thumbnail{border:1px solid #e2e8f0;border-radius:4px;overflow:hidden;height:20px}#tt-chatbox-container .chatbox .chatbox-footer .send-message-attachments .attachment .thumbnail img{display:block;height:100%;object-fit:cover}#tt-chatbox-container .chatbox .chatbox-footer .send-message-buttons{padding:8px;margin-top:8px}#tt-chatbox-container .chatbox .chatbox-footer .send-message-buttons .tt-confirmation-box{border:1px solid #fde68a;border-radius:8px;padding:16px;background-color:#fffbeb}#tt-chatbox-container .chatbox .chatbox-footer .send-message-buttons .tt-confirmation-box p{text-align:center;font-size:14px;font-weight:500;margin-bottom:22px;color:#92400e}#tt-chatbox-container .chatbox .chatbox-footer .tt-chat-ended-box{padding:20px;margin:16px;background-color:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;text-align:center;box-shadow:0 2px 4px #00000005}#tt-chatbox-container .chatbox .chatbox-footer .tt-chat-ended-box .tt-ended-content{display:flex;flex-direction:column;align-items:center;gap:6px}#tt-chatbox-container .chatbox .chatbox-footer .tt-chat-ended-box .tt-ended-icon{font-size:28px;color:#94a3b8;margin-bottom:8px}#tt-chatbox-container .chatbox .chatbox-footer .tt-chat-ended-box .tt-ended-title{margin:0;font-size:16px;font-weight:600;color:#4a4a4a}#tt-chatbox-container .chatbox .chatbox-footer .tt-chat-ended-box .tt-ended-text{margin:12px 0 20px;font-size:13px;line-height:1.5;color:#4a4a4a}#tt-chatbox-container .chatbox .tt-chatbox-content{display:flex;flex-direction:column;height:100%;overflow-y:auto;padding:16px;background-color:#f8fafc;scroll-behavior:smooth;transition:background-color .3s ease;flex:1}#tt-chatbox-container .chatbox .tt-chatbox-content.is-dragging{background-color:#e2e8f0;border:2px dashed #94a3b8;border-radius:8px;margin:8px;height:calc(100% - 16px)}#tt-chatbox-container .chatbox .tt-chatbox-content .tt-chatbox-info-top{text-align:center;margin:0 auto 16px;padding:10px 16px;background-color:#fff;border-radius:16px;box-shadow:0 1px 2px #0000000d;color:#64748b;font-size:12px;font-weight:500;line-height:1.4;max-width:85%;border:1px solid #e2e8f0}#tt-chatbox-container .chatbox .tt-chatbox-content .tt-chat-messages{display:flex;flex-direction:column;gap:16px;flex:1}#tt-chatbox-container .chatbox .tt-chatbox-content .tt-chat-message{display:flex;flex-direction:column;max-width:85%;animation:tt-slideUpFade .2s cubic-bezier(.16,1,.3,1) forwards}#tt-chatbox-container .chatbox .tt-chatbox-content .tt-from-client{align-self:flex-end}#tt-chatbox-container .chatbox .tt-chatbox-content .tt-from-employee,#tt-chatbox-container .chatbox .tt-chatbox-content .tt-from-automatic{align-self:flex-start}#tt-chatbox-container .chatbox .tt-chatbox-content .tt-message-info{margin-bottom:4px;font-size:11px;color:#64748b;display:flex;font-weight:500}#tt-chatbox-container .chatbox .tt-chatbox-content .tt-from-client .tt-message-info{justify-content:flex-end}#tt-chatbox-container .chatbox .tt-chatbox-content .tt-message-body{padding:10px 14px;border-radius:14px;font-size:14px;line-height:1.4;position:relative;word-break:break-word;box-shadow:0 1px 2px #0000000d}#tt-chatbox-container .chatbox .tt-chatbox-content .tt-message-body p{margin:0 0 6px}#tt-chatbox-container .chatbox .tt-chatbox-content .tt-message-body p:last-child{margin-bottom:0}#tt-chatbox-container .chatbox .tt-chatbox-content .tt-from-client .tt-message-body{background:#aacfe74a;border:1px solid rgba(170,207,231,.7294117647);color:#4a4a4a;border-bottom-right-radius:4px}#tt-chatbox-container .chatbox .tt-chatbox-content .tt-from-client .tt-message-body a{color:#2563eb;text-decoration:underline;font-weight:500}#tt-chatbox-container .chatbox .tt-chatbox-content .tt-from-employee .tt-message-body{background-color:#c4e6c54a;color:#4a4a4a;border-bottom-left-radius:4px;border:1px solid rgba(196,230,197,.9607843137)}#tt-chatbox-container .chatbox .tt-chatbox-content .tt-from-employee .tt-message-body a{color:#2563eb;text-decoration:underline;font-weight:500}#tt-chatbox-container .chatbox .tt-chatbox-content .tt-from-automatic .tt-message-body{background-color:#f1f5f9;color:#64748b;font-style:italic;border-bottom-left-radius:4px;border:1px solid #e2e8f0}#tt-chatbox-container .chatbox .tt-chatbox-content .tt-message-time{font-size:10px;color:#94a3b8;margin-top:4px;font-weight:500}#tt-chatbox-container .chatbox .tt-chatbox-content .tt-from-client .tt-message-time{text-align:right}#tt-chatbox-container .chatbox .tt-chatbox-content .tt-message-attachments{margin-top:8px;display:flex;flex-wrap:wrap;gap:8px}#tt-chatbox-container .chatbox .tt-chatbox-content .tt-from-client .tt-message-attachments{justify-content:flex-end}#tt-chatbox-container .chatbox .tt-chatbox-content .tt-thumbnail{display:inline-block;overflow:hidden;border-radius:8px;box-shadow:0 1px 2px #0000000d;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s ease;background-color:#fff;border:1px solid #e2e8f0}#tt-chatbox-container .chatbox .tt-chatbox-content .tt-thumbnail:hover{transform:scale(1.05) translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}#tt-chatbox-container .chatbox .tt-chatbox-content .tt-img-clickable{cursor:pointer;display:block;object-fit:cover;width:50px;height:50px;transition:opacity .2s}#tt-chatbox-container .chatbox .tt-chatbox-content .tt-img-clickable:hover{opacity:.9}#tt-chatbox-container .chatbox .tt-chatbox-content::-webkit-scrollbar{width:6px}#tt-chatbox-container .chatbox .tt-chatbox-content::-webkit-scrollbar-track{background:transparent}#tt-chatbox-container .chatbox .tt-chatbox-content::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:10px}#tt-chatbox-container .chatbox .tt-chatbox-content::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}.arturo-highlight{animation:arturo-pulse 1.2s ease-in-out infinite!important;position:relative!important;z-index:99999!important;border-radius:inherit}.chatbox-info-confirmation,.chatbox-info-confirmation-wait,.chatbox-info-confirmation-again{border-radius:12px;margin:16px auto;padding:12px 16px;box-shadow:0 1px 2px #0000000d;border:1px solid #e2e8f0}.chatbox-info-confirmation p,.chatbox-info-confirmation-wait p,.chatbox-info-confirmation-again p{font-size:13px;color:#4a4a4a;margin:0}.chatbox-info-confirmation{background:#e0f2fe;border-color:#bae6fd}.chatbox-info-confirmation-wait{background:#fef9c3;border-color:#fef08a}.chatbox-info-confirmation-again{background:#fff}
