@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);.camera{left:0;max-height:-webkit-fill-available;max-width:100vw;min-height:100vh;object-fit:cover;overflow:hidden;position:absolute;top:0;width:100vw}.skeleton{display:flex;flex-direction:column;gap:.3rem}.skeleton .rect{border-radius:4px;height:150px}.skeleton div{background-color:#d9d9d9;position:relative}.skeleton div:before{animation:skeletonSlide .8s ease-in-out infinite;box-shadow:0 0 80px 20px #fff;content:"";height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:0}.circle{border-radius:50%;height:44px;width:44px}.circle,.line{background:#d9d9d9}.line{border-radius:4px;height:20px;width:100%}.circle:before{animation:skeletonSlide .8s ease-in-out infinite;box-shadow:0 0 80px 20px #fff;content:"";height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:0}@keyframes skeletonSlide{0%{left:-100px}to{left:calc(100% + 100px)}}h1{font-size:40px;font-weight:600;margin-bottom:50px}.speech_container{column-gap:20px;display:flex}.speech_container .speech_dot{animation:loading 1s infinite alternate;background-color:#000;border-radius:50%;height:40px;width:40px}.speech_container .speech_dot:first-child{animation-delay:-.25s;background-color:#4285f4}.speech_container .speech_dot:nth-child(2){animation-delay:-.5s;background-color:#ea4335}.speech_container .speech_dot:nth-child(3){animation-delay:-.75s;background-color:#fbbc05}.speech_container .speech_dot:nth-child(4){animation-delay:-1s;background-color:#34a853}@keyframes loading{0%{transform:translateY(-15px)}to{transform:translateY(5px)}}*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}.home__container{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;width:100%}.home__container>*{margin-bottom:10px}.home__header{margin-bottom:30px}.username__input{padding:10px;width:50%}.home__cta{background-color:#607eaa;border:none;border-radius:5px;color:#f9f5eb;cursor:pointer;font-size:16px;outline:none;padding:10px;width:200px}.chat{align-items:center;display:flex;height:100vh;width:100%}.chat__sidebar{background-color:#f9f5eb;border-right:1px solid #fdfdfd;flex:0.2 1;height:100%;padding:20px}.chat__main{flex:0.8 1;height:100%}.chat__header{margin:30px 0 20px}.chat__users>*{color:#607eaa;font-size:14px;margin-bottom:10px}.online__users>*{color:#e66;font-style:italic;margin-bottom:10px}.chat__mainHeader{align-items:center;background-color:#f9f5eb;display:flex;height:10vh;justify-content:space-between;padding:20px;width:100%}.leaveChat__btn{background-color:#d1512d;border:none;color:#eae3d2;cursor:pointer;outline:none;padding:10px;width:150px}.message__container{background-color:#fff;height:80vh;overflow-y:scroll;padding:20px;width:100%}.message__container>*{margin-bottom:10px}.chat__footer{background-color:#f9f5eb;height:10vh;padding:10px}.form{align-items:center;display:flex;height:100%;justify-content:space-between;width:100%}.message{border:1px solid #ddd;border-radius:10px;height:100%;outline:none;padding:15px;width:80%}.sendBtn{background-color:green;border:none;color:#eae3d2;cursor:pointer;outline:none;padding:10px;width:150px}.sendBtn:hover{background-color:#81c981}.message__recipient{background-color:#f5ccc2;width:300px}.message__recipient,.message__sender{border-radius:10px;font-size:15px;padding:10px}.message__sender{background-color:#c2f3c2;margin-left:auto;max-width:300px}.message__chats>p{font-size:13px}.sender__name{text-align:right}.message__status{bottom:50px;font-size:13px;font-style:italic;position:fixed}body,html{margin:0;padding:0}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.container img{height:80%;width:80%}