@import"https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@100;300;400;500;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins";*{margin:0;padding:0;box-sizing:border-box;font-family:Alegreya Sans,sans-serif}.sdark{border:1px solid #424242}.dark{box-shadow:0 17px 50px #0b141a30,0 12px 15px #0b141a3d;border:1px solid #424242}body{background:#343541;display:grid;grid-template-columns:1fr 3fr;overflow-x:hidden}.head_info{text-align:center}.info_chat{background:#2d2e36;padding:20px;margin:1rem;border-radius:17px;color:#fff;height:96%;width:16rem}#app{height:100vh;background:#343541;display:flex;flex-direction:column;align-items:center;justify-content:space-between}#chat_container{flex:1;width:100%;height:100%;overflow-y:scroll;margin:1rem 1rem 1rem -10rem;display:flex;flex-direction:column;gap:10px;-ms-overflow-style:none;scrollbar-width:none;padding-bottom:20px;scroll-behavior:smooth}#chat_container::-webkit-scrollbar{display:none}.wrapper{width:100%;padding:15px}.ai{background:#40414F;border-radius:30px}.info_chat button{background-color:#fff;padding:5px;border-radius:12px;margin:1rem 0rem 0rem;font-weight:700;color:#2d2e36}.infoBox{background:#40414F;border-radius:20px;margin-top:1rem;padding:10px}.infoBox h2{color:#ffdead}.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:50%;box-shadow:0 17px 50px #0b141a30,0 12px 15px #0b141a3d;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;color:#dcdcdc;font-size:20px;max-width:100%;overflow-x:scroll;white-space:pre-wrap;-ms-overflow-style:none;scrollbar-width:none}.message::-webkit-scrollbar{display:none}.askMeCodeTester{display:none}form{width:100%;max-width:1280px;margin:0 auto;padding:10px;background:#40414F;margin:0rem 0rem 1rem -10rem;display:flex;flex-direction:row;gap:10px;border-radius:30px}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}form img{width:30px;height:30px}@media (max-width:1400px){#chat_container{margin:1rem 1rem 1rem -1rem}form{margin:0rem 0rem 1rem -1rem;width:100vw}}@media (max-width:622px){body{display:flex}.info_chat{display:none}#chat_container{margin:1rem 1rem 1rem 0rem}form{margin:0rem 0rem 1rem;width:100vw}}a{text-decoration:none;color:#fff}
