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;--primary-color:#4a5568;--secondary-color:#2d3748;background-color:#000}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.shift{padding-top:70px}.header{background-color:var(--secondary-color);color:#fff;padding:15px 0;border-bottom:1px solid #000;position:fixed;width:100%;z-index:100}.header,.header__addRoom{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}.header__addRoom{border:1px solid grey;padding:5px;border-radius:5px;cursor:pointer}.header__addRoom .MuiSvgIcon-root{font-size:2rem;padding-left:5px}.header__addRoom h2{font-size:18px}.headbar__left{-webkit-flex:0.3 1;flex:0.3 1;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}.headbar__left>.MuiSvgIcon-root{margin-left:5px;font-size:3rem}.headbar__avatar{margin-left:15px!important}.headbar__search{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;border:1px solid grey;padding:5px;box-sizing:border-box;border-radius:5px;-webkit-flex:0.6 1;flex:0.6 1}.headbar__search input{padding:.5rem 0;width:100%;background-color:transparent;color:#fff;border:none;outline:none}.headbar__search input::-webkit-input-placeholder{font-size:1rem;color:#fff;padding-left:.5rem}.headbar__search input:-ms-input-placeholder{font-size:1rem;color:#fff;padding-left:.5rem}.headbar__search input::placeholder{font-size:1rem;color:#fff;padding-left:.5rem}.headbar__right{margin-right:1rem}.heading{padding:1rem;margin:0 0 0 2rem;color:var(--primary-color)}.removeLine{text-decoration:none;color:#fff}.liverooms{display:-webkit-flex;display:flex;padding:.5rem;margin-top:0;-webkit-flex-wrap:wrap;flex-wrap:wrap}.liveroom{background-color:var(--primary-color);padding:.8rem;width:16rem;box-sizing:border-box;color:#fff;margin-left:.8rem;border-radius:1rem;margin-bottom:.8rem;cursor:pointer}.liveroom h1,h2,h3{margin:0;font-weight:700}.liveroom h1{color:#a0aec0}@media screen and (max-width:550px){.liveroom{margin-left:.4rem;width:13rem;margin-bottom:.5rem}}@media screen and (max-width:450px){.liveroom{width:100%}}@media screen and (min-width:850px){.liveroom{padding:1rem;margin-left:2.2rem;margin-bottom:2rem}}.chat{color:#fff;overflow-y:scroll;padding-bottom:50px;padding-top:75px}.chat,.chat__header{display:-webkit-flex;display:flex}.chat__header{-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;border-bottom:1px solid grey;padding:20px;background-color:var(--primary-color)}.chat__roomnames{-webkit-flex:0.3 1;flex:0.3 1;background-color:var(--secondary-color);height:90vh;position:-webkit-sticky;position:sticky;left:0;top:0}.chat__user{-webkit-flex-direction:column;flex-direction:column;padding:20px;border-bottom:1px solid grey}.chat__room,.chat__user{display:-webkit-flex;display:flex}.chat__room{-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}.chat__room .MuiSvgIcon-root{padding-right:.5rem}.chat__room-name{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;padding:10px 20px;cursor:pointer}.chat__user h1,h2{margin:0}.chat__user h1{font-size:16px;margin:5px 0}.chat__user h2{font-size:18px}.chat__section{-webkit-flex:0.7 1;flex:0.7 1}.message{display:-webkit-flex;display:flex;padding:20px}.timestamp{color:#fff}.message img{width:50px;height:50px;border-radius:50%}.message h4{margin:0}.message__information{padding-left:20px}.chatInput{border-radius:20px;position:relative}.chatInput>form{position:fixed;bottom:0;width:70%;border-radius:3px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}.chatInput>form>input{-webkit-flex:1 1;flex:1 1;padding:10px;border:none;outline:none}.chatInput>form>button{padding:10px;border:none;background-color:#000;color:#fff;font-weight:500;font-size:18px}@media screen and (max-width:550px){.chatInput>form{width:66%}}.login{height:100vh;background-color:#9ca3af;display:grid;place-items:center}.login__container{padding:100px;text-align:center;background-color:#6b7280;border-radius:10px;box-shadow:0 1px 3px rgba(0,0,0,.87),0 1px 2px rgba(0,0,0,.89)}.login__container img{object-fit:contain;margin-bottom:0}.login__container p{margin:0;font-size:24px;font-weight:600}.login__container button{margin-top:0;text-transform:uppercase;background-color:#0a8d48;color:#fff;padding:15px;font-weight:600;border:none;border-radius:5px;cursor:pointer}@media screen and (max-width:550px){.login__container{padding:8px;margin-left:auto;margin-right:auto}}.creating__room{background-color:#fff;position:fixed;top:10%;left:35%;width:25%;height:30vh;box-shadow:1px 1px 10px 2px #d1d5da;-webkit-flex-direction:column;flex-direction:column;overflow:auto;z-index:1000}.creating__room,.room__entry{display:-webkit-flex;display:flex}.room__entry{-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:5px;padding:5px}.room__entry>input{width:50%;padding:8px}.creatingRoom__buttons{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.creatingRoom__buttons button{padding:10px;border:none;background-color:grey;margin-left:10px;border-radius:5px;width:80px;color:#fff;cursor:pointer}@media screen and (max-width:600px){.creating__room{width:80%;left:10%}}
/*# sourceMappingURL=main.36f6b2d2.chunk.css.map */