html{padding-top:env(safe-area-inset-top)!important;overflow-y:scroll;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.216);font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0000007a;border-radius:5px}:root{--background: #F7FBFC;--main-text: #000;--other-text: #2C3E50;--other-text-2: rgb(245, 245, 245);--divider-color: rgba(118, 159, 205, .2);--divider2-color: rgba(255,255,255,.08);--up-text: #2C5A7A;--hover-effect: #5cbbff;--btn-color: #769FCD;--btn-hover-color: #5B8EC9;--btn-border: #D6E6F2;--btn-border2: #d6e6f26b;--color-1: #B9D7EA;--color-2: #5b8ec9c5;--color-chat: rgba(23, 33, 43, .85);--color-chat2: rgba(39, 53, 66, .97);--b-media-color: #bbe5da;--b-pattern: url(https://wavemini.ru/a/pat/cat-pattern.svg);--b-color1: #bbe5da;--b-color2: #d4f5ec}.controls button{background:var(--btn-color);border:none;border-radius:30px;color:#f5f5f5;font-size:16px;box-shadow:-.5px -.6px 1px 0 var(--btn-border2);display:flex;justify-content:center;align-items:center;cursor:pointer}.controls button:hover{background:var(--btn-hover-color);color:var(--color-1)}.controls button:active{opacity:50%}.loading-moment{width:60px;height:60px;border-radius:50%;background:transparent;background:var(--btn-color);position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center;border:3px solid var(--btn-hover-color);animation:load-spin1 1s infinite}.loading-moment div{width:100%;height:100%;background-image:url(https://wavemini.ru/a/wavechat/logo1.png);background-size:cover;background-position:center;background-repeat:no-repeat;animation:load-spin2 1s linear infinite}.load-mini{width:30px;height:30px;background:transparent;border-radius:50%;border:4px solid transparent;border-left:4px solid var(--btn-hover-color);border-top:4px solid var(--btn-color);transition:all .3s;animation:load-spin3 1s linear infinite}.load-section{width:100%;height:100%;background:linear-gradient(130deg,transparent 0%,transparent 40%,var(--divider2-color) 50%,transparent 60%,transparent 100%);background-size:200% 100%;animation:load-sect 1s linear infinite;border-radius:.3rem;justify-self:center;align-self:center}@keyframes load-sect{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes load-spin1{0%{border:3px solid var(--btn-hover-color);background:var(--btn-color)}to{border:3px solid var(--btn-color);background:var(--btn-hover-color)}}@keyframes load-spin2{0%{transform:scale(2)}to{transform:scale(1)}}@keyframes load-spin3{0%{transform:rotate(16deg)}to{transform:rotate(360deg)}}@media(max-width:768px){.controls button:hover{background:var(--btn-color)!important;color:#f5f5f5;transform:none!important}}@media(display-mode:standalone){body.chat-bg{height:100vh!important;overflow:hidden!important;position:fixed!important;inset:0!important}}body{background-color:var(--background);color:var(--main-text);font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif}.up-blc{width:100%;height:70px;background:#ffffff63;border-bottom:1px solid var(--divider-color);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:fixed;top:0;left:0;z-index:5;display:flex;align-items:center;justify-content:space-between;padding:0 3%}.up-btn{color:var(--up-text);font-size:19px;display:flex;gap:15px}.up-btn label{width:100px;height:40px;background:transparent;border-bottom:3px solid transparent;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:border .5s ease}.up-btn label:hover{border-bottom:3px solid var(--hover-effect)}.up-link{color:var(--up-text);font-size:20px;font-weight:700}.info-menu{width:100%;min-height:100vh;padding-top:70px;display:flex;align-items:center;justify-content:center}.home-block{width:100%;display:flex;flex-direction:column;align-items:center;gap:30px;padding:40px 20px}.logo{width:400px;height:400px;background-color:transparent;background-image:url(https://wavemini.ru/a/wavechat/logo1.png);background-size:cover;background-position:center;background-repeat:no-repeat;margin-top:-150px}.home-block section{font-size:35px;text-align:center;margin-top:-50px}.login-block{display:flex;gap:30px;justify-content:center;align-items:center;position:relative;flex-wrap:wrap}.login-block button{width:220px;height:50px;transition:all .5s}.login-block button:hover{transform:translateY(-10px)}.dowl-menu{width:100%;min-height:100vh;padding-top:120px}.dowl-block{width:100%;display:flex;flex-direction:column;align-items:center;gap:50px;padding:0 20px 40px}.dowl-block section{color:var(--main-text);font-size:30px;text-align:center}.dowl-section{width:100%;max-width:1200px;display:flex;justify-content:center;gap:60px;flex-wrap:wrap;margin:0 auto}.dowl-section label{display:flex;flex-direction:column;align-items:center;gap:15px;cursor:pointer;transition:transform .3s ease;max-width:350px}.dowl-img{width:350px;height:200px;background-size:contain;background-position:center;background-repeat:no-repeat;border-radius:20px;background-color:#fff0;border-top:1px solid var(--color-1)}.dowl-section button{width:350px;height:50px;transition:all .4s ease;font-family:inherit}.dowl-section button:hover{color:var(--color-1);transform:translateY(-3px)}.footer{width:100%;border-top:1px solid var(--divider-color);padding:30px 20px;display:flex;flex-direction:column;align-items:center;gap:20px;margin-top:20px}.f-block1{display:flex;flex-direction:column;align-items:center;gap:5px;text-align:center}.f-block1 h4{cursor:pointer;transition:color .2s;font-size:18px}.f-block1 h4:hover{color:var(--hover-effect)}.f-block1 p{color:#666;font-size:14px}.f-block2{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.f-block2 i{font-size:24px;cursor:pointer;transition:color .2s}.f-block2 i:hover{color:var(--hover-effect)}@media(max-width:768px){.up-blc{font-size:10px;padding:0 3%}.up-btn{gap:5px}.up-link{font-size:15px}}body.auth-bg{color:var(--main-text);font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;display:flex;justify-content:center;align-items:center;min-height:100vh;min-height:100dvh;margin:0;padding:20px}.auth-window{width:100%;max-width:400px;flex:1;background:transparent;border-radius:20px;display:flex;flex-direction:column;align-items:center;padding:24px 16px 16px;gap:10px}.auth-window button{color:var(--other-text)!important;box-shadow:none;border-bottom:1px solid var(--divider-color);background:transparent;border-radius:2rem;cursor:pointer;transition:background .2s}.auth-window button:hover{background:var(--btn-color)}.back-btn{width:100%;max-width:305px;height:45px;display:flex;justify-content:center;align-items:center;transition:all .2s;flex-shrink:0}.auth-section{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:24px;flex:1}.icon-auth{width:100px;height:100px;background:var(--color-1);border-radius:30%;display:flex;justify-content:center;align-items:center;font-size:50px;flex-shrink:0}.auth-input{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.auth-input button{width:100%;max-width:305px;height:45px;transition:all .2s;margin-top:8px;cursor:pointer;display:flex;justify-content:center;align-items:center;border-radius:2rem}.auth-input button:hover{background:var(--btn-hover-color)}.auth-input form{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;width:100%}.input-wrapper{position:relative;width:100%;max-width:305px}.auth-input form p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:480px;font-size:15px;opacity:.8;margin:0}.auth-input form section{width:100%;max-width:305px;display:flex;justify-content:center;gap:4px;font-size:14px;opacity:.8;flex-wrap:wrap}.auth-input form section div{color:var(--btn-hover-color);cursor:pointer}.auth-input form section div:hover{text-decoration:underline}.input-wrapper span{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--other-text);font-size:23px;font-weight:700;opacity:.7;cursor:pointer}.input-wrapper input{width:100%;height:45px;font-size:18px;border-radius:15px;padding:10px 15px 10px 45px;border:1px solid var(--divider-color);background:#ffffff80;outline:none;color:var(--other-text)}.input-wrapper input:focus{border-color:var(--btn-color)}.log-form{width:300px;height:200px;background:var(--color-2);box-shadow:0 0 0 1px var(--btn-border);border-radius:30px;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000;padding:20px}.poster-log{width:55px;height:55px;background:var(--btn-hover-color);border-radius:20px;color:orange;font-size:25px;display:flex;justify-content:center;align-items:center}.poster-log:hover{color:#ff9a0d}.log-form h1{font-size:18px;margin:12px 0 0;text-align:center}.back-log{width:40px;height:40px;border-radius:50%;background:transparent;border:none;color:var(--other-text)!important;font-size:24px;cursor:pointer;display:flex;justify-content:center;align-items:center;margin-top:4px}.back-log:hover{color:var(--btn-hover-color)!important}@media(max-width:768px){.auth-window button:hover{background:transparent!important}}:root{--color-set-conf: linear-gradient(to left, rgb(59, 107, 228), rgb(59, 152, 228));--color-set-safe: linear-gradient(to left, rgb(135, 14, 14), rgb(228, 59, 59));--color-set-paint: linear-gradient(15deg, #6A11CB, #2575FC)}.settings-main-bl{display:flex;justify-content:center}.tab-set-sec{position:fixed;left:50%;transform:translate(-50%);margin-top:10px;z-index:100}.tab-set-bl{display:flex;gap:7px;border-radius:2rem}.tab-set-bl a{width:55px;height:55px;background:var(--color-chat2);box-shadow:5px 5px 10px 0 var(--color-chat);border:1px solid var(--divider2-color);border-radius:2rem;display:flex;justify-content:center;align-items:center;font-size:24px;color:var(--other-text-2);transition:all .1s;cursor:pointer}.tab-set-bl a:hover{color:var(--btn-hover-color);opacity:.95}.tab-set-info{width:500px;height:55px;background:var(--color-chat2);box-shadow:5px 5px 10px 0 var(--color-chat);border:1px solid var(--divider2-color);border-radius:2rem;display:flex;align-items:center;justify-content:center;flex-direction:column;overflow:hidden;color:var(--other-text-2);transition:all .2s}.tab-set-info h3{font-size:18px}.tab-set-info p{font-size:14px;opacity:.7}.point-set-sec{position:relative;top:100px;z-index:1}.point-set-bl{display:flex;flex-direction:column;gap:30px;animation:point-s-block-opacity .3s ease}.account-set-elem{display:flex;align-self:center;gap:7px}.account-set-futor{width:300px;height:60px;background:var(--color-chat);box-shadow:5px 5px 10px 0 var(--color-chat);border:1px solid var(--divider2-color);border-radius:3rem;display:flex;align-items:center;gap:7px;overflow:hidden;transition:all .2s}.acc-set-avatar{width:45px;height:45px;background:var(--divider2-color);box-shadow:-.5px -.6px 1px 0 var(--btn-border2);border-radius:3rem;margin-left:15px;display:flex;align-items:center;justify-content:center;overflow:hidden}.acc-set-avatar div{width:41px;height:41px;background:linear-gradient(to left,var(--btn-color),var(--btn-hover-color));border-radius:3rem;display:flex;align-items:center;justify-content:center;overflow:hidden;color:var(--other-text-2);font-size:20px;font-weight:700;opacity:.9}.account-set-futor section{color:var(--other-text-2);display:flex;flex-direction:column}.account-set-futor section h3{font-size:18px}.account-set-futor section p{font-size:14px;opacity:.7}.account-set-btn{width:60px;height:60px;background:var(--color-chat);box-shadow:2px 5px 10px 0 var(--color-chat);border:1px solid var(--divider2-color);border-radius:3rem;display:flex;align-items:center;justify-content:center;color:var(--other-text-2);cursor:pointer;transition:all .1s}.account-set-btn:hover{box-shadow:2px 5px 10px 0 var(--color-chat);color:var(--btn-hover-color);opacity:.95}.points-set-block{width:500px;height:auto;min-height:200px;background:var(--color-chat);border:1px solid var(--divider-color);border-radius:2rem;display:flex;align-items:center;flex-direction:column;overflow:hidden;gap:10px;padding:20px 0;color:var(--other-text-2);animation:point-s-block-anim .3s ease}.p-set-btn{width:93%;height:50px;background:var(--color-chat);border:1px solid var(--divider2-color);border-radius:1.2rem;display:flex;align-items:center;padding-left:15px;gap:15px;cursor:pointer;transition:all .2s}.p-set-btn:hover{padding-left:20px}.p-set-btn:hover span{transform:translate(10px)}.p-set-btn:hover h3{transition:color .1s;color:var(--btn-color)}.p-set-icons{width:33px;height:33px;background:var(--btn-color);border-radius:.9rem;display:flex;align-items:center;justify-content:center}.p-set-icons *{opacity:.9}.p-set-btn h3{width:200px;font-size:18px;font-weight:100;display:flex;opacity:.95}.p-set-btn span{position:absolute;right:40px;opacity:.7;transition:transform .2s}.btn-set-params{width:90%;height:50px;background:var(--color-chat);border:1px solid var(--divider-color);border-radius:1.2rem;display:flex;align-items:center;gap:12px;padding:0 15px;transition:all .2s}.btn-set-params h3{flex:1;font-size:16px;font-weight:500;margin:0;opacity:.9}.icon-set-params{width:33px;height:33px;background:linear-gradient(135deg,var(--btn-color),var(--btn-hover-color));border-radius:.9rem;display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0}.icon-set-params i{font-size:16px;color:#fff;z-index:2;opacity:.9}.btn-set-params span{opacity:.6}.btn-set-params button{width:25px;height:25px}.btn-set-params input[type=text]{width:45%;height:25px;background:var(--divider-color);color:var(--other-text-2);border-radius:.5rem;padding:5px;border:none;outline:none}.btn-set-params input[type=checkbox]{width:44px;height:24px;appearance:none;-webkit-appearance:none;background:var(--divider2-color);border-radius:24px;position:relative;cursor:pointer;transition:all .2s;flex-shrink:0}.btn-set-params input[type=checkbox]:before{content:"";width:20px;height:20px;background:var(--other-text-2);border-radius:50%;position:absolute;top:2px;left:2px;transition:all .2s;box-shadow:0 1px 3px #0000004d}.btn-set-params input[type=checkbox]:checked{background:var(--btn-color)}.btn-set-params input[type=checkbox]:checked:before{left:22px}.btn-set-params input[type=checkbox]:hover{opacity:.8}.theme-select{background:var(--color-chat);color:var(--other-text-2);border:1px solid var(--divider2-color);border-radius:1.2rem;padding:2px 3px;font-size:14px;font-family:inherit;cursor:pointer;outline:none;min-width:100px;transition:all .2s ease}.theme-select:focus{border-color:var(--btn-color);background-color:var(--color-chat2)}.btn-set-pp{width:85%;height:40px}.click-set-params{width:90%;height:50px;background:var(--color-chat);border:1px solid var(--divider-color);border-radius:1.2rem;display:flex;align-items:center;gap:12px;padding:0 15px;cursor:pointer;transition:all .1s}.click-set-params:hover{opacity:.8}.click-set-params:hover h3{color:var(--btn-color)}.click-set-params h3{flex:1;font-size:16px;font-weight:500;margin:0;opacity:.9;transition:color .2s}@keyframes point-s-block-opacity{0%{opacity:0}to{opacity:1}}@keyframes point-s-block-anim{0%{transform:scale(0)}50%{transform:scale(1)}60%{transform:scale(.9)}to{transform:scale(1)}}@media(max-width:768px){.tab-set-info{width:300px}.tab-set-info h3{font-size:15px}.p-set-btn span{right:30px}.account-set-futor{width:280px}.points-set-block{transition:width .3s;width:400px}}@media(max-width:608px){.points-set-block{transition:width .3s;width:350px}.click-set-params h3{font-size:14px}}*{margin:0;padding:0;box-sizing:border-box}body.chat-bg{position:relative;color:var(--main-text);font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;margin:0;min-height:100vh;background-color:var(--b-media-color);overflow-x:hidden}body.chat-bg:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(250deg,var(--b-color1) 0%,var(--b-color2) 100%);z-index:-2}body.chat-bg:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:var(--b-pattern);background-size:250px;background-repeat:repeat;background-position:0 0;z-index:-1;opacity:.4}@keyframes backr-anim{0%{opacity:20%}to{opacity:25%}}.main{display:flex;width:100%;min-height:100vh;gap:0px}.list-chats{flex-shrink:0;margin-left:15px;margin-top:7px;width:320px;height:98dvh;overflow:hidden}.list-block{width:auto;max-width:100%;min-width:320px;height:98dvh;background:var(--color-chat);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);border:1px solid var(--divider-color);border-radius:2rem;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden}.search-user{width:100%;height:60px;background:var(--color-chat);border-bottom:1px solid var(--divider-color);box-shadow:0 10px 10px 0 var(--color-chat);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:3;display:flex;justify-content:center;align-items:center}.search-user input{width:88%;height:33px;background:var(--other-text);border-radius:50px;outline:none;border:none;padding:0 15px;color:var(--other-text-2);font-size:15px}.search-user input::placeholder{font-size:12px;color:var(--other-text-2);opacity:60%}.search-user input:focus{outline:1px solid var(--divider-color)}.search-user i{font-size:16px;position:absolute;right:9%;transform:rotate(90deg);color:var(--btn-color);cursor:pointer;transition:transform .3s}.search-user i:active{color:var(--btn-color);transform:rotate(100deg)}.search-menu{width:100%;height:150px;background:var(--color-chat2);box-shadow:0 10px 10px 0 var(--color-chat);border:1px solid var(--divider2-color);border-radius:0 0 2rem 2rem;z-index:2;position:absolute;display:flex;justify-content:center;align-items:start;overflow:hidden;top:55px;animation:startSearch .5s ease}@keyframes startSearch{0%{opacity:0;transform:translateY(-150%)}to{opacity:1;transform:translate(0)}}.search-section{width:95%;height:150px;background:transparent;display:flex;flex-direction:column;justify-content:start;align-items:center;overflow-y:auto;overflow-x:hidden;gap:8px;padding:15px 5px;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 8%,black 92%,transparent 100%);mask-image:linear-gradient(to bottom,transparent 0%,black 8%,black 92%,transparent 100%)}.search-client{width:98%;min-height:50px;flex-shrink:0;background:var(--color-chat);border:.5px solid var(--divider-color);border-radius:1.3rem;display:flex;align-items:center;gap:8px;color:var(--other-text-2);padding:3px 10px;overflow:hidden}.search-cl-avatar{width:33px;height:33px;background:var(--divider-color);margin-left:6px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;overflow:hidden;flex-shrink:0}.search-cl-avatar:active{background:var(--divider2-color)}.search-client section{display:flex;flex-direction:column;overflow:hidden}.search-client section h3{font-size:16px}.search-client section p{font-size:14px;opacity:.7}.search-client a{font-size:18px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;background:transparent;margin-left:auto;transition:opacity .1s;flex-shrink:0}.search-client a:hover{color:var(--btn-hover-color)}.search-client a:active{opacity:.6}.user-info{width:95%;height:50px;background:var(--color-chat);box-shadow:0 10px 8px 20px var(--color-chat);display:flex;justify-content:center;flex-shrink:0;margin-top:auto;margin-bottom:12px;gap:7px}.user-info-block{width:75%;height:50px;background:var(--color-chat2);border:1px solid var(--divider2-color);border-radius:3rem;display:flex;flex-shrink:0;align-items:center;gap:9px;overflow:hidden;z-index:2}.user-avatar{width:40px;height:40px;background:var(--color-chat);border:1px solid var(--divider2-color);border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:20px;color:var(--other-text-2);margin-left:10px;font-weight:700;flex-shrink:0}.user-text{display:flex;flex-direction:column;gap:3px}.user-tag{width:80%;font-size:15px;color:var(--other-text-2);border-top:2px solid var(--divider2-color);display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:5px;opacity:70%}.user-name{width:180px;font-size:15px;color:var(--other-text-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:5px}.set-btn-ch{width:50px;height:50px;background:var(--color-chat2);border:1px solid var(--divider2-color);border-radius:50%;color:var(--other-text-2);font-size:16px;z-index:2;display:flex;justify-content:center;align-items:center;flex-shrink:0;cursor:pointer;transition:all .2s}.set-btn-ch:hover{color:var(--btn-hover-color);opacity:.9}.set-btn-ch:active{opacity:.4}.active-chats{width:95%;flex:1;background:#25252500;border-radius:10px;display:flex;flex-direction:column;gap:5px;overflow-y:auto;overflow-x:hidden;margin:-15px 0 -20px;padding:30px 0}.none-chat{display:flex;align-items:end;justify-content:center;align-self:center;width:150px;height:150px;color:var(--other-text-2);opacity:60%;background-image:url(/assets/wave-icon-RI_FPa3I.png);background-size:cover}.chat{width:98%;min-height:50px;flex-shrink:0;display:flex;align-items:center;border-radius:1.2rem;cursor:pointer;background:transparent;overflow:hidden}.chat:hover{background:var(--divider-color)}.chat.active{background:linear-gradient(to bottom,var(--btn-color),var(--btn-hover-color))}.chat-info-block{display:flex;align-items:center;flex-shrink:0;gap:10px;margin-left:10px;min-width:0;flex:1}.user-img{width:35px;height:35px;background:var(--divider2-color);color:var(--other-text-2);border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:20px;font-weight:700;transition:opacity .2s}.user-img:hover{opacity:.7}.chat-info{display:flex;flex-direction:column;min-width:0;flex:1;gap:1px}.chat-name{width:100%;font-size:16px;color:var(--other-text-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.end-message{width:100%;font-size:11px;color:var(--other-text-2);opacity:70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.config-chat-info{display:flex;flex-direction:column;margin-right:8px;gap:2px}.last-message-time{font-size:11px;color:var(--other-text-2);opacity:80%}.notification-message{flex-shrink:0;min-width:23px;height:20px;background:var(--color-chat);font-size:12px;border-radius:3rem;color:var(--other-text-2);display:flex;justify-content:center;align-items:center;padding:0 5px;margin-left:auto}.message-chats{width:100%;height:98dvh;display:flex;flex-direction:column;margin-right:10px}.message-block{width:100%;height:100%;background:transparent;margin-top:5px;display:flex;flex-direction:column;align-items:center}.message-select-block{display:flex;flex-direction:column;align-items:center;margin-top:20%}.message-select-block i{font-size:3rem;animation:4s wave-effect-text ease-in-out infinite}.message-select-block h3{font-size:2rem;background:linear-gradient(135deg,var(--btn-hover-color) 0%,var(--color-chat) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.message-select-block p{font-size:1rem;background:linear-gradient(135deg,var(--btn-hover-color) 0%,var(--color-chat) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}@keyframes wave-effect-text{0%{background:linear-gradient(135deg,var(--btn-hover-color) 0%,var(--color-chat) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}to{background:linear-gradient(135deg,var(--color-chat) 0%,var(--btn-hover-color) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}}.tab-btn-back{width:45px;height:45px;background:var(--color-chat);border-radius:3rem;position:absolute;left:10px}.tab-block{width:80%;max-width:300px;height:50px;background:var(--color-chat);border:1px solid var(--divider-color);backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);border-radius:50px;margin-top:10px;overflow:hidden;display:flex;align-items:center;gap:7px;color:var(--other-text-2);padding:0 12px;flex-shrink:0}.tab-back-media{width:30px;height:30px;border-radius:2rem;font-size:19px;display:flex;justify-content:center;align-items:center;cursor:pointer;display:none}.tab-back-media:after{content:"";width:1px;height:100%;background:var(--divider-color);position:absolute;left:16%}.tab-back-media:active{color:var(--btn-color)}.tab-avatar{width:36px;height:36px;background:var(--divider2-color);border-radius:50%;display:flex;justify-content:center;align-items:center;flex-shrink:0;overflow:hidden;margin-left:10px;cursor:pointer}.tab-avatar:active{background:var(--divider-color)}.tab-info{flex:1;min-width:0;display:flex;flex-direction:column}.tab-name{font-size:15px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.tab-status{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:95%;opacity:80%}.bars-tab{width:30px;height:30px;flex-shrink:0;display:flex;align-items:center;justify-content:center;cursor:pointer}.bars-tab i{font-size:18px;color:var(--other-text-2)}.bars-tab i:hover{color:var(--btn-hover-color)}.all-message{width:80%;flex:1;overflow-y:auto;display:flex;flex-direction:column;scroll-behavior:smooth;gap:8px;padding:16px;-webkit-mask-image:linear-gradient(to bottom,transparent 0px,black 20px,black calc(100% - 20px),transparent 100%);mask-image:linear-gradient(to bottom,transparent 0px,black 20px,black calc(100% - 20px),transparent 100%)}.loading-messages{display:flex;flex-direction:column;gap:8px;padding:16px;pointer-events:none;min-height:auto;overflow:hidden}.message-info{max-width:80%;opacity:70%;padding:1px 10px;background:var(--color-chat);color:var(--other-text-2);border-radius:1rem;font-size:14px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:flex-start;align-self:center}.message-other{display:flex;justify-content:flex-start}.message-other:after{content:"";width:5px;height:5px;background:var(--color-chat2);border-left:1px solid var(--divider2-color);border-bottom:1px solid var(--divider2-color);position:absolute;bottom:0;left:-2px;border-radius:100% 0 0;z-index:1}.message-other .message-bubble{background:var(--color-chat2);border:1px solid var(--divider2-color);border-radius:18px 18px 18px 0}.message-bubble{padding:5px 10px;max-width:70%;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;white-space:normal;cursor:pointer;transition:all .2s ease-out}.message-bubble.del{transform:scale(.3);opacity:0}.burger-message{position:absolute;top:5px;right:10px;margin-bottom:8px;background:var(--color-chat2);border:1px solid var(--divider-color);border-radius:1rem;padding:8px 0;min-width:130px;z-index:100;display:flex;flex-direction:column;gap:1px;overflow:hidden}.message-other .burger-message{left:10px;right:auto}.burger-message label{display:flex;align-items:center;gap:10px;padding:8px 16px;cursor:pointer;transition:background,color .2s;color:var(--other-text-2)}.burger-message label:hover{background:var(--divider-color);color:var(--btn-color)}.burger-message label:active{opacity:70%}.burger-message i{width:18px;font-size:14px}.burger-message section{color:var(--other-text-2);cursor:pointer;font-size:14px;padding:0}.message-own{display:flex;justify-content:flex-end}.message-own:after{content:"";width:5px;height:5px;background:var(--btn-hover-color);border-right:1px solid var(--divider2-color);border-bottom:1px solid var(--divider2-color);position:absolute;bottom:0;right:-2px;border-radius:0 100% 0 0;z-index:1}.message-own,.message-other{position:relative;height:auto}.message-own .message-bubble{background:var(--btn-hover-color);border:1px solid var(--divider2-color);border-radius:18px 18px 3px}.message-text{color:var(--other-text-2);font-size:15px}.message-time{font-size:11px;color:var(--other-text-2);opacity:70%;text-align:right;margin-top:2px}.message-time *{font-size:10px;margin-left:5px;opacity:70%}.input-block{width:100%;margin-bottom:12px;position:relative;flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:7px}.send-message{width:50px;height:50px;background:var(--btn-color);border:1px solid var(--divider-color);color:var(--other-text-2);display:flex;justify-content:center;align-items:center;border-radius:50%;cursor:pointer;transition:background .2s}.send-message:hover{background:var(--btn-hover-color)}.input-message{position:relative;width:65%;height:55px;background:var(--color-chat);border:1px solid var(--divider-color);border-radius:2rem;flex-shrink:0;display:flex;align-items:center;gap:15px;padding:8px 18px}.input-message a{width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--btn-color);font-size:18px;transition:all .3s;flex-shrink:0;border-radius:50%}.input-message a:hover{background:#fff3;color:var(--btn-hover-color)}.input-message a:nth-child(1):hover{transform:rotate(180deg)}.input-message textarea{flex:1;min-height:38px;max-height:50px;background:transparent;border:none;outline:none;color:var(--other-text-2);font-size:18px;font-family:inherit;padding:14px 0;resize:none;overflow-y:auto;line-height:1.2}.input-message textarea::placeholder{color:var(--other-text-2);opacity:50%;font-size:17px}.input-message textarea::-webkit-scrollbar{width:4px}.input-message textarea::-webkit-scrollbar-track{background:transparent}.input-message textarea::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}.view-account{width:400px;height:auto;min-height:150px;background:var(--color-chat);border:1px solid var(--divider2-color);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);border-radius:2rem;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);overflow:hidden;z-index:1000;animation:startUsr .2s ease}@keyframes startUsr{0%{opacity:0;transform:translate(-50%,-48%)}to{opacity:1;transform:translate(-50%,-50%)}}.view-profile{display:flex;flex-direction:column;padding:24px 20px 20px;position:relative}.view-back-pr{width:35px;height:35px;position:absolute;left:15px;top:15px;color:var(--other-text-2);font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2}.view-bor-pr{display:flex;flex-direction:column;align-items:center;gap:5px;position:relative;top:0;cursor:pointer}.view-bor-pr:active{opacity:.5}.view-avatar-pr{width:100px;height:100px;border-radius:50%;background:linear-gradient(to left,var(--divider-color),var(--divider2-color));border:3px double var(--color-chat);position:relative;left:0;top:0;overflow:hidden;display:flex;justify-content:center;align-items:center;font-size:48px;color:var(--other-text-2)}.view-name-pr{font-size:22px;font-weight:700;color:var(--other-text-2);text-align:center}.view-bor-pr section{font-size:12px;color:var(--other-text-2);opacity:.7;text-align:center}.view-data-pr{margin-top:20px;display:flex;flex-direction:column;gap:12px;border-top:1px solid var(--divider-color);padding-top:20px}.view-info-pr{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;background:var(--divider-color);border-radius:12px}.view-info-pr p{font-size:13px;color:var(--other-text-2);opacity:.7;margin:0}.view-info-pr section{font-size:14px;color:var(--other-text-2);font-weight:500}@media(max-width:868px){.list-chats{width:250px}.list-block{min-width:240px}}@media(max-width:768px){.list-chats{width:100%;padding:0 15px;margin-left:0}.list-block{min-width:100%}.search-user{height:70px}.search-user input{height:40px}.search-user i{font-size:18px}.search-menu{top:70px}.message-chats{margin-right:0}.chat{border-radius:0;transform:scale(1.03)}.chat:hover{background:transparent}.chat-info-block{padding-bottom:5px;position:relative}.chat-info-block:after{content:"";position:absolute;bottom:0;left:11%;width:87%;height:1px;border-radius:1px;background:var(--divider2-color)}.all-message{width:90%}.input-message{width:70%}.burger-message label:hover{background:transparent;color:var(--other-text-2)}.burger-message label:active{background:var(--divider-color);color:var(--btn-color)}}
