@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);*{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;direction:rtl;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:70vh;overflow-y:scroll;padding:20px;width:100%}.message__container>*{margin-bottom:10px}.chat__footer{background-color:#f9f5eb;height:30vh;padding:10px;width:100%}.form{align-items:center;display:flex;height:100%;justify-content:space-between}.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;float:left;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}.inline__users{background:#fff;border-radius:5px 5px 5px;display:flex;margin-top:3px;padding:5px;width:100%}.message__chats{display:flow-root}.unread__messages__count{background:#d1512d;border:2px solid #666;border-radius:50%;color:#fff;height:20px;margin-right:8px;width:20px}.unread__messages__number{color:red;font-weight:700;margin-right:8px;-webkit-transform:translateY(-25%);transform:translateY(-25%)}.active{background:#cef1d8}.modal{background:rgba(0,0,0,.6);height:100%;left:0;position:fixed;top:0;width:100%}.modal-main{background:#fff;height:auto;left:50%;position:fixed;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:80%}.display-block{display:block}.display-none{display:none}
/*# sourceMappingURL=main.4aea8ed5.css.map*/