@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800&display=swap);@font-face{font-family:dotty;src:url(/static/media/dotty.e80a08b23f2956290f1c.ttf)}::-webkit-scrollbar{background-color:#0000;display:none;height:.5rem;width:.5rem}*{box-sizing:border-box;font-family:poppins,Helvetica,sans-serif;margin:0;padding:0;transition:.2s ease}.formContainer{align-items:center;background-color:#0e0e17;color:#bdbdbd;display:flex;flex-direction:column;gap:1rem;height:100vh;justify-content:center}.formContainer .link{color:#fff;margin-inline:.2rem;text-decoration:none}.formContainer .formWrapper{align-items:center;background-color:#1a1a2a;border-radius:calc(1rem + 20px);display:flex;flex-direction:column;gap:1rem;justify-content:center;max-height:90vh;max-width:90vw;padding:2rem 2.5rem;width:400px}@media screen and (max-width:350px){.formContainer .formWrapper{min-height:100vh;min-width:100vw}}.formContainer .formWrapper .logo{color:#8a2be2;font-family:dotty;font-size:3rem;font-weight:800}.formContainer .formWrapper form{align-items:center;display:flex;flex-direction:column;gap:1rem;width:100%}@media screen and (max-width:350px){.formContainer .formWrapper form{gap:.5rem}}.formContainer .formWrapper form input{all:unset;background-color:#0e0e17;border-radius:20px;padding:1rem 0;text-indent:1rem;width:100%}@media screen and (max-width:350px){.formContainer .formWrapper form input{font-size:.9rem}}.formContainer .formWrapper form input:hover{background-color:#090910}.formContainer .formWrapper form input:focus{border:1px solid #8a2be2}.formContainer .formWrapper form label{align-items:center;color:#5d5d8d;cursor:pointer;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:.5rem}.formContainer .formWrapper form label:hover{filter:brightness(.8)}.formContainer .formWrapper form label img{height:40px;width:40px}.formContainer .formWrapper form input:fill{all:unset}.formContainer .formWrapper form button{all:unset;background-color:#8a2be2;border-radius:20px;box-shadow:0 5px 1rem #6e62bb40;color:#fff;cursor:pointer;overflow:hidden;text-align:center;width:100%}@media screen and (max-width:350px){.formContainer .formWrapper form button div{font-size:1.8rem}}.formContainer .formWrapper form button:hover{background-color:#7422c0}.formContainer .formWrapper p{color:gray;font-size:.8rem;text-align:center}.home{align-items:center;background-color:#000;display:flex;height:100vh;justify-content:center}.home .container{display:flex;gap:1rem;height:100%;overflow:hidden;padding:2rem;width:100%}@media screen and (max-width:700px){.home .container{padding:0}}.home .container .sidebar{background-color:#1a1a2a;border-radius:1.5rem 20px 20px 1.5rem;display:flex;flex:1 1;overflow:hidden}@media screen and (max-width:700px){.home .container .sidebar{border-radius:0}}.home .container .sidebar.hidden{display:none}.home .container .sidebar.visible{display:flex;margin:0}@media screen and (max-width:700px){.home .container .sidebar.visible{border-radius:0}}.home .container .sidebar .sidebarContainer{margin:1.5rem;overflow:auto;width:100%}.home .container .sidebar .navbar{align-items:center;background-color:#8a2be2;border-radius:1.5rem;color:#ddddf7;display:flex;flex-direction:column;height:calc(100% - 2rem);justify-content:space-between;margin:1rem 0 1rem 1rem;text-align:center;width:-webkit-max-content;width:max-content}.home .container .sidebar .navbar .linebreak{background-color:#fff3;border-radius:50%;height:2px;margin-block:1rem;width:70%}.home .container .sidebar .navbar .sparkle{fill:hsla(0,0%,100%,.864);transition:all .4s ease}.home .container .sidebar .navbar .ai-btn{background:linear-gradient(0deg,#a47cf3,#683fea);box-shadow:inset 0 1px 0 0 #fff6,inset 0 -4px 0 0 #0003,0 0 180px 0 #9917ff;transform:translateY(-2px)}.home .container .sidebar .navbar .ai-btn:hover .sparkle{fill:#fff;transform:scale(1.2)}.home .container .sidebar .navbar .nav-items{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:1rem;justify-content:start;width:100%}.home .container .sidebar .navbar .nav-items>*{align-items:center;background-color:#0000;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.3rem;height:40px;justify-content:center;padding:.5rem;width:40px}.home .container .sidebar .navbar .nav-items>:hover{background-color:#9e43f4}.home .container .sidebar .navbar .btn--log-out{background-color:#0000;background-color:#f5f5f5;border:none;border-radius:20px;color:#1e1a21;cursor:pointer;font-family:dotty;font-size:1.5rem;padding:1rem;width:-webkit-max-content;width:max-content}@media screen and (max-width:350px){.home .container .sidebar .navbar .btn--log-out{font-size:1.4rem;padding:.8rem 1rem}}.home .container .sidebar .navbar .user-name{font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:70px}@media screen and (max-width:350px){.home .container .sidebar .navbar .user-name{font-size:.8rem}}.home .container .sidebar .navbar .logo{font-family:dotty;font-size:2.2rem;font-weight:700}.home .container .sidebar .navbar .user{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;margin-top:.8rem}.home .container .sidebar .navbar .user img{background-color:#ddddf7;border-radius:50%;flex-shrink:0;height:50px;object-fit:cover;outline-offset:3px;width:50px}.home .container .sidebar .navbar .user img:hover{filter:brightness(.7)}.home .container .sidebar .search{border-bottom:1px solid rgba(93,93,141,.612);max-height:350px;overflow:auto}.home .container .sidebar .search .modal img{height:120px;width:120px}.home .container .sidebar .search .userChat{min-width:-webkit-max-content;min-width:max-content;width:100%}.home .container .sidebar .search .searchForm{align-items:center;display:flex;gap:1rem;justify-content:center;margin-bottom:1rem;padding:.2rem .5rem}.home .container .sidebar .search .searchForm .search-icon{cursor:pointer;filter:invert(1);height:15px}.home .container .sidebar .search .searchForm input{background-color:#0e0e17;border:none;border-radius:22px;color:#fff;outline:none;padding:10px;text-indent:.5rem;width:100%}.home .container .sidebar .userChat{align-items:center;background:rgba(0,0,0,.686);border-bottom:1px solid rgba(71,61,139,.522);border-radius:20px;box-shadow:inset 0 -5px 3rem rgba(71,61,139,.322);color:#d3d3d3;cursor:pointer;display:flex;gap:1rem;margin-block:.5rem;padding:1rem;width:100%}.home .container .sidebar .userChat:hover{background:#000}.home .container .sidebar .userChat img{border-radius:50%;flex-shrink:0;height:40px;object-fit:cover;width:40px}.home .container .sidebar .userChat img:hover{opacity:.7}@media screen and (max-width:350px){.home .container .sidebar .userChat img{height:30px;width:30px}}.home .container .sidebar .userChat .userChatInfo{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home .container .sidebar .userChat .userChatInfo span{font-size:.9rem;font-weight:500}@media screen and (max-width:350px){.home .container .sidebar .userChat .userChatInfo span{font-size:.8em}}.home .container .sidebar .userChat .userChatInfo p{color:#5d5d8d;font-size:.7rem;margin-top:.3rem}.home .container .sidebar .userChat .add-friend{background:linear-gradient(0deg,#a47cf3,#7942e8);border-radius:50%;box-shadow:0 3px 1rem rgba(110,98,187,.427);font-size:.7rem;height:35px;padding:.5rem .7rem;width:35px}.home .container .sidebar .userChat .add-friend:hover{background-color:#9388d7}.home .container .chat{display:flex;flex:1.5 1;flex-direction:column;max-width:100%;position:relative}.home .container .chat.hidden{display:none!important}.home .container .chat.visible{display:flex!important}@media screen and (max-width:700px){.home .container .chat.visible{margin:0}}.home .container .chat .chatInfo{align-items:center;background-color:#1a1a2a;border-radius:20px;color:#d3d3d3;display:flex;flex-shrink:0;gap:1rem;justify-content:start;padding:1rem 3rem;position:relative}@media screen and (max-width:700px){.home .container .chat .chatInfo{margin:1rem}}.home .container .chat .chatInfo .btn--back{color:#5d5d8d;cursor:pointer;display:none;font-size:1rem;font-weight:300;left:1rem;padding:.5rem;position:absolute;top:50%;transform:translateY(-50%)}@media screen and (max-width:900px){.home .container .chat .chatInfo .btn--back{display:inline;display:initial}}.home .container .chat .chatInfo span{font-size:1rem}.home .container .chat .chatInfo img{border-radius:50%;cursor:pointer;height:40px;object-fit:cover;width:40px}.home .container .chat .chatInfo img:hover{opacity:.7}.home .container .chat .messages{background-color:#000;border-radius:.4rem;flex:1 1;margin:.5rem;min-height:-webkit-max-content;min-height:max-content;overflow:scroll;padding:2rem 0;position:relative}@media screen and (max-width:700px){.home .container .chat .messages{padding-inline:1rem}}.home .container .chat .messages .message{display:flex;flex-direction:column;justify-content:flex-end}.home .container .chat .messages .message:first-of-type p{border-radius:20px 20px 20px 5px!important}.home .container .chat .messages .message:last-of-type p{border-radius:5px 20px 20px 20px!important}.home .container .chat .messages .message span{color:gray;font-size:.7rem;margin-block:5px}.home .container .chat .messages .message .messageContent{display:flex;flex-direction:column;gap:.5rem;margin-block:.3rem;max-width:80%;width:400px}.home .container .chat .messages .message .messageContent p{background-color:#fff;border-radius:5px 20px 20px 5px;color:#8a2be2;max-width:-webkit-max-content;max-width:max-content;padding:.5rem 1rem}@media screen and (max-width:350px){.home .container .chat .messages .message .messageContent p{font-size:.75rem}}.home .container .chat .messages .message .messageContent img{border-radius:.4rem;width:50%}.home .container .chat .messages .message.owner,.home .container .chat .messages .message.owner .messageContent{align-items:flex-end}.home .container .chat .messages .message.owner:first-of-type p{border-radius:20px 20px 5px 20px!important}.home .container .chat .messages .message.owner p{background-color:#8a2be2;border-radius:20px 5px 5px 20px;color:#fff}.home .container .chat .messages .message.owner:last-of-type p{border-radius:20px 5px 20px 20px!important}.home .container .chat .writing-tools{background-color:#0000;bottom:40px;flex-direction:column;pointer-events:none;position:absolute;width:100%}.home .container .chat .writing-tools,.home .container .chat .writing-tools--buttons{align-items:center;display:flex;gap:1rem;justify-content:center}.home .container .chat .generate-btn{background:#262226;border:none;border-radius:3em;gap:12px;height:50px;padding-inline:1rem;transition:all .45s ease-in-out;z-index:99}.home .container .chat .close-btn,.home .container .chat .generate-btn{align-items:center;box-shadow:0 0 2rem rgba(0,0,0,.642);cursor:pointer;display:flex;justify-content:center;pointer-events:auto}.home .container .chat .close-btn{background:#b90000;border:none;border-radius:50%;color:#fff;font-size:1rem;height:40px;padding:1rem;width:40px;z-index:10}.home .container .chat .close-btn:hover{background-color:#470000}.home .container .chat .sparkle{fill:#ffffffe0;transition:all .8s ease}.home .container .chat .generate-btn>.text{color:#aaa;font-size:1rem;font-weight:600}.home .container .chat .generate-btn:hover{background:linear-gradient(0deg,#a47cf3,#683fea);box-shadow:0 0 0 4px #0003,0 0 180px 0 #9917ff;transform:translateY(-2px)}.home .container .chat .generate-btn:hover .text{color:#fff}.home .container .chat .generate-btn:hover .sparkle{fill:#fff;transform:scale(1.2)}.home .container .chat .result{color:#fff;padding:1rem;position:absolute;z-index:100}.home .container .chat .writing-tools>.writingToolsContainer{animation:gradient 5s ease infinite;background:linear-gradient(#1a1a2a,#000) padding-box,linear-gradient(145deg,#0000 35%,#e81cff,#40c9ff) border-box;background-size:200% 100%;border:2px solid #0000;border-radius:calc(22px + 1rem);box-shadow:0 0 2rem #000000b8;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;font-family:inherit;font-size:.8rem;font-weight:600;gap:.6rem;max-height:500px;max-width:90%;overflow:auto;padding:1rem;pointer-events:auto;position:relative;width:400px;z-index:9}.home .container .chat .writing-tools>.writingToolsContainer h2{font-size:1rem;font-weight:600;margin-bottom:.5rem;text-align:center}.home .container .chat .writing-tools>.writingToolsContainer .contextRef,.home .container .chat .writing-tools>.writingToolsContainer .messageType{align-items:center;display:flex;gap:.6rem;justify-content:center}.home .container .chat .writing-tools>.writingToolsContainer .contextRef>*,.home .container .chat .writing-tools>.writingToolsContainer .messageType>*{background-color:#1a1a2a;border-radius:1rem;cursor:pointer;flex:1 1;padding:1.2rem 1rem}.home .container .chat .writing-tools>.writingToolsContainer .contextRef>:hover,.home .container .chat .writing-tools>.writingToolsContainer .messageType>:hover{background-color:#212137}.home .container .chat .writing-tools>.writingToolsContainer .highlight{background-color:#fff!important;color:#1e1a21}.home .container .chat .writing-tools>.writingToolsContainer .linebreak{background-color:#ffffff1a;border-radius:50%;height:2px;width:100%}.home .container .chat .writing-tools>.writingToolsContainer .input__container,.home .container .chat .writing-tools>.writingToolsContainer .resultContainer{align-items:center;background:hsla(0,0%,100%,.664);border-radius:22px;display:flex;gap:5px;justify-content:center;padding:10px 15px;perspective:500px;position:relative;transform-style:preserve-3d;transition:transform .4s}.home .container .chat .writing-tools>.writingToolsContainer .resultContainer{color:#000;flex-direction:column;font-size:1rem;padding:1rem}.home .container .chat .writing-tools>.writingToolsContainer .resultContainer--buttons{align-items:center;display:flex;font-size:inherit;gap:.5rem;justify-content:center;width:100%}.home .container .chat .writing-tools>.writingToolsContainer .resultContainer--buttons>div{background-color:#d3d3d3;border-radius:1rem;cursor:pointer;flex:1 1;padding:.5rem 1rem;text-align:center}.home .container .chat .writing-tools>.writingToolsContainer .resultContainer--buttons>div:hover{background-color:#e7e7e7}.home .container .chat .writing-tools>.writingToolsContainer .resultContainer--buttons>.delete{background-color:#0000;max-width:-webkit-min-content;max-width:min-content;padding:0}.home .container .chat .writing-tools>.writingToolsContainer .resultContainer--buttons>.delete:hover{background-color:#0000}.home .container .chat .writing-tools>.writingToolsContainer .shadow__input{background-color:#999cff;background-image:radial-gradient(at 85% 51%,#d7d760 0,#0000 50%),radial-gradient(at 74% 68%,#9ca3ed 0,#0000 50%),radial-gradient(at 64% 79%,#d189ec 0,#0000 50%),radial-gradient(at 75% 16%,#ca8de2 0,#0000 50%),radial-gradient(at 90% 65%,#63e3aa 0,#0000 50%),radial-gradient(at 91% 83%,#c975ea 0,#0000 50%),radial-gradient(at 72% 91%,#8fbaef 0,#0000 50%);border-radius:20px;bottom:0;content:"";filter:blur(30px);height:100%;left:0;position:absolute;width:100%;z-index:-1}.home .container .chat .writing-tools>.writingToolsContainer .input__button__shadow{align-items:center;background:none;border:none;border-radius:12px;cursor:pointer;display:flex;justify-content:center;padding:5px;transition:transform .4s,background .4s}.home .container .chat .writing-tools>.writingToolsContainer .input__button__shadow:hover{background:hsla(0,0%,100%,.411)}.home .container .chat .writing-tools>.writingToolsContainer .input__search{border:none;border-radius:20px;outline:none;padding:8px;position:relative;width:100%}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.home .container .chat .input{align-items:center;background-color:#1a1a2a;border-radius:50px;box-shadow:0 0 6rem #000,0 0 10rem #000;display:flex;height:50px;justify-content:space-between;padding:.5rem}@media screen and (max-width:700px){.home .container .chat .input{margin:1rem}}.home .container .chat .input *{align-items:center;border:none;display:flex;height:100%;justify-content:center}.home .container .chat .input .file-message{background-color:#0e0e17;border-radius:.4rem;color:#bababa;font-size:.6rem;margin-inline:.5rem;padding:.5rem 1rem;width:200}.home .container .chat .input .send{align-items:center;display:flex;justify-content:center}.home .container .chat .input .ai-btn{border:none;cursor:pointer;gap:12px;margin-inline:.5rem;transition:all .25s ease-in-out}.home .container .chat .input .sparkle{fill:hsla(0,0%,100%,.881);transition:all .4s ease}.home .container .chat .input .ai-btn:hover{background:linear-gradient(0deg,#a47cf3,#7942e8);box-shadow:inset 0 1px 0 0 #fff6,inset 0 -4px 0 0 #0003,0 0 0 4px #fff3,0 0 180px 0 #9917ff;transform:translateY(-2px)}.home .container .chat .input .ai-btn:hover .sparkle{fill:#fff;transform:scale(1.2)}.home .container .chat .input input{background-color:inherit;border-radius:0 .4rem .4rem 0;color:#fff;font-size:.9rem;outline:none;padding-inline:1rem;width:100%}.home .container .chat .input img{cursor:pointer;filter:invert(.7);padding:.35rem}.home .container .chat .input img:hover{opacity:.8}.home .container .chat .input button{background:linear-gradient(0deg,#a47cf3,#7942e8);border-radius:50%;box-shadow:0 5px 1rem rgba(110,98,187,.427);color:#fff;cursor:pointer;height:35px;padding:.7rem;width:35px}.home .container .chat .input button:hover{box-shadow:0 5px 2rem rgba(110,98,187,.627)}.user-profile{backdrop-filter:blur(.3rem);-webkit-backdrop-filter:blur(.3rem);background-color:#0006!important;display:grid;height:100vh;left:50%;place-content:center;position:fixed;top:50%;transform:translate(-50%,-50%);width:100vw;z-index:9}@media screen and (max-width:700px){.user-profile{backdrop-filter:blur(1rem);-webkit-backdrop-filter:blur(1rem)}}.user-profile .modal-buttons{margin-top:1rem;padding:1rem;width:100%}.user-profile .modal-buttons,.user-profile button{align-items:center;display:flex;gap:1rem;justify-content:center}.user-profile button{background-color:#8a2be2;border:none;border-radius:20px;bottom:0;color:#fff;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;min-width:100px;padding:1rem 2rem;transition:.2s ease}@media screen and (max-width:350px){.user-profile button{font-size:1.5rem}}.user-profile button.modal--close{background-color:#a300a3;flex:1 1}.user-profile button.modal--close:hover{background-color:#8b008b}.user-profile button:hover{background-color:#7626c1}.user-profile .edit-profile-form,.user-profile .modal{align-items:center;background-color:#1a1a2a;border-radius:calc(22px + 1rem);color:#fff;display:flex;flex-direction:column;height:-webkit-max-content;height:max-content;justify-content:center;max-height:95vh;max-width:90vw;min-height:350px;min-width:290px;overflow:hidden;padding:1rem;position:relative;width:380px}@media screen and (max-width:350px){.user-profile .edit-profile-form,.user-profile .modal{border-radius:0;min-height:100vh;min-width:100vw;position:absolute;top:0}}.user-profile .edit-profile-form h4,.user-profile .modal h4{margin:.3rem;z-index:10}@media screen and (max-width:350px){.user-profile .edit-profile-form h4,.user-profile .modal h4{font-size:.9rem}}.user-profile .edit-profile-form .edit-profile-field,.user-profile .edit-profile-form .profile-info,.user-profile .modal .edit-profile-field,.user-profile .modal .profile-info{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:.5rem;justify-content:center;padding:.5rem 1rem;text-align:left;width:100%;z-index:10}@media screen and (max-width:350px){.user-profile .edit-profile-form .edit-profile-field span,.user-profile .edit-profile-form .profile-info span,.user-profile .modal .edit-profile-field span,.user-profile .modal .profile-info span{font-size:.9em}}.user-profile .edit-profile-form .edit-profile-field input,.user-profile .edit-profile-form .profile-info input,.user-profile .modal .edit-profile-field input,.user-profile .modal .profile-info input{all:unset;background-color:#0e0e17;border-radius:20px;padding:1rem 0;text-indent:1rem;width:100%}@media screen and (max-width:350px){.user-profile .edit-profile-form .edit-profile-field input,.user-profile .edit-profile-form .profile-info input,.user-profile .modal .edit-profile-field input,.user-profile .modal .profile-info input{font-size:.7rem}}.user-profile .edit-profile-form .edit-profile-field input:hover,.user-profile .edit-profile-form .profile-info input:hover,.user-profile .modal .edit-profile-field input:hover,.user-profile .modal .profile-info input:hover{background-color:#090910}.user-profile .edit-profile-form .edit-profile-field input:focus,.user-profile .edit-profile-form .profile-info input:focus,.user-profile .modal .edit-profile-field input:focus,.user-profile .modal .profile-info input:focus{border:1px solid #8a2be2}.user-profile .edit-profile-form .edit-profile-field .text-label,.user-profile .edit-profile-form .profile-info .text-label,.user-profile .modal .edit-profile-field .text-label,.user-profile .modal .profile-info .text-label{align-self:flex-start}.user-profile .edit-profile-form .edit-profile-field label,.user-profile .edit-profile-form .profile-info label,.user-profile .modal .edit-profile-field label,.user-profile .modal .profile-info label{align-items:center;color:#5d5d8d;cursor:pointer;display:flex;gap:.5rem;justify-content:center;padding:.5rem}@media screen and (max-width:350px){.user-profile .edit-profile-form .edit-profile-field label,.user-profile .edit-profile-form .profile-info label,.user-profile .modal .edit-profile-field label,.user-profile .modal .profile-info label{font-size:.9rem}}.user-profile .edit-profile-form .edit-profile-field label:hover,.user-profile .edit-profile-form .profile-info label:hover,.user-profile .modal .edit-profile-field label:hover,.user-profile .modal .profile-info label:hover{filter:brightness(.8)}.user-profile .edit-profile-form .edit-profile-field .stats,.user-profile .edit-profile-form .profile-info .stats,.user-profile .modal .edit-profile-field .stats,.user-profile .modal .profile-info .stats{font-style:italic}@media screen and (max-width:350px){.user-profile .edit-profile-form .edit-profile-field .stats,.user-profile .edit-profile-form .profile-info .stats,.user-profile .modal .edit-profile-field .stats,.user-profile .modal .profile-info .stats{font-size:.9rem}}.user-profile .edit-profile-form .edit-profile-field .largeText,.user-profile .edit-profile-form .profile-info .largeText,.user-profile .modal .edit-profile-field .largeText,.user-profile .modal .profile-info .largeText{color:#f0f;font-size:3rem;margin-right:.5rem}@media screen and (max-width:350px){.user-profile .edit-profile-form .edit-profile-field .largeText,.user-profile .edit-profile-form .profile-info .largeText,.user-profile .modal .edit-profile-field .largeText,.user-profile .modal .profile-info .largeText{font-size:2.5rem}}.user-profile .edit-profile-form .edit-profile-field #profile--email,.user-profile .edit-profile-form .profile-info #profile--email,.user-profile .modal .edit-profile-field #profile--email,.user-profile .modal .profile-info #profile--email{color:#5d5d8d;text-align:center}.user-profile .edit-profile-form .edit-profile-field img,.user-profile .edit-profile-form .profile-info img,.user-profile .modal .edit-profile-field img,.user-profile .modal .profile-info img{background-color:#fff;border-radius:50%;height:120px;margin:1rem;object-fit:cover;outline:1px solid rgba(221,221,247,.639);outline-offset:3px;width:120px}@media screen and (max-width:350px){.user-profile .edit-profile-form .edit-profile-field img,.user-profile .edit-profile-form .profile-info img,.user-profile .modal .edit-profile-field img,.user-profile .modal .profile-info img{margin:.3rem}}.loading-progress{animation:fill 2s linear 1;background-color:#fff;border-radius:.4rem;height:100%;padding:.2rem}.loading-progress.register{animation:fill 6s linear 1}.btn{background-color:#0000;font-family:dotty;font-size:2rem;height:100%;padding:1rem}@keyframes fill{0%{width:0}to{width:100%}}.chats h1{color:#5d5d8d;font-family:dotty;font-size:3rem;letter-spacing:1px;margin:1rem .5rem}.default-modal{align-items:center;background-color:#1a1a2a;border-radius:20px;color:#fff;display:flex;height:100%;justify-content:center}.default-modal .modal-container{align-items:center;border-radius:.8rem;display:flex;flex-direction:column;padding:2rem}.default-modal .chat-icon{height:100px;object-fit:cover;width:100px}.default-modal h2{font-family:dotty;font-size:3rem;text-align:center}.default-modal .btn--get-started{background-color:#fff;border-radius:.8rem;color:#8a2be2;cursor:pointer;display:none;margin-block:1rem;padding:.5rem 1rem}.default-modal .btn--get-started:hover{background-color:#8a2be2;color:#fff}@media screen and (max-width:900px){.default-modal .btn--get-started{display:inline;display:initial}}.fileMessage{align-items:center;display:flex;gap:.5rem;justify-content:center}.fileMessage .fa-icon{color:#90ee90}@media screen and (max-width:900px){.chat{display:none!important}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.a60fbbf5.css.map*/