*{margin:0;padding:0;box-sizing:border-box}img{max-width:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#212425}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.app{width:500px;margin:0 auto;height:100vh;max-height:1000px}@media screen and (max-width:500px){.app{width:100%}}.background{position:fixed;top:0;right:0;width:100vw;height:100vh;z-index:-1;object-fit:cover;object-position:center}.chat{height:100%;min-height:650px;-webkit-flex-direction:column;flex-direction:column}.chat,.chatHeader{display:-webkit-flex;display:flex}.chatHeader{width:100%;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;height:50px;background-color:#fff;border-bottom:1px solid #e7e7e7}.chatHeader p{margin-left:30px;font-weight:bolder;color:rgba(0,0,0,.6313725490196078)}.chatHeader button{border:none;border-radius:5px;padding:5px 20px;margin-right:30px;background-color:#dfdfdf;color:#5f5f5f;transition:background-color .2s}.chatHeader button:hover{cursor:pointer;background-color:#c6c6c6}.chatMessages{height:70vh;padding:20px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;grid-gap:20px;gap:20px;background-color:#fdfdfd;overflow-Y:scroll;overflow-x:hidden;-webkit-flex:1 1;flex:1 1}.chatFooter{height:90px;background-color:#fff;border-top:1px solid #c4c4c4}.chatFooter form{height:100%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:0 30px}.chatFooter form .fa-plus-circle{color:#09f;font-size:18px;margin-right:10px}.chatFooter form input{height:40%;-webkit-flex:1 1;flex:1 1;border-radius:50px;background-color:#f1f1f1;border:1px solid rgba(0,106,255,.054901960784313725);transition:.2s;padding:0 20px;font-size:14px}.chatFooter form input:focus{outline:none}.chatFooter form button{border:none;background-color:#006aff;border-radius:10px;padding:11px 20px;color:#fff;margin-left:20px;cursor:pointer;transition:background-color .2s}.chatFooter form button:hover{background-color:#38f}.message{min-width:100px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;grid-gap:10px;gap:10px;position:relative;margin-right:40px}.message img{width:40px;border-radius:50%;position:absolute;right:-50px;bottom:15px}.message p{background-color:#09f;padding:7px 20px;border-radius:20px 20px 5px 20px;margin-bottom:30px;color:#fff}.message span{font-size:9px;position:absolute;top:-20px;right:5px;color:grey}.sent{-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.received{margin-right:0;margin-left:40px}.received img{left:-50px}.received p{background-color:#d9e4fa;color:#000;border-radius:20px 20px 20px 5px}.received span{left:5px}.login{background-color:#9dc9f3;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;grid-gap:80px;gap:80px;position:relative;height:100%;min-height:650px}.login,.login h1{display:-webkit-flex;display:flex}.login h1{margin-top:70px;margin-right:2%;font-size:80px;color:#fff;grid-gap:15px;gap:15px;font-family:"Varela Round",sans-serif}.login h1 img{width:80px;height:80px;border-radius:50%}.login .penguins{width:90%}.login button{height:50px;width:80%;border:none;border-radius:20px;background-color:#fff;position:absolute;bottom:50px;cursor:pointer;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;grid-gap:10px;gap:10px;font-size:18px;font-family:"Varela Round",sans-serif;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.login button:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.login button img{width:80px}
/*# sourceMappingURL=main.037ee5c7.chunk.css.map */