body{margin:0;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace}

.tb-bot-chatbot-cont{display:flex;bottom:20px;right:20px;z-index:1000}.tb-bot-chatbot-cont.left{left:20px}.tb-bot-chatbot-cont.center{position:relative;align-items:center;width:400px;height:600px}@media (max-width: 600px){.tb-bot-chatbot-cont.center{width:100%;height:100%}}.tb-bot-fab-button{width:56px;height:56px;border-radius:50%;box-shadow:0 2px 10px var(--shadow-color);cursor:pointer;outline:none;z-index:999;transition:transform 0.3s ease, background-color 0.3s ease;display:flex;justify-content:center;align-items:center}.tb-bot-fab-button img{width:30px;height:30px;object-fit:scale-down}@media (max-width: 320px){.tb-bot-fab-button{width:48px;height:48px;font-size:20.8px}.tb-bot-fab-button img{width:22px;height:22px;object-fit:scale-down}}@media (min-width: 321px) and (max-width: 480px){.tb-bot-fab-button{width:56px;height:56px}.tb-bot-fab-button img{width:30px;height:30px;object-fit:scale-down}}@media (min-width: 481px) and (max-width: 768px){.tb-bot-fab-button{width:64px;height:64px}.tb-bot-fab-button img{width:34px;height:34px;object-fit:scale-down}}.tb-bot-fab-button:hover{background-color:#555;transform:scale(1.05)}.tb-bot-fab-button.tb-bot-open{background-color:#555;transform:scale(0.9)}.tb-bot-chatbot-window{width:300px;height:400px;background-color:#fff;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,0.2);position:absolute;bottom:80px;right:0;transform:translateY(100%);animation:slideUp 0.5s forwards}@keyframes slideUp{to{transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}.tb-bot-fab-button.pulse{animation:pulse 1s infinite}.tb-bot-tooltip{position:absolute;bottom:80px;padding:8px 24px;border-radius:5px;font-size:14px;white-space:nowrap;text-align:center;display:flex;align-items:center;z-index:9999;opacity:0;font-family:'SFUIText' , sans-serif;transition:opacity 0.3s, transform 0.3s;transform:translateY(10px);pointer-events:none;box-shadow:0 1px 1px var(--shadow-color)}.tb-bot-tooltip::before{content:'';position:absolute;top:100%;left:50%;margin-left:-6px;border-width:6px;border-style:solid;border-color:transparent transparent #000 transparent;transform:translateX(-50%);rotate:180deg}.tb-bot-fab-button:hover+.tb-bot-tooltip,.tb-bot-tooltip.tb-bot-show{opacity:1;transform:translateY(0)}

@font-face{font-family:"SFUIText";src:url(/dist/7fc053bb777c3edd501b.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:"SFUIText";src:url(/dist/03ccf726992eb1981293.otf) format("opentype");font-weight:300;font-style:normal}@font-face{font-family:"SFUIText";src:url(/dist/df35d749c498ecb99422.otf) format("opentype");font-weight:600;font-style:normal}@font-face{font-family:"SFUIText";src:url(/dist/7fc053bb777c3edd501b.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:"SFUIText";src:url(/dist/1cf2e1a72d53e55177f8.otf) format("opentype");font-weight:700;font-style:normal}.tb-bot-chatbot-area{display:flex;align-items:center;vertical-align:center;justify-content:center;padding-right:20px;z-index:999}.tb-bot-chatbot-container{position:fixed;bottom:20px;width:80vw;height:90vh;max-width:450px;max-height:750px;border-radius:12px;display:flex;flex-direction:column;overflow:hidden}@media (max-width: 768px){.tb-bot-chatbot-container{width:100%;height:100%;max-width:none;max-height:none;transform:none;padding-bottom:0px !important;border-radius:0px;margin:0px !important;padding:0px !important;bottom:0px !important}.tb-bot-chatbot-area{padding-right:0px !important;right:0px !important;margin-right:0px}}.tb-bot-chatbot-header{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 16px 24px;font-family:'SFUIText', sans-serif}.tb-bot-profile-pic{width:60px;height:60px;margin-right:20px;display:flex;object-fit:contain}.tb-bot-header-info{font-size:18px;font-family:'SFUIText', sans-serif;font-weight:800;width:100%}.tb-bot-status{display:flex;align-items:center;font-size:14px;margin-top:5px}.tb-bot-online-indicator{width:8px;height:8px;background-color:#2ecc71;border-radius:50%;margin-right:5px}.tb-bot-message-container{display:flex;flex-direction:column;width:100%;padding-top:16px;padding-bottom:16px;height:560px;overflow-y:scroll !important;border-bottom:1px solid}.tb-bot-message-container::-webkit-scrollbar{width:4px;background-color:#f1f1f100}.tb-bot-message-container::-webkit-scrollbar-thumb{background-color:#cbc9c9;border-radius:4px}.tb-bot-message-container::-webkit-scrollbar-thumb:hover{background-color:#555}.tb-bot-chatbot-input-area{position:relative;padding:10px 20px;scrollbar-width:none !important}.tb-bot-chatbot-input{width:100%;padding:10px 50px 0px 0px;border:none;background-color:transparent;font-size:15px;font-family:"SFUIText" , sans-serif;transition:border-color 0.3s;outline:none;resize:none;box-sizing:border-box;scrollbar-width:none !important}.tb-bot-chatbot-input-area textarea::-webkit-scrollbar{display:none}.tb-bot-chatbot-input-area button{position:absolute;right:20px;top:50%;transform:translateY(-50%);background-color:transparent;border:none;font-size:24px;font-family:"SFUIText" , sans-serif;cursor:pointer;transition:color 0.3s;outline:none;color:#000000}.tb-bot-chatbot-input-area button:hover{color:#2c3e50}.tb-bot-loading-indicator{height:4px;position:relative;overflow:hidden}@keyframes pulseMove{0%{left:-50%}100%{left:100%}}@keyframes pulseWidth{0%,100%{width:50%}50%{width:100%}}.tb-bot-theme-editor{width:450px;margin:0 auto;padding:20px;border:1px solid #ccc;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,0.1)}.tb-bot-input-group{margin-bottom:20px}.pre{background-color:#f5f5f5;padding:10px;border-radius:5px;overflow-x:auto}.tb-bot-suggested-questions{display:flex;align-items:flex-end;justify-content:right;align-items:right;flex-direction:column;gap:5px;margin:10px 10px}.tb-bot-suggested-question{padding:8px 12px;margin-right:12px;border-radius:12px;border-top-right-radius:2px;max-width:65%;font-size:14px;font-family:"SFUIText" , sans-serif;cursor:pointer;transition:box-shadow 0.3s ease;cursor:pointer;transition:background-color 0.3s, transform 0.3s, box-shadow 0.3s}.tb-bot-suggested-question:hover{background-color:#e0e0e0;box-shadow:0px 2px 5px rgba(0,0,0,0.1);transform:scale(1.05)}.tb-bot-suggested-question:hover{box-shadow:0 px 4px rgba(0,0,0,0.1);cursor:pointer}.tb-bot-icon-button{display:flex;align-items:center;justify-content:center;background-color:transparent;border:none;width:30px;height:30px;box-shadow:none;outline:none;cursor:pointer}.tb-bot-suggested-question-title{font-size:12px;padding-right:8px;opacity:0.7;font-family:'SFUIText', sans-serif;font-weight:600}.tb-bot-send-button{font-family:'SFUIText';font-size:14px !important;padding:2px 0px 0px 9px;border:none;cursor:pointer;transition:all 0.3s ease;border-radius:50%;outline:none;position:relative;overflow:hidden;width:40px;height:40px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 6px rgba(0,0,0,0.1)}.tb-bot-send-button:disabled{cursor:not-allowed;opacity:0.2}.tb-bot-send-button:hover{box-shadow:0 6px 8px rgba(0,0,0,0.2)}.tb-bot-send-button:active{box-shadow:0 2px 4px rgba(0,0,0,0.05)}@media (max-width: 768px){.tb-bot-message-container{height:100%;width:100%}}

.tb-bot-chat-bubble{display:flex;padding:10px 14px;border-radius:12px;max-width:72%;word-wrap:break-word;margin-bottom:15px;white-space:pre-line;position:relative;margin:14px;letter-spacing:0.10px;font-size:16px;font-family:'SFUIText', sans-serif;line-height:1.5;box-shadow:0 1px px rgba(0,0,0,0.1)}.tb-bot-chat-bubble.user{align-self:flex-start;border-top-left-radius:2px}.tb-bot-chat-bubble.bot{align-self:flex-end;border-top-right-radius:2px}.tb-bot-chat-bubble.link{align-self:flex-end;padding:10px 10px;margin-right:16px;border-top-right-radius:2px}.tb-bot-chat-bubble-entering,.tb-bot-chat-bubble-exiting,.tb-bot-chat-bubble-exited{opacity:0;transform:translateY(20px)}.tb-bot-chat-bubble-entered{opacity:1;transform:translateY(0)}.tb-bot-chat-bubble-transition{transition:opacity 300ms ease-in-out, transform 300ms ease-in-out}.tb-bot-sender-name{font-size:12px;position:absolute;top:-20px;opacity:0.7;font-family:'SFUIText', sans-serif;font-weight:600}.tb-bot-chat-bubble.user .tb-bot-sender-name{left:0}.tb-bot-chat-bubble.bot .tb-bot-sender-name{right:0}.tb-bot-link-preview{display:flex;position:relative;justify-content:flex-start;flex-direction:column;align-items:flex-end;border-radius:12px;max-width:72%;max-height:275px !important;transition:box-shadow 0.3s ease;overflow:hidden;flex-shrink:0;transition:transform 0.3s ease, box-shadow 0.3s ease}.tb-bot-link-preview:hover{box-shadow:0 4px 8px rgba(0,0,0,0.1);cursor:pointer;transform:translateY(-3px)}.tb-bot-link-preview img{width:100%;height:50%;border-radius:12px;border-top-right-radius:2px;margin-bottom:10px;margin-top:12px;object-fit:cover}.tb-bot-link-preview-title{font-size:16px;font-family:'SFUIText', sans-serif;line-height:1.4;margin:-4px -4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;width:100%;text-align:left}.tb-bot-link-preview-url{text-decoration:none;transition:color 0.3s ease;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;text-align:left;margin:4px -4px;font-size:16px;font-family:'SFUIText', sans-serif;line-height:1.2}.tb-bot-link-preview-url:hover{color:#0055aa}.tb-bot-link-preview-description{line-height:1.2;display:-webkit-box;font-size:16px;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;width:100%;margin:0px -8px;padding-top:4px;padding-right:4px;font-family:'SFUIText', sans-serif}.tb-bot-talkbase-table{width:100%;border-collapse:collapse;font-family:'SFUIText', sans-serif;overflow-wrap:anywhere}.tb-bot-talkbase-table body{line-height:1.6;padding:20px;font-family:'SFUIText', sans-serif}.tb-bot-talkbase-table th,.tb-bot-talkbase-table td{border:1px solid #ddd;padding:5px 5px;text-align:left;font-family:'SFUIText', sans-serif}.tb-bot-talkbase-table th{font-weight:600}.tb-bot-talkbase-table ul{list-style-type:disc;padding-left:20px;margin:0px 0px;font-family:'SFUIText', sans-serif}.tb-bot-talkbase-table li{margin-bottom:0px;font-size:16px}.tb-bot-talkbase-table a{color:var(--link-color);text-decoration:none;transition:color 0.3s ease;font-family:'SFUIText', sans-serif}.tb-bot-talkbase-table a:hover{color:var(--link-hover-color)}.tb-bot-chat-bubble-animation-enter,.tb-bot-chat-bubble-animation-appear{opacity:0;transform:translateY(-20px)}.tb-bot-chat-bubble-animation-enter-active,.tb-bot-chat-bubble-animation-appear-active{opacity:1;transform:translateY(0);transition:opacity 200ms ease-in-out, transform 200ms ease-in-out}

.icon-bar{display:flex;justify-content:starts;align-items:center;padding-left:8px;padding-bottom:8px;padding-top:0px;padding-right:16px;border-radius:5px}.icon-button{border:none;background:none;cursor:pointer;width:28px;height:28px;transition:transform 0.3s ease;box-shadow:none}.icon-button:hover{transform:scale(1.1)}.icon-button img{width:32px;height:auto}

.order-form{display:flex;flex-direction:column;width:70%;background:#fff;padding-left:20px;padding-right:20px;padding-top:0px;padding-bottom:8px;box-shadow:0 0 10px rgba(0,0,0,0.1);border-radius:8px}.order-form h2{margin-bottom:16px;font-size:12px}.input-group{margin-bottom:4px;display:flex;flex-direction:row}.input-group label{display:block;margin-bottom:5px}.input-group input[type="email"]{width:100%;padding:10px;border-radius:4px}button{width:100%;padding:10px;border:none;border-radius:4px;background-color:#000;color:#fff;cursor:pointer;margin-bottom:4px}button.chat-button{background-color:#5cb85c}@media (min-width: 576px){.order-form{margin:20px auto;max-width:540px}}@media (min-width: 768px){.order-form{max-width:720px}}@media (min-width: 992px){.order-form{max-width:960px}}@media (min-width: 1200px){.order-form{max-width:1140px}}.interactive-button{padding:10px 20px;border:2px solid #ddd;background-color:#fff;cursor:pointer;outline:none;font-size:12px;border-radius:8px;transition:all 0.3s ease;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.interactive-button .checkmark{color:#27c942;font-size:16px;margin-right:8px;opacity:0;transition:opacity 0.2s}.interactive-button.selected .checkmark{opacity:1}.interactive-button.selected{background-color:#000;color:#27c942;border:2px solid #000}.interactive-button span{line-height:1;vertical-align:middle}

.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion: no-preference){.App-logo{animation:App-logo-spin infinite 20s linear}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:white}.App-link{color:#61dafb}@keyframes App-logo-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@font-face{font-family:"Source Sans Pro";src:local("SourceSansPro"),url(/dist/37920370b364a794b305.otf) format("opentype")}@font-face{font-family:"SFUIText";src:local("SFUIText"),url(/dist/7fc053bb777c3edd501b.otf) format("opentype")}

