*,*:after,*:before{padding:0;margin:0;box-sizing:border-box}:root{--bubble-yellow: hsl(44, 100%, 58%);--bubble-gray: hsl(0, 0%, 96%);--bg: #ffffff;--fg: hsl(45, 26%, 21%);--user-info-bg: hsl(48, 100%, 92%);--badges-color: hsl(46, 100%, 85%);--date-color: hsl(0, 0%, 53%)}body{background-color:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.container{max-width:100vw;min-height:100dvh;display:flex}.container>*:not(:last-child),.container>*:not(:first-child){flex-grow:2}.container>*:first-child{flex:1 0 300px}.container>*:last-child{flex:1 0 300px}@media screen and (width < 800px){.container>*:first-child,.container>*:last-child{display:none}}.chat-container{display:flex;flex-direction:column;width:100%;padding-inline:1rem}.chat{height:100dvh;overflow:scroll;overflow-y:overlay;display:flex;flex-direction:column;padding-block:1rem;margin-inline:auto}.chat-block>*{border-radius:1rem;padding:.5rem 1.2rem;max-width:80%;margin-block:.6rem}.date{color:var(--date-color);font-size:.8rem;font-weight:400;margin-block:.9rem;margin-inline:auto}.nadine{background:var(--bubble-yellow)}.emanuel{background:var(--bubble-gray);justify-self:flex-end}.chat-image{padding:0;border-radius:1rem;background:#fff;max-width:250px;overflow:hidden;width:max-content;margin-block:.6rem}.chat-image>img{max-width:50vw;height:auto;width:100%;border-radius:1rem}.breaking-words{word-break:break-word}.user-info{height:100dvh;overflow:scroll;overflow-x:hidden;overflow-y:overlay;display:flex;flex-direction:column;gap:0;padding:0;margin:0}.user-info *{width:100%}.general-user-info{position:relative}.general-user-info>aside{color:#fff;position:absolute;bottom:1.5rem;left:1.5rem}.user-input{background:var(--user-info-bg);padding:1rem}.user-input>p:first-child{font-weight:700;margin-bottom:.5rem;font-size:.8rem}.user-input>p:last-child{font-weight:600;margin-bottom:.5rem;font-size:1.3rem}
