/* Chatbot btn styling */.btn-open-chatbot{position:fixed;display:-webkit-flex;display:-ms-flexbox;display:flex;bottom:4.75rem;right:1rem;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0.5rem;font-size:1.125rem;font-weight:500;border-radius:9999px;border-color:#f6f6f6;z-index:1030}@media (min-width: 576px){.btn-open-chatbot{gap:0.5rem;padding:0.25rem 0.25rem 0.25rem 1.625rem}}@media (min-width: 992px){.btn-open-chatbot{bottom:1rem}}@media (min-width: 576px){.btn-open-chatbot .btn-icon svg{width:56px;height:56px}}.btn-open-chatbot .btn-icon .svg-circle{fill:none}@media (min-width: 576px){.btn-open-chatbot .btn-icon .svg-circle{fill:#fff}}@media (max-width: 575.98px){.btn-open-chatbot .btn-icon .svg-questionmark{fill:#fff}}.chatbot-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.125);opacity:0;visibility:hidden;z-index:1031;transition:opacity 0.3s ease,visibility 0.3s ease}/* When overlay is active */.js-chatbot-overlay.active{opacity:1;visibility:visible}.chatbot-popup{position:fixed;display:-webkit-flex;display:-ms-flexbox;display:flex;background:rgba(255, 255, 255, 0.7);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow:hidden;height:90vh;margin:5vh 0;left:1rem;right:1rem;transition:right 0.3s ease,bottom 0.3s ease,-webkit-transform 0.3s ease;transition:transform 0.3s ease,right 0.3s ease,bottom 0.3s ease;transition:transform 0.3s ease,right 0.3s ease,bottom 0.3s ease,-webkit-transform 0.3s ease;border-radius:2.5rem;z-index:1032}.chatbot-popup .chatbot-popup-header{padding:1.375rem 1rem 0}.chatbot-popup .chatbot-popup-header .btn{display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0.25rem;color:#000;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:0.875rem}@media (max-width: 767.98px){.chatbot-popup{bottom:-100%}.chatbot-popup.open{bottom:0}}@media (min-width: 768px){.chatbot-popup{width:34.375rem;height:42.875rem;bottom:4.75rem;right:-100%;left:auto;margin:0}.chatbot-popup.open{right:1rem}}@media (min-width: 992px){.chatbot-popup{bottom:1rem}}.chatbot-popup .chatbot-container{padding:0.875rem 1.25rem}.chatbot-webview{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:calc(100vh - 5rem)}@media (min-width: 992px){.chatbot-webview{height:calc(100vh - 6.25rem)}}.chatbot-webview .chatbot-container{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.chatbot-webview .chatbot-form{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.chatbot-container{position:relative;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth}.chatbot-placeholder{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);text-align:center;font-size:2.125rem;line-height:1.1;font-weight:500;opacity:1;transition:opacity 0.5s ease,visibility 0.5s ease}.chatbot-placeholder.hidden{opacity:0;visibility:hidden}.chatbot-placeholder .splash{opacity:0.15;margin-bottom:1.75rem}.chatbot-form{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:0.875rem;background-color:#fff;padding:1.25rem 3rem}.chatbot-form .form-control{-webkit-flex:1;-ms-flex:1;flex:1;border:none;border-radius:0.875rem;background:#ECECEC;padding:0.625rem 1.5rem;font-size:0.875rem;outline:none;color:#272727}.chatbot-form .form-control::-webkit-input-placeholder{color:#808080}.chatbot-form .form-control::-moz-placeholder{color:#808080}.chatbot-form .form-control:-ms-input-placeholder{color:#808080}.chatbot-form .form-control::-ms-input-placeholder{color:#808080}.chatbot-form .form-control::placeholder{color:#808080}.chatbot-form .form-control:focus{box-shadow:0 0 0 3px rgba(0, 32, 140, 0.3)}.chatbot-form .form-control::-webkit-input-placeholder{color:#808080}.chatbot-form .form-control::-moz-placeholder{color:#808080}.chatbot-form .form-control:-ms-input-placeholder{color:#808080}.chatbot-form .form-control::-ms-input-placeholder{color:#808080}.chatbot-form .form-control::placeholder{color:#808080}.chatbot-form .btn{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-radius:100%;padding:0.625rem;cursor:pointer;font-size:0.875rem;width:2.875rem;height:2.875rem}.chat-bubble{max-width:80%;word-wrap:break-word;margin-bottom:1.25rem;padding:1.25rem 1.75rem;font-size:1rem;font-weight:500;border-radius:1.5rem}.chat-bubble > p:last-child{margin-bottom:0}.chat-bubble.type-user{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;margin-left:auto;border-bottom-right-radius:0.25rem}.chat-bubble.type-system{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;margin-right:auto;background-color:#ddd;color:#1a1a1a;border-bottom-left-radius:0.25rem}.chat-bubble h1{font-size:1.625rem;margin-bottom:0.625rem}.chat-bubble h2{font-size:1.5rem;margin-bottom:0.625rem}.chat-bubble h3{font-size:1.375rem;margin-bottom:0.375rem}.chat-bubble h4{font-size:1.25rem;margin-bottom:0.375rem}.chat-bubble-typing{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.chat-bubble-typing .spinner{width:28px;height:auto;opacity:0.75}
/*# sourceMappingURL=chatbot.min.css.map */
