@import url(https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap);*{box-sizing:border-box;font-family:Onest,sans-serif;list-style:none;margin:0;padding:0}body,html{scroll-behavior:smooth}body{overflow:hidden;width:100%}img,svg{height:100%;width:100%}.border-red{border:1px solid red}.border-blue{border:1px solid blue}.scrollbar-large::-webkit-scrollbar{height:6px;width:6px}.scrollbar-large::-webkit-scrollbar-track{background-color:initial}.scrollbar-large::-webkit-scrollbar-thumb{background-color:#d9d9d9;border-radius:5px}.scrollbar-large::-webkit-scrollbar-thumb:hover{background-color:#afafaf}.scrollbar-medium::-webkit-scrollbar{width:5px}.scrollbar-medium::-webkit-scrollbar-track{background-color:initial}.scrollbar-medium::-webkit-scrollbar-thumb{background-color:#d9d9d9;border-radius:5px}.scrollbar-medium::-webkit-scrollbar-thumb:hover{background-color:#afafaf}.chat-contanier{height:100dvh;width:100dvw}.chat-contanier-sub{display:flex;flex-direction:column;gap:10px;height:100%;padding-bottom:10px;width:100%}.chat-contanier-sub .chat-response-area{flex:1 1 auto;flex-basis:0px;overflow-x:hidden;overflow-y:auto;width:100%}.chat-contanier-sub .chat-enter-prompt{height:auto;width:100%}.chat-contanier-sub .chat-response-area .chat-response-area-sub{background-color:#fff;height:auto;margin:0 auto;max-width:80%;min-width:400px;padding:0 22px}.chat-contanier-sub .chat-response-area .chat-response-area-sub .chat-response-area-inner{border-radius:7px;height:100%;overflow:hidden;padding:22px;width:100%}.chat-contanier-sub .chat-enter-prompt .chat-enter-prompt-sub{background-color:#fff;height:100%;margin:0 auto;max-width:700px;min-width:400px;padding:0 22px}.chat-input-container{align-items:center;display:flex;flex:1 1;gap:16px;justify-content:center}.input-wrapper{align-items:center;background-color:#f5f5f5;border-radius:35px;display:flex;gap:6px;height:auto;justify-content:space-between;min-height:50px;padding:10px 10px 10px 20px;width:100%}.input-wrapper.active{align-items:flex-end}.chat-input{background-color:initial;border:none;flex:1 1;font-size:16px;font-weight:400;height:100%;outline:none}.submit-button{background-color:#f58c34;border:none;border-radius:50%;cursor:pointer;height:40px;width:40px}.submit-button,.submit-button-icon{align-items:center;display:flex;justify-content:center}.submit-button-icon{height:auto;width:26px}.chat-bubble-container{margin-bottom:25px;width:100%}.chat-bubble{width:90%}.chat-bubble.bot{margin-left:0}.chat-bubble.sender{margin-left:auto;text-align:right}.bubble{border-radius:10px;box-shadow:0 0 0 1px #0000000d;display:inline-block;padding:10px}.bubble.bot{background-color:#fff;border-top-left-radius:0}.bubble.sender{background-color:#dbf1fd;border-top-right-radius:0}.bubble-text{color:#1a1a1a;font-family:Onest,sans-serif;font-size:14px;font-weight:400}.response-table{margin-top:10px;max-height:280px;overflow-x:auto;width:100%}.response-table table{height:100%;overflow-y:auto;position:relative;width:100%}.response-table table thead{position:sticky;top:0;width:100%}.response-table table thead tr{align-items:center;display:flex;justify-content:space-around;width:100%}.response-table table thead tr th{background:#e6e6e6;font-size:14px;min-width:200px;padding:8px 10px;text-align:left;width:100%}.response-table table thead tr th:first-child{border-top-left-radius:10px}.response-table table thead tr th:last-child{border-top-right-radius:10px}.response-table table tbody tr td{border-bottom:1px solid #e6e6e6;font-size:14px;height:100%;padding:8px 10px;text-align:left;width:100%}.response-table table tbody{border-radius:10px;overflow:hidden}.response-table table tbody tr{align-items:flex-end;display:flex;justify-content:space-around;width:100%}.action-toolbar{background-color:#f4f4f6;border-radius:5px;display:inline-block;height:auto;margin-top:20px;padding:8px 10px;width:auto}.action-toolbar .action-toolbar-inner{align-items:center;display:flex;gap:20px;justify-content:flex-start;width:100%}.action-toolbar .action-toolbar-inner .action-item{align-items:center;background-color:initial;border:none;cursor:pointer;display:flex;height:16px;justify-content:center;width:auto}.welcome-msg-main{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.welcome-msg .welcome-msg-sub{margin:0 auto;text-align:center}.welcome-msg-main .welcome-msg-sub .welcome-msg{color:#333;font-size:45px;margin-bottom:10px;text-align:center}.welcome-msg-main .welcome-msg-sub .welcome-msg-subtext{color:#666;font-size:18px;margin:0 auto;text-align:center;width:80%}.mic-btn-main{width:auto}.mic-btn{background:#f58c34;border:none;border-radius:50%;cursor:pointer;height:45px;width:45px}.mic-btn,.mic-icon{align-items:center;display:flex;justify-content:center}.mic-icon{height:auto;width:16px}@keyframes pulse{0%{box-shadow:0 0 0 0 #ffab5dc4;transform:scale(1)}70%{box-shadow:0 0 0 10px #ff572200;transform:scale(1.1)}to{box-shadow:0 0 0 0 #ff572200;transform:scale(1)}}.listening{animation:pulse 1.5s infinite}@media (max-width:768px){.chat-contanier-sub .chat-response-area .chat-response-area-sub .chat-response-area-inner{padding:22px 0}.welcome-msg-main .welcome-msg-sub .welcome-msg{font-size:25px}.welcome-msg-main .welcome-msg-sub .welcome-msg-subtext{font-size:12px;width:90%}}
/*# sourceMappingURL=main.46c9bcce.css.map*/