body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--main-color:#e67132;--apple-color:#913126;--darker-color:#5e231c;--light-color:#ed5e4e}.formContainer{align-items:center;background:linear-gradient(#e67132,#e6b397);display:flex;height:100vh;justify-content:center}.formContainer .error-alert{bottom:1px;left:0;position:absolute}.formContainer .formWrapper{align-items:center;background-color:#fff;border-radius:10px;display:flex;flex-direction:column;gap:10px;padding:20px 60px;-webkit-transform:scale(1.15);transform:scale(1.15);z-index:999}.formContainer .formWrapper .logo{color:aqua;font-size:24px;font-weight:700}.formContainer .formWrapper .title{color:#913126;color:var(--apple-color);font-size:20px;font-weight:500}.formContainer .formWrapper .subtitle{font-size:1.2em;font-weight:500}.formContainer .formWrapper form{display:flex;flex-direction:column;gap:15px}.formContainer .formWrapper form input{border:none;border-bottom:1px solid #000;width:250px}.formContainer .formWrapper form input::-webkit-input-placeholder{color:#afafaf}.formContainer .formWrapper form input::placeholder{color:#afafaf}.formContainer .formWrapper p{color:#913126;color:var(--apple-color);font-size:12px;margin-top:10px}.formContainer .formWrapper label{align-items:center;color:#913126;color:var(--apple-color);cursor:pointer;display:flex;font-size:12px;gap:10px}.formContainer .formWrapper .image-logo{cursor:pointer;height:40px;width:40px}.linkRouter{text-decoration:none}.hide{display:none}.userInfo-name{font-size:16px;font-weight:500;margin:5px!important}.userInfo-img{border-radius:50%;height:60px;margin:5px!important;width:60px}.date-creation{margin:8px 4px!important}.chats-time{font-size:.9em;position:relative;top:-13px}*{scrollbar-color:#eeb4aa #fff;scrollbar-width:auto}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background-color:#eeb4aa;border:3px solid #fff;border-radius:10px}.particles{height:100%;left:0;margin:0;overflow:hidden;padding:0;position:absolute;top:0;width:100%;z-index:1}.particles li{-webkit-animation:animate 25s linear infinite;animation:animate 25s linear infinite;background:rgba(233,67,67,.2);bottom:-150px;display:block;height:20px;list-style:none;position:absolute;width:20px}.particles li:first-child{-webkit-animation-delay:0s;animation-delay:0s;background:#f25f5c;height:80px;left:25%;width:80px}.particles li:nth-child(2){-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-duration:12s;animation-duration:12s;background:#ffe066;height:20px;left:10%;width:20px}.particles li:nth-child(3){-webkit-animation-delay:4s;animation-delay:4s;background:#247ba0;height:20px;left:70%;width:20px}.particles li:nth-child(4){-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-duration:18s;animation-duration:18s;background:#70c1b3;height:60px;left:40%;width:60px}.particles li:nth-child(5){-webkit-animation-delay:0s;animation-delay:0s;background:#50514f;height:20px;left:65%;width:20px}.particles li:nth-child(6){-webkit-animation-delay:3s;animation-delay:3s;background:#f25f5c;height:110px;left:75%;width:110px}.particles li:nth-child(7){-webkit-animation-delay:7s;animation-delay:7s;background:#ffe066;height:150px;left:35%;width:150px}.particles li:nth-child(8){-webkit-animation-delay:15s;animation-delay:15s;-webkit-animation-duration:45s;animation-duration:45s;background:#247ba0;height:25px;left:50%;width:25px}.particles li:nth-child(9){-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-duration:35s;animation-duration:35s;background:#70c1b3;height:15px;left:20%;width:15px}.particles li:nth-child(10){-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-duration:18s;animation-duration:18s;background:#f8b014;height:120px;left:85%;width:120px}@-webkit-keyframes animate{0%{border-radius:0;opacity:1;-webkit-transform:translateY(0) rotate(0deg);transform:translateY(0) rotate(0deg)}to{border-radius:50%;opacity:0;-webkit-transform:translateY(-1000px) rotate(2turn);transform:translateY(-1000px) rotate(2turn)}}@keyframes animate{0%{border-radius:0;opacity:1;-webkit-transform:translateY(0) rotate(0deg);transform:translateY(0) rotate(0deg)}to{border-radius:50%;opacity:0;-webkit-transform:translateY(-1000px) rotate(2turn);transform:translateY(-1000px) rotate(2turn)}}.home{align-items:center;background-color:var(--main-color);display:flex;height:100vh;justify-content:center}.home .container{border:1px solid #fff;display:flex;height:100%;overflow:hidden;width:100%}.home .container .sidebar{background-color:var(--apple-color);border-right:1px solid #fff;flex:1 1}.home .container .sidebar .navbar{align-items:center;background-color:var(--darker-color);color:brown;display:flex;height:50px;justify-content:space-between;padding:10px}.home .container .sidebar .navbar .logo{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{background-color:#faebd7;border-radius:50%;height:35px;object-fit:cover;width:35px}.home .container .sidebar .navbar .user span{color:#fff;font-size:large}.home .container .sidebar .navbar button{color:#fff;-webkit-transform:scale(.85);transform:scale(.85)}.home .container .sidebar .search{border-bottom:1px solid #fff}.home .container .sidebar .search .searchForm input{background-color:transparent;border:none;color:#fff;outline:none;overflow:hidden;width:100%}.home .container .sidebar .search .searchForm input::-webkit-input-placeholder{color:#d3d3d3}.home .container .sidebar .search .searchForm input::placeholder{color:#d3d3d3}.home .container .userChat{align-items:center;color:#fff;cursor:pointer;display:flex;gap:10px;justify-content:space-between;padding:10px;transition:all .5s}.home .container .userChat:hover{background-color:var(--darker-color)}.home .container .userChat .sidebar-container{display:flex}.home .container .userChat img{border-radius:50%;height:50px;object-fit:cover;width:50px}.home .container .userChat .userChatInfo{margin:0 13px}.home .container .userChat .userChatInfo .previousMessage{color:#f2dfdf}.home .container .userChat .userChatInfo span{font-size:18px;font-weight:500}.home .container .userChat .userChatInfo span p{color:#faebd7;font-size:14px}.home .container .activeChat{background-color:var(--darker-color)!important}.home .container .chat{background-color:var(--light-color);flex:2.8 1}.home .container .chat .chatInfo{align-items:center;background-color:var(--darker-color);color:#d3d3d3;display:flex;height:50px;justify-content:space-between;padding:10px}.home .container .chat .chatInfo svg{color:#fff;cursor:pointer;margin:10px;position:relative;-webkit-transform:scale(1.22);transform:scale(1.22)}.home .container .chat .chatInfo svg:hover{top:-1px}.home .container .chat .messageList{background-color:var(--light-color);height:calc(100% - 150px);overflow-y:auto;padding:10px}.home .container .chat .messageList .name{color:#000;font-weight:500}.home .container .chat .messageList .emojiContainer{float:right;position:relative;top:120px}.home .container .chat .messageList .messageBubble{display:flex}.home .container .chat .messageList .messageBubble .messageInfo{color:gray;display:flex;flex-direction:column;margin-bottom:30px}.home .container .chat .messageList .messageBubble .messageInfo .name{text-align:right}.home .container .chat .messageList .messageBubble .messageInfo .other-author{color:#000;font-weight:500}.home .container .chat .messageList .messageBubble .messageInfo .other-avatar{margin-left:0}.home .container .chat .messageList .messageBubble .messageInfo img{border-radius:50%;height:40px;margin:6px 0 6px 65%;object-fit:cover;width:40px}.home .container .chat .messageList .messageBubble .messageInfo span{color:#000;font-size:14px;margin-top:5px}.home .container .chat .messageList .messageBubble .messageContent{display:flex;flex-direction:column;gap:10px;margin-top:28px;max-width:80%}.home .container .chat .messageList .messageBubble .messageContent .textContent{background-color:#f5e3d3;border-radius:0 10px 10px 10px;max-width:-webkit-max-content;max-width:max-content;padding:10px 20px}.home .container .chat .messageList .messageBubble .messageContent .other-textContent{background-color:#fff;border-radius:0 10px 10px 10px;max-width:-webkit-max-content;max-width:max-content;padding:10px 20px}.home .container .chat .messageList .messageBubble .messageContent img{width:50%}.home .container .chat .messageList .messageBubble .other{flex-direction:row;text-align:right}.home .container .chat .messageList .messageBubble .other .messageInfo .name{text-align:right}.home .container .chat .messageList .messageBubble.owner{flex-direction:row-reverse}.home .container .chat .messageList .messageBubble.owner .messageContent{align-items:flex-end}.home .container .chat .messageList .messageBubble.owner .textContent{background-color:#f7eae9;border-radius:10px 0 10px 10px}.home .container .chat .input{align-items:center;background-color:#fff;border-radius:10px;box-shadow:-2px 5px 5px 0 rgba(0,0,0,.75);-webkit-box-shadow:-2px 3px 3px 0 rgba(0,0,0,.75);-moz-box-shadow:-2px 5px 5px 0 rgba(0,0,0,.75);display:flex;height:38px;justify-content:space-between;margin:0 auto;padding:6px;width:95%}.home .container .chat .input input{border:none;color:gray;font-size:16px;outline:none;padding-left:5px;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;cursor:pointer;display:flex;gap:10px}.home .container .chat .input .send svg{cursor:pointer;-webkit-transform:scale(.98);transform:scale(.98)}
/*# sourceMappingURL=main.a622918d.css.map*/