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}.App{text-align:center}.App,.chat-container{background-color:#fff}.chat-container{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:center;position:relative}.chat-search{background-color:purple;height:10%;padding:1em 0 1em 3em;position:-webkit-sticky;position:sticky;text-align:center;top:0;width:100vw;z-index:1}.chat-search button{background-color:blue;color:#fff;cursor:pointer;font-weight:700;margin-top:1em;width:auto}.chat-search button,.chat-search input{border-radius:1em;height:2em}.chat-form{background-color:purple;border-top-left-radius:1em;border-top-right-radius:1em;bottom:0;height:15%;padding:0 0 2em 3em;position:fixed;text-align:center;width:50%}.chat-form .id{display:none}.chat-form button{background-color:blue;border-bottom-right-radius:1em;border-top-right-radius:1em;color:#fff;cursor:pointer;font-weight:700;height:5.5em;vertical-align:top}.chat-messages{height:80%}.name{height:2em;width:40%}.message{height:5em;width:80%}.single-chat{background-color:wheat;border-radius:1em;color:#fff;margin-top:.5em;padding:.2em 0;width:50vw}.single-chat h2{color:green;margin-left:1em;position:relative;text-align:left}.single-chat h2 .tag{color:blue;margin-left:1em}.single-chat h2 .edit-del{margin-right:1em;position:absolute;right:0;top:0}.single-chat h2 .edit-del button{cursor:pointer;margin-left:.5em}.single-chat h4{color:red;margin-right:.5em;text-align:right}.single-chat p{color:#000;margin-left:1em;padding:1em;text-align:left}.chat-form button:hover,.chat-search button:hover{background-color:green}.deleteMessage{color:red}.edit:hover{background-color:green;color:#fff}.delete:hover{background-color:red;color:wheat}
/*# sourceMappingURL=main.6efa245c.css.map*/