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}.chatbot{height:400px;overflow-y:scroll;width:300px}.chat-history{height:300px;overflow-y:scroll}.chat-input{margin-top:10px}.chat-input input{padding:8px}.chat-input button{padding:8px 16px}.message{border-radius:4px;margin-bottom:8px;padding:8px}.message.user{align-self:flex-start;background-color:#f0f0f0}.message.bot{align-self:flex-end;background-color:#007bff;color:#fff}body,html{background:url(/static/media/background.bae020e3937009bb97c8.jpg) no-repeat 50% fixed;background-size:cover;height:100%;margin:0;overflow:hidden;padding:0}.chatbot{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 10px #0000001a;height:600px;left:50%;max-width:450px;overflow-y:auto;padding:10px;position:fixed;top:50%;transform:translate(-50%,-50%);width:100%;z-index:1000}.chat-history{height:calc(100% - 150px);margin-top:50px;overflow-y:auto;padding:10px 14px}.chat-input{align-items:center;border-top:1px solid #ccc;display:flex;justify-content:space-between;padding:10px 14px}.chat-input input{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;flex:1 1;font-size:14px;margin-right:10px;outline:none;padding:12px}.chat-input button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;height:42px;padding:12px 20px}.message{justify-content:flex-start;margin-bottom:15px}.message,.message-avatar{align-items:center;display:flex}.message-avatar{height:30px;margin-right:8px;width:30px}.avatar{border-radius:50%;height:100%;width:100%}.message-text{word-wrap:break-word;border-radius:4px;max-width:80%;padding:8px}.message.user{align-self:flex-end;flex-direction:row-reverse}.logo-container{left:50%;max-width:80%;position:absolute;top:20px;transform:translateX(-50%);z-index:1100}.logo-container img{display:block;height:auto;margin:0 auto;width:30%}.message.bot{align-self:flex-start;flex-direction:row}.message.bot.typing{align-items:center;display:flex;height:60px}.message.bot.typing .dot-animation{animation:typing 1s infinite;background-color:#ddd;border-radius:50%;height:10px;margin-right:3px;width:10px}@keyframes typing{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.message-text span{animation:fadeIn .3s forwards;display:inline-block;opacity:0}.message-text.left-to-right span,.message-text.right-to-left span{animation-delay:calc(var(--animation-order)*.04s)}@media (max-width:1568px){.logo-container{top:0;width:53%}.chat-history{height:70%;margin-top:70px}}@media (max-width:768px){.logo-container{top:0;width:80%}.chat-history{height:50%;margin-top:70px}.chatbot{height:100%;max-width:100%;width:100%}}
/*# sourceMappingURL=main.afcd23d0.css.map*/