@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap);body{background-color:#050610;color:#b0acae;margin:0;padding:0;font-family:"Open Sans",sans-serif}.chat-contents{width:100vw;display:flex;justify-content:space-evenly}.block{animation:showSection 4s linear;height:100vh;overflow-y:scroll;background-color:#050509}.block::-webkit-scrollbar{width:.1rem}.block::-webkit-scrollbar-track{background:#1e1e24}.block::-webkit-scrollbar-thumb{background:teal}.block1{flex:1;display:flex;justify-content:center}.block2{flex:2}.block3{flex:4;overflow:hidden}.loading{position:absolute;height:100vh;width:100%;background-color:#282c34;z-index:99;display:grid;place-items:center;overflow-y:hidden;animation:hideSlowly 4.5s ease}@keyframes hideSlowly{0%{transform:translateY(0)}60%{transform:translateY(0)}100%{transform:translateY(-100vh)}}.loading p{font-size:46px}.App{text-align:center;margin:0}.App header{background-color:#181717;height:10vh;min-height:50px;position:fixed;width:100%;top:0;display:flex;align-items:center;justify-content:space-between;z-index:99;padding:10px;box-sizing:border-box}.App section{opacity:1;width:100%;height:100vh;display:flex;align-items:center;justify-content:center}@keyframes showSection{0%{opacity:0}89%{opacity:0}100%{opacity:1}}.App .ruralad{font-size:10px;font-weight:400;display:block}main{position:relative;top:20px;right:5px;width:100%;height:80vh;margin:0 0 20vh;overflow-y:scroll;display:flex;flex-direction:column}main::-webkit-scrollbar{width:.25rem}main::-webkit-scrollbar-track{background:#1e1e24}main::-webkit-scrollbar-thumb{background:teal}form::before{display:block;position:absolute;content:"";width:100%;height:1px;top:-20px;background-color:#ffffff25}.line{width:100%;height:12px;background-color:wheat}form{height:7vh;position:fixed;bottom:10px;border-radius:7px;background-color:#000;width:50%;display:flex;box-shadow:1px 6px 10px 2px #00000038;font-size:1rem}form button{width:20%;border-radius:0 7px 7px 0;background-color:#292f46}input{line-height:1.5;width:100%;border-radius:7px 0 0 7px;font-size:1rem;background:#0a0c16;outline:0;border:none;padding:0 10px;color:#fff}button{background-color:#282c34;border:none;text-align:center;text-decoration:none;display:inline-block;cursor:pointer;font-size:1rem;color:#fff}button:disabled{opacity:.5;cursor:not-allowed}.sign-in{background:teal;margin:0 auto;width:150px;height:50px;border-radius:7px;box-shadow:1px 3px 8px 1px #00000038;outline:0}.sign-out{opacity:1;animation:showSection 3s;width:100px;height:30px;border-radius:7px;color:grey}.guidelines{margin:0 auto}li,ul{text-align:left;list-style:none}p{max-width:500px;margin-bottom:12px;line-height:13px;padding:10px 20px;border-radius:8px;position:relative;color:#fff;box-shadow:1px 3px 8px 1px #00000038;text-align:center}.message{display:flex;align-items:center;animation:appear .5s ease}@keyframes appear{0%{transform:translateY(10px)}100%{transform:translateY(0)}}.sent{flex-direction:row-reverse}.sent p{color:#fff;align-self:flex-end;background:#433491;overflow-wrap:break-word;text-align:left;line-height:1.2}.received p{background:#e5e5ea;color:#000}img{width:40px;height:40px;border-radius:50%;margin:2px 5px}.footer1{position:absolute;bottom:10px}.header3{position:fixed;width:100%;top:10px;left:0}.room{position:relative;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.mobile-restriction{display:none}@media (max-width:481px){.mobile-restriction{display:block;height:100vh;width:100%;display:grid;align-items:center}.chat-contents{display:none}}svg.tea{--secondary:#e4e4e4}svg.tea #teabag{transform-origin:top center;transform:rotate(3deg);animation:swing 2s infinite}svg.tea #steamL{stroke-dasharray:13;stroke-dashoffset:13;animation:steamLarge 2s infinite}svg.tea #steamR{stroke-dasharray:9;stroke-dashoffset:9;animation:steamSmall 2s infinite}@-moz-keyframes swing{50%{transform:rotate(-3deg)}}@-webkit-keyframes swing{50%{transform:rotate(-3deg)}}@-o-keyframes swing{50%{transform:rotate(-3deg)}}@keyframes swing{50%{transform:rotate(-3deg)}}@-moz-keyframes steamLarge{0%{stroke-dashoffset:13;opacity:.6}100%{stroke-dashoffset:39;opacity:0}}@-webkit-keyframes steamLarge{0%{stroke-dashoffset:13;opacity:.6}100%{stroke-dashoffset:39;opacity:0}}@-o-keyframes steamLarge{0%{stroke-dashoffset:13;opacity:.6}100%{stroke-dashoffset:39;opacity:0}}@keyframes steamLarge{0%{stroke-dashoffset:13;opacity:.6}100%{stroke-dashoffset:39;opacity:0}}@-moz-keyframes steamSmall{10%{stroke-dashoffset:9;opacity:.6}80%{stroke-dashoffset:27;opacity:0}100%{stroke-dashoffset:27;opacity:0}}@-webkit-keyframes steamSmall{10%{stroke-dashoffset:9;opacity:.6}80%{stroke-dashoffset:27;opacity:0}100%{stroke-dashoffset:27;opacity:0}}@-o-keyframes steamSmall{10%{stroke-dashoffset:9;opacity:.6}80%{stroke-dashoffset:27;opacity:0}100%{stroke-dashoffset:27;opacity:0}}@keyframes steamSmall{10%{stroke-dashoffset:9;opacity:.6}80%{stroke-dashoffset:27;opacity:0}100%{stroke-dashoffset:27;opacity:0}}.avatar{position:relative;margin-top:30px;width:60px;height:60px;background-color:#fff;border-radius:40px}