body{font-family:Poppins,sans-serif}.formContainer{align-items:center;background-color:#383f44;display:flex;height:100vh;justify-content:center}.formContainer .formWrapper{align-items:center;background-color:#2a2a2a;border-radius:10px;display:flex;flex-direction:column;gap:10px;padding:20px 60px}.formContainer .formWrapper .logo{color:#fafafa;font-size:24px;font-weight:400}.formContainer .formWrapper .title{color:#dbdbe8;font-size:12px}.formContainer .formWrapper form{display:flex;flex-direction:column;gap:15px}.formContainer .formWrapper form .loadingMessage{color:#e5e5e5;display:flex;justify-content:center}.formContainer .formWrapper form input{border:none;border-bottom:1px solid #3e3c61;padding:15px;width:250px}.formContainer .formWrapper form input::-webkit-input-placeholder{color:#7b7b7b}.formContainer .formWrapper form input::placeholder{color:#7b7b7b}.formContainer .formWrapper form button{background-color:#665dfe;border:none;border-radius:5px;color:#f0f0f0;cursor:pointer;font-weight:700;padding:10px}.formContainer .formWrapper form label{align-items:center;color:#f0f0f0;cursor:pointer;display:flex;font-size:12px;gap:10px}.formContainer .formWrapper form label img{width:32px}.formContainer .formWrapper p{color:#ddddf7;font-size:12px;margin-top:10px}.home{align-items:center;background-color:#fff;height:100vh;justify-content:center}.home,.home .container{display:flex;overflow:hidden}.home .container{border:1px solid #665dfe;border-radius:25px;height:90%;width:95%}@media screen and (max-width:768px){.home .container{width:90%}}.home .container .sidebar{background-color:#383f44;flex:1.2 1;position:relative}.home .container .sidebar .navbar{align-items:center;background-color:#665dfe;color:#fff;display:flex;height:50px;justify-content:space-between;padding:10px}.home .container .sidebar .navbar .logo{font-size:larger;font-weight:500}@media screen and (max-width:768px){.home .container .sidebar .navbar .logo{display:none}}.home .container .sidebar .navbar .user{display:flex;gap:10px}.home .container .sidebar .navbar .user img{background-color:#ddddf7;border-radius:50%;height:28px;object-fit:cover;width:28px}.home .container .sidebar .navbar .user button{background-color:#464646;border:none;border-radius:5px;color:#ddddf7;cursor:pointer;font-size:12px}@media screen and (max-width:768px){.home .container .sidebar .navbar .user button{background-color:#665dfe;bottom:10px;color:#ddddf7;position:absolute}}.home .container .sidebar .search{border-bottom:1px solid #949494}.home .container .sidebar .search .searchForm{padding:10px}.home .container .sidebar .search .searchForm input{background-color:transparent;border:none;color:#fff;outline:none}.home .container .sidebar .search .searchForm input::-webkit-input-placeholder{color:#e5e5e5}.home .container .sidebar .search .searchForm input::placeholder{color:#e5e5e5}.home .container .sidebar .userChat{align-items:center;color:#fff;cursor:pointer;display:flex;gap:10px;padding:10px}.home .container .sidebar .userChat:hover{background-color:#41494e;border:1px solid #665dfe;border-radius:5px}.home .container .sidebar .userChat img{border-radius:50%;height:50px;object-fit:cover;width:50px}.home .container .sidebar .userChat .userChatInfo .online-status{color:#00d000;font-size:12px;margin-left:10px}.home .container .sidebar .userChat .userChatInfo .offline-status{color:red;font-size:12px;margin-left:10px}.home .container .sidebar .userChat .userChatInfo span{font-size:18px;font-weight:500}.home .container .sidebar .userChat .userChatInfo p{color:#d3d3d3;font-size:14px}.home .container .chat{flex:2 1}.home .container .chat .chatInfo{align-items:center;background-color:#383f44;color:#f3f3f3;display:flex;height:50px;justify-content:space-between;padding:10px}.home .container .chat .chatIcons{display:flex;gap:10px}.home .container .chat .chatIcons img{cursor:pointer;height:24px}.home .container .chat .messages::-webkit-scrollbar{display:none}.home .container .chat .messages{background-color:#262626;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:#aaa;display:flex;flex-direction:column;font-size:12px;font-weight:300}.home .container .chat .messages .message .messageInfo img{border-radius:50%;height:40px;object-fit:cover;width:40px}.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 20px 20px 20px;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 .messageContent p{word-wrap:break-word;background-color:#665dfe;border-radius:20px 0 20px 20px;color:#fff;max-width:300px}.home .container .chat .input{align-items:center;background-color:#323333;display:flex;height:50px;justify-content:space-between;padding:10px}.home .container .chat .input input{background-color:#323333;border:none;color:#e8e8e8;font-size:18px;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{background-color:#665dfe;border:none;border-radius:10%;color:#fff;cursor:pointer;padding:10px 15px}.home .container .chatgpt{flex:2 1}.home .container .chatgpt .chatInfo{align-items:center;background-color:#323333;color:#d3d3d3;display:flex;font-size:25px;height:50px;justify-content:center;padding:10px}.home .container .chatgpt .chatIcons{display:flex;gap:10px}.home .container .chatgpt .chatIcons img{cursor:pointer;height:24px}.home .container .chatgpt .messages::-webkit-scrollbar{display:none}.home .container .chatgpt .messages{background-color:#595b65;height:calc(100% - 160px);overflow:scroll;padding:10px}.home .container .chatgpt .messages .message{display:flex;gap:20px;margin-bottom:20px}.home .container .chatgpt .messages .message .messageInfo{color:#f7f7f7;display:flex;flex-direction:column;font-size:12px;font-weight:300}.home .container .chatgpt .messages .message .messageInfo img{border-radius:50%;height:40px;object-fit:cover;width:40px}.home .container .chatgpt .messages .message .messageContent{display:flex;flex-direction:column;gap:10px;max-width:80%}.home .container .chatgpt .messages .message .messageContent p{word-wrap:break-word;background-color:#fff;border-radius:0 20px 20px 20px;max-width:-webkit-max-content;max-width:max-content;padding:10px 20px}.home .container .chatgpt .messages .message .messageContent img{width:50%}.home .container .chatgpt .messages .message.owner{flex-direction:row-reverse}.home .container .chatgpt .messages .message.owner .messageContent{align-items:flex-end}.home .container .chatgpt .messages .message.owner .messageContent p{word-wrap:break-word;background-color:#40414f;border-radius:20px 0 20px 20px;color:#fff;max-width:300px}.home .container .chatgpt .input{align-items:center;background-color:#40414f;display:flex;height:50px;justify-content:space-between;padding:10px}.home .container .chatgpt .input input{background-color:#40414f;border:none;color:#e8e8e8;font-size:18px;outline:none;width:100%}.home .container .chatgpt .input input::-webkit-input-placeholder{color:#d3d3d3}.home .container .chatgpt .input input::placeholder{color:#d3d3d3}.home .container .chatgpt .input .send{align-items:center;display:flex;gap:10px}.home .container .chatgpt .input .send .loader{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;border:6px solid #665dfe;border-radius:50%;border-top-color:#3d3d3d;height:30px;width:30px}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.home .container .chatgpt .input .send img{cursor:pointer;height:24px}.home .container .chatgpt .input .send button{background-color:#dfdfdf;border:none;border-radius:10%;color:#3c3c3c;cursor:pointer;padding:10px 15px}
/*# sourceMappingURL=main.f329cb1e.css.map*/