.chat.Desktop{display:flex;flex-direction:column;align-items:center;width:65%}.chat.Desktop .top{width:100%;height:80px;content:"";float:left;padding:20px;display:flex;align-items:center;justify-content:space-between;background:#2a0944;border-radius:0 0 10px 10px;border-bottom:solid 2px rgba(255,255,255,.03);-webkit-box-shadow:inset 0px -2px 135px -46px rgba(0,0,0,.15);-moz-box-shadow:inset 0px -2px 135px -46px rgba(0,0,0,.15);box-shadow:inset 0 -2px 135px -46px #1900ff26;-webkit-box-shadow:0px 18px 138px 18px rgba(0,0,0,.81);-moz-box-shadow:0px 18px 138px 18px rgba(0,0,0,.81);box-shadow:0 18px 138px 18px #000}.chat.Desktop .top .user{display:flex;align-items:center;gap:25px}.chat.Desktop .top .user img{width:52px;height:52px;border-radius:50%;object-fit:cover}.chat.Desktop .top .user .texts{display:flex;flex-direction:column;gap:2px}.chat.Desktop .top .user .texts span{font-size:20px;font-weight:900}.chat.Desktop .top .user .texts p{font-size:12px;font-weight:900;color:#ffffff4d}.chat.Desktop .top .icons{display:none;gap:20px}.chat.Desktop .top .icons img{width:20px;height:20px}.chat.Desktop .center{width:100%;flex:1;overflow-y:scroll;display:flex;flex-direction:column;gap:20px}.chat.Desktop .center .message{display:flex;gap:10px;align-self:flex-start}.chat.Desktop .center .message.own{align-self:flex-end}.chat.Desktop .center .message.own .texts p{padding:10px 20px;background:#f0b363;background:linear-gradient(315deg,#f0b363,#ff7923);color:#fff;border-radius:20px 0 20px 20px/20px 0px 20px 20px;white-space:pre-wrap;overflow-wrap:break-word;max-width:60vw}.chat.Desktop .center .message img{width:30px;height:30px;border-radius:50%;object-fit:cover}.chat.Desktop .center .message .texts{flex:1;display:flex;flex-direction:column;gap:5px;margin-left:10px}.chat.Desktop .center .message .texts img{max-width:60vw;width:100%;height:300px;border-radius:10px;object-fit:cover}.chat.Desktop .center .message .texts p{padding:10px 20px;max-width:60vw;background:#6a1e9b;background:linear-gradient(135deg,#6a1e9b,#4803c5);border-radius:0 20px 20px/0px 20px 20px;white-space:pre-wrap;overflow-wrap:break-word}@media (min-width: 601px){.chat.Desktop .center .message .texts{max-width:400px}}.chat.Desktop .center .message .texts span{font-size:13px}.chat.Desktop .bottom{bottom:0;display:flex;float:left;align-items:center;gap:20px;width:100%;position:relative}.chat.Desktop .bottom .icons{display:none;gap:20px}.chat.Desktop .bottom img{width:20px;height:20px;cursor:pointer}.chat.Desktop .bottom .resizeInput{width:100%;resize:none;flex:1;background-color:#fff;border:none;outline:none;color:#000;padding:20px;border-radius:25px 25px 0 0;font-size:16px}.chat.Desktop .bottom .resizeInput:disabled{cursor:not-allowed}.chat.Desktop .bottom .emoji{display:none;position:relative}.chat.Desktop .bottom .emoji .picker{position:absolute;bottom:50px;left:0}.chat.Desktop .bottom .sendButton{position:absolute;right:5px;bottom:5px;height:50px;width:50px;background-color:#ff6c22;color:#fff;border:none;border-radius:50px;cursor:pointer;display:flex;justify-content:center;align-items:center}.chat.Desktop .bottom .sendButton:disabled{background-color:#5182feb4;cursor:not-allowed}@media (max-width: 720px){.chat.Desktop{width:100%;margin:0;border-radius:0;transition-duration:.3s}}.chat.Mobile{display:flex;flex-direction:column;align-items:center;width:100%}.chat.Mobile .top{position:fixed;width:100%;height:80px;content:"";float:left;padding:20px;display:flex;align-items:center;justify-content:space-between;background:#2a0944;border-radius:0 0 10px 10px;border-bottom:solid 2px rgba(255,255,255,.03);-webkit-box-shadow:inset 0px -2px 135px -46px rgba(0,0,0,.15);-moz-box-shadow:inset 0px -2px 135px -46px rgba(0,0,0,.15);box-shadow:inset 0 -2px 135px -46px #1900ff26;-webkit-box-shadow:0px 18px 138px 18px rgba(0,0,0,.5);-moz-box-shadow:0px 18px 138px 18px rgba(0,0,0,.5);box-shadow:0 18px 138px 18px #00000080}.chat.Mobile .top .user{display:flex;align-items:center;gap:25px}.chat.Mobile .top .user img{width:52px;height:52px;border-radius:50%;object-fit:cover}.chat.Mobile .top .user .texts{display:flex;flex-direction:column;gap:2px}.chat.Mobile .top .user .texts span{font-size:20px;font-weight:900}.chat.Mobile .top .user .texts p{font-size:12px;font-weight:900;color:#ffffff4d}.chat.Mobile .top .icons{display:none;gap:20px}.chat.Mobile .top .icons img{width:20px;height:20px}.chat.Mobile .center{width:100%;margin-top:20px;padding:80px 0;flex:1;overflow-y:scroll;display:flex;flex-direction:column;gap:20px}.chat.Mobile .center .message{display:flex;gap:10px;align-self:flex-start}.chat.Mobile .center .message.own{align-self:flex-end}.chat.Mobile .center .message.own .texts p{padding:10px 20px;background:#f0b363;background:linear-gradient(315deg,#f0b363,#ff7923);color:#fff;border-radius:20px 0 20px 20px/20px 0px 20px 20px;white-space:pre-wrap;overflow-wrap:break-word;max-width:80vw}.chat.Mobile .center .message img{width:30px;height:30px;border-radius:50%;object-fit:cover}.chat.Mobile .center .message .texts{flex:1;display:flex;flex-direction:column;gap:5px;margin-left:10px}.chat.Mobile .center .message .texts img{max-width:60vw;width:100%;height:300px;border-radius:10px;object-fit:cover}.chat.Mobile .center .message .texts p{padding:10px 20px;max-width:80vw;background:#6a1e9b;background:linear-gradient(135deg,#6a1e9b,#4803c5);border-radius:0 20px 20px/0px 20px 20px;white-space:pre-wrap;overflow-wrap:break-word}@media (min-width: 601px){.chat.Mobile .center .message .texts{max-width:400px}}.chat.Mobile .center .message .texts span{font-size:13px}.chat.Mobile .bottom{bottom:0;display:flex;float:left;align-items:center;gap:20px;width:100%;position:fixed}.chat.Mobile .bottom .icons{display:none;gap:20px}.chat.Mobile .bottom img{width:20px;height:20px;cursor:pointer}.chat.Mobile .bottom .resizeInput{width:100%;resize:none;flex:1;background-color:#fff;border:none;outline:none;color:#000;padding:20px;border-radius:25px 25px 0 0;font-size:16px}.chat.Mobile .bottom .resizeInput:disabled{cursor:not-allowed}.chat.Mobile .bottom .emoji{display:none;position:relative}.chat.Mobile .bottom .emoji .picker{position:absolute;bottom:50px;left:0}.chat.Mobile .bottom .sendButton{position:absolute;right:5px;bottom:5px;height:50px;width:50px;background-color:#ff6c22;color:#fff;border:none;border-radius:50px;cursor:pointer;display:flex;justify-content:center;align-items:center}.chat.Mobile .bottom .sendButton:disabled{background-color:#5182feb4;cursor:not-allowed}.detail{display:none;flex:1}.detail .user{padding:30px 20px;display:flex;flex-direction:column;align-items:center;gap:15px;border-bottom:1px solid #dddddd35}.detail .user img{width:100px;height:100px;border-radius:50%;object-fit:cover}.detail .info{padding:20px;display:flex;flex-direction:column;gap:25px}.detail .info .option .title{display:flex;align-items:center;justify-content:space-between}.detail .info .option .title img{width:30px;height:30px;background-color:#1119284d;padding:10px;border-radius:50%;cursor:pointer}.detail .info .option .photos{display:flex;flex-direction:column;gap:20px;margin-top:20px}.detail .info .option .photos .photoItem{display:flex;align-items:center;justify-content:space-between}.detail .info .option .photos .photoItem .photoDetail{display:flex;align-items:center;gap:20px}.detail .info .option .photos .photoItem .photoDetail img{width:40px;height:40px;border-radius:5px;object-fit:cover}.detail .info .option .photos .photoItem .photoDetail span{font-size:14px;color:#d3d3d3;font-weight:300}.detail .info .option .photos .photoItem .icon{width:30px;height:30px;background-color:#1119284d;padding:10px;border-radius:50%;cursor:pointer}.detail .info button{padding:15px;background-color:#e64a698d;color:#fff;border:none;border-radius:5px;cursor:pointer}.detail .info button:hover{background-color:#dc143ccb}.detail .info button.logout{padding:10px;background-color:#1a73e8}.chatList.Desktop{flex:1;overflow-y:scroll}.chatList.Desktop .search{display:flex;align-items:center;gap:20px;padding:20px;width:100%}.chatList.Desktop .search .searchBar{width:100%;background-color:#ffffff1a;display:flex;align-items:center;gap:20px;border-radius:10px;padding:10px}.chatList.Desktop .search .searchBar input{background-color:transparent;border:none;outline:none;color:#fff;flex:1;position:relative;width:100%}.chatList.Desktop .search .searchBar img{width:20px;height:20px}.chatList.Desktop .search .add{width:36px;height:36px;background-color:#4803c5;padding:10px;border-radius:10px;cursor:pointer}.chatList.Desktop .item{display:flex;align-items:center;gap:20px;padding:20px;cursor:pointer;margin:10px;background-color:#ff00001a;-webkit-backdrop-filter:blur(2px) saturate(120%);backdrop-filter:blur(2px) saturate(120%);border-radius:12px;border:1px solid rgba(255,255,255,.125)}.chatList.Desktop .item img{width:50px;height:50px;border-radius:50%;object-fit:cover}.chatList.Desktop .item .texts{width:70%;display:flex;flex-direction:column;gap:10px;text-overflow:ellipsis}.chatList.Desktop .item .texts span{font-weight:500}.chatList.Desktop .item .texts p{font-size:14px;font-weight:300;text-overflow:ellipsis;overflow:hidden}@media (max-width: 720px){.chatList.Desktop{overflow-x:hidden}.chatList.Desktop .search{padding:20px 12.5px}.chatList.Desktop .item{overflow-x:hidden;gap:20px;padding:20px 10px;cursor:pointer;margin:0;background-color:none;-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:0;border:none;border-bottom:1px solid #dddddd35}.chatList.Desktop .item .texts{width:70%}}.chatList.Mobile{flex:1;overflow-y:scroll}.chatList.Mobile .search{display:flex;align-items:center;gap:20px;padding:20px;width:100%}.chatList.Mobile .search .searchBar{width:100%;background-color:#ffffff1a;display:flex;align-items:center;gap:20px;border-radius:10px;padding:10px}.chatList.Mobile .search .searchBar input{background-color:transparent;border:none;outline:none;color:#fff;flex:1;position:relative;width:100%}.chatList.Mobile .search .searchBar img{width:20px;height:20px}.chatList.Mobile .search .add{width:36px;height:36px;background-color:#4803c5;padding:10px;border-radius:10px;cursor:pointer}.chatList.Mobile .item{display:flex;align-items:center;gap:20px;padding:20px;cursor:pointer;margin:10px;background-color:#ff00001a;-webkit-backdrop-filter:blur(2px) saturate(120%);backdrop-filter:blur(2px) saturate(120%);border-radius:12px;border:1px solid rgba(255,255,255,.125)}.chatList.Mobile .item img{width:50px;height:50px;border-radius:50%;object-fit:cover}.chatList.Mobile .item .texts{width:70%;display:flex;flex-direction:column;gap:10px;text-overflow:ellipsis}.chatList.Mobile .item .texts span{font-weight:500}.chatList.Mobile .item .texts p{font-size:14px;font-weight:300;text-overflow:ellipsis;overflow:hidden}.addUser{width:max-content;height:max-content;padding:30px;background-color:#111928c7;border-radius:10px;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.addUser form{display:flex;gap:20px}.addUser form input{padding:20px;border-radius:10px;border:none;outline:none}.addUser form button{padding:20px;border-radius:10px;background-color:#1a73e8;color:#fff;border:none;cursor:pointer}.addUser .user{margin-top:50px;display:flex;align-items:center;justify-content:space-between}.addUser .user .detail{display:flex;align-items:center;gap:20px}.addUser .user .detail img{width:50px;height:50px;border-radius:50%;object-fit:cover}.addUser .user button{padding:10px;border-radius:10px;background-color:#1a73e8;color:#fff;border:none;cursor:pointer}.list.desktop{width:35%;display:flex;flex-direction:column;background:linear-gradient(0deg,#0701101a,#ffffff03);-webkit-backdrop-filter:blur(10px) saturate(180%);backdrop-filter:blur(10px) saturate(180%);border-radius:20px;margin:10px;border:2px solid rgba(255,0,0,.04);-webkit-box-shadow:inset 0px 0px 107px -50px rgb(255,255,255,.2);-moz-box-shadow:inset 0px 0px 107px -50px rgb(255,255,255,.2);box-shadow:inset 0 0 107px -50px #fff3}@media (max-width: 720px){.list.desktop{width:75px;margin:0;border-radius:0;transition-duration:.3s}.list.desktop:hover{width:60vw}}.list.Mobile{width:100%;display:flex;flex-direction:column;background:#000c;background:linear-gradient(0deg,#0701101a,#ffffff03);-webkit-backdrop-filter:blur(10px) saturate(180%);backdrop-filter:blur(10px) saturate(180%)}.userInfo.desktop{padding:20px;display:flex;align-items:center;justify-content:space-between}.userInfo.desktop .user{display:flex;align-items:center;gap:20px}.userInfo.desktop .user img{width:50px;height:50px;border-radius:50%;object-fit:cover}.userInfo.desktop .icons{display:flex;gap:20px}.userInfo.desktop .icons .Logout{padding:5px;font-weight:900;height:32px;width:32px;fill:#fff}.userInfo.desktop .icons :active{fill:#fff6}@media (max-width: 720px){.userInfo.desktop{width:100%;overflow:hidden;padding:20px 10px;border-radius:0;transition-duration:.3s}}.userInfo.Mobile{padding:20px;display:flex;align-items:center;justify-content:space-between}.userInfo.Mobile .user{display:flex;align-items:center;gap:20px}.userInfo.Mobile .user img{width:50px;height:50px;border-radius:50%;object-fit:cover}.userInfo.Mobile .icons{display:flex;gap:20px}.userInfo.Mobile .icons .Logout{padding:5px;font-weight:900;height:32px;width:32px;fill:#fff}.userInfo.Mobile .icons :active{fill:#fff6}.login{width:100%;height:100%;display:flex;align-items:center;gap:100px}.login .item{flex:1;display:flex;flex-direction:column;align-items:center;gap:20px}.login .item form{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.login .item form input{padding:20px;border:none;outline:none;background-color:#11192899;color:#fff;border-radius:5px}.login .item form label{width:100%;display:flex;align-items:center;justify-content:space-between;cursor:pointer;text-decoration:underline}.login .item form label img{width:50px;height:50px;border-radius:10px;object-fit:cover;opacity:.6}.login .item form button{width:100%;padding:20px;border:none;background-color:#1f8ef1;color:#fff;border-radius:5px;cursor:pointer;font-weight:500}.login .item form button:disabled{cursor:not-allowed;background-color:#1f8ff19c}.login .separator{height:80%;width:2px;background-color:#dddddd35}
