@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap);
.dmIVHKnEWjcDY3pgHha_{position:fixed;bottom:20px;right:20px;background-color:#007bff;color:#fff;border:none;width:70px;height:70px;border-radius:50%;cursor:pointer;z-index:1000;display:flex;justify-content:center;align-items:center}.dmIVHKnEWjcDY3pgHha_ svg{width:30px;height:30px}@keyframes cx3JTGDdRg1hROjdDHCu{0%,20%,50%,80%,100%{transform:scale(1) rotate(0deg)}25%{transform:scale(1.1) rotate(-10deg)}30%{transform:scale(1) rotate(0deg)}55%{transform:scale(1.2) rotate(10deg)}60%{transform:scale(1) rotate(0deg)}}.iVT9xYGDA8OBturTuAkn{animation:cx3JTGDdRg1hROjdDHCu 2s infinite}
.chat-header{padding:.5rem !important}.chat-header h3{font-size:1.2rem}.chat-finished-wrapper{text-align:center;padding:0;width:100%}.chat-finished-wrapper .chat-finished-label{font-size:1em;font-weight:bold;margin-bottom:1rem}.chat-finished-wrapper .ask-question-btn{padding:.5rem 1rem;width:-moz-fit-content;width:fit-content;border-radius:8px;margin:auto;cursor:pointer;opacity:.9;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chat-finished-wrapper .ask-question-btn:hover{opacity:1}.chat-finished-wrapper .ask-question-btn:active{opacity:.9}.chat-finished-wrapper .ask-question-btn svg{width:24px;height:24px;margin-left:.5rem}.chat-header-title{margin:0;padding:.5rem 0}.chat-header-title::after{content:none !important;height:0;width:0}.chat-finished-inner{font-size:.9rem}.chat-finished-inner .start-chat-link{cursor:pointer;font-weight:bolder}.chat-finished-inner .start-chat-link:hover{text-decoration:underline}.typingUser{font-size:.8rem;padding-left:1rem}.timeout-alert{position:absolute;top:3rem;right:1rem;left:1rem;background:#f76b6b;padding:.5rem;opacity:.95;color:#fff;margin:0 .5rem;border-radius:.5rem;display:flex;justify-content:space-between;align-items:flex-start}.timeout-alert .icon-button:hover{background:#fff;color:#f76b6b}.timeout-alert:hover{opacity:1}.timeout-alert span{text-align:center}.setting-up-chat-messages{display:flex;justify-content:center;align-items:center;height:175px;color:#666}
body{background:#97c8fc}body #main-wrapper{height:"100vh";position:"relative"}body #conversation-header{padding-left:2rem}.chat-wrapper{position:fixed;bottom:5rem;right:.5rem;width:95%;max-width:400px;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column;justify-content:flex-end;z-index:2000;transition:transform .3s ease-in-out;transform:translateY(-20px)}.chat-wrapper.large-mode{top:0;bottom:0;right:0}.chat-wrapper.large-mode .modal-container{height:100vh}.chat-wrapper-inner{display:flex;flex-direction:column;flex-grow:1;height:100%}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:0 1rem;background-color:#007bff;color:#fff}.chat-header .close-icon{cursor:pointer}.chat-header .close-icon svg{color:#fff;width:1.5rem;height:1.5rem}.chat-content{height:100%;overflow-y:auto}.chat-footer{position:fixed;bottom:0;right:0;display:flex;justify-content:flex-end}.large-mode .chat-footer{display:none}.chat-footer-border{display:none;position:absolute;inset:2px;background-color:rgba(0,0,0,0);border-radius:50%;border:3px solid #007bff}.chat-footer span{position:relative;width:4rem;height:4rem;border-radius:50%;background-color:#007bff;color:#fff;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 8px rgba(0,0,0,.4);margin:.5rem;cursor:pointer}.chat-footer span svg{width:1.8rem;height:1.8rem}.chatbot-text-input{height:50px;resize:none;font-size:14px;color:#2d232e;border:none;background:#eee;width:100%;padding:.5rem}.chatbot-text-input::-moz-placeholder{color:rgba(0,0,0,.4)}.chatbot-text-input::placeholder{color:rgba(0,0,0,.4)}.chatbot-send-btn{color:#afafaf;cursor:pointer}.chatbot-send-btn svg{width:22px;height:22px}.chatbot-send-btn.active{color:#000}.chatbot-message-container{max-width:100%;width:350px;overflow-x:auto}.chatbot-message-wrapper{display:flex;justify-content:flex-start;align-items:flex-start;width:100%;padding:.5rem;color:#000;font-size:14px;max-width:330px;width:-moz-fit-content;width:fit-content}.chatbot-message-wrapper.outgoing{flex-direction:row-reverse;margin-left:auto}.chatbot-message-avatar{width:42px;height:42px;margin-right:.5rem;display:inline-block;background:#eee;border-radius:50%}.chatbot-message-wrapper.outgoing .chatbot-message-avatar{display:none}.chatbot-message-avatar img{width:100%;height:100%;border-radius:50%;border:1px solid #eee}.chatbot-message-inner{flex:1;flex-grow:1}.chatbot-message-content{padding:8px 13px;background:#eee;border-radius:0 .7em .7em;color:#2d232e;font-size:14px}.chatbot-message-wrapper.outgoing .chatbot-message-content{border-radius:.7em .7em 0;color:#fff;background-color:#2d232e}.chatbot-message-info{display:flex;justify-content:space-between;align-items:center;margin-top:.2rem;color:#2d232e;padding-left:.5rem;padding-right:.5rem;font-size:.7rem}.chatbot-message-info .message-date{margin-left:1rem}.modal-container-inner{height:100%;display:flex;flex-direction:column}.modal-container-body{flex:1}.failed-message{width:100%;margin-bottom:.3rem;text-align:center}.failed-message span{font-size:1rem;color:red;opacity:.7;text-align:center}
*,*:before,*:after{box-sizing:border-box}button,input,select,textarea{font:inherit}a{color:inherit}.chat-wrapper *{scrollbar-width:0}.chat-wrapper *::-webkit-scrollbar{background-color:rgba(0,0,0,0);width:12px}.chat-wrapper *::-webkit-scrollbar-thumb{border-radius:99px;background-color:#ddd;border:4px solid #fff}.modal{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.25)}.modal-container{max-height:85vh;max-width:500px;margin-left:auto;margin-right:auto;background-color:#fff;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:all .3s ease}.large-mode .modal-container{max-height:100vh;border-radius:0;margin-right:0}@media(max-width: 600px){.modal-container{width:90%}}.modal-container-header{padding:0 16px;height:50px;border-bottom:1px solid #ddd;display:flex;align-items:center;justify-content:space-between}.modal-container-title{display:flex;align-items:center;gap:8px;line-height:1;font-weight:700;font-size:1.125rem}.modal-container-title::after{content:"";height:0;width:0}.modal-container-title svg{width:32px;height:32px;color:#750550}.modal-container-body{padding:24px 10px 51px;overflow-y:auto;min-height:250px;overflow-x:hidden}.large-mode .modal-container-body{min-height:initial}.rtf h1,.rtf h2,.rtf h3,.rtf h4,.rtf h5,.rtf h6{font-weight:700}.rtf h1{font-size:1.5rem;line-height:1.125}.rtf h2{font-size:1.25rem;line-height:1.25}.rtf h3{font-size:1rem;line-height:1.5}.rtf>*+*{margin-top:1em}.rtf>*+:is(h1,h2,h3){margin-top:2em}.rtf>:is(h1,h2,h3)+*{margin-top:.75em}.rtf ul,.rtf ol{margin-left:20px;list-style-position:inside}.rtf ol{list-style:numeric}.rtf ul{list-style:disc}.modal-container-footer{padding:20px 16px;display:flex;align-items:center;justify-content:flex-end;border-top:1px solid #ddd;gap:12px;position:relative}.modal-container-footer:after{content:"";display:block;position:absolute;top:-51px;left:24px;right:24px;height:50px;flex-shrink:0;pointer-events:none}.button{padding:12px 20px;border-radius:8px;background-color:rgba(0,0,0,0);border:0;font-weight:600;cursor:pointer;transition:.15s ease}.button.is-ghost:hover,.button.is-ghost:focus{background-color:#dfdad7}.button.is-primary{background-color:#750550;color:#fff}.button.is-primary:hover,.button.is-primary:focus{background-color:#4a0433}.icon-button{padding:0;border:0;background-color:rgba(0,0,0,0);width:40px;height:40px;display:flex;align-items:center;justify-content:center;line-height:1;cursor:pointer;border-radius:8px;transition:.15s ease}.icon-button svg{width:24px;height:24px}.icon-button:hover,.icon-button:focus{background-color:#eee}.cs-typing-indicator{box-sizing:content-box;font-size:inherit;font-family:Helvetica Neue,Segoe UI,Helvetica,Arial,sans-serif;display:flex;flex-direction:row;align-items:stretch;padding-left:1rem}.cs-typing-indicator__indicator{box-sizing:inherit;background-color:rgba(0,0,0,0);display:flex;flex-direction:row;align-items:center}.cs-typing-indicator__dot{box-sizing:inherit;animation:cs-typing-indicator__typing-animation 1.5s infinite ease-in-out;border-radius:100%;display:inline-block;height:4px;width:4px;background-color:#afafaf}.cs-typing-indicator__dot:not(:last-child){margin-right:3px}.cs-typing-indicator__dot:nth-child(1){box-sizing:inherit}.cs-typing-indicator__dot:nth-child(2){animation-delay:.3s}.cs-typing-indicator__dot:nth-child(3){animation-delay:.4s}.cs-typing-indicator__text{box-sizing:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:rgba(0,0,0,0);margin:0 0 0 .5em;-webkit-user-select:none;-moz-user-select:none;user-select:none}@keyframes cs-typing-indicator__typing-animation{0%{transform:translateY(0)}28%{transform:translateY(-5px)}44%{transform:translateY(0)}}
