body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.chat_box{align-items:center;display:flex;height:85vh;justify-content:center;margin-top:10px;padding:0 50px;width:100%}.send_button:hover{box-shadow:9px 11px 38px 4px rgba(0,0,0,.34);color:green;cursor:pointer}.chat_dialogue{display:flex;height:400px;justify-content:center;justify-items:center;width:100%}.chat_div{background:#020024;background:linear-gradient(310deg,#020024,#bababa 0,#edb7ff 52%,#7dfbfa);border:2px solid grey;border-radius:10px;content:"";height:80vh;min-width:90%;overflow:auto;position:absolute}.chat_div:hover{box-shadow:9px 11px 38px 4px rgba(0,0,0,.34);cursor:pointer;transition:all 1s ease}@media (max-width:320px){textarea{width:230px}}*{box-sizing:border-box;margin:0;padding:0}.chat_bar_head{border-radius:10px;display:inline-flex;float:right;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:5px;min-width:80%;text-align:center}.chat_bar_client:hover,.chat_bar_head:hover{box-shadow:9px 11px 38px 4px rgba(0,0,0,.34);transition:all 1s ease}chat_bar_head:hover{background-color:rgba(rgb(13,108,130),rgba(39,51,39,.853),rgb(80,80,112),.5);cursor:pointer}.chat_bar_client{border-radius:10px;display:inline-flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:5px;min-width:80%;text-align:center}
/*# sourceMappingURL=main.abe58268.css.map*/