: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)}}.index-module_outerContainer__ZkT7Q{display:flex;flex-grow:1;gap:80px;height:100%;min-height:0;overflow-y:auto}.index-module_container__I-P-W{margin:0 auto;max-width:1900px}@media (max-width:1024px){.index-module_container__I-P-W{width:100%}}.index-module_welcomeContainer__aJUAq{display:flex;justify-content:space-between;margin:0 auto;max-width:800px;padding-top:32px}.index-module_welcomeText__yc0Go{font-size:24px;font-weight:500;letter-spacing:-2%;line-height:24px}.index-module_restartButton__3dNZh{align-items:center;color:#00396f;display:flex;font-size:14px;gap:8px;justify-content:center;letter-spacing:-2%;line-height:22px}.index-module_timestamp__CTM7i{color:#787878;display:flex;font-family:Manrope,sans-serif;font-size:12px;letter-spacing:-1%;line-height:16.8px}.index-module_userMessageFooter__7Wdeg{align-items:center;display:flex;gap:8px;justify-content:flex-end}.index-module_messageFooter__DVWSn{align-items:center;display:flex;gap:8px;margin-top:8px}.index-module_chatBubbleMessage__en1VV.index-module_lastMessage__8na-g{margin-bottom:0;padding-bottom:0}.index-module_iconActions__-IQ8A{display:flex;gap:8px}.index-module_container__I-P-W{align-items:stretch;display:flex;flex-direction:column;height:100%;width:100%}.index-module_sidebarClosed__-C1I4{border:1px solid #eef4f6;display:flex;justify-content:center;width:56px}.index-module_barIconClosed__CXNBU{margin-top:16px}.index-module_filterPopup__dqRrK{display:flex;flex-direction:column;margin:0 20px 16px}.index-module_filterOptions__olItM{display:flex;flex-direction:column;gap:12px}.index-module_innerFilter__oKPvR{align-items:center;display:flex;justify-content:space-between}.index-module_input__e7WZH{max-width:40px}.index-module_disabledOption__NRpkA,.index-module_optionBase__NLD3R,.index-module_option__a1Ri-{align-items:center;border:1px solid #d2d9db;display:inline-flex;font-family:Manrope,sans-serif;font-size:16px;font-weight:600;justify-content:flex-start;letter-spacing:normal;line-height:1.1;min-width:auto;padding:12px 16px;text-align:left;white-space:nowrap;width:auto}.index-module_option__a1Ri-{color:#00396f}.index-module_disabledOption__NRpkA{color:#98adc5}.index-module_attachmentsContainer__FzUUY{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;padding-top:.5rem}.index-module_attachment__DtZyA{align-items:center;background-color:#eee;border:1px solid #999;border-radius:6px;color:#000;display:flex;flex-direction:row;font-weight:300;gap:4px;justify-content:center;padding:.2rem}.index-module_outerCont__Phefr{flex-direction:column;margin:0 auto}@media (min-width:1025px){.index-module_outerCont__Phefr{min-height:calc(100vh - 100px)}}@media (max-width:1024px){.index-module_outerCont__Phefr{min-height:calc(100vh - 65px)}}.index-module_sideBar__0irWm{border-right:1px solid #eef4f6;border-top:1px solid #eef4f6;display:flex;flex-direction:column;height:100%;min-width:322px;overflow-y:hidden}.index-module_topContent__A3uM4{display:flex;flex-direction:column;flex-grow:1;gap:24px}.index-module_sessionsContainer__STumk{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.index-module_barHeader__ZcM8d{align-items:center;display:flex;height:38px;justify-content:space-between;margin:20px 20px 24px}.index-module_filters__UT2gm{display:flex;gap:8px;height:38px}.index-module_myChatContainer__ADEdl{border:1px solid #eef4f6;border-radius:8px;margin-left:20px;max-width:282px;padding-bottom:8px;width:100%}.index-module_activeChat__ggMdG{background-color:rgba(238,244,246,.529)}.index-module_filterSummary__laTc-{color:#000;font-size:14px;font-weight:500;letter-spacing:-2%;line-height:22px;margin-top:8px}.index-module_filterSectionWrapper__PUKbC{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.index-module_questionnaireContainer__k2Qrf{-ms-overflow-style:none;display:flex;flex:1 1;flex-direction:column;gap:16px;height:100%;overflow-y:auto;scrollbar-width:none}.index-module_questionnaireContainer__k2Qrf::-webkit-scrollbar{display:none}.index-module_mainInfo__dvxPo{display:flex;flex-direction:column;gap:4px;margin-bottom:6px}.index-module_topSectionQuest__QgVUe,.index-module_topSection__DCTKW{align-items:center;display:flex;justify-content:space-between;margin-bottom:2px;margin-top:8px;padding-left:8px;padding-right:12px}.index-module_topSectionQuest__QgVUe{padding-left:12px}.index-module_chatMainText__ZcPJA{font-size:14px;font-weight:500;letter-spacing:-2%;line-height:22px}.index-module_chatMainTextQuest__1LIMA{color:#51585f;font-size:14px;font-weight:400;letter-spacing:-2%;line-height:22px}.index-module_addSection__VFlKv{padding-left:12px}.index-module_label__zNya6{color:#000;font-size:14px;font-weight:500;letter-spacing:-2%;line-height:22px}.index-module_dateQuest__tiPYp,.index-module_date__c9qgT{color:#7d8791;font-family:Manrope,sans-serif;font-size:12px;font-weight:500;letter-spacing:-2%;line-height:14px;padding-left:8px}.index-module_dateQuest__tiPYp{padding-left:12px;padding-top:6px}.index-module_searchBar__eJiC8{align-items:center;border:1px solid #ebebeb;display:flex;flex-grow:1;gap:8px;height:100%;max-width:146px}.index-module_infoText__chptJ{color:#00396f;font-family:Inter,sans-serif;font-size:20px;font-weight:600;letter-spacing:-2%;line-height:28px}.index-module_textCont__bKjm8{align-items:center;display:flex;gap:6px}.index-module_greetingsCont__TT-nm{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:300px auto 0}.index-module_mainText__2ELuF{color:#00396f;font-size:24px;font-weight:600;letter-spacing:-2%;line-height:36px}.index-module_addText__Z5jwQ{color:#51585f;font-size:16px;font-weight:400;letter-spacing:-2%;line-height:26px}.index-module_myChatsHeader__-kxs7{align-items:center;display:flex;justify-content:space-between;margin:0 20px 16px}.index-module_plusButton__5uJY0{align-items:center;background-color:#eef4f6;display:flex;height:20px;justify-content:center;width:20px}.index-module_plus__O9-Fc{color:#00396f}.index-module_sessionItem__ciffi{align-items:center;background-color:#fff;border-radius:8px;display:flex;height:42px;justify-content:space-between;padding:8px}.index-module_active__fDb-L{background-color:#f6f6f6}.index-module_deleteConfirmButton__JZssj{background-color:#f6f6f6;border:1px solid #000;border-radius:4px;color:#000;cursor:pointer;margin-left:10px;padding:8px 16px}.index-module_deleteConfirmButton__JZssj:hover{background-color:#d9363e}.index-module_addIcon__9Wlv2{height:16px;width:16px}.index-module_barButton__xJaIa{align-items:center;background-color:#00396f;border-radius:12px;color:#fff;display:flex;gap:8px;height:36px;justify-content:center;width:225px}.index-module_burgerIcon__Ssm2z{height:12px;width:2px}.index-module_sessionText__EyjzG{font-family:Manrope,sans-serif;font-size:14px;font-weight:600;letter-spacing:-2%;line-height:26px}.index-module_searchIcon__7DiC-{display:inline-block;flex-shrink:0;height:16px;margin-left:12px;width:16px}.index-module_filterCont__x0L3J{align-items:center;border:1px solid #ebebeb;display:flex;height:38px;justify-content:center;width:40px}.index-module_filterIcon__-nD9P{display:block;margin:0 auto}.index-module_searchInput__DwBbY{border:none;flex:1 1;font-family:Manrope,sans-serif;font-size:14px;font-weight:400;letter-spacing:-2%;line-height:22px;width:100%}.index-module_barText__L1QX5{font-family:Manrope,sans-serif;font-size:22px;font-weight:600;letter-spacing:-2%;line-height:36px}.index-module_chatContainer__XIUsn{flex-direction:column}.index-module_buttonsCont__CfNzT,.index-module_chatContainer__XIUsn{align-items:center;display:flex;justify-content:center;width:100%}.index-module_applyButton__DMhZk,.index-module_button__DKtxr{background-color:#00396f;color:#fff}.index-module_applyButton__DMhZk{height:30px;margin-top:12px;transition:color .2s ease;width:80px}.index-module_applyButton__DMhZk:hover{background-color:#fff;border:1px solid #00396f;color:#00396f}.index-module_inlineRow__WkmT1{display:flex;gap:8px}.index-module_arrowIconWrapper__2uwBK{align-items:center;cursor:pointer;display:inline-flex;justify-content:center;margin:-8px;padding:8px}.index-module_arrowIconWrapper__2uwBK svg{pointer-events:none;transform:rotate(180deg);transition:transform .3s ease}.index-module_arrowIconWrapper__2uwBK.index-module_open__3lxXt svg{transform:rotate(0deg)}.index-module_numberSelect__X76LH,.index-module_select__Uwr31{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;border:1px solid #ccc;color:#333;font-size:14px;line-height:1.4;outline:none;padding:8px 12px}.index-module_numberSelect__X76LH{width:60px}.index-module_chatBox__o4-8b{background-color:#fff;border-radius:10px;display:flex;flex-direction:column;height:80vh;max-width:880px;padding:0 1.5rem;width:100%}.index-module_innerContainer__LsMjz,.index-module_innerContainerdefaultPage__Nac5J{display:flex;flex-direction:column;height:83vh;overflow:hidden;position:relative;width:100%}@media (min-width:1600px) and (min-height:1000px){.index-module_innerContainer__LsMjz,.index-module_innerContainerdefaultPage__Nac5J{height:90vh}}.index-module_innerContainerNoHeight__POweE{display:flex;flex-direction:column;overflow:hidden;position:relative;width:100%}.index-module_innerContainerdefaultPage__Nac5J{height:100%;margin-right:140px}@media (max-width:416px){.index-module_chatBox__o4-8b{padding-bottom:10px}}@media (min-width:416px) and (max-width:1020px){.index-module_chatBox__o4-8b{padding-bottom:0}}.index-module_chatContainer__XIUsn.index-module_dark__Kw5pR{background-color:rgba(31,41,55,.4)}.index-module_messageList__gddMk{-ms-overflow-style:none;flex:1 1;font-family:Manrope,sans-serif;font-size:16px;font-weight:400;height:100%;letter-spacing:-1%;line-height:19.6px;min-height:0;overflow-y:auto;scrollbar-width:none;width:100%}.index-module_inputArea__dN1E7{padding-bottom:20px;z-index:10}.index-module_fullChat__CsKJ3{overflow-x:hidden}.index-module_messageList__gddMk::-webkit-scrollbar{display:none}.index-module_message__j1n8-{display:flex;flex-direction:column;gap:.5rem}.index-module_inputForm__46idO{background-color:#fff;border:1px solid #d2d9db;border-radius:15px;font-family:Manrope,sans-serif;font-size:16px;font-weight:400;letter-spacing:-1%;line-height:19.6px;max-width:100%;overflow:hidden;position:relative;z-index:100}.index-module_inputForm__46idO.index-module_disabled__b7LhJ{opacity:.6;pointer-events:none}.index-module_inputField__0gq4s{border:none;border-radius:.5rem;box-shadow:none;min-height:3rem;padding-left:.75rem;padding-top:.75rem;resize:none;width:100%}.index-module_inputField__0gq4s:disabled{-webkit-text-fill-color:inherit!important;background-color:inherit!important;cursor:not-allowed}.index-module_inputField__0gq4s:focus-visible{outline:none}.index-module_actionButtons__ILGMu{align-items:center;display:flex;justify-content:flex-end;padding:0 .75rem .75rem}.index-module_actionButton__JCtRH{background:transparent;border:none;cursor:pointer}.index-module_sendButton__wMhLt{align-items:center;display:flex;font-size:.875rem;gap:.375rem;margin-left:auto}.index-module_fileUploadCont__VXSXx{margin-bottom:5px;z-index:10}.index-module_chatActions__juNvx{align-items:center;display:flex;gap:12px;margin-top:.375rem}.index-module_optionsContainer__KoHja{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;padding-top:8px}.index-module_chatActionButton__X60iy{align-items:center;background-color:#fff;border-radius:.25rem;cursor:pointer;display:flex;height:1.5rem;justify-content:center;transition:background-color .2s ease,border-color .2s ease;width:1.5rem}.index-module_chatActionButton__X60iy:hover{background-color:#f0f0f0;border-color:#bbb}.index-module_chatActionButton__X60iy:active{background-color:#e0e0e0;border-color:#999}.index-module_chatActionIcon__6ECcZ{fill:#fff;height:1rem;width:1rem}.index-module_fileUploadcontainer__yR57Z{bottom:120px;left:-90px;position:relative}.index-module_skeletonChatContainer__tKGR9{display:flex;flex-direction:column;gap:16px;padding:16px}.index-module_skeletonMessage__DhcyL{align-items:flex-end;display:flex;gap:10px}.index-module_skeletonMessage__DhcyL.index-module_sent__ARtJI{flex-direction:row-reverse}.index-module_skeletonMessage__DhcyL.index-module_received__uI-7d{flex-direction:row}.index-module_skeletonAvatar__52Eb1{background-color:#e0e0e0;border-radius:50%;height:40px;width:40px}.index-module_skeletonBubble__X-FLX{background-color:#fff;border:1px solid #e0e0e0;border-radius:12px;display:flex;flex-direction:column;max-width:90%;min-width:200px;padding:12px;width:400px}.index-module_skeletonLine__QZYyf{animation:index-module_shimmer__M3Jh- 1.5s linear infinite;border-radius:1px;margin-bottom:8px}@keyframes index-module_shimmer__M3Jh-{0%{background-color:#e0e0e0}50%{background-color:#f5f5f5}to{background-color:#e0e0e0}}.index-module_chatBubble__LL3lS{align-items:flex-end;display:flex;gap:.5rem;max-width:90%;position:relative}.index-module_chatBubble__LL3lS.index-module_received__HF7-0{align-self:flex-start}.index-module_chatBubble__LL3lS.index-module_sent__iCH8V{align-self:flex-end;flex-direction:row-reverse}.index-module_chatBubble__LL3lS.index-module_group__jD6R3{position:relative}.index-module_chatBubble__LL3lS.index-module_layout-ai__enA7D{align-items:center;max-width:100%;width:100%}@media (max-width:640px){.index-module_chatBubble__LL3lS{max-width:80%}}.index-module_chatBubbleMessage__0oYXE{border-radius:12px;font-size:16px;font-weight:400;letter-spacing:.5px;line-height:26px;margin-bottom:.5rem;max-width:100%;padding:16px;position:relative;white-space:pre-wrap;word-break:break-word}.index-module_chatBubbleMessage__0oYXE.index-module_received__HF7-0{background-color:#fff;color:var(--color-secondary-foreground)}.index-module_chatBubbleMessage__0oYXE.index-module_received__HF7-0:after{background-color:#f5f5f5;border-radius:50%;bottom:-2px;-webkit-clip-path:polygon(0 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 100%,0 100%);content:"";height:16px;left:-8px;position:absolute;width:16px}.index-module_chatBubbleMessage__0oYXE.index-module_sent__iCH8V{background-color:#dde6fb;color:#000}.index-module_chatBubbleMessage__0oYXE.index-module_sent__iCH8V:after{background-color:#dde6fb;border-radius:50%;bottom:-.5px;-webkit-clip-path:polygon(100% 0,100% 100%,0 100%);clip-path:polygon(100% 0,100% 100%,0 100%);content:"";height:16px;position:absolute;right:-8px;transform:rotate(100deg);width:16px}.index-module_chatBubbleMessage__0oYXE.index-module_layout-ai__enA7D{background:transparent;border-radius:0;border-top:1px solid var(--color-border);width:100%}.index-module_chatBubbleMessage__0oYXE.index-module_lastMessage__Vu9Cq{margin-bottom:0;padding:0}.index-module_loadingWrapper__uD1RY{align-items:center;display:flex;gap:.5rem}.index-module_chatMessageList__sEkUt{display:flex;flex-direction:column;gap:1.5rem;height:100%;overflow-y:auto;width:100%}.index-module_chatBubble__9QWfI{align-items:flex-end;display:flex;gap:.5rem;max-width:90%;position:relative}.index-module_chatBubble__9QWfI.index-module_received__ZIoPL{align-self:flex-start}.index-module_chatBubble__9QWfI.index-module_sent__kMZrr{align-self:flex-end;flex-direction:row-reverse}.index-module_chatBubble__9QWfI.index-module_group__P-FsS{position:relative}.index-module_chatBubble__9QWfI.index-module_layout-ai__xh11b{align-items:center;max-width:100%;width:100%}@media (max-width:640px){.index-module_chatBubble__9QWfI{max-width:80%}}.index-module_chatBubbleMessage__sWTGa{border-radius:12px;font-weight:400;letter-spacing:.5px;line-height:26px;margin-bottom:.5rem;max-width:100%;padding:16px;position:relative;white-space:pre-wrap;word-break:break-word}.index-module_chatBubbleMessage__sWTGa.index-module_received__ZIoPL{background-color:#fff;color:var(--color-secondary-foreground)}.index-module_chatBubbleMessage__sWTGa.index-module_received__ZIoPL:after{background-color:#f5f5f5;border-radius:50%;bottom:-2px;-webkit-clip-path:polygon(0 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 100%,0 100%);content:"";height:16px;left:-8px;position:absolute;width:16px}.index-module_chatBubbleMessage__sWTGa.index-module_sent__kMZrr{background-color:#dde6fb;color:#000}.index-module_chatBubbleMessage__sWTGa.index-module_sent__kMZrr:after{background-color:#dde6fb;border-radius:50%;bottom:-.5px;-webkit-clip-path:polygon(100% 0,100% 100%,0 100%);clip-path:polygon(100% 0,100% 100%,0 100%);content:"";height:16px;position:absolute;right:-8px;transform:rotate(100deg);width:16px}.index-module_chatBubbleMessage__sWTGa.index-module_layout-ai__xh11b{background:transparent;border-radius:0;border-top:1px solid var(--color-border);width:100%}.index-module_loadingWrapper__a-8SK{align-items:center;display:flex;gap:.5rem}.index-module_chatMessageList__jG2B0{-ms-overflow-style:none;display:flex;flex-direction:column;gap:1.5rem;height:100%;overflow-y:auto;scrollbar-width:none;width:100%}