.chatbotpage-chat-window{margin-top:inherit}.chatbotpage-chat-window,.chatbotpage-chat-window-full-height{display:flex;flex-direction:column;padding:10px;overflow-y:auto;grid-area:chatpage-window;scroll-behavior:smooth;position:relative;transition:all .3s ease}.chatbotpage-chat-window-full-height{height:100%;background:linear-gradient(180deg,#22242a,#00000070);border-radius:20px}.chatbotpage-chat-window-full-height::-webkit-scrollbar,.chatbotpage-chat-window::-webkit-scrollbar{width:6px}.chatbotpage-chat-window-full-height::-webkit-scrollbar-track,.chatbotpage-chat-window::-webkit-scrollbar-track{background:rgba(30,30,36,.1);border-radius:10px}.chatbotpage-chat-window-full-height::-webkit-scrollbar-thumb,.chatbotpage-chat-window::-webkit-scrollbar-thumb{background-color:rgba(140,115,251,.8);border-radius:10px;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.chatbotpage-chat-window-full-height::-webkit-scrollbar-thumb:hover,.chatbotpage-chat-window::-webkit-scrollbar-thumb:hover{background-color:rgba(140,115,251,.9)}.chat-message{max-width:70%;margin-bottom:10px;padding:10px;border-radius:8px;word-wrap:break-word}.chatbotpage-message-user{align-self:flex-end;background:#6828ca;border-radius:16px 16px 0}.chatbotpage-message-assistant,.chatbotpage-message-user{max-width:80%;text-align:left;align-items:center;padding:10px 15px;margin-bottom:10px;color:#f3ebff;animation:messageAppear .3s ease-out}.chatbotpage-message-assistant,.chatbotpage-message-assistant-typing{align-self:flex-start;background:#252525;border-radius:16px 16px 16px 0}.chatbotpage-message-assistant-typing{max-width:80%;text-align:left;align-items:center;padding:10px 15px;margin-bottom:10px;color:#f3ebff}.centered-icon{display:flex;justify-content:center;align-items:center;height:100%;opacity:.5}.centered-icon img{max-width:120px;max-height:120px}@keyframes messageAppear{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chatbotpage-chat-window .older-messages-loader,.chatbotpage-chat-window-full-height .older-messages-loader{margin:8px 0}.chatpage-chat-input-container{grid-template-columns:1fr 20fr;display:grid;align-items:center;text-align:left;background:linear-gradient(180deg,rgb(240,240,228) -318.98%,#202228 65.13%,#17191f 95.2%);padding:10px 15px;border-radius:5px;box-shadow:0 4px 10px rgba(0,0,0,.5);grid-area:chatpage-input}.bg{height:100%;background:rgb(104,40,202);background:linear-gradient(0deg,rgba(104,40,202,1),rgba(18,7,35,1) 68%,rgba(0,0,0,1));border-radius:0 0 0 0}