body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:#f1f1f1;font-family:Nunito,sans-serif;font-size:100%;font-weight:400}*,html{--primaryGradient:linear-gradient(139deg,#1d4ed8,#239138);--secondaryGradient:linear-gradient(139deg,#1d4ed8,#239138);--primaryBoxShadow:0px 10px 15px #0000001a;--secondaryBoxShadow:0px -10px 15px #0000001a;--primary:#581b98}.cursor-pointer{cursor:pointer}.response-mode-container{align-items:baseline;color:#fff;font-size:.9rem}.chatbox{align-items:end;bottom:5px;display:flex;font-size:13px;height:97%;justify-content:end;line-height:1.5714285714285714;position:fixed;right:10px;width:auto;z-index:999999}.zoom{position:fixed;right:0;top:14%;z-index:1}.show-sidebar{width:280px}.show-sidebar,.show-sidebar-prompt{border-radius:3%;border-bottom-right-radius:0;border-top-right-radius:0;opacity:1;overflow:hidden;transition:.3s ease-in-out}.show-sidebar-prompt{width:75%}.hide-sidebar{opacity:0;overflow:hidden;transition:.3s ease-in-out;width:0}.modal-parent{background-color:#0000004d;transition:.3s ease-in-out;width:100%;z-index:99}.back__button{background-color:#fff;left:0;position:sticky;top:0;z-index:1}.LLMswitch{left:20px;position:absolute;top:100px}.chatbox__support{background:#eee;display:flex;flex-direction:column;height:0;opacity:0;transition:all .5s ease-in-out;width:0;z-index:-123456}.chatbox--active{height:97%;opacity:1;transform:translateY(0);width:400px;z-index:123456}.hide-chat{height:0!important;width:0!important}.chatbox__button{text-align:right}.send__button{background:#0000;border:none;cursor:pointer;outline:none;padding:6px}.chatbox__header{background:orange;position:sticky;top:0}.chatbox__messages{flex-direction:column-reverse;height:100%;overflow-y:auto;width:100%}.chatbox-msg-main{padding:0 20px}.textarea-large{height:200px}.textarea-large,.textarea-medium{border:1px solid #ccc;border-radius:6px;box-sizing:border-box;font-size:16px;padding:10px;resize:vertical;width:100%}.textarea-medium{height:100px}.pre-box{background-color:#f3f3f3;border:1px solid #ddd;border-radius:6px;box-sizing:border-box;height:250px;overflow-y:auto;padding:15px;white-space:pre-wrap;width:100%}.chatbox__messages::-webkit-scrollbar{display:none}.chatbox__messages{background-color:#f8f8ff;max-height:97%;padding-bottom:7vh;position:relative}.chatbox__container{display:flex;height:86%;width:100%}.chatbox__iframe{height:100%;width:100%}.chatbox__iframe iframe{border:none;height:100%;width:100%}.messages__item{background:orange;max-width:60.6%;width:fit-content}.messages__item--operator{margin-left:auto}.messages__item--visitor{margin-right:auto}.chatbox__footer{bottom:0;left:0;position:fixed;width:100%}.chatbox__support{background:#f9f9f9;border-top-left-radius:20px;border-top-right-radius:20px;box-shadow:0 0 15px #0000001a;height:98%;width:560px}.chatbox__header{align-items:center;background:linear-gradient(90deg,#3fbe65 .82%,#45d4c3 50.44%,#1e51d1 99.12%);border:1px solid #88888880;border-radius:24px 24px 0 0;border-top-left-radius:20px;border-top-right-radius:20px;box-shadow:var(--primaryBoxShadow);display:flex;flex-direction:row;justify-content:start;max-height:70px;padding:2px}.chatbox__heading--header{color:#fff;font-size:1.5rem;margin-top:1rem}.chatbox__description--header{color:#fff;font-size:.9rem}.chatbox__content--header{left:7rem;position:absolute;top:.7rem}.messages__item{background:#fff;margin-top:10px;max-width:100%;padding:8px 12px}.messages__item--typing,.messages__item--visitor{background:#fff;border-radius:12px;box-shadow:4px 4px 24px 0 #00000026;color:#000;margin-left:.5rem;max-width:90%}.messages__item--operator{background-color:#1e51d1;border-radius:12px;box-shadow:4px 4px 20px 0 #1e51d159;color:#fff;max-width:90%}.chatbox__footer{align-items:center;background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:flex;flex-direction:row;justify-content:space-between;margin-top:5px;padding:20px 22px}.chatbox__footer input{border:none;border-radius:30px;padding:10px;text-align:left;width:100%}.chatbox__send--footer{align-items:center;color:#fff;display:flex}.chatbox__button button,.chatbox__button button:focus,.chatbox__button button:visited{background:#fff;border:none;border-bottom-left-radius:50px;border-top-left-radius:50px;border-top-right-radius:50px;box-shadow:0 10px 15px #0000001a;cursor:pointer;outline:none;padding:1px}.chatbot-icon{align-items:center;animation:bounce 2s ease-in-out infinite;background-color:#4caf50;border-radius:50%;box-shadow:0 4px 6px #0000001a;display:flex;height:60px;justify-content:center;position:relative;width:60px}.chatbot-icon:before{background-color:#4caf50;bottom:-3px;clip-path:polygon(0 0,100% 0,100% 100%);content:"";height:10px;left:50%;position:absolute;transform:translateX(125%) rotate(-25deg);width:10px}.eyes{display:flex;gap:8px;position:absolute;top:35%}.eye{animation:blink 3s infinite;height:6px;width:6px}.eye,.mouth{background-color:#fff;border-radius:50%}.mouth{animation:happy-smile 1.5s ease-in-out infinite alternate;bottom:20%;height:10px;position:absolute;width:20px}@keyframes happy-smile{0%{border-radius:50% 50% 30px 30px;height:6px}to{border-radius:50%;height:10px}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.cht_btn{align-items:center;background:#fff;border:1px solid #ddd;border-radius:12px;cursor:pointer;display:flex;font-size:16px;justify-content:space-between;margin-bottom:10px;padding:4px 8px;transition:background .3s;width:100%}.cht_btn:hover{background:#f0f0f0}.cht_btn div{align-items:center;display:flex}.input-field.disabled{background-color:#f1f1f1;cursor:not-allowed;opacity:.6}infobar-list{display:none}.file-button{display:inline-flex;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}h2{font-size:18px;margin-bottom:8px}.summary{color:#555;font-size:14px;line-height:1.5;margin-bottom:20px}span p{margin-bottom:0}.question-button{background:#fff;border:1px solid #ccc;border-radius:8px;cursor:pointer;font-size:12px;margin:.3rem;padding:2px;text-align:left;transition:background .3s ease}.suggestedQuestionTitle{color:#000;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:110%}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.loader{--_g:no-repeat radial-gradient(circle closest-side,#0d6efda6 90%,#0000);animation:l3 1s linear infinite;aspect-ratio:3;background:var(--_g) 0 50%,var(--_g) 50% 50%,var(--_g) 100% 50%;background-size:33.33333% 50%;width:50px}@keyframes l3{20%{background-position:0 0,50% 50%,100% 50%}40%{background-position:0 100%,50% 0,100% 50%}60%{background-position:0 50%,50% 100%,100% 0}80%{background-position:0 50%,50% 50%,100% 100%}}.input-container{align-items:center;background:#fff;border:1px solid #ccc;border-radius:25px;display:flex;padding:10px;width:100%}.input-container input{border:none;border-radius:24px;flex:1 1;font-size:15px;outline:none;padding:0 0 0 10px}.send-button{align-items:center;background:#fff;border:none;cursor:pointer;display:flex;justify-content:center;position:relative}.send-button:before{color:#0078ff;font-size:20px;font-weight:700}.send-button:hover{background:#d0e6ff}:root{--primary:#189bff;--secondary:#d8d8d8;--size:30px}.mic_btn{background:red;background-image:none;border:none;border-radius:100%;color:#fff;cursor:pointer;display:inline-block;font-size:3em;height:23px;line-height:0px;padding:0;position:relative;text-align:center;touch-action:manipulation;-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;width:23px;z-index:999}.pulse-ring{animation:pulsate 1.5s infinite;background:#189bff;background:var(--primary);border:5px solid #189bff;border:5px solid var(--primary);border-radius:50%;content:"";height:30px;height:var(--size);left:-3px;position:absolute;top:-3px;width:30px;width:var(--size)}.clamp-text{-webkit-line-clamp:3;-webkit-box-orient:vertical;line-clamp:3;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}@keyframes pulsate{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.3)}}.m-left{margin-left:90px;margin-left:calc(var(--size)*3)}.type2{background:#189bff;background:var(--primary)}.type2 .pulse-ring{background:#0000}.cardTitle{color:#000000e6;color:var(--Light-Font-font-1,#000000e6);font-size:14px;font-weight:600;line-height:22px;margin-bottom:.2rem!important}.cardDesc,.cardTitle{font-family:Inter;font-style:normal;text-align:left}.cardDesc{-webkit-box-orient:vertical;-webkit-line-clamp:3;color:#646464e6;display:-webkit-box;font-size:10px;font-weight:400;line-height:145%;margin-bottom:.3rem!important;overflow:hidden;text-overflow:ellipsis}.cardChatBox{background:#fff;border:1px solid #8888884d;border-radius:12px;width:47%}.cardChatBox:hover{border:1px solid #1d4ed899;box-shadow:4px 4px 24px 0 #1d4ed826;.cardTitle{color:#1d4ed8e6;transform:scale(1.05)}.cardDesc{color:#000000e6;color:var(--Light-Font-font-1,#000000e6);margin-left:2px}}.card-icon{border-radius:50%;color:#fff;font-size:24px;height:50px;margin-left:-7px;margin-right:15px;margin-top:22%;width:50px}.inputshadow{position:relative}.inputshadow:after,.inputshadow:before{animation:animate 20s linear infinite;background:linear-gradient(45deg,#fdc8e7,#b8b8fb,#c5ffc5,#f9f9b4,#fcadad,#f9b8de,#bcbcf9,#0f0,#ff0,#fb9595);background-size:400%;border-radius:50%;content:"";height:calc(100% + 4px);left:-2px;position:absolute;top:-2px;width:calc(100% + 4px);z-index:-1}.inputshadow:after{filter:blur(20px)}@keyframes animate{0%{background-position:300% 0}50%{background-position:0 0}to{background-position:0 0}}.VoiceAssitent{background:linear-gradient(139deg,#36d679 8%,#4093a3 52.55%,#04f 87.88%);border:1px solid #87ffdb80;border-radius:24px;padding:7px}.text-rotator{font-family:sans-serif;font-size:1.5em;height:2em;overflow:hidden;position:relative}.text-rotator .texts{animation:rotateText 12s step-end infinite;display:inline-block;position:absolute}.text-rotator div{height:2em;padding-top:.25rem;width:100%}@keyframes rotateText{0%,33.33%{transform:translateY(0)}33.34%,66.66%{transform:translateY(-100%)}66.67%,to{transform:translateY(-200%)}}.overlapBot{border:1px solid #8888884d;border-radius:10px;box-shadow:2px 4px 18px 0 #0000001f;margin-bottom:1rem;margin-top:1rem}.verticalLine{background:#88888873;height:1.5px;margin-bottom:.5rem;width:99%}.scroll-container{overflow-x:auto;padding-bottom:15px;white-space:nowrap}.scroll-container::-webkit-scrollbar{display:none}.searchbarBot{border:1px solid #8888884d;border-radius:10px;box-shadow:4px 6px 24px 0 #00000024}.btnBotSuggestion{align-items:center;color:#000;display:flex;gap:10px;justify-content:center;padding:12px 16px}.Customshaow,.btnBotSuggestion{background:#fff;border:1px solid #8888884d;border-radius:10px;box-shadow:2px 4px 18px 0 #0000001f}.tabname{align-items:center;background:#ddddf7;flex-shrink:0;height:50px;text-align:center;width:101%}.ellipsis{display:block;max-width:54vh;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.avatar{background:#fff;border-radius:50px 50px 0 50px;box-shadow:2px 4px 18px 0 #0132b84d;float:right;height:85px;padding:10px;position:relative;width:85px}.avatar img{border-radius:50%;height:100%;object-fit:cover;width:100%}.status-dot{background-color:#09c14f;border:2px solid #fff;border-radius:50%;bottom:-7px;height:15px;position:absolute;right:-7px;width:15px}.chat-bubble{background-color:#fff;border-radius:15px;box-shadow:0 4px 8px #058ae333;margin-bottom:10px;padding:10px;text-align:start;width:250px}.chat-bubble-close{background-color:#fff;border-radius:10px 10px 10px 10px;cursor:pointer;font-size:15px;margin-top:-2px;padding:0 5px 0 0;position:absolute;right:0}.chat-widget{bottom:20px;position:fixed;right:20px;z-index:1000}.typing-cursor{animation:blink .7s infinite;display:inline-block;margin-left:2px}@keyframes blink{50%{opacity:0}}.Lineshadow{bottom:39px;box-shadow:0 9px 12px #6c757d;height:5px;left:163px;position:absolute;text-align:center;width:139px}.audio-wave{align-items:center;display:flex;height:20px;justify-content:center;margin-top:10px}.wave-bar{animation:wave .5s ease-in-out infinite alternate;background-color:#007bff;height:10px;margin:0 2px;width:4px}.wave-bar:nth-child(2){animation-delay:.1s}.wave-bar:nth-child(3){animation-delay:.2s}.wave-bar:nth-child(4){animation-delay:.3s}.wave-bar:nth-child(5){animation-delay:.4s}.chatbot-thinking-loader{align-items:center;background:#0000;display:flex;gap:6px;height:40px;justify-content:center}.b1,.bcol,.mrow{overflow:hidden}.b1{background-color:#d9d9d926;border-radius:5px;height:120px;width:100%}.mrow{height:10px;width:245px}.bcol,.mrow{background-color:#d9d9d9;border-radius:20px}.bcol{height:25px;width:114px}.NEWshadow{animation:slide .7s ease-in-out infinite;background-color:#ffffffb3;filter:blur(10px);height:120px;left:-60px;position:absolute;top:0;transform:rotate(45deg);width:20px}.conimproverbgimg{height:70vh;width:100%}.landingImage{animation:moveAndZoom 1.5s;animation-fill-mode:forwards;left:5rem;position:absolute;top:5%;transform:translate(-100%,-100%);z-index:199}.Categorymoveup{animation:movetoup 1s;animation-fill-mode:forwards;transform:translate(-50%,-50%) scale(1.2)}.landingImage img{margin-left:-2rem;margin-top:-2rem}@keyframes moveAndZoom{0%{transform:translate(calc(250% - 50px),calc(250% - 50px)) scale(1.5)}to{transform:translate(-50%,-50%) scale(1)}}@keyframes movetoup{0%{transform:translateY(calc(50% + 50px)) scale(1)}to{transform:translate(0) scale(1)}}@media only screen and (max-width:767px){.conimproverbgimg{height:40vh;width:100%}}@keyframes slide{0%{left:-60px;opacity:0}50%{left:150px;opacity:1}to{left:300px;opacity:0}}@keyframes wave{0%{height:10px}to{height:20px}}@media only screen and (max-width:767px){.chatbox{height:100%;right:0;width:100%}.landingImage img{height:10vh;margin-left:-5rem;margin-top:0}.chatbox__heading--header{font-size:1.2rem;margin-left:-2rem;margin-top:1.5rem}.cardChatBox{width:100%}.chatbox__support{max-width:100%}.chatbox__container{flex-direction:column}.chatbox__footer{bottom:0;margin-left:0!important;max-height:60vh;max-width:100%!important;position:fixed}.chatbox__iframe{display:none}.chatbox__messages{max-height:87%;padding-bottom:0}}.chatboxMsgDiv{padding-bottom:1rem!important}
/*# sourceMappingURL=myapp.css.map*/