.chatbot-isolated{font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;margin:0;min-width:320px}.chatbot-isolated *,.chatbot-isolated *:before,.chatbot-isolated *:after{box-sizing:border-box;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.chatbot-isolated #root{width:100%}.root,:root{--text: #111;--sub-text: #646464;--background: #fff;--theme: #00a1e6;--tab-background: #f4fcff;--theme-weak: #00a1e624;--sidenav-bg: #111111;--sidenav-btn: #00a1e6;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-full: 9999px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);--shadow-md: 0 4px 16px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .12);--ease-out: cubic-bezier(.22, 1, .36, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--duration-fast: .2s;--duration-normal: .3s;--duration-slow: .45s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes typing{0%,80%,to{transform:scale(.85);opacity:.6}40%{transform:scale(1);opacity:1}}@keyframes pulse-soft{0%,to{opacity:1}50%{opacity:.85}}@keyframes successPop{0%{transform:scale(0);opacity:0}60%{transform:scale(1.1);opacity:1}to{transform:scale(1);opacity:1}}.chatbot-isolated .app{display:flex;justify-content:center;align-items:center;background-color:var(--theme-weak);position:relative;z-index:99999}.chatbot-isolated .floating-trigger{position:fixed;bottom:20px;right:49px!important;z-index:1000;cursor:pointer;display:flex;align-items:center;gap:10px;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.chatbot-isolated .speech-bubble{background:#fff;border-radius:20px!important;padding:12px 16px!important;display:flex;align-items:center;gap:8px;box-shadow:0 4px 20px #00000026;position:relative;min-width:140px}.chatbot-isolated .speech-bubble:after{content:"";position:absolute;right:-8px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:8px solid white!important;border-top:8px solid transparent!important;border-bottom:8px solid transparent!important}.chatbot-isolated .wave-emoji{font-size:18px}.chatbot-isolated .trigger-text{font-size:14px;font-weight:600;color:#333}.chatbot-isolated .agent-avatar{position:relative}.chatbot-isolated .avatar-circle-large{width:60px;height:60px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px #0000001a;position:relative;overflow:hidden}.chatbot-isolated .avatar-fallback{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--theme)}.chatbot-isolated .avatar-fallback svg{width:100%;height:100%}.chatbot-isolated .avatar-img{width:100%!important;height:100%!important;object-fit:cover!important}.chatbot-isolated .online-indicator{position:absolute;bottom:2px;right:2px;width:12px;height:12px;background:#4caf50;border-radius:50%!important;border:2px solid white!important}.chatbot-isolated .chatbot-modal-overlay{position:fixed;inset:0;background:#00000073;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:11;display:flex;align-items:flex-end;justify-content:flex-end;padding:20px 20px 0!important;animation:fadeIn var(--duration-normal) var(--ease-out) forwards;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.chatbot-isolated .chatbot-widget{position:relative!important;max-width:380px;width:100%;height:560px;display:flex;flex-direction:column;animation:slideUpFromBottom var(--duration-slow) var(--ease-spring) forwards;margin-bottom:20px!important;border-radius:var(--radius-lg)!important;box-shadow:var(--shadow-lg);overflow:hidden;overscroll-behavior:contain}@keyframes slideUpFromBottom{0%{opacity:0;transform:translateY(40px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.chatbot-isolated .chatbot-upper-wrapper{width:100%!important;background:var(--background);border-radius:var(--radius-lg)!important;overflow:hidden!important}.chatbot-isolated .chatbot-header{width:100%!important;display:flex;justify-content:space-between;align-items:center;padding:16px 20px!important;border-bottom:1px solid rgba(0,0,0,.06);min-height:64px!important;border-top-left-radius:var(--radius-lg)!important;background:var(--background);transition:background var(--duration-fast) var(--ease-out)}.chatbot-isolated .chatbot-header-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:0;color:var(--text);cursor:pointer;line-height:0!important;border-radius:var(--radius-sm);transition:background var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out),transform var(--duration-fast) var(--ease-out)}.chatbot-isolated .chatbot-header-icon:hover{background:var(--tab-background);color:var(--theme);transform:scale(1.05)}.chatbot-isolated .chatbot-header-icon:active{transform:scale(.98)}.chatbot-isolated .chatbot-header-icon svg{width:22px;height:22px}.chatbot-isolated .company-logo{height:48px!important;padding:0 16px!important;display:flex;align-items:center;animation:fadeIn var(--duration-normal) var(--ease-out) .1s both}.chatbot-isolated .company-logo img{max-height:100%!important;width:auto!important;height:auto!important;max-width:180px;object-fit:contain!important}.chatbot-isolated .chat-thread{flex:1;overflow-y:auto;overflow-x:hidden;height:356px!important;padding:20px!important;background:linear-gradient(180deg,var(--background) 0%,var(--tab-background) 100%)}.chatbot-isolated .chat-thread::-webkit-scrollbar{width:6px}.chatbot-isolated .chat-thread::-webkit-scrollbar-track{background:var(--tab-background);border-radius:var(--radius-full)}.chatbot-isolated .chat-thread::-webkit-scrollbar-thumb{background:var(--sub-text);border-radius:var(--radius-full);opacity:.3}.chatbot-isolated .chat-message{margin-bottom:16px!important;animation:slideUp var(--duration-normal) var(--ease-out) both}.chatbot-isolated .chat-message.assistant{animation-name:slideInLeft}.chatbot-isolated .chat-message.user{animation-name:slideInRight}.chatbot-isolated .chat-thread .chat-message:nth-child(1){animation-delay:.02s}.chatbot-isolated .chat-thread .chat-message:nth-child(2){animation-delay:.06s}.chatbot-isolated .chat-thread .chat-message:nth-child(3){animation-delay:.1s}.chatbot-isolated .chat-thread .chat-message:nth-child(4){animation-delay:.14s}.chatbot-isolated .chat-thread .chat-message:nth-child(5){animation-delay:.18s}.chatbot-isolated .chat-thread .chat-message:nth-child(n+6){animation-delay:.22s}.chatbot-isolated .chat-message.assistant{display:flex;flex-direction:column}.chatbot-isolated .chat-message.user{display:flex;justify-content:flex-end}.chatbot-isolated .message-content{background:var(--tab-background);padding:12px 14px!important;margin-bottom:4px!important;font-size:14px;font-weight:400;line-height:1.5;border-radius:var(--radius-md)!important;box-shadow:var(--shadow-sm);transition:box-shadow var(--duration-fast) var(--ease-out)}.chatbot-isolated .typing-indicator{display:flex;align-items:center;gap:6px;padding:12px 0}.chatbot-isolated .typing-indicator span{width:8px;height:8px;border-radius:50%;background-color:var(--theme);display:inline-block;animation:typing 1.2s infinite ease-in-out}.chatbot-isolated .typing-indicator span:nth-child(1){animation-delay:-.32s}.chatbot-isolated .typing-indicator span:nth-child(2){animation-delay:-.16s}.chatbot-isolated .bot-message{background:var(--tab-background);align-self:flex-start;border-radius:4px var(--radius-md) var(--radius-md) var(--radius-md)!important;border:1px solid rgba(0,0,0,.04)}.chatbot-isolated .user-message{width:85%;display:flex;flex-direction:column;align-items:flex-end}.chatbot-isolated .user-message-content{background:var(--theme);color:#fff;margin-bottom:4px!important;border-radius:var(--radius-md) 4px var(--radius-md) var(--radius-md)!important;box-shadow:0 2px 8px #00000014}.chatbot-isolated .message-assistant{font-weight:600;font-size:11px;line-height:100%;color:var(--sub-text);margin-bottom:4px!important;text-transform:uppercase;letter-spacing:.04em}.chatbot-isolated .message-meta{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--sub-text)}.chatbot-isolated .user-meta{justify-content:flex-end}.chatbot-isolated .timestamp{font-size:10px;color:var(--sub-text);opacity:.9}.chatbot-isolated .chatbot-footer-tabs-wrapper{display:flex;width:100%!important;min-height:64px!important;border-top-left-radius:var(--radius-lg)!important;border-top-right-radius:var(--radius-lg)!important;background:linear-gradient(135deg,var(--theme) 0%,var(--theme) 100%);margin-top:0!important;box-shadow:0 -2px 12px #0000000f}.chatbot-isolated .chatbot-footer-tab{flex:1;display:flex;justify-content:center;align-items:center;color:#ffffffe6;font-weight:500;font-size:11px;line-height:1.2;flex-direction:column;gap:6px;cursor:pointer;border-radius:var(--radius-sm)!important;transition:background var(--duration-normal) var(--ease-out),color var(--duration-normal) var(--ease-out),transform var(--duration-fast) var(--ease-spring);padding:10px 6px}.chatbot-isolated .chatbot-footer-tab:hover{background-color:#ffffff1f;transform:translateY(-2px);color:#fff}.chatbot-isolated .chatbot-footer-tab.active{background-color:var(--background);color:var(--theme);transform:scale(1.02);box-shadow:var(--shadow-sm)}.chatbot-isolated .chat-box-container{padding:24px!important;height:417px!important;background:linear-gradient(180deg,var(--background) 0%,var(--tab-background) 100%);overflow-y:auto;animation:fadeIn var(--duration-normal) var(--ease-out) both}.chatbot-isolated .chat-box-container::-webkit-scrollbar{width:6px}.chatbot-isolated .chat-box-container::-webkit-scrollbar-track{background:var(--tab-background);border-radius:var(--radius-full)}.chatbot-isolated .chat-box-container::-webkit-scrollbar-thumb{background:var(--sub-text);border-radius:var(--radius-full);opacity:.3}.chatbot-isolated .chat-box-container-compact{padding:24px!important;height:417px!important;background:linear-gradient(180deg,var(--background) 0%,var(--tab-background) 100%);overflow-y:auto;animation:fadeIn var(--duration-normal) var(--ease-out) both}.chatbot-isolated .chat-box-container-compact::-webkit-scrollbar{width:6px}.chatbot-isolated .chat-box-container-compact::-webkit-scrollbar-track{background:var(--tab-background)}.chatbot-isolated .chat-box-container-compact::-webkit-scrollbar-thumb{background:var(--sub-text);border-radius:var(--radius-full);opacity:.3}.chatbot-isolated .chat-box-question{font-weight:700;font-size:20px;line-height:1.25;color:var(--text);margin-bottom:6px!important;letter-spacing:-.02em}.chatbot-isolated .chat-box-sub-question{font-weight:500;font-size:14px;line-height:1.4;color:var(--sub-text);margin-bottom:14px!important}.chatbot-isolated .page-heading{margin-bottom:20px}.chatbot-isolated .page-heading-row{display:flex;align-items:flex-start;gap:14px;width:100%}.chatbot-isolated .page-heading-icon{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);background:var(--tab-background);color:var(--theme)}.chatbot-isolated .page-heading-icon svg{width:24px;height:24px}.chatbot-isolated .page-heading-text{flex:1;min-width:0}.chatbot-isolated .page-heading-title{font-weight:700;font-size:18px;line-height:1.3;color:var(--text);margin:0 0 4px;letter-spacing:-.02em}.chatbot-isolated .page-heading-optional{font-weight:500;font-size:14px;color:var(--sub-text);margin-left:6px}.chatbot-isolated .page-heading-subtitle{font-weight:500;font-size:14px;line-height:1.4;color:var(--sub-text);margin:0}.chatbot-isolated .chat-box-container,.chatbot-isolated .chat-box-container-compact,.chatbot-isolated .chat-box-container-inital{padding:24px!important}.chatbot-isolated .file-upload-container{padding:0!important}.chatbot-isolated .address-field-wrappers,.chatbot-isolated .field-wrappers{width:100%}.chatbot-isolated .error-wrapper-for-fields{margin-bottom:14px}.chatbot-isolated .error-wrapper-for-fields:last-child{margin-bottom:0}.chatbot-isolated .field-wrappers>div{margin-bottom:16px}.chatbot-isolated .field-wrappers>div:last-child{margin-bottom:0}.chatbot-isolated .bottom-button-container{padding-left:24px!important;padding-right:24px!important}.chatbot-isolated .multi-check-ui-wrapper{display:flex;flex-direction:column;gap:18px;overflow-anchor:none}.chatbot-isolated .multi-check-ui-btn{display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:var(--radius-md);background:var(--background);cursor:pointer;transition:all var(--duration-fast) var(--ease-out);text-align:left;width:100%;border:2px solid rgba(0,0,0,.08);padding:14px 16px;text-transform:capitalize;box-shadow:var(--shadow-sm);color:var(--text);position:relative;z-index:1;contain:layout style paint;will-change:transform,box-shadow;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.chatbot-isolated .multi-check-ui-btn:not(.selected):hover{border-color:var(--theme);background:var(--tab-background);box-shadow:0 0 0 1px var(--theme);transform:translateY(-1px)}.chatbot-isolated .multi-check-ui-wrapper .multi-check-ui-btn.selected,.chatbot-isolated .multi-check-ui-wrapper .multi-check-ui-btn.selected:hover{border-color:var(--theme);background:var(--theme);color:#fff;box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.chatbot-isolated .multi-check-ui-btn:focus{outline:none;border-color:var(--theme);box-shadow:0 0 0 2px var(--theme-weak)}.chatbot-isolated .radio-button{display:flex;align-items:center;pointer-events:none}.chatbot-isolated .radio-circle{width:22px;height:22px;border:2px solid currentColor;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all var(--duration-fast) var(--ease-out);flex-shrink:0;contain:layout style paint;will-change:border-color,background-color}.chatbot-isolated .multi-check-ui-wrapper .multi-check-ui-btn.selected .radio-circle{border-color:#fff;background:#fff3}.chatbot-isolated .multi-check-ui-wrapper{scroll-margin-top:20px;scroll-margin-bottom:20px}.chatbot-isolated .multi-check-ui-wrapper .multi-check-ui-btn:not(.selected){border-color:#00000014!important;background:var(--background)!important;color:var(--text)!important;box-shadow:var(--shadow-sm)!important;transform:none!important}.chatbot-isolated .multi-check-ui-wrapper .multi-check-ui-btn:not(.selected) .radio-circle{border-color:currentColor!important;background:transparent!important}.chatbot-isolated .multi-check-ui-wrapper .multi-check-ui-btn:not(.selected) .option-text{color:var(--text)!important}.chatbot-isolated .chat-box-container,.chatbot-isolated .chat-box-container-compact{scroll-behavior:smooth;overscroll-behavior:contain}.chatbot-isolated .radio-input{position:absolute;opacity:0;width:0;height:0;margin:0;padding:0;pointer-events:none}.chatbot-isolated .radio-dot{width:10px!important;height:10px!important;background:#fff!important;border-radius:50%!important}.chatbot-isolated .option-text{font-weight:600;font-size:14px;line-height:1.3;color:var(--text)}.chatbot-isolated .multi-check-ui-wrapper .multi-check-ui-btn.selected .option-text{color:#fff!important}.chatbot-isolated .multi-check-divider{border-top:1px solid rgba(0,0,0,.08)!important;width:100%;height:1px!important;margin:16px 0 0!important}.chatbot-isolated .bottom-button-container{display:flex;align-items:center;justify-content:space-between;min-height:72px!important;width:100%!important;padding:16px 24px!important;border-top:1px solid rgba(0,0,0,.06)!important;font-weight:500;font-size:15px;line-height:1.3;background:linear-gradient(180deg,var(--background) 0%,var(--tab-background) 100%);animation:fadeIn var(--duration-normal) var(--ease-out) both}.chatbot-isolated .button-container-end{justify-content:flex-end}.chatbot-isolated .bottom-button{height:46px!important;min-width:120px!important;border-radius:var(--radius-md)!important;border:none;padding:0 20px!important;display:flex;align-items:center;justify-content:center;gap:8px;outline:none!important;cursor:pointer;font-size:15px;font-weight:600;transition:transform var(--duration-fast) var(--ease-out),box-shadow var(--duration-fast) var(--ease-out),opacity var(--duration-fast)}.chatbot-isolated .bottom-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:var(--shadow-md)}.chatbot-isolated .bottom-button:active:not(:disabled){transform:translateY(0)}.chatbot-isolated .bottom-button-next{background:var(--theme)!important;color:#fff!important;font-weight:600;box-shadow:0 2px 8px #0000001f}.chatbot-isolated .bottom-button-next:disabled{cursor:not-allowed;opacity:.5;background:var(--sub-text)!important;transform:none}.chatbot-isolated .bottom-button-back{color:var(--text)!important;background:transparent!important;font-weight:600}.chatbot-isolated .bottom-button-back:hover:not(:disabled){background:var(--tab-background)!important}.chatbot-isolated .input-field-wrapper{height:46px!important;background:var(--background)!important;border-radius:var(--radius-sm)!important;border:2px solid rgba(0,0,0,.08)!important;padding:10px 14px!important;display:flex;align-items:center;transition:border-color var(--duration-fast) var(--ease-out),box-shadow var(--duration-fast) var(--ease-out)}.chatbot-isolated .input-field-wrapper:focus-within{border-color:var(--theme)!important;box-shadow:0 0 0 3px var(--theme-weak)}.chatbot-isolated .input-field-label{font-weight:600;font-size:12px;line-height:1.4;color:var(--sub-text);margin-bottom:6px;display:block}.chatbot-isolated .input-filed{outline:none!important;box-shadow:none!important;height:24px!important;border:none!important;font-weight:500;font-size:14px;line-height:24px;color:var(--text);padding:0!important;min-height:auto;width:100%;background:transparent!important}.chatbot-isolated .input-filed::placeholder{color:var(--sub-text);opacity:.7}.chatbot-isolated .address-field-wrappers{display:flex;flex-direction:column;gap:14px;width:100%;margin-bottom:0}.chatbot-isolated .error-wrapper-for-fields{display:flex;flex-direction:column;gap:0}.chatbot-isolated .no-margin-bottom{margin-bottom:0!important;gap:4px!important}.chatbot-isolated .input-twofield-wrap{display:grid;grid-template-columns:calc(100% - 135px) 123px;gap:12px}.chatbot-isolated .name-field-wrapper{display:grid;grid-template-columns:calc(50% - 6px) calc(50% - 6px);gap:12px;justify-content:space-between}.chatbot-isolated .appointment-wrapper{border:2px solid rgba(0,0,0,.06)!important;border-radius:var(--radius-md)!important;padding:20px!important;background:var(--background)!important;box-shadow:var(--shadow-sm);animation:slideUp var(--duration-normal) var(--ease-out) both;width:100%}.chatbot-isolated .appointment-details{display:flex;gap:8px;align-items:start;width:100%;margin-top:16px;font-weight:400;font-size:15px;line-height:1.35;color:var(--text)}.chatbot-isolated .appointment-details>span{width:calc(100% - 26px)}.chatbot-isolated .time-title{font-weight:600;font-size:14px;line-height:1.2;color:var(--text);margin-bottom:10px;margin-top:16px;width:100%}.chatbot-isolated .time-title:first-of-type{margin-top:0}.chatbot-isolated .time-wrapper{width:100%;display:flex;gap:6px;flex-wrap:wrap;margin-bottom:16px}.chatbot-isolated .time-option{min-width:96px;height:36px;background:var(--background);border:2px solid rgba(0,0,0,.08);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0 16px;font-weight:500;font-size:13px;line-height:1;color:var(--text);transition:border-color var(--duration-fast),background var(--duration-fast),color var(--duration-fast),transform var(--duration-fast)}.chatbot-isolated .time-option:hover:not(.disabled){border-color:var(--theme);background:var(--tab-background)}.chatbot-isolated .time-option.active{border-color:var(--theme);background:var(--theme);color:#fff}.chatbot-isolated .time-option.disabled{background:var(--tab-background);color:var(--sub-text);cursor:not-allowed;opacity:.6}.chatbot-isolated .date-wrapper{flex-wrap:wrap;gap:8px}.chatbot-isolated .date-option{min-width:80px;white-space:nowrap}.chatbot-isolated .text-area-input{width:100%!important;min-height:88px!important;padding:12px 14px;border:2px solid rgba(0,0,0,.08);border-radius:var(--radius-sm);outline:none;background:var(--background);resize:none;font-weight:500;font-size:14px;color:var(--text);transition:border-color var(--duration-fast),box-shadow var(--duration-fast)}.chatbot-isolated .text-area-input:focus{border-color:var(--theme)!important;box-shadow:0 0 0 3px var(--theme-weak)}.chatbot-isolated .text-area-input::placeholder{color:var(--sub-text);opacity:.7;font-size:14px}.chatbot-isolated .text-area-input::-webkit-scrollbar{width:4px}.chatbot-isolated .text-area-input::-webkit-scrollbar-track{background:#fff;border-radius:2px!important}.chatbot-isolated .text-area-input::-webkit-scrollbar-thumb{background:#e2e4e4;border-radius:2px!important}.chatbot-isolated .margin-bottom{margin-bottom:16px!important}.chatbot-isolated .date-input{width:100%;padding:12px 14px;font-size:15px;border:1px solid #d1d5db;border-radius:10px;outline:none;background-color:#fff;color-scheme:light;transition:all .2s ease;margin-bottom:16px!important}.chatbot-isolated .date-input:hover{border-color:#9ca3af}.chatbot-isolated .date-input:focus{border-color:var(--theme);box-shadow:0 0 0 3px var(--theme-weak)}.chatbot-isolated .date-input::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert(40%) sepia(20%) saturate(200%) hue-rotate(180deg)}.chatbot-isolated .date-input:invalid::-webkit-datetime-edit{color:#9ca3af}.chatbot-isolated .error-wrapper-for-fields{display:flex;flex-direction:column}.chatbot-isolated .error-text{font-size:12px;color:red;margin:0!important}.chatbot-isolated .button-loading{position:relative;opacity:.8}.chatbot-isolated .button-loading .spinner{display:inline-block;width:18px;height:18px;border:2px solid rgba(255,255,255,.35);border-radius:50%;border-top-color:#fff;animation:spin .7s linear infinite;margin-right:8px}@keyframes spin{to{transform:rotate(360deg)}}.chatbot-isolated .initial-heading-wrap{font-weight:700;font-size:22px;line-height:1.2;color:var(--text);margin-bottom:20px;letter-spacing:-.02em;animation:slideUp var(--duration-normal) var(--ease-out) .1s both}.chatbot-isolated .initial-screen-wrapper{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.chatbot-isolated .initial-screen-button{display:flex;align-items:center;gap:14px;justify-content:space-between;padding:16px 18px!important;border-radius:var(--radius-md);border:2px solid var(--theme);background:var(--tab-background);color:var(--theme);cursor:pointer;transition:transform var(--duration-fast) var(--ease-spring),border-color var(--duration-fast),background var(--duration-fast),color var(--duration-fast),box-shadow var(--duration-fast)!important;text-align:left;width:100%;box-shadow:var(--shadow-sm);animation:slideUp var(--duration-normal) var(--ease-out) both}.chatbot-isolated .initial-screen-button:hover{transform:translateY(-3px);border-color:var(--theme)!important;background:var(--theme)!important;color:#fff!important;box-shadow:0 6px 20px #0000001a}.chatbot-isolated .initial-btn-wrapper{display:flex;align-items:center;gap:12px;font-size:15px;font-weight:600}.chatbot-isolated .initial-btn-wrapper svg{flex-shrink:0;width:22px;height:22px;color:var(--theme);transition:color var(--duration-fast)}.chatbot-isolated .initial-screen-button:hover .initial-btn-wrapper svg{color:#fff}.chatbot-isolated .initial-screen-button.anim-delay-1{animation-delay:.1s}.chatbot-isolated .initial-screen-button.anim-delay-2{animation-delay:.18s}.chatbot-isolated .initial-screen-button.anim-delay-3{animation-delay:.26s}.chatbot-isolated .initial-screen-button.anim-delay-4{animation-delay:.34s}.chatbot-isolated .initial-screen-button.anim-delay-5{animation-delay:.42s}@media(max-width:768px){.chatbot-isolated .floating-trigger{bottom:20px;right:20px!important}.chatbot-isolated .speech-bubble{min-width:120px;padding:10px 14px!important}.chatbot-isolated .trigger-text{font-size:12px}.chatbot-isolated .avatar-circle-large{width:45px;height:45px}}@media(max-width:576px){.chatbot-isolated .chatbot-modal-overlay{justify-content:center;align-items:center;padding:0!important;height:calc(var(--vh, 1vh) * 100);height:100dvh;height:-webkit-fill-available}.chatbot-isolated .chatbot-widget{max-width:100%;margin-bottom:0!important;border-radius:0!important;height:calc(var(--vh, 1vh) * 100);height:100dvh;height:-webkit-fill-available;max-height:calc(var(--vh, 1vh) * 100);max-height:100dvh;max-height:-webkit-fill-available;padding-bottom:env(safe-area-inset-bottom,0)}.chatbot-isolated .chatbot-upper-wrapper{border-radius:0!important;min-height:unset}.chatbot-isolated .chat-thread{height:calc(var(--vh, 1vh) * 100 - 207px)!important;height:calc(100dvh - 207px)!important}.chatbot-isolated .chat-box-container,.chatbot-isolated .chat-box-container-compact{height:calc(var(--vh, 1vh) * 100 - 143px)!important;height:calc(100dvh - 143px)!important}}@media(max-width:420px){.chatbot-isolated .name-field-wrapper{grid-template-columns:1fr}}.chatbot-isolated .chatbot-upper-wrapper{position:relative;flex:1;display:flex;flex-direction:column;overflow:hidden;height:100%;min-height:400px}.chatbot-isolated .chatbot-side-nav{position:absolute;inset:0;width:310px;background:var(--sidenav-bg);transform:translate(-100%);transition:transform var(--duration-normal) var(--ease-out);z-index:10;border-right:1px solid rgba(255,255,255,.08);overflow-y:auto;display:flex;flex-direction:column;box-shadow:var(--shadow-lg)}.chatbot-isolated .chatbot-side-nav.open{transform:translate(0)}.chatbot-isolated .chatbot-content{flex:1;transition:margin-left .3s ease-in-out;height:100%;width:100%;position:relative;background:#fff}.chatbot-isolated .chatbot-side-nav-overlay{display:none}.chatbot-isolated .chatbot-side-nav-wrapper{display:flex;flex-direction:column;gap:12px;padding:10px;overflow-y:auto;flex:1;min-height:0}.chatbot-isolated .chatbot-side-nav-button{display:flex;align-items:center;gap:14px;justify-content:space-between;padding:14px 12px!important;border:none;border-bottom:1px solid rgba(255,255,255,.08);background:transparent;color:var(--sidenav-btn);outline:none;cursor:pointer;transition:background var(--duration-fast) var(--ease-out),transform var(--duration-fast) var(--ease-out),color var(--duration-fast)}.chatbot-isolated .chatbot-side-nav-button:hover{background:#ffffff0f!important;transform:translate(4px)}.chatbot-isolated .chatbot-side-nav-button.active{background:var(--theme)!important;border-radius:var(--radius-sm);color:#fff!important}.chatbot-isolated .chatbot-side-nav-btn-wrapper{display:flex;align-items:center;gap:12px;font-size:15px;font-weight:600}.chatbot-isolated .chatbot-btn-icon-wrapper{display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);background:#ffffff1f;padding:8px!important;font-size:0!important;line-height:0!important;color:var(--sidenav-btn)}.chatbot-isolated .chatbot-side-nav-button.active .chatbot-btn-icon-wrapper{background:#fff3;color:#fff}.chatbot-isolated .chatbot-btn-icon-wrapper svg{width:20px;height:20px}.chatbot-isolated .chat-box-container-inital{padding:24px!important;min-height:380px!important}.chatbot-isolated .chat-input-wrapper{position:relative;display:flex;align-items:flex-end;gap:8px;background:var(--background);border-radius:var(--radius-md);padding:8px 12px;overflow-y:auto;border:2px solid rgba(0,0,0,.08);align-items:center;transition:border-color var(--duration-fast) var(--ease-out),box-shadow var(--duration-fast) var(--ease-out)}.chatbot-isolated .chat-input-wrapper:focus-within{border-color:var(--theme);box-shadow:0 0 0 3px var(--theme-weak)}.chatbot-isolated .chat-input{flex:1;overflow-y:auto;outline:none;line-height:1.5;font-size:14px;color:#333;word-break:break-word;font-size:14px!important}.chatbot-isolated .chat-input:empty:before{content:attr(placeholder);color:#999;pointer-events:none;display:block}.chatbot-isolated .chat-input-outer-wrapper{background:linear-gradient(180deg,var(--background) 0%,var(--tab-background) 100%);padding:14px 20px 12px!important;min-height:133px!important;border-top:1px solid rgba(0,0,0,.06)}.chatbot-isolated .attachment-button{position:absolute;left:12px;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;transition:background var(--duration-fast),color var(--duration-fast),transform var(--duration-fast);color:var(--sub-text);z-index:1;padding:0!important}.chatbot-isolated .attachment-button:hover:not(:disabled){background:var(--tab-background);color:var(--theme);transform:scale(1.08)}.chatbot-isolated .attachment-button:active:not(:disabled){transform:scale(.98)}.chatbot-isolated .attachment-button:disabled{opacity:.5;cursor:not-allowed}.chatbot-isolated .attachment-button svg{width:20px;height:20px}.chatbot-isolated .send-button{position:absolute;right:8px;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--theme);border:none;cursor:pointer;transition:transform var(--duration-fast) var(--ease-spring),box-shadow var(--duration-fast);color:#fff;padding:0!important}.chatbot-isolated .send-button:hover:not(:disabled){transform:scale(1.08);box-shadow:0 4px 12px #00000026}.chatbot-isolated .send-button:active:not(:disabled){transform:scale(.96)}.chatbot-isolated .send-button:disabled{opacity:.5;cursor:not-allowed}.chatbot-isolated .chat-input::-webkit-scrollbar{width:4px}.chatbot-isolated .chat-input::-webkit-scrollbar-track{background:transparent}.chatbot-isolated .chat-input::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.chatbot-isolated .chat-input:focus{outline:none}.chatbot-isolated .appointment-success{text-align:center;padding:28px 24px;background:var(--tab-background);border-radius:var(--radius-lg);margin-top:16px;border:2px solid var(--theme-weak);animation:scaleIn var(--duration-normal) var(--ease-spring) both}.chatbot-isolated .success-icon{margin-bottom:20px;animation:successPop var(--duration-slow) var(--ease-spring) .2s both}.chatbot-isolated .success-icon svg{width:64px;height:64px;color:var(--theme)}.chatbot-isolated .appointment-success h3{color:var(--theme);margin-bottom:12px;font-size:1.35rem;font-weight:700}.chatbot-isolated .appointment-success p{color:var(--sub-text);margin-bottom:20px;line-height:1.5;font-size:14px}.chatbot-isolated .appointment-details{display:flex;align-items:center;justify-content:center;gap:8px;margin:8px 0;color:#495057}.chatbot-isolated .appointment-details svg{width:16px;height:16px;color:#6c757d}.chatbot-isolated .success-text{color:#28a745;font-size:16px;font-weight:500;text-align:center;width:100%}.chatbot-isolated .field-wrappers{display:flex;flex-direction:column;gap:12px;width:100%}.chatbot-isolated .loading-screen{width:100%;min-height:200px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;color:var(--sub-text);font-weight:500;font-size:14px;animation:fadeIn var(--duration-normal) var(--ease-out) both}.chatbot-isolated .loading-screen .spinner{display:inline-block;width:28px;height:28px;border:3px solid var(--tab-background);border-radius:50%;border-top-color:var(--theme);border-right-color:var(--theme);animation:spin .8s linear infinite;margin-right:0}body,.app,.chatbot-widget,.chatbot-upper-wrapper,.chatbot-content,.speech-bubble,.chat-thread,.chatbot-isolated .chat-box-container,.chatbot-isolated .chat-box-container-compact{background:var(--background);color:var(--text)}.chatbot-isolated .speech-bubble:after{border-left-color:var(--background)!important}.trigger-text,.chatbot-header-icon,.message-meta,.chatbot-isolated .timestamp{color:var(--text)}.chatbot-isolated .message-content,.chatbot-isolated .bot-message{background:var(--tab-background)}.chatbot-isolated .message-assistant{color:var(--sub-text)}.chatbot-isolated .user-message-content{background:var(--theme)}.chatbot-isolated .message-image-container{margin-bottom:8px;max-width:100%;border-radius:8px;overflow:hidden}.chatbot-isolated .message-image{max-width:100%;max-height:300px;object-fit:contain;border-radius:8px;display:block}.chatbot-isolated .chatbot-footer-tabs-wrapper{background-color:var(--theme)!important}.chatbot-isolated .chatbot-footer-tab.active{color:var(--theme)}.chatbot-isolated .bottom-button-next{background-color:var(--theme)!important}.chatbot-isolated .initial-screen-button{border:1px solid var(--theme);background-color:var(--tab-background);color:var(--theme)}.chatbot-isolated .avatar-fallback{color:var(--theme)}.chat-box-container,.chat-box-container-compact,.chatbot-isolated .chat-thread{background:linear-gradient(180deg,var(--background) 54.65%,var(--tab-background) 100%),linear-gradient(180deg,var(--background) 4.26%,var(--tab-background) 100%)}.chatbot-isolated .time-option.active{border-color:var(--theme)}.chatbot-isolated .file-upload-container{padding:20px}.chatbot-isolated .file-upload-area{border:2px dashed rgba(0,0,0,.12);border-radius:var(--radius-md);padding:36px 24px;text-align:center;background:var(--tab-background);margin-bottom:16px;display:flex;flex-direction:column;align-items:center;gap:16px;transition:border-color var(--duration-fast),background var(--duration-fast)}.chatbot-isolated .file-upload-area:hover{border-color:var(--theme);background:var(--theme-weak)}.chatbot-isolated .file-upload-hint{color:#333;font-size:14px;margin:0}.chatbot-isolated .select-files-button{background-color:var(--theme);color:beige!important;border:1px solid color-mix(in srgb,var(--theme) 70%,white 30%);padding:12px 24px!important;border-radius:4px;font-size:14px;font-weight:600;text-transform:uppercase;cursor:pointer;transition:background-color .2s,opacity .2s}.chatbot-isolated .select-files-button:hover:not(:disabled){background-color:color-mix(in srgb,var(--theme) 70%,black 30%)}.chatbot-isolated .select-files-button:disabled{opacity:.6;cursor:not-allowed}.chatbot-isolated .file-upload-constraints{font-size:12px;color:#666;text-align:center;margin:8px 0}.chatbot-isolated .upload-progress{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;color:#666;font-size:14px}.chatbot-isolated .upload-progress .spinner{width:16px;height:16px;border:2px solid rgba(0,0,0,.1);border-top-color:var(--theme);border-radius:50%;animation:spin 1s linear infinite}.chatbot-isolated .file-preview-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px;margin-top:20px}.chatbot-isolated .file-preview-item{position:relative;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background:#fff}.chatbot-isolated .file-preview-image{width:100%;height:150px;object-fit:cover;display:block}.chatbot-isolated .file-preview-video{width:100%;height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f5f5f5;gap:8px;font-size:24px}.chatbot-isolated .file-name{padding:8px;font-size:12px;color:#333;word-break:break-word;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chatbot-isolated .file-size{padding:0 8px 8px;font-size:11px;color:#666}.chatbot-isolated .upload-success{position:absolute;top:8px;right:8px;background:#28a745;color:#fff;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600}.chatbot-isolated .remove-file-button{position:absolute;top:8px;left:8px;background:#000000b3;color:#fff;border:none;border-radius:50%;width:24px;height:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;line-height:1;transition:background-color .2s}.chatbot-isolated .remove-file-button:hover:not(:disabled){background:#dc3545e6}.chatbot-isolated .remove-file-button:disabled{opacity:.5;cursor:not-allowed}.chatbot-isolated .chatbot-footer-tab.active{background-color:#fff}.chat-box-question,.initial-heading-wrap,.time-title,.appointment-title,.chatbot-isolated .bottom-button-back{color:var(--text)}.chat-box-sub-question,.appointment-details,.chatbot-isolated .message-assistant{color:var(--sub-text)}.chatbot-isolated .chat-privacy-policy{font-size:12px!important;font-weight:400!important;color:var(--sub-text)!important;margin-bottom:8px!important;padding:0!important;text-align:center!important;line-height:normal!important}.chatbot-isolated .vertical-sidebar{position:fixed;right:0;top:50%;transform:translateY(-50%)!important;z-index:1000;display:flex;flex-direction:column;gap:8px;background:linear-gradient(180deg,var(--theme) 0%,var(--theme) 100%);padding:14px 10px;box-shadow:var(--shadow-lg);width:56px;align-items:center;border-radius:var(--radius-lg) 0 0 var(--radius-lg);animation:slideInRight var(--duration-normal) var(--ease-out) both}.chatbot-isolated .vertical-sidebar-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:transparent;border:none;cursor:pointer;padding:10px 0;border-radius:var(--radius-sm);transition:transform var(--duration-fast) var(--ease-spring),background var(--duration-fast);width:100%;color:#fffffff2}.chatbot-isolated .vertical-sidebar-item:hover{background:#ffffff26;transform:translateY(-3px) scale(1.05);color:#fff}.chatbot-isolated .vertical-sidebar-item:active{transform:translateY(0) scale(1);background:#fff3}.chatbot-isolated .vertical-sidebar-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:#fff}.chatbot-isolated .vertical-sidebar-icon svg{width:100%;height:100%;fill:currentColor}.chatbot-isolated .vertical-sidebar-label{font-size:9px;font-weight:600;color:#fff;text-align:center;line-height:1.2;text-transform:uppercase;letter-spacing:.03em}@media(max-width:576px){.chatbot-isolated .vertical-sidebar{position:fixed;inset:auto 0 0;transform:none!important;flex-direction:row;justify-content:space-evenly;width:100%;height:auto;padding:8px 10px;padding-bottom:calc(8px + env(safe-area-inset-bottom,0));border-radius:8px 8px 0 0;gap:4px}.chatbot-isolated .vertical-sidebar-item{flex-direction:column;padding:4px 6px;min-width:40px;width:auto;gap:2px}.chatbot-isolated .vertical-sidebar-item:hover{transform:translateY(0)}.chatbot-isolated .vertical-sidebar-icon{width:14px;height:14px}.chatbot-isolated .vertical-sidebar-label{font-size:9px}}.chatbot-isolated .form-consent-text{font-size:10px;line-height:1.4;color:var(--sub-text);margin-top:16px;margin-bottom:12px;padding:12px;background-color:#f8f9fa;border-radius:6px;border-left:3px solid var(--theme)}.chatbot-isolated .form-consent-text a.c-link{color:var(--theme);text-decoration:underline;transition:opacity .2s ease}.chatbot-isolated .form-consent-text a.c-link:hover{opacity:.8}.chatbot-isolated .form-consent-text a:not(.c-link){color:var(--theme);text-decoration:underline}@media(max-width:576px){.chatbot-isolated .form-consent-text{font-size:9px;padding:10px;margin-top:12px;margin-bottom:10px}}.pac-container{font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;background-color:#fff!important;border:1px solid #e6e6e6!important;border-radius:8px!important;box-shadow:0 4px 20px #00000026!important;margin-top:4px!important;z-index:9999999!important;overflow:hidden!important;position:absolute!important;box-sizing:border-box!important}.chatbot-isolated .option-note{margin-top:8px;margin-left:16px;padding:8px 12px;background:var(--tab-background);border-left:3px solid var(--theme);border-radius:var(--radius-sm);font-size:13px;line-height:1.4;color:var(--sub-text);animation:slideInLeft var(--duration-normal) var(--ease-out) both;font-style:italic}
