.login{height:100vh;background-color:#c1beff;margin:0;display:flex;align-items:center;justify-content:center}.login .card{display:flex;background-color:#fff;width:50%;border-radius:10px;min-height:600px;overflow:hidden}.login .card .left{background:linear-gradient(#270b6080,#270b6080),url(https://images.pexels.com/photos/34630974/pexels-photo-34630974.jpeg) center;background-size:cover;padding:50px;display:flex;flex-direction:column;gap:30px;color:#fff;flex:1}.login .card .left h1{font-size:50px;line-height:50px}.login .card .left span{font-size:14px}.login .card .left button{width:50%;padding:10px;border:none;background-color:#fff;color:#639}.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 lightgrey;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;margin:0;display:flex;align-items:center;justify-content:center}.register .card{display:flex;background-color:#fff;width:50%;border-radius:10px;min-height:600px;overflow:hidden}.register .card .left{flex:1;padding:50px;display:flex;flex-direction:column;gap:50px;justify-content:center}.register .card .left h1{color:#555}.register .card .left form{display:flex;flex-direction:column;gap:30px}.register .card .left form input{border:none;border-bottom:1px solid lightgray;padding:20px 10px}.register .card .left form button{width:50%;padding:10px;border:none;background-color:#938eef;color:#fff;font-weight:700;cursor:pointer}.register .card .right{flex:1;background:linear-gradient(#270b6080,#270b6080),url(https://images.pexels.com/photos/5407277/pexels-photo-5407277.jpeg) center;background-size:cover;padding:50px;display:flex;flex-direction:column;gap:30px;color:#fff}.register .card .right h1{font-size:50px;line-height:50px}.register .card .right span{font-size:14px}.register .card .right button{width:50%;padding:10px;border:none;background-color:#fff;color:#639}.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:.125rem;padding:5px}.theme-light .navbar .left .search input{border:none;width:200px;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}@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-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:.125rem;padding:5px}.theme-dark .navbar .left .search input{border:none;width:200px;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}@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-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 .user{display:flex;align-items:center;gap:10px;padding:10px;border-radius:10px;color:#000}.theme-light .leftBar .container .user:hover{background-color:#f6f3f3}.theme-light .leftBar .container .user img{width:40px;height:40px;border-radius:50%;object-fit:cover}.theme-light .leftBar .container .user span{font-size:14px;font-weight:500}.theme-light .leftBar .container .menu{display:flex;flex-direction:column;gap:10px}.theme-light .leftBar .container .menu a{color:#000}.theme-light .leftBar .container .menu a .item{display:flex;align-items:center;gap:15px;padding:10px;border-radius:10px}.theme-light .leftBar .container .menu a .item:hover{background-color:#f6f3f3}.theme-light .leftBar .container .menu a .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 .user{display:flex;align-items:center;gap:10px;padding:10px;border-radius:10px;color:#f5f5f5}.theme-dark .leftBar .container .user:hover{background-color:#333}.theme-dark .leftBar .container .user img{width:40px;height:40px;border-radius:50%;object-fit:cover}.theme-dark .leftBar .container .user span{font-size:14px;font-weight:500}.theme-dark .leftBar .container .menu{display:flex;flex-direction:column;gap:10px}.theme-dark .leftBar .container .menu a{color:#f5f5f5}.theme-dark .leftBar .container .menu a .item{display:flex;align-items:center;gap:15px;padding:10px;border-radius:10px}.theme-dark .leftBar .container .menu a .item:hover{background-color:#333}.theme-dark .leftBar .container .menu a .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;text-overflow:ellipsis}.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;border-radius:.125rem}.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;text-overflow:ellipsis}.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;border-radius:.125rem}.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}.theme-light .home{background-color:#f6f3f3;padding:20px 70px}@media(max-width:480px){.theme-light .home{padding:10px}}@media(max-width:960px){.theme-light .home{padding:20px}}.theme-dark .home{background-color:#333;padding:20px 70px}@media(max-width:480px){.theme-dark .home{padding:10px}}@media(max-width:960px){.theme-dark .home{padding:20px}}.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;padding:5px;cursor:pointer;color:#fff;background-color:red}.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-light .post .container .info .item button.likeButton{background:none;border:none;padding:0;margin:0;color:inherit;cursor:pointer;display:flex;align-items:center}.theme-light .post .container .info .item button.likeButton:disabled{cursor:wait!important;opacity:.6}.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;padding:5px;cursor:pointer;color:#fff;background-color:red}.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-dark .post .container .info .item button.likeButton{background:none;border:none;padding:0;margin:0;color:inherit;cursor:pointer;display:flex;align-items:center}.theme-dark .post .container .info .item button.likeButton:disabled{cursor:wait!important;opacity:.6}.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;border-radius:.125rem}.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;border-radius:.125rem}.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 .left::placeholder{color:#555}.theme-light .share .container .top .right{flex:1;display:flex;justify-content:flex-end}.theme-light .share .container .top .right .file{height:100px;width:100px;object-fit:cover;border-radius:0%}.theme-light .share .container .book-details-inputs{display:flex;flex-direction:column;gap:10px;padding:10px 0}.theme-light .share .container .book-details-inputs h3{font-size:14px;color:#555;margin-bottom:5px}.theme-light .share .container .book-details-inputs input{border:1px solid lightgray;border-radius:5px;padding:8px 12px;color:#000;font-size:14px;width:100%;box-sizing:border-box}.theme-light .share .container .book-details-inputs input::placeholder{color:#555}.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 .left::placeholder{color:#d3d3d3}.theme-dark .share .container .top .right{flex:1;display:flex;justify-content:flex-end}.theme-dark .share .container .top .right .file{height:100px;width:100px;object-fit:cover;border-radius:0%}.theme-dark .share .container .book-details-inputs{display:flex;flex-direction:column;gap:10px;padding:10px 0}.theme-dark .share .container .book-details-inputs h3{font-size:14px;color:#d3d3d3;margin-bottom:5px}.theme-dark .share .container .book-details-inputs input{border:1px solid #444;border-radius:5px;padding:8px 12px;color:#f5f5f5;font-size:14px;width:100%;box-sizing:border-box}.theme-dark .share .container .book-details-inputs input::placeholder{color:#d3d3d3}.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 .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}.theme-light .update{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;z-index:999;display:flex;align-items:center;justify-content:center}.theme-light .update .wrapper{background-color:#fff;color:#000;border-radius:10px;padding:40px;width:500px;max-height:80vh;overflow-y:auto;position:relative;display:flex;flex-direction:column;gap:20px}.theme-light .update .wrapper h1{font-size:20px;font-weight:500}.theme-light .update .wrapper form{display:flex;flex-direction:column;gap:15px}.theme-light .update .wrapper form label{font-size:13px;color:#555}.theme-light .update .wrapper form input[type=text]{border:none;border-bottom:1px solid lightgray;padding:10px 5px;background:transparent;color:#000;font-size:14px}.theme-light .update .wrapper form .files{display:flex;gap:20px}.theme-light .update .wrapper form .files .imgContainer{width:100px;height:70px;cursor:pointer}.theme-light .update .wrapper form .files .imgContainer img{width:100%;height:100%;object-fit:cover;border-radius:5px}.theme-light .update .wrapper form button[type=submit],.theme-light .update .wrapper form button:not(.close){padding:10px;border:none;background-color:#5271ff;color:#fff;border-radius:5px;cursor:pointer;font-weight:500}.theme-light .update .wrapper form button[type=submit]:disabled,.theme-light .update .wrapper form button:not(.close):disabled{opacity:.6;cursor:wait}.theme-light .update .wrapper .close{position:absolute;top:15px;right:15px;border:none;background:none;font-size:16px;cursor:pointer;color:#555}.theme-dark .update{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;z-index:999;display:flex;align-items:center;justify-content:center}.theme-dark .update .wrapper{background-color:#222;color:#f5f5f5;border-radius:10px;padding:40px;width:500px;max-height:80vh;overflow-y:auto;position:relative;display:flex;flex-direction:column;gap:20px}.theme-dark .update .wrapper h1{font-size:20px;font-weight:500}.theme-dark .update .wrapper form{display:flex;flex-direction:column;gap:15px}.theme-dark .update .wrapper form label{font-size:13px;color:#d3d3d3}.theme-dark .update .wrapper form input[type=text]{border:none;border-bottom:1px solid #444;padding:10px 5px;background:transparent;color:#f5f5f5;font-size:14px}.theme-dark .update .wrapper form .files{display:flex;gap:20px}.theme-dark .update .wrapper form .files .imgContainer{width:100px;height:70px;cursor:pointer}.theme-dark .update .wrapper form .files .imgContainer img{width:100%;height:100%;object-fit:cover;border-radius:5px}.theme-dark .update .wrapper form button[type=submit],.theme-dark .update .wrapper form button:not(.close){padding:10px;border:none;background-color:#5271ff;color:#fff;border-radius:5px;cursor:pointer;font-weight:500}.theme-dark .update .wrapper form button[type=submit]:disabled,.theme-dark .update .wrapper form button:not(.close):disabled{opacity:.6;cursor:wait}.theme-dark .update .wrapper .close{position:absolute;top:15px;right:15px;border:none;background:none;font-size:16px;cursor:pointer;color:#d3d3d3}.theme-light .explore{background-color:#f6f3f3;padding:20px 70px;min-height:100vh;color:#000}.theme-dark .explore{background-color:#333;padding:20px 70px;min-height:100vh;color:#f5f5f5}
