#root{width:100vw;height:100vh}body{margin:0}.container{flex-direction:column;display:flex}.container-chat{text-align:left;width:100%;height:100%;display:flex;overflow:auto}.chat-Historyc{background-color:#000000b3;border-radius:20%;width:3.5vw;height:3.5vw}.chat-Historyo{background-color:#000000b3;border-radius:4%;width:30vw;height:45vh}.placeholder1::placeholder{color:#fff;opacity:1}.placeholder2::placeholder{color:#dba842;text-align:center}.placeholder3::placeholder{color:#fff;opacity:1;font-size:15px}::-webkit-scrollbar{width:0}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:0 0}::-webkit-scrollbar-thumb:hover{background:0 0}.icon{justify-content:space-between;width:13px;height:13px;margin-left:50px;display:flex;position:relative}.icon span{content:"";background-color:orange;border-radius:3px;width:3px;height:100%}@keyframes bounce{10%{transform:scaleY(.3)}30%{transform:scaleY(1)}60%{transform:scaleY(.5)}80%{transform:scaleY(.75)}to{transform:scaleY(.6)}}.span-prop{content:"";background-color:orange;border-radius:3px;width:3px;height:100%;animation:2.2s infinite alternate bounce}span:nth-of-type(2){animation-delay:-2.2s}span:nth-of-type(3){animation-delay:-3.7s}.ChatBubble{z-index:1;position:absolute;top:1vh;left:1vw}
