*{padding:0;margin:0;box-sizing:border-box}button,input{transition:.3s all ease-in-out}html{scroll-behavior:smooth;font-family:Roboto Mono,monospace}ul{list-style:none}.error-message{font-size:14px;color:red;margin-top:5px}.app{height:100dvh;display:flex;align-items:center;justify-content:center;background-color:#e0e7ff}.container{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:15px;width:550px;height:650px;margin:0 auto;background-color:#f5f5ff;border-radius:10px;position:relative;overflow:hidden}h1{font-size:1.4rem;font-weight:500;color:#3d3d3d}input{height:40px;width:80%;padding:15px;border:none;outline:none;border-radius:3px;font-size:1rem;font-weight:300}::placeholder{color:#c4c4c4}input:focus{box-shadow:0 0 5px 5px #0000000e}button{background-color:#4f46e5;border:none;border-radius:3px;color:#fff;font-size:1.1rem;margin:10px;display:flex;align-items:center;justify-content:center;text-wrap:nowrap;padding:10px}button:hover{background-color:#4338ca}form{text-align:center;width:90%}.btn{margin:20px auto;font-size:1rem}.chat-room{display:grid;grid-template-rows:auto 1fr auto;height:100%;width:100%;text-align:center}.chat-room .messages{padding:40px 20px;display:flex;flex-direction:column;align-items:center;overflow-y:auto;height:100%}.chat-room input{border:1px solid rgb(79 70 229)}.chat-room input:focus{border:2px solid rgb(79 70 229)}.chat-room header{background-color:#fff;padding:10px 20px;box-shadow:0 0 2px 1px #0000000e;z-index:50;position:relative;display:flex;justify-content:space-between;align-items:center}.chat-room form{display:flex;align-items:center;justify-content:center;width:100%;height:100%;z-index:50;position:relative;background-color:#fff;padding:5px 0;box-shadow:0 0 2px 1px #0000000e}.chat-room input{background-color:#fcfcff}.message-others .message-name{color:#6f6f6f;position:absolute;top:5px;left:8px}.message-others .message-time{color:#6f6f6f}.message-user .message-name{position:absolute;top:5px;right:8px}.message{display:flex;flex-direction:column;padding:10px;position:relative;background-color:#fff;margin-top:15px;width:80%}.message-others{align-self:flex-start;box-shadow:1px 1px 1px 1px #0000000e;border-radius:0 5px 5px}.message-others:after{position:absolute;content:"";width:0%;height:0px;border-style:solid;border-width:0px 10px 10px 0px;border-color:transparent rgb(255,255,255) transparent transparent;top:0;left:-10px;right:auto}.message-user:after{position:absolute;content:"";width:0%;height:0px;border-style:solid;border-width:0px 0px 10px 10px;border-color:transparent transparent transparent rgb(224,232,255);top:0;left:auto;right:-10px}.message-user{align-self:flex-end;background-color:#e0e8ff;border-radius:5px 0 5px 5px;box-shadow:0 1px 3px 1px #0000000e}.message-name{color:gray;font-size:14px;font-weight:600}.message-text{font-weight:300;text-align:left;font-size:.9em;margin:20px 0;color:#616161;word-wrap:break-word}.message-time{font-weight:300;font-size:12.5px;color:#8c8c8c;align-self:flex-end;letter-spacing:-1px;position:absolute;bottom:5px;right:5px;text-wrap:nowrap}.chat-room .exit-btn{font-size:30px;margin-left:auto}.chat-room .exit-btn:hover,button:hover{cursor:pointer}.typing{padding:5px 0;font-size:.9rem;color:#8a2be2;position:absolute;background-color:#ffffffa3;bottom:100%;z-index:5000;text-align:center;width:100%}.form-container{position:relative}.scroll-message{position:absolute;bottom:100%;right:0;margin:20px;color:#647eff}.scroll-message span:first-child{position:absolute;bottom:100%;width:100%;font-size:50}@media only screen and (max-width: 700px){.container{height:100dvh;width:100dvh}}
