.navbar{background-color:transparent;transition:background-color .5s ease}.scrolled{background-color:#070335;box-shadow:0 4px 8px #0000004d}.btn{color:#fff;background-color:#9d34da;transform:scale(1);transition:transform .5s ease}.btn:hover{background-color:#9d34da80;color:#fff;transform:scale(1.1)}#chat_container::-webkit-scrollbar{display:none}.wrapper{width:100%;padding:15px}.ai{background:#40414F}.chat{width:100%;max-width:1280px;margin:0 auto;display:flex;flex-direction:row;align-items:flex-start;gap:10px}.profile{width:36px;height:36px;border-radius:5px;background:#5436DA;display:flex;justify-content:center;align-items:center}.ai .profile{background:#10a37f}.profile img{width:60%;height:60%;object-fit:contain}.message{flex:1;margin-top:-15px;color:#dcdcdc;font-size:20px;max-width:100%;overflow-x:scroll;white-space:pre-wrap;-ms-overflow-style:none;scrollbar-width:none}.bot-msg{margin-top:0}.message::-webkit-scrollbar{display:none}.chat_form{width:100%;max-width:1280px;margin:0 auto 100%;padding:10px;background:#40414F;display:flex;flex-direction:row;gap:10px}textarea{width:100%;color:#fff;font-size:18px;padding:10px;background:transparent;border-radius:5px;border:none;outline:none}button{outline:0;border:0;cursor:pointer;background:transparent}.chat_form img{width:30px;height:30px}.img-form{display:grid;justify-items:center;align-items:center}body{margin:0;padding:0}
