:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,.1);--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}.Toastify__toast{--toastify-toast-width:100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.AppointmentBookedModal_appointment-booked-modal-overlay__rFbH1{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.AppointmentBookedModal_appointment-booked-modal-content__3xoim{background:#fff;padding:20px;border-radius:8px;text-align:center;justify-items:center}.AppointmentBookedModal_appointment-booked-modal-button__QMA8n{margin-top:15px;padding:10px 15px;background-color:#50cada;color:#fff;border:none;border-radius:5px;cursor:pointer}.AppointmentBookedModal_appointment-booked-modal-button__QMA8n:hover{background-color:#3a929e}.AppointmentBookedModal_appointment-booked-link__3YsgW{display:flex;flex-direction:column;row-gap:20px;color:#00a3bb!important;background-color:#f0f8ff;align-items:center;place-self:center;transition:.3s;border:1px solid #50cada;margin:5px;border-radius:8px;padding:8px;width:-webkit-fill-available;text-decoration:none}.AppointmentBookedModal_appointment-booked-link__3YsgW:hover{text-decoration:none;color:#fff!important;background-color:#50cada}.AppointmentBookedModal_appointment-calendar-buttons__yjbkh a:hover{text-decoration:none!important}.AppointmentBookedModal_appointment-booked-modal-content__3xoim h2{color:#00a3bb}.chat-widget_chat-widget__NOj3n{position:fixed;bottom:20px;right:20px;width:380px;max-width:90vw;height:600px;background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.15);z-index:2000;display:flex;flex-direction:column;overflow:hidden;font-family:Inter,sans-serif;animation:chat-widget_slideUp__Xlon1 .3s ease-out;border:1px solid #e5e7eb;transition:width .4s cubic-bezier(.4,0,.2,1),height .4s cubic-bezier(.4,0,.2,1)}.chat-widget_chat-widget__NOj3n.chat-widget_chat-widget-expanded__5rfjB{width:520px;height:650px}@media (max-width:480px){.chat-widget_chat-widget__NOj3n{width:calc(80vw - 40px);max-width:calc(80vw - 40px);height:115vw}.chat-widget_chat-widget__NOj3n.chat-widget_chat-widget-expanded__5rfjB{width:calc(100vw - 40px);height:calc(100vh - 100px);max-height:calc(100vh - 100px)}.chat-widget_chat-widget-header-new__64l3Z{padding:10px}.chat-widget_header-greeting__Mo8b6 h2{font-size:15px}}@keyframes chat-widget_slideUp__Xlon1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-widget_chat-widget-header-new__64l3Z{padding:20px;background:linear-gradient(135deg,#00a3bb,#65e2f3);color:#fff;border-radius:16px 16px 0 0;transition:padding .3s ease}.chat-widget_chat-widget__NOj3n.chat-widget_chat-widget-expanded__5rfjB .chat-widget_chat-widget-header-new__64l3Z{padding:16px}.chat-widget_header-top__OlJDJ{display:flex;align-items:center;justify-content:space-between}.chat-widget_header-brand__a1MYP{flex:1 1;display:flex;gap:5px;align-items:center}.chat-widget_brand-logo__qYWHS{font-size:18px;font-weight:700;color:#fff;letter-spacing:-.5px}.chat-widget_header-user-avatars__YjYJN{display:flex;align-items:center;gap:-8px;margin-right:8px}.chat-widget_user-avatar-circle__PXObv{width:32px;height:32px;border-radius:50%;border:2px solid #fff;background:#00a3bb;display:flex;align-items:center;justify-content:center;margin-left:-8px;overflow:hidden}.chat-widget_user-avatar-circle__PXObv:first-child{margin-left:0}.chat-widget_user-avatar-circle__PXObv img{width:100%;height:100%;object-fit:cover}.chat-widget_user-avatar-circle__PXObv span{color:#fff;font-weight:600;font-size:14px}.chat-widget_header-delete-btn-new__oHKLH{background:none;border:none;cursor:pointer;color:#fff;padding:4px;font-size:16px;display:flex;align-items:center;opacity:.8;transition:opacity .2s}.chat-widget_header-delete-btn-new__oHKLH:hover{opacity:1}.chat-widget_header-close-btn-new__mz9kL{background:none;border:none;cursor:pointer;color:#fff;padding:4px;font-size:18px;display:flex;align-items:center;opacity:.8;transition:opacity .2s}.chat-widget_header-close-btn-new__mz9kL:hover{opacity:1}.chat-widget_header-greeting__Mo8b6{margin-top:8px;transition:opacity .3s ease,max-height .3s ease,margin .3s ease;overflow:hidden}.chat-widget_header-greeting__Mo8b6 h2{margin:0;font-size:24px;font-weight:700;color:#fff;line-height:1.2;transition:font-size .3s ease}.chat-widget_header-greeting__Mo8b6 h3{color:#fff;margin:0}.chat-widget_header-greeting__Mo8b6 h2:last-child{margin-top:4px}.chat-widget_header-greeting__Mo8b6 P{font-weight:10px;margin:0}.chat-widget_chat-widget-header__U9RRP{background:#fff;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;justify-content:space-between}.chat-widget_header-left__MMIyo{display:flex;align-items:center;gap:12px}.chat-widget_header-back-btn___aX1C{background:none;border:none;cursor:pointer;color:#666;padding:4px;display:flex;align-items:center}.chat-widget_header-avatar__cCnfN{width:32px;height:32px;border-radius:50%;overflow:hidden}.chat-widget_header-avatar__cCnfN img{width:100%;height:100%;object-fit:cover}.chat-widget_header-info__Q9v1S{display:flex;flex-direction:column}.chat-widget_header-info__Q9v1S h3{margin:0;font-size:14px;font-weight:600;color:#111}.chat-widget_header-info__Q9v1S span{font-size:12px;color:#666}.chat-widget_header-actions__R87iz{display:flex;align-items:center;gap:8px}.chat-widget_header-close-btn__ZUma0,.chat-widget_header-menu-btn__ZEhLv{background:none;border:none;cursor:pointer;color:#666;padding:4px;font-size:16px;display:flex;align-items:center}.chat-widget_chat-widget-messages__DAF7x{flex:1 1;padding:20px;overflow-y:auto;background:#fff;display:flex;flex-direction:column;gap:16px}.chat-widget_recent-message-card__3e5sT{background:#fff;border-radius:12px;padding:16px;box-shadow:0 2px 8px rgba(0,0,0,.05);border:1px solid #e5e7eb}.chat-widget_recent-message-header__HOmP3{font-size:14px;font-weight:600;color:#111;margin-bottom:12px}.chat-widget_recent-message-content__dlJoj{display:flex;align-items:center;gap:12px;position:relative}.chat-widget_recent-message-avatar__omcEj{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#00a3bb,#50cada);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.chat-widget_recent-message-avatar__omcEj img{width:100%;height:100%;object-fit:cover}.chat-widget_recent-message-text__Bjy8i{flex:1 1}.chat-widget_recent-message-text__Bjy8i p{margin:0 0 4px;font-size:14px;color:#111;line-height:1.4}.chat-widget_recent-message-time__klYLo{font-size:12px;color:#666}.chat-widget_recent-message-indicator___7zir{width:8px;height:8px;border-radius:50%;background:#00a3bb;flex-shrink:0}.chat-widget_suggested-messages-card__upFcI{background:#fff;border-radius:12px;padding:16px;box-shadow:0 2px 8px rgba(0,0,0,.05);border:1px solid #e5e7eb}.chat-widget_suggested-messages-header__expEA{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.chat-widget_suggested-messages-header__expEA span{font-size:14px;font-weight:600;color:#111}.chat-widget_search-icon__Uxbwk{color:#00a3bb;font-size:16px}.chat-widget_suggested-messages-list__9jntv{display:flex;flex-direction:column;gap:12px}.chat-widget_suggested-message-item__AV_50{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px;background:transparent;border:none;border-radius:8px;text-align:left;font-size:14px;color:#111;cursor:pointer;transition:background-color .2s}.chat-widget_suggested-message-item__AV_50:hover{background:#f3f4f6}.chat-widget_suggested-arrow__Wgzfy{color:#00a3bb;font-size:20px;font-weight:300;margin-left:8px}.chat-widget_intro-message__8BaNT{color:#444;font-size:14px;line-height:1.5;text-align:center;margin-bottom:8px}.chat-widget_help-card__lq425{background:#f8f9fa;border-radius:12px;padding:10px;border:1px solid #eee}.chat-widget_help-card__lq425 h4{margin:0 0 12px;font-size:15px;font-weight:600;color:#111}.chat-widget_help-card__lq425 p{margin:0 0 12px;font-size:14px;line-height:1.5;color:#333}.chat-widget_help-card__lq425 a{color:#06c;text-decoration:underline}.chat-widget_help-card-footer__OJSg2{margin-top:16px;font-size:12px;color:#888}.chat-widget_message-container__CksiZ{display:flex;flex-direction:column;gap:4px}.chat-widget_chat-widget-message__FVCWj{display:flex;gap:8px;max-width:85%}.chat-widget_chat-widget-message__FVCWj.chat-widget_user__6pH_6{align-self:flex-end;flex-direction:row-reverse;text-align:left}.chat-widget_chat-widget-message__FVCWj.chat-widget_bot__kuJbM{align-self:flex-start;text-align:left}.chat-widget_bot-avatar__L_4S9{width:28px;height:28px;border-radius:50%;overflow:hidden;flex-shrink:0}.chat-widget_bot-avatar__L_4S9 img{width:100%;height:100%;object-fit:cover}.chat-widget_message-content__YhH2M{padding:10px 14px;border-radius:12px;font-size:14px;line-height:1.4}.chat-widget_chat-widget-message__FVCWj.chat-widget_bot__kuJbM .chat-widget_message-content__YhH2M{background:#f3f4f6;color:#111;border-top-left-radius:4px}.chat-widget_chat-widget-message__FVCWj.chat-widget_user__6pH_6 .chat-widget_message-content__YhH2M{background:linear-gradient(135deg,#00a3bb,#50cada);color:#fff;border-top-right-radius:0;max-width:100%}.chat-widget_start-chat-btn-container__LcZJC{display:flex;justify-content:flex-end;margin-top:8px}.chat-widget_start-chat-btn__yVYvX{background:#fff;color:#00a3bb;border:1px solid #e5e7eb;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;cursor:pointer;box-shadow:0 2px 4px rgba(0,0,0,.05);transition:all .2s}.chat-widget_start-chat-btn__yVYvX:hover{background:#f9fafb;border-color:#d1d5db}.chat-widget_chat-widget-input__B8YoX{padding:16px;background:#fff;border-top:1px solid #f0f0f0}.chat-widget_input-container__J1zQd{display:flex;align-items:center;gap:8px;background:#f3f4f6;padding:0 12px;border-radius:24px}.chat-widget_chat-widget-input__B8YoX input{flex:1 1;border:none;background:transparent;outline:none;font-size:14px;color:#333}.chat-widget_send-button___OYy5{background:none;border:none;color:#00a3bb;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px}.chat-widget_send-button___OYy5:disabled{color:#ccc;cursor:not-allowed}.chat-widget_chat-widget-mini__mxO00{position:fixed;bottom:20px;right:20px;width:60px;height:60px;border-radius:50%;box-shadow:0 4px 12px rgba(0,163,187,.3);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3000;transition:transform .2s!important;color:#fff;font-size:24px;background-color:#fff;border:1px solid #50cada}.chat-widget_chat-widget-mini__mxO00:hover{transform:scale(1.05)}.chat-widget_chat-widget-doctor-carousel__Whp6S{width:100%;position:relative;margin-top:8px}.chat-widget_chat-widget-doctor-slider__SuN41{display:flex;overflow-x:auto;scroll-behavior:smooth;gap:10px;padding:4px 2px 8px;scrollbar-width:none}.chat-widget_chat-widget-doctor-slider__SuN41::-webkit-scrollbar{display:none}.chat-widget_chat-widget-doctor-card__F_dM5{min-width:210px;max-width:230px;flex-shrink:0;background:#fff;border:1px solid #e8eef2;border-radius:16px;padding:14px;box-shadow:0 2px 10px rgba(0,0,0,.06);display:flex;flex-direction:column;justify-content:space-between}.chat-widget_chat-widget-doctor-card-row__zNsys{display:flex;gap:10px;align-items:flex-start;margin-bottom:0}.chat-widget_chat-widget-doctor-img__hSYFo{width:54px;height:54px;min-width:54px;border-radius:50%;object-fit:cover;border:2px solid #e0f5f8;background:#f0fdff}.chat-widget_chat-widget-doctor-info__CxyOI{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}.chat-widget_chat-widget-doctor-name__mbqm6{font-weight:700;font-size:12.5px;color:#0f172a;line-height:1.3;word-break:break-word}.chat-widget_verified-badge__IWWCj{color:#10b981;font-size:10px;font-weight:700}.chat-widget_chat-widget-doctor-specialty__tTL5X{font-size:11px;color:#64748b}.chat-widget_chat-widget-doctor-rating__27JYm{font-size:11px;color:#f59e0b;letter-spacing:1px}.chat-widget_chat-widget-doctor-actions__qNC_a{display:flex;gap:7px;margin-top:12px;padding-top:10px;border-top:1px solid #f1f5f9}.chat-widget_chat-widget-doctor-btn__AopqK{flex:1 1;padding:7px 0;border-radius:8px;border:1.5px solid #00a3bb;background:#fff;color:#00a3bb;font-size:11.5px;font-weight:600;cursor:pointer;text-align:center;transition:background .15s;white-space:nowrap}.chat-widget_chat-widget-doctor-btn__AopqK:hover{background:#f0fdff}.chat-widget_chat-widget-doctor-btn--book__BncOa{flex:1.4 1;padding:7px 0;border-radius:8px;border:none;background:linear-gradient(135deg,#00a3bb,#00c4d4);color:#fff;font-size:11.5px;font-weight:600;cursor:pointer;text-align:center;transition:opacity .15s;white-space:nowrap}.chat-widget_chat-widget-doctor-btn--book__BncOa:hover{opacity:.88}.chat-widget_chat-widget-doctor-btn--book__BncOa:disabled{opacity:.55;cursor:not-allowed}.chat-widget_chat-widget-carousel-nav__k4_PD{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.9);border:1px solid #e5e7eb;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 2px 4px rgba(0,0,0,.1)}.chat-widget_chat-widget-carousel-nav-left__6ossT{left:-10px}.chat-widget_chat-widget-carousel-nav-right__LL55t{right:-10px}.chat-widget_typing-indicator__L2uN1{display:flex;gap:4px;padding:4px}.chat-widget_dot__3R2ju{width:6px;height:6px;background:#ccc;border-radius:50%;animation:chat-widget_bounce___edXi 1.4s ease-in-out infinite}.chat-widget_dot__3R2ju:first-child{animation-delay:-.32s}.chat-widget_dot__3R2ju:nth-child(2){animation-delay:-.16s}@keyframes chat-widget_bounce___edXi{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chat-widget_suggested-responses__pelZg{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.chat-widget_suggested-response-btn__xV45b{background:#fff;border:1px solid #00a3bb;color:#00a3bb;padding:6px 12px;border-radius:16px;font-size:12px;cursor:pointer;transition:all .2s}.chat-widget_suggested-response-btn__xV45b:hover{background:linear-gradient(135deg,#00a3bb,#50cada);color:#fff;border-color:#00a3bb}.chat-widget_chat-widget-booking-link-container__vvLf9{margin-top:8px}.chat-widget_chat-widget-booking-link-btn__bZ5W4{display:inline-flex;align-items:center;gap:7px;padding:10px 18px;background:linear-gradient(135deg,#00a3bb,#50cada);color:#fff;border-radius:20px;font-size:13px;font-weight:500;text-decoration:none;transition:opacity .2s}.chat-widget_chat-widget-booking-link-btn__bZ5W4:hover{opacity:.88;color:#fff}.chat-widget_chat-widget-doctors-with-chips__B5XOL{display:flex;flex-direction:column;gap:10px}.chat-widget_chat-widget-chips__CK61o{display:flex;flex-wrap:wrap;gap:7px;margin-top:8px}.chat-widget_chat-widget-chip-btn__6Cr3V{background:#fff;border:1.5px solid #00a3bb;color:#00a3bb;padding:5px 13px;border-radius:20px;font-size:11.5px;font-weight:500;cursor:pointer;transition:all .15s}.chat-widget_chat-widget-chip-btn__6Cr3V:hover{background:#00a3bb;color:#fff}.chat-widget_chat-widget-chip-btn-disabled__ZOC2_,.chat-widget_chat-widget-chip-btn__6Cr3V:disabled{cursor:not-allowed;pointer-events:none}.chat-widget_chat-widget-query-warning__PPT26{text-align:center;padding:10px 16px;margin:6px 8px 0;background:#e8f4fd;border:1px solid #90caf9;border-radius:8px;color:#1565c0;font-size:.82rem;line-height:1.4}.chat-widget_chat-widget-query-limit__to7uX{text-align:center;padding:14px 18px;margin:8px 8px 0;background:#fff8e1;border:1px solid #f9a825;border-radius:10px;color:#5d4037;font-size:.85rem;line-height:1.5}.chat-widget_chat-widget-triage-container__UsZWB{background:#f5f9fa;border:1px solid #d0eef3;border-radius:12px;padding:14px;margin-top:4px}.chat-widget_chat-widget-triage-title__m4QJj{font-size:13px;font-weight:600;color:#00a3bb;margin-bottom:10px}.chat-widget_chat-widget-triage-question__8YpmS{margin-bottom:12px}.chat-widget_chat-widget-triage-question-label__kw3hk{display:block;font-size:12px;font-weight:500;color:#333;margin-bottom:6px}.chat-widget_chat-widget-triage-choices__Ismwb{display:flex;flex-direction:column;gap:4px}.chat-widget_chat-widget-triage-choice__s3Bti{display:flex;align-items:center;gap:6px;font-size:12px;color:#444;cursor:pointer}.chat-widget_chat-widget-triage-input__bz331{width:100%;padding:7px 10px;border:1px solid #c0dde3;border-radius:8px;font-size:12px;outline:none;box-sizing:border-box}.chat-widget_chat-widget-triage-input__bz331:focus{border-color:#00a3bb}.chat-widget_chat-widget-triage-submit__ImVpg{margin-top:10px;padding:8px 20px;background:linear-gradient(135deg,#00a3bb,#50cada);color:#fff;border:none;border-radius:16px;font-size:13px;font-weight:500;cursor:pointer;transition:opacity .2s}.chat-widget_chat-widget-triage-submit__ImVpg:hover{opacity:.88}.chat-widget_header-reset-btn-new__Hbpxy{background:none;border:none;color:hsla(0,0%,100%,.8);cursor:pointer;padding:4px 6px;font-size:13px;border-radius:4px;transition:color .2s}.chat-widget_header-reset-btn-new__Hbpxy:hover{color:#fff}.chat-widget_header-reset-btn-new__Hbpxy:disabled{opacity:.4;cursor:not-allowed}.chat-widget_cw-slot-wrapper__MRh_5{padding:8px 0}.chat-widget_cw-slot-doctor__2nUe_{font-size:12px;font-weight:600;color:#444;margin-bottom:8px;padding-left:2px;text-align:left}.chat-widget_cw-slot-grid__37151{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:6px;gap:6px}.chat-widget_cw-slot-card__pKQ4C{border:1.5px solid #e0e0e0;border-radius:8px;padding:8px 10px;cursor:pointer;transition:border-color .15s,background .15s;background:#fff}.chat-widget_cw-slot-card__pKQ4C:hover:not(.chat-widget_disabled__rm3pq){border-color:#00bcd4;background:#f0fdff}.chat-widget_cw-slot-card__pKQ4C.chat-widget_selected__UQ64d{border-color:#00bcd4;background:#e0f7fa}.chat-widget_cw-slot-card__pKQ4C.chat-widget_disabled__rm3pq{opacity:.45;cursor:not-allowed;pointer-events:none}.chat-widget_cw-slot-day__QFJff{font-size:10px;color:#888;text-transform:uppercase;letter-spacing:.04em}.chat-widget_cw-slot-date__1C163{font-size:12px;font-weight:600;color:#222;margin:2px 0}.chat-widget_cw-slot-time__lGH8e{font-size:11px;color:#555}.chat-widget_cw-slot-more__sXDj4{margin-top:8px;width:100%;padding:6px;background:none;border:1.5px solid #00bcd4;border-radius:6px;color:#00bcd4;font-size:12px;cursor:pointer;transition:background .15s}.chat-widget_cw-slot-more__sXDj4:hover{background:#f0fdff}.chat-widget_chat-widget-doctor-card__F_dM5.chat-widget_selected__UQ64d{border:2px solid #00bcd4;background:#f0fdff}.chat-widget_chat-widget-doctor-card__F_dM5.chat-widget_disabled__rm3pq{opacity:.45;pointer-events:none}.chat-widget_chat-widget-doctor-card__F_dM5.chat-widget_disabled__rm3pq .chat-widget_chat-widget-doctor-actions__qNC_a{pointer-events:auto;opacity:1}.chat-widget_chat-widget-doctor-fee__KGFfI{font-size:11px;color:#0f172a;font-weight:500}@media (max-width:767px){.chat-widget_chat-widget-header-new__64l3Z{padding:10px}.chat-widget_header-greeting__Mo8b6 h2,.chat-widget_header-greeting__Mo8b6 h3{font-size:15px}.chat-widget_header-greeting__Mo8b6 p{font-size:12px}.chat-widget_chat-widget__NOj3n.chat-widget_chat-widget-expanded__5rfjB{width:calc(100vw - 40px);height:calc(80vh - 100px);max-height:calc(100vh - 100px);max-width:calc(100vw - 40px)}}