@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap";.chatForm{display:flex;gap:10px;flex-direction:row;color:#f8fafc;border-top:1px solid #1f242f;padding:12px}.chatInput{width:100%;background:none;outline:none;border-radius:8px;border:1px solid #333741;padding:12px;color:#fff;font-family:Inter;font-size:1rem}.chatButton{color:#fff;font-weight:700;padding:.5rem 1rem;border-radius:8px;outline:none;border:none}.chatButton:hover{opacity:.8;cursor:pointer}.chatButton:disabled{background-color:#4b5563;color:#9ca3af}.outer-div{display:flex;flex-direction:row;margin:.75rem 0;width:100%}.inner-div{width:100%}.flex-col-div{display:flex;flex-direction:column;width:100%}.message-box{width:80%;padding:10px}.message-box-user{margin-left:auto;border-top-left-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.message-box-others{border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.role-name{font-weight:500;font-size:14px;margin-bottom:4px;color:#9ca3af}.user-name{font-weight:500;font-size:14px;margin-bottom:4px;color:#9ca3af;margin-left:auto}p{font-size:16px;margin:0}.markdown p{color:#f8fafc;font-size:1rem}.markdownLight p{color:#000;font-size:1rem}.markdownDark p{color:#f8fafc;font-size:1rem}.lds-facebook{display:inline-block;position:relative;width:64px;height:64px}.lds-facebook div{display:inline-block;position:absolute;left:8px;width:8px;background:theme("colors.slate.200");animation:lds-facebook 1.2s cubic-bezier(0,.5,.5,1) infinite}.lds-facebook div:nth-child(1){left:8px;animation-delay:-.24s}.lds-facebook div:nth-child(2){left:24px;animation-delay:-.12s}.lds-facebook div:nth-child(3){left:40px;animation-delay:0}@keyframes lds-facebook{0%{top:8px;height:64px}50%,to{top:24px;height:32px}}.loader{width:30px;aspect-ratio:2;--_g: no-repeat radial-gradient(circle closest-side, #d3d3d3 90%, #0000);background:var(--_g) 0% 50%,var(--_g) 50% 50%,var(--_g) 100% 50%;background-size:calc(100% / 3) 50%;animation:l3 1s infinite linear}@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%}}.loading-box{width:fit-content;padding:8px;background-color:#161b26;border:1.5px solid #1f242f;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.chatContainer{width:400px;height:70vh;display:flex;flex-direction:column;border-radius:10px;overflow:hidden;margin-right:24px;margin-bottom:100px;padding-bottom:10px}@media screen and (max-width: 768px){.chatContainer{width:90vw;height:70vh;margin-right:10;margin-bottom:10}}.chatHeader{display:flex;align-items:center;padding:14px 20px}.chatDetailsContainer{display:flex;flex-direction:row;align-items:center;flex-grow:1}.chatDetailsAvatar{width:40px;height:40px;border-radius:100px}.chatDetailsName{font-size:20px;text-transform:capitalize;color:#fff;font-weight:500;margin-left:10px;margin-top:0;margin-bottom:0}.chatClose{width:20px;height:20px;fill:#85888e;cursor:pointer}.chatLoader{display:flex;flex-direction:column-reverse;flex-grow:1;overflow-y:auto;margin-top:10px;padding:12px}.chatLoader::-webkit-scrollbar{width:4px;border-radius:50px}.chatLoader::-webkit-scrollbar-track{background:transparent}.chatLoader::-webkit-scrollbar-thumb{background:#fff3;border-radius:50px}.chatLoader{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}.chatInputContainer{margin-top:6px}.poweredBy{margin-bottom:6px;width:full;text-align:center;font-size:14px;color:#fff}.chatflo{font-weight:500}.chatSuggestions{display:flex;flex-direction:row;gap:10px;margin:0 12px 6px;padding-bottom:5px;width:100%;overflow-x:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.chatSuggestions::-webkit-scrollbar{height:8px}.chatSuggestions::-webkit-scrollbar-thumb{background-color:#00000080;border-radius:4px}.chatSuggestions::-webkit-scrollbar-track{background:transparent}.chatSuggestionButton{color:#fff;background-color:#0000004d;padding:8px 14px;border-radius:50px;border:none;cursor:pointer;min-width:fit-content}.chatbotContainer{position:fixed;bottom:0;right:0}.chatBubble{bottom:24px;right:24px;position:fixed;width:60px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer}.chatBubbleClosed{border-top-left-radius:100px;border-bottom-left-radius:100px;border-top-right-radius:100px}.chatBubbleOpen{border-top-left-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px}.chatIcon{width:30px;height:30px;fill:#fff}.closeIcon{rotate:0deg;margin-top:4px;cursor:pointer}body{margin:0;font-family:Inter,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
