*{font-family:Roboto,sans-serif;margin:0;padding:0}a{color:#2f69fe;text-decoration:none}.formContainer{align-items:flex-end;background-color:#5b6168;display:flex;height:100vh;justify-content:flex-end;overflow:hidden}.formContainer .wrapper-outer{align-items:center;background-color:#131313;background-image:url(/static/media/formBg.4b550db198fb92fdca2c.svg);border-radius:20px 0 0 0;display:flex;flex-direction:row;height:95%;justify-content:space-between;width:75%}.formContainer .wrapper-outer .wrapper-inner-first{align-items:center;display:flex;height:100%;justify-content:center;width:60%}.formContainer .wrapper-outer .wrapper-inner-first .formOuter{height:85%;width:90%}.formContainer .wrapper-outer .wrapper-inner-first .formOuter .header{display:flex;flex-direction:column}.formContainer .wrapper-outer .wrapper-inner-first .formOuter .header>:first-child{color:#fff;font-size:30px;font-weight:400;margin-bottom:10px}.formContainer .wrapper-outer .wrapper-inner-first .formOuter .header>:nth-child(2){color:#fff;font-size:12px;margin-bottom:10px}.formContainer .wrapper-outer .wrapper-inner-first .formOuter .auth{margin:20px 0 30px;width:80%}.formContainer .wrapper-outer .wrapper-inner-first .formOuter .auth button{align-items:center;background-color:#242424;border:1px solid gray;border-radius:5px;color:#000;color:gray;cursor:pointer;display:flex;font-size:15px;font-weight:400;height:40px;justify-content:center;transition:all .3s ease-in-out;width:100%}.formContainer .wrapper-outer .wrapper-inner-first .formOuter .auth button img{height:19px;margin-right:10px;width:19px}.formContainer .wrapper-outer .wrapper-inner-first .formOuter .form{width:80%}.formContainer .wrapper-outer .wrapper-inner-first .formOuter .form .inputFeild{display:flex;flex-direction:column}.formContainer .wrapper-outer .wrapper-inner-first .formOuter .form .inputSelectImg{align-items:center;display:flex;justify-content:space-between}.formContainer .wrapper-outer .wrapper-inner-first .formOuter .form .inputSelectImg .registerUsername{width:80%}.formContainer .wrapper-outer .wrapper-inner-first .formOuter .form .inputSelectImg img{border-radius:50%;cursor:pointer;height:70px;object-fit:cover;width:70px}.formContainer .wrapper-outer .wrapper-inner-first .formOuter .form .inputSelectImg img:hover{opacity:.8}.formContainer .wrapper-outer .wrapper-inner-first .formOuter .form .inputFeild{margin-bottom:25px}.formContainer .wrapper-outer .wrapper-inner-first .formOuter .form .inputFeild label{color:#fff;font-size:14px;margin-bottom:5px}.formContainer .wrapper-outer .wrapper-inner-first .formOuter .form .inputFeild input{background-color:#242424;border:1px solid gray;border-radius:5px;color:#fff;height:40px;outline:none;padding:0 10px}.formContainer .wrapper-outer .wrapper-inner-first .formOuter .form .inputFeild input::-webkit-input-placeholder{color:gray}.formContainer .wrapper-outer .wrapper-inner-first .formOuter .form .inputFeild input::placeholder{color:gray}.formContainer .wrapper-outer .wrapper-inner-first .formOuter .form .btn{margin-bottom:30px}.formContainer .wrapper-outer .wrapper-inner-first .formOuter .form .btn button{background-color:#2f69fe;border:1px solid gray;border-radius:5px;color:#000;color:#fff;cursor:pointer;font-size:15px;font-weight:400;height:40px;transition:all .3s ease-in-out;width:100%}.formContainer .wrapper-outer .wrapper-inner-first .formOuter .form .accountOrNot{color:#fff;font-size:14px}.formContainer .wrapper-outer .wrapper-inner-first .formOuter .form .accountOrNot .loginOrRegister{color:#2f69fe}.formContainer .wrapper-outer .wrapper-inner-second{background-color:#f2f2f2;height:100%;width:40%}.formContainer .wrapper-outer .wrapper-inner-second img{height:100%;object-fit:cover;width:100%}.home{align-items:center;background-color:#5b6168;display:flex;height:100vh;justify-content:center}.home .container{border-radius:20px;display:flex;height:80%;width:70%}@media screen and (max-width:768px){.home .container{width:90%}}@media screen and (max-width:480px){.home .container{height:100%;width:100%}}.home .container .sidebar{background-color:#131313;border-radius:20px 0 0 20px;flex:1 1}@media screen and (max-width:480px){.home .container .sidebar{display:none}}.home .container .sidebar .navbar{align-items:center;border-radius:20px 0 0 0;color:#ddddf7;display:flex;height:50px;justify-content:space-between;padding:10px 20px}.home .container .sidebar .navbar .logo{font-size:18px;font-weight:700}@media screen and (max-width:768px){.home .container .sidebar .navbar .logo{display:none}}.home .container .sidebar .navbar .user{align-items:center;display:flex;gap:10px}.home .container .sidebar .navbar .user img{border-radius:50%;height:25px;object-fit:cover;width:25px}.home .container .sidebar .navbar .user .username{font-size:15px}.home .container .sidebar .navbar .user button{background-color:#5d5b8d;border:none;border-radius:20px;color:#ddddf7;cursor:pointer;font-size:10px;padding:5px 10px}@media screen and (max-width:768px){.home .container .sidebar .navbar .user button{bottom:10px;position:absolute}}.home .container .sidebar .search input{background-color:#242424;border:none;border-radius:5px;color:#ddddf7;height:40px;outline:none;padding:0 10px;width:100%}.home .container .sidebar .search input::-webkit-input-placeholder{color:gray}.home .container .sidebar .search input::placeholder{color:gray}.home .container .sidebar .chats{height:calc(100% - 110px);overflow:scroll}.home .container .sidebar .userChat{align-items:center;color:#fff;cursor:pointer;display:flex;gap:10px;padding:10px 20px}.home .container .sidebar .userChat:hover{background-color:#242424}.home .container .sidebar .userChat img{border-radius:50%;height:40px;object-fit:cover;width:40px}.home .container .sidebar .userChat .userChatInfo span{font-size:18px;font-weight:500}.home .container .sidebar .userChat .userChatInfo p{color:gray;font-size:14px}.home .container .chat{background-color:#333;border-radius:0 20px 20px 0;flex:2 1}.home .container .chat .chatInfo{align-items:center;background:#242424;border-radius:0 20px 0 0;color:#d3d3d3;display:flex;height:50px;justify-content:space-between;padding:10px 20px}.home .container .chat .chatInfo .chatInfo__left{align-items:center;display:flex;gap:10px}.home .container .chat .chatInfo .chatInfo__left img{border-radius:50%;height:30px;object-fit:cover;width:30px}.home .container .chat .chatInfo .chatIcons{align-items:center;cursor:pointer;display:flex;gap:10px}.home .container .chat .messages{background-color:#333;height:calc(100% - 160px);overflow:scroll;padding:10px}.home .container .chat .messages .message{display:flex;gap:20px;margin-bottom:20px}.home .container .chat .messages .message .messageInfo{color:gray;display:flex;flex-direction:column;font-weight:300}.home .container .chat .messages .message .messageInfo img{border-radius:50%;height:30px;object-fit:cover;width:30px}.home .container .chat .messages .message .messageContent{display:flex;flex-direction:column;gap:10px;max-width:80%}.home .container .chat .messages .message .messageContent p{background-color:#fff;border-radius:0 10px 10px 10px;max-width:-webkit-max-content;max-width:max-content;padding:10px 20px}.home .container .chat .messages .message .messageContent img{width:50%}.home .container .chat .messages .message.owner{flex-direction:row-reverse}.home .container .chat .messages .message.owner .messageContent{align-items:flex-end}.home .container .chat .messages .message.owner p{background-color:#8da4f1;border-radius:10px 0 10px 10px;color:#fff}.home .container .chat .input{align-items:center;background-color:#242424;border-radius:0 0 20px 0;display:flex;height:50px;justify-content:space-between;padding:10px 20px}.home .container .chat .input input{background-color:transparent;border:none;color:#fff;font-size:12px;height:100%;outline:none;width:100%}.home .container .chat .input input::-webkit-input-placeholder{color:#d3d3d3}.home .container .chat .input input::placeholder{color:#d3d3d3}.home .container .chat .input .send{align-items:center;display:flex;gap:10px}.home .container .chat .input .send img{cursor:pointer;height:24px}.home .container .chat .input .send button{align-items:center;background-color:#2f69fe;border:none;border-radius:50%;color:#fff;display:flex;font-size:18px;justify-content:center;padding:10px}
/*# sourceMappingURL=main.e64aa227.css.map*/