.page{height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:start;min-height:100vh}.chatbot-container{height:92.5vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.chat-messages-container{height:80%;max-height:80%;max-width:720px;width:100%;overflow:auto;display:flex;flex-direction:column-reverse}.messages-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end}.message{border:none;border-radius:.5em;padding:5px 10px}.der-message{background-color:brown}.user-message{background-color:gray;align-self:flex-end}.input-container{min-height:100px;height:10%;max-width:720px;width:100%;display:flex;align-items:center;justify-content:center}.user-input{min-height:50px;height:calc(50% - 10px);width:75%;display:flex;align-items:center;justify-content:center;padding:10px 2.5% 0;resize:none}#user-input-btn{min-height:50px;height:50%;aspect-ratio:1/1;border:none;border-radius:1rem;outline:none;cursor:pointer;background-color:gray}nav{height:7.5vh;width:100%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700}*{margin:0;padding:0;scroll-behavior:smooth}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:var(--white-gray);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;--white-gray: #f9f9f9ff;--light-gray: #ccccccff;--medium-gray: #8c8c8cff;--dark-gray: #454545ff;--black-gray: #191919ff;--medium-red: #ff0000;--medium-green: #00ff00;--white-gray-rgb: 249, 249, 249;--light-gray-rgb: 204, 204, 204;--medium-gray-rgb: 140, 140, 140;--dark-gray-rgb: 69, 69, 69;--black-gray-rgb: 25, 25, 25;--medium-red-rgb: 255, 0, 0;--medium-green-rgb: 0, 255, 0;--all-500ms-custom: all .5s cubic-bezier(.85, .15, .15, .85);--all-200ms-ease-in-out: all .2s cubic-bezier(.85, .15, .15, .85)}body{background-color:var(--black-gray);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;--dot-size: 1px;--dot-space: 22px;background:linear-gradient(90deg,var(--black-gray) calc(var(--dot-space) - var(--dot-size)),transparent 1%) center / var(--dot-space) var(--dot-space),linear-gradient(var(--black-gray) calc(var(--dot-space) - var(--dot-size)),transparent 1%) center / var(--dot-space) var(--dot-space),var(--medium-gray)}#root{width:100%}.glass-effect{background:linear-gradient(145deg,#1a1a1ab3,#1a1a1ab3);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}::-webkit-scrollbar{width:0px;background:transparent}body{scrollbar-width:none}body::-webkit-scrollbar{display:none}
