:root{--theme-color: #327b58;--hover-color: #59c692;--chat-border-color: #59c692}html{height:100dvh}body{height:100%;box-sizing:border-box;margin:0;padding:8px 8px 0}.header_grid{display:grid;grid-template-columns:15% 70% 15%}.header_span{font-family:Chocolate Classical Sans,sans-serif;text-align:center;background-color:var(--theme-color);box-sizing:border-box;padding:10px;font-size:large;font-weight:bolder;color:#fff;flex:none;border-radius:1rem;width:95%;margin-left:auto;margin-right:auto;grid-area:1 / 2 / 1 / 2}.header_a{display:flex;justify-content:center;align-items:center;text-align:center;text-decoration:none;color:inherit;grid-area:1 / 3 / 1 / 3;width:100%;flex-wrap:wrap}.header_internal_div{display:flex;align-items:center;justify-content:center}.chatarea{display:flex;flex-direction:column;height:100%}.chatbox{margin-bottom:10px;margin-top:10px;padding:15px;overflow-y:auto;border-width:3px;border-radius:1rem;border:5px solid var(--theme-color);height:100%;flex:1}.botname{font-weight:700;color:var(--theme-color);font-size:16px}.botmsg,.usermsg{font-family:Chocolate Classical Sans,sans-serif;padding:10px}.chatinput{border-radius:3px;justify-content:center;flex:none;display:flex;flex-direction:row;min-height:8%;border-color:var(--chat-border-color);border-radius:1rem;border:3px solid var(--chat-border-color);box-sizing:border-box}.chatinput textarea{width:100%;resize:none;outline:none;overflow-y:hidden;font-size:large;font-weight:400;height:100%;border-radius:1rem;box-sizing:border-box;padding:.5rem 0rem .5rem 1rem;border:none;line-height:1.18}.username{font-weight:700;color:#327b58;font-size:16px}.usertext{white-space:pre-wrap}.submit-button{width:10%;height:100%;background-color:var(--theme-color);border:none;text-align:center;color:#fff;font-weight:600;margin-left:3px;border-radius:1rem;font-size:x-large}.submit-button:hover{background-color:var(--hover-color)}.submit-button:active{background-color:var(--theme-color)}.suggestions{display:flex;gap:5px}.suggestion{font-family:Chocolate Classical Sans,sans-serif;background-color:var(--theme-color);border:none;text-align:center;color:#fff;font-weight:450;font-size:16px;border-radius:1rem;min-height:2rem;margin-bottom:10px}.suggestion:hover{background-color:var(--hover-color)}.suggestion:active{background-color:var(--theme-color)}.img-sendbutton{height:100%;border:none;text-align:center;background-color:transparent;color:#fff;margin-left:3px;border-radius:1rem}.msg_content{display:block;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;unicode-bidi:isolate}.docpro-footer{display:none;justify-content:center;align-items:center;text-align:center;text-decoration:none;color:inherit}.text-prewrap{white-space:pre-wrap}@media only screen and (max-width: 800px){.chatinput textarea{font-size:large}.submit-button{box-sizing:content-box;font-size:large;width:3.5rem}}@media only screen and (max-width: 910px){.header_a{display:none}.docpro-footer{display:flex}.header_span{grid-area:1 / 1 / 1 / 4;width:100%}}@media only screen and (max-width: 610px){.header_span{font-size:medium}}@media only screen and (max-width: 546px){.header_span{font-size:small}}@media only screen and (max-width: 450px){.header_span{white-space:pre-line}.chatbox{padding:5px}}:root{color-scheme:light dark;color:#ffffffde;background-color:#242424;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}}#root{height:100%;width:100dvw}
