.login{height:100vh;background-color:#c1beff;display:flex;align-items:center;justify-content:center}.login .card{width:50%;display:flex;background-color:#fff;border-radius:10px;min-height:600px;min-width:950px;overflow:hidden}.login .card .left{flex:1;background:linear-gradient(#270b6080,#270b6080),url(https://images.pexels.com/photos/3228727/pexels-photo-3228727.jpeg?auto=compress&cs=tinysrgb&w=1600) center;background-size:cover;padding:50px;display:flex;flex-direction:column;gap:30px;color:#fff}.login .card .left h1{font-size:100px;line-height:100px}.login .card .left span{font-size:14px}.login .card .left button{width:50%;padding:10px;border:none;background-color:#fff;color:#639;font-weight:700;cursor:pointer}.login .card .right{flex:1;padding:50px;display:flex;flex-direction:column;gap:50px;justify-content:center}.login .card .right h1{color:#555}.login .card .right form{display:flex;flex-direction:column;gap:30px}.login .card .right form input{border:none;border-bottom:1px solid lightgray;padding:20px 10px}.login .card .right form button{width:50%;padding:10px;border:none;background-color:#938eef;color:#fff;font-weight:700;cursor:pointer}.register{height:100vh;background-color:#c1beff;display:flex;align-items:center;justify-content:center}.register .card{width:50%;display:flex;flex-direction:row-reverse;background-color:#fff;border-radius:10px;min-height:600px;min-width:950px;overflow:hidden}.register .card .left{flex:1;background:linear-gradient(#270b6080,#270b6080),url(https://images.pexels.com/photos/4881619/pexels-photo-4881619.jpeg?auto=compress&cs=tinysrgb&w=1600) center;background-size:cover;padding:50px;display:flex;flex-direction:column;gap:30px;color:#fff}.register .card .left h1{font-size:100px;line-height:100px}.register .card .left span{font-size:14px}.register .card .left button{width:50%;padding:10px;border:none;background-color:#fff;color:#639;font-weight:700;cursor:pointer}.register .card .right{flex:1;padding:50px;display:flex;flex-direction:column;gap:50px;justify-content:center}.register .card .right h1{color:#555}.register .card .right form{display:flex;flex-direction:column;gap:30px}.register .card .right form input{border:none;border-bottom:1px solid lightgray;padding:20px 10px}.register .card .right form button{width:50%;padding:10px;border:none;background-color:#938eef;color:#fff;font-weight:700;cursor:pointer}.theme-light .navbar{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;height:50px;border-bottom:1px solid lightgray;position:sticky;top:0;background-color:#fff;color:#000;z-index:999}.theme-light .navbar .left{display:flex;align-items:center;gap:30px}.theme-light .navbar .left span{font-weight:700;font-size:20px;color:#00008b}.theme-light .navbar .left .search{display:flex;align-items:center;gap:10px;border:1px solid lightgray;border-radius:5px;padding:5px}.theme-light .navbar .left .search input{border:none;width:500px;background-color:transparent;color:#000}@media (max-width: 480px){.theme-light .navbar .left .search input{display:none}}@media (max-width: 960px){.theme-light .navbar .left .search input{width:200px}}.theme-light .navbar .right{display:flex;align-items:center;gap:20px}@media (max-width: 480px){.theme-light .navbar .right{display:none}}.theme-light .navbar .right .user{display:flex;align-items:center;gap:10px;font-weight:500;position:relative}@media (max-width: 960px){.theme-light .navbar .right .user{display:none}}.theme-light .navbar .right .user img{width:30px;height:30px;border-radius:50%;object-fit:cover}.theme-light .navbar .right .user span{cursor:pointer}.theme-light .navbar .right .user .dropdown{position:absolute;top:40px;right:0;background-color:#fff;border:1px solid lightgray;border-radius:5px;padding:5px;font-weight:400;z-index:10;box-shadow:0 2px 8px #00000026}.theme-light .navbar .right .user .dropdown button{background:none;border:none;color:#555;cursor:pointer;padding:5px 10px;font-size:14px;white-space:nowrap}.theme-light .navbar .right .user .dropdown button:hover{background-color:#f0f0f0}.theme-dark .navbar{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;height:50px;border-bottom:1px solid #444;position:sticky;top:0;background-color:#222;color:#f5f5f5;z-index:999}.theme-dark .navbar .left{display:flex;align-items:center;gap:30px}.theme-dark .navbar .left span{font-weight:700;font-size:20px;color:#fff}.theme-dark .navbar .left .search{display:flex;align-items:center;gap:10px;border:1px solid #444;border-radius:5px;padding:5px}.theme-dark .navbar .left .search input{border:none;width:500px;background-color:transparent;color:#f5f5f5}@media (max-width: 480px){.theme-dark .navbar .left .search input{display:none}}@media (max-width: 960px){.theme-dark .navbar .left .search input{width:200px}}.theme-dark .navbar .right{display:flex;align-items:center;gap:20px}@media (max-width: 480px){.theme-dark .navbar .right{display:none}}.theme-dark .navbar .right .user{display:flex;align-items:center;gap:10px;font-weight:500;position:relative}@media (max-width: 960px){.theme-dark .navbar .right .user{display:none}}.theme-dark .navbar .right .user img{width:30px;height:30px;border-radius:50%;object-fit:cover}.theme-dark .navbar .right .user span{cursor:pointer}.theme-dark .navbar .right .user .dropdown{position:absolute;top:40px;right:0;background-color:#fff;border:1px solid lightgray;border-radius:5px;padding:5px;font-weight:400;z-index:10;box-shadow:0 2px 8px #00000026}.theme-dark .navbar .right .user .dropdown button{background:none;border:none;color:#555;cursor:pointer;padding:5px 10px;font-size:14px;white-space:nowrap}.theme-dark .navbar .right .user .dropdown button:hover{background-color:#f0f0f0}.theme-light .leftBar{flex:2;position:sticky;top:70px;height:calc(100vh - 70px);overflow:scroll;background-color:#fff;color:#000}@media (max-width: 480px){.theme-light .leftBar{display:none}}.theme-light .leftBar::-webkit-scrollbar{display:none}.theme-light .leftBar .container{padding:20px}.theme-light .leftBar .container hr{margin:20px 0;border:none;height:.5px;background-color:#d3d3d3}.theme-light .leftBar .container .menu{display:flex;flex-direction:column;gap:20px}.theme-light .leftBar .container .menu span{font-size:12px}.theme-light .leftBar .container .menu .user{display:flex;align-items:center;gap:10px}.theme-light .leftBar .container .menu .user img{width:30px;height:30px;border-radius:50%;object-fit:cover}.theme-light .leftBar .container .menu .user span{font-size:14px}.theme-light .leftBar .container .menu .item{display:flex;align-items:center;gap:10px}.theme-light .leftBar .container .menu .item img{width:30px}.theme-light .leftBar .container .menu .item span{font-size:14px}.theme-dark .leftBar{flex:2;position:sticky;top:70px;height:calc(100vh - 70px);overflow:scroll;background-color:#222;color:#f5f5f5}@media (max-width: 480px){.theme-dark .leftBar{display:none}}.theme-dark .leftBar::-webkit-scrollbar{display:none}.theme-dark .leftBar .container{padding:20px}.theme-dark .leftBar .container hr{margin:20px 0;border:none;height:.5px;background-color:#444}.theme-dark .leftBar .container .menu{display:flex;flex-direction:column;gap:20px}.theme-dark .leftBar .container .menu span{font-size:12px}.theme-dark .leftBar .container .menu .user{display:flex;align-items:center;gap:10px}.theme-dark .leftBar .container .menu .user img{width:30px;height:30px;border-radius:50%;object-fit:cover}.theme-dark .leftBar .container .menu .user span{font-size:14px}.theme-dark .leftBar .container .menu .item{display:flex;align-items:center;gap:10px}.theme-dark .leftBar .container .menu .item img{width:30px}.theme-dark .leftBar .container .menu .item span{font-size:14px}.theme-light .rightBar{flex:3;position:sticky;top:70px;height:calc(100vh - 70px);overflow:scroll;background-color:#f6f3f3}@media (max-width: 480px){.theme-light .rightBar{display:none}}@media (max-width: 960px){.theme-light .rightBar{display:none}}.theme-light .rightBar::-webkit-scrollbar{display:none}.theme-light .rightBar .container{padding:20px}.theme-light .rightBar .container .item{-webkit-box-shadow:0px 0px 15px 1px rgba(0,0,0,.09);-moz-box-shadow:0px 0px 15px 1px rgba(0,0,0,.09);box-shadow:0 0 15px 1px #00000017;padding:20px;margin-bottom:20px;background-color:#fff}.theme-light .rightBar .container .item span{color:gray}.theme-light .rightBar .container .item .user{display:flex;align-items:center;justify-content:space-between;margin:20px 0}.theme-light .rightBar .container .item .user .userInfo{display:flex;align-items:center;gap:20px;position:relative}.theme-light .rightBar .container .item .user .userInfo img{width:40px;height:40px;border-radius:50%;object-fit:cover}.theme-light .rightBar .container .item .user .userInfo .online{width:12px;height:12px;border-radius:50%;background-color:#32cd32;position:absolute;top:0;left:30px}.theme-light .rightBar .container .item .user .userInfo p{color:#555}.theme-light .rightBar .container .item .user .userInfo span{font-weight:500;color:#000}.theme-light .rightBar .container .item .user .buttons{display:flex;align-items:center;gap:10px}.theme-light .rightBar .container .item .user .buttons button{border:none;padding:5px;color:#fff;cursor:pointer}.theme-light .rightBar .container .item .user .buttons button:first-child{background-color:#5271ff}.theme-light .rightBar .container .item .user .buttons button:last-child{background-color:#f0544f}.theme-dark .rightBar{flex:3;position:sticky;top:70px;height:calc(100vh - 70px);overflow:scroll;background-color:#333}@media (max-width: 480px){.theme-dark .rightBar{display:none}}@media (max-width: 960px){.theme-dark .rightBar{display:none}}.theme-dark .rightBar::-webkit-scrollbar{display:none}.theme-dark .rightBar .container{padding:20px}.theme-dark .rightBar .container .item{-webkit-box-shadow:0px 0px 15px 1px rgba(0,0,0,.09);-moz-box-shadow:0px 0px 15px 1px rgba(0,0,0,.09);box-shadow:0 0 15px 1px #00000017;padding:20px;margin-bottom:20px;background-color:#222}.theme-dark .rightBar .container .item span{color:gray}.theme-dark .rightBar .container .item .user{display:flex;align-items:center;justify-content:space-between;margin:20px 0}.theme-dark .rightBar .container .item .user .userInfo{display:flex;align-items:center;gap:20px;position:relative}.theme-dark .rightBar .container .item .user .userInfo img{width:40px;height:40px;border-radius:50%;object-fit:cover}.theme-dark .rightBar .container .item .user .userInfo .online{width:12px;height:12px;border-radius:50%;background-color:#32cd32;position:absolute;top:0;left:30px}.theme-dark .rightBar .container .item .user .userInfo p{color:#d3d3d3}.theme-dark .rightBar .container .item .user .userInfo span{font-weight:500;color:#f5f5f5}.theme-dark .rightBar .container .item .user .buttons{display:flex;align-items:center;gap:10px}.theme-dark .rightBar .container .item .user .buttons button{border:none;padding:5px;color:#fff;cursor:pointer}.theme-dark .rightBar .container .item .user .buttons button:first-child{background-color:#5271ff}.theme-dark .rightBar .container .item .user .buttons button:last-child{background-color:#f0544f}.stories{display:flex;gap:10px;height:250px;margin-bottom:30px}@media (max-width: 480px){.stories{height:50px;margin-bottom:0;justify-content:space-between}}@media (max-width: 960px){.stories{height:150px;gap:20px}}.stories .story{flex:1;border-radius:10px;overflow:hidden;position:relative}@media (max-width: 480px){.stories .story{flex:none;width:50px;height:50px;border-radius:50%}}.stories .story img{width:100%;height:100%;object-fit:cover}.stories .story span{position:absolute;bottom:10px;left:10px;color:#fff;font-weight:500}@media (max-width: 480px){.stories .story span{display:none}}.stories .story button{position:absolute;bottom:40px;left:10px;color:#fff;background-color:#5271ff;border:none;border-radius:50%;width:30px;height:30px;cursor:pointer;font-size:30px;display:flex;align-items:center;justify-content:center}@media (max-width: 480px){.stories .story button{inset:0;margin:auto}}.theme-light .post{-webkit-box-shadow:0px 0px 25px -10px rgba(0,0,0,.38);-moz-box-shadow:0px 0px 25px -10px rgba(0,0,0,.38);box-shadow:0 0 25px -10px #00000061;border-radius:20px;background-color:#fff;color:#000}.theme-light .post .container{padding:20px}.theme-light .post .container .user{display:flex;align-items:center;justify-content:space-between;position:relative}.theme-light .post .container .user .userInfo{display:flex;gap:20px}.theme-light .post .container .user .userInfo img{width:40px;height:40px;border-radius:50%;object-fit:cover}.theme-light .post .container .user .userInfo .details{display:flex;flex-direction:column}.theme-light .post .container .user .userInfo .details .name{font-weight:500}.theme-light .post .container .user .userInfo .details .date{font-size:12px}.theme-light .post .container .user button{position:absolute;top:30px;right:0;border:none;background-color:#f0544f;padding:5px;cursor:pointer;color:#fff}.theme-light .post .container .content{margin:20px 0}.theme-light .post .container .content img{width:100%;max-height:500px;object-fit:cover;margin-top:20px}.theme-light .post .container .info{display:flex;align-items:center;gap:20px}.theme-light .post .container .info .item{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px}.theme-dark .post{-webkit-box-shadow:0px 0px 25px -10px rgba(0,0,0,.38);-moz-box-shadow:0px 0px 25px -10px rgba(0,0,0,.38);box-shadow:0 0 25px -10px #00000061;border-radius:20px;background-color:#222;color:#f5f5f5}.theme-dark .post .container{padding:20px}.theme-dark .post .container .user{display:flex;align-items:center;justify-content:space-between;position:relative}.theme-dark .post .container .user .userInfo{display:flex;gap:20px}.theme-dark .post .container .user .userInfo img{width:40px;height:40px;border-radius:50%;object-fit:cover}.theme-dark .post .container .user .userInfo .details{display:flex;flex-direction:column}.theme-dark .post .container .user .userInfo .details .name{font-weight:500}.theme-dark .post .container .user .userInfo .details .date{font-size:12px}.theme-dark .post .container .user button{position:absolute;top:30px;right:0;border:none;background-color:#f0544f;padding:5px;cursor:pointer;color:#fff}.theme-dark .post .container .content{margin:20px 0}.theme-dark .post .container .content img{width:100%;max-height:500px;object-fit:cover;margin-top:20px}.theme-dark .post .container .info{display:flex;align-items:center;gap:20px}.theme-dark .post .container .info .item{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px}.theme-light .comments img{width:40px;height:40px;border-radius:50%;object-fit:cover}.theme-light .comments .write{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:20px 0}.theme-light .comments .write input{flex:5;padding:10px;border:1px solid lightgray;background-color:transparent;color:#000}.theme-light .comments .write button{border:none;background-color:#5271ff;color:#fff;padding:10px;cursor:pointer;border-radius:3px}.theme-light .comments .comment{margin:30px 0;display:flex;justify-content:space-between;gap:20px}.theme-light .comments .comment .info{flex:5;display:flex;flex-direction:column;gap:3px;align-items:flex-start}.theme-light .comments .comment .info span{font-weight:500}.theme-light .comments .comment .info p{color:#555}.theme-light .comments .comment .date{flex:1;align-self:center;color:gray;font-size:12px}.theme-dark .comments img{width:40px;height:40px;border-radius:50%;object-fit:cover}.theme-dark .comments .write{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:20px 0}.theme-dark .comments .write input{flex:5;padding:10px;border:1px solid #444;background-color:transparent;color:#f5f5f5}.theme-dark .comments .write button{border:none;background-color:#5271ff;color:#fff;padding:10px;cursor:pointer;border-radius:3px}.theme-dark .comments .comment{margin:30px 0;display:flex;justify-content:space-between;gap:20px}.theme-dark .comments .comment .info{flex:5;display:flex;flex-direction:column;gap:3px;align-items:flex-start}.theme-dark .comments .comment .info span{font-weight:500}.theme-dark .comments .comment .info p{color:#d3d3d3}.theme-dark .comments .comment .date{flex:1;align-self:center;color:gray;font-size:12px}.posts{display:flex;flex-direction:column;gap:50px}.theme-light .share{-webkit-box-shadow:0px 0px 25px -10px rgba(0,0,0,.38);-moz-box-shadow:0px 0px 25px -10px rgba(0,0,0,.38);box-shadow:0 0 25px -10px #00000061;border-radius:20px;background-color:#fff;color:#000;margin-bottom:20px}.theme-light .share .container{padding:20px}.theme-light .share .container .top{display:flex;align-items:center;justify-content:space-between}.theme-light .share .container .top .left{display:flex;align-items:center;flex:3}.theme-light .share .container .top .left img{width:40px;height:40px;border-radius:50%;object-fit:cover}.theme-light .share .container .top .left input{border:none;outline:none;padding:20px 10px;background-color:transparent;width:60%;color:#000}.theme-light .share .container .top .right{flex:1;display:flex;align-items:flex-end}.theme-light .share .container .top .right .file{width:100px;height:100px;object-fit:cover;border-radius:0}.theme-light .share .container hr{margin:20px 0;border:none;height:.5px;background-color:#d3d3d3}.theme-light .share .container .bottom{display:flex;align-items:center;justify-content:space-between}.theme-light .share .container .bottom .left{display:flex;align-items:center;gap:20px}.theme-light .share .container .bottom .left .item{display:flex;align-items:center;gap:10px;cursor:pointer}.theme-light .share .container .bottom .left .item img{height:20px}.theme-light .share .container .bottom .left .item span{font-size:12px;color:gray}.theme-light .share .container .bottom .right button{border:none;padding:5px;color:#fff;cursor:pointer;background-color:#5271ff;border-radius:3px}.theme-dark .share{-webkit-box-shadow:0px 0px 25px -10px rgba(0,0,0,.38);-moz-box-shadow:0px 0px 25px -10px rgba(0,0,0,.38);box-shadow:0 0 25px -10px #00000061;border-radius:20px;background-color:#222;color:#f5f5f5;margin-bottom:20px}.theme-dark .share .container{padding:20px}.theme-dark .share .container .top{display:flex;align-items:center;justify-content:space-between}.theme-dark .share .container .top .left{display:flex;align-items:center;flex:3}.theme-dark .share .container .top .left img{width:40px;height:40px;border-radius:50%;object-fit:cover}.theme-dark .share .container .top .left input{border:none;outline:none;padding:20px 10px;background-color:transparent;width:60%;color:#f5f5f5}.theme-dark .share .container .top .right{flex:1;display:flex;align-items:flex-end}.theme-dark .share .container .top .right .file{width:100px;height:100px;object-fit:cover;border-radius:0}.theme-dark .share .container hr{margin:20px 0;border:none;height:.5px;background-color:#444}.theme-dark .share .container .bottom{display:flex;align-items:center;justify-content:space-between}.theme-dark .share .container .bottom .left{display:flex;align-items:center;gap:20px}.theme-dark .share .container .bottom .left .item{display:flex;align-items:center;gap:10px;cursor:pointer}.theme-dark .share .container .bottom .left .item img{height:20px}.theme-dark .share .container .bottom .left .item span{font-size:12px;color:gray}.theme-dark .share .container .bottom .right button{border:none;padding:5px;color:#fff;cursor:pointer;background-color:#5271ff;border-radius:3px}.theme-light .home{padding:20px 70px;background-color:#f6f3f3;min-height:100vh}@media (max-width: 480px){.theme-light .home{padding:10px}}@media (max-width: 960px){.theme-light .home{padding:20px}}.theme-dark .home{padding:20px 70px;background-color:#333;min-height:100vh}@media (max-width: 480px){.theme-dark .home{padding:10px}}@media (max-width: 960px){.theme-dark .home{padding:20px}}.theme-light .profile{background-color:#f6f3f3}.theme-light .profile .images{width:100%;height:300px;position:relative}.theme-light .profile .images .cover{width:100%;height:100%;object-fit:cover}.theme-light .profile .images .profilePic{width:200px;height:200px;border-radius:50%;object-fit:cover;position:absolute;left:0;right:0;margin:auto;top:200px}.theme-light .profile .profileContainer{padding:20px 70px}@media (max-width: 480px){.theme-light .profile .profileContainer{padding:10px}}@media (max-width: 960px){.theme-light .profile .profileContainer{padding:20px}}.theme-light .profile .profileContainer .uInfo{height:180px;-webkit-box-shadow:0px 0px 25px -10px rgba(0,0,0,.38);-moz-box-shadow:0px 0px 25px -10px rgba(0,0,0,.38);box-shadow:0 0 25px -10px #00000061;border-radius:20px;background-color:#fff;color:#000;padding:50px;display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}@media (max-width: 480px){.theme-light .profile .profileContainer .uInfo{flex-direction:column;height:30vh;padding:20px;margin-top:100px}}.theme-light .profile .profileContainer .uInfo .left{flex:1;display:flex;gap:10px}@media (max-width: 960px){.theme-light .profile .profileContainer .uInfo .left{flex-wrap:wrap}}.theme-light .profile .profileContainer .uInfo .left a{color:#555}.theme-light .profile .profileContainer .uInfo .center{flex:1;display:flex;flex-direction:column;align-items:center;gap:10px}.theme-light .profile .profileContainer .uInfo .center span{font-size:30px;font-weight:500}.theme-light .profile .profileContainer .uInfo .center .info{width:100%;display:flex;align-items:center;justify-content:space-around}.theme-light .profile .profileContainer .uInfo .center .info .item{display:flex;align-items:center;gap:5px;color:#555}.theme-light .profile .profileContainer .uInfo .center .info .item span{font-size:12px}.theme-light .profile .profileContainer .uInfo .center button{border:none;background-color:#5271ff;color:#fff;padding:10px 20px;border-radius:5px;cursor:pointer}.theme-light .profile .profileContainer .uInfo .right{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:10px}.theme-dark .profile{background-color:#333}.theme-dark .profile .images{width:100%;height:300px;position:relative}.theme-dark .profile .images .cover{width:100%;height:100%;object-fit:cover}.theme-dark .profile .images .profilePic{width:200px;height:200px;border-radius:50%;object-fit:cover;position:absolute;left:0;right:0;margin:auto;top:200px}.theme-dark .profile .profileContainer{padding:20px 70px}@media (max-width: 480px){.theme-dark .profile .profileContainer{padding:10px}}@media (max-width: 960px){.theme-dark .profile .profileContainer{padding:20px}}.theme-dark .profile .profileContainer .uInfo{height:180px;-webkit-box-shadow:0px 0px 25px -10px rgba(0,0,0,.38);-moz-box-shadow:0px 0px 25px -10px rgba(0,0,0,.38);box-shadow:0 0 25px -10px #00000061;border-radius:20px;background-color:#222;color:#f5f5f5;padding:50px;display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}@media (max-width: 480px){.theme-dark .profile .profileContainer .uInfo{flex-direction:column;height:30vh;padding:20px;margin-top:100px}}.theme-dark .profile .profileContainer .uInfo .left{flex:1;display:flex;gap:10px}@media (max-width: 960px){.theme-dark .profile .profileContainer .uInfo .left{flex-wrap:wrap}}.theme-dark .profile .profileContainer .uInfo .left a{color:#d3d3d3}.theme-dark .profile .profileContainer .uInfo .center{flex:1;display:flex;flex-direction:column;align-items:center;gap:10px}.theme-dark .profile .profileContainer .uInfo .center span{font-size:30px;font-weight:500}.theme-dark .profile .profileContainer .uInfo .center .info{width:100%;display:flex;align-items:center;justify-content:space-around}.theme-dark .profile .profileContainer .uInfo .center .info .item{display:flex;align-items:center;gap:5px;color:#d3d3d3}.theme-dark .profile .profileContainer .uInfo .center .info .item span{font-size:12px}.theme-dark .profile .profileContainer .uInfo .center button{border:none;background-color:#5271ff;color:#fff;padding:10px 20px;border-radius:5px;cursor:pointer}.theme-dark .profile .profileContainer .uInfo .right{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:10px}.update{position:absolute;inset:0;margin:auto;width:50%;height:50%;background-color:#fff;padding:50px;z-index:999}
