.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 a{text-decoration:none;color:inherit}.theme-light .navbar .left .install-btn{background-color:#007bff;color:#fff;border:none;border-radius:10px;font-size:14px;cursor:pointer;padding:8px;width:100%;transition:background .3s ease}.theme-light .navbar .left .install-btn:hover{background-color:#0056b3}.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;align-items:center}@media (max-width: 960px){.theme-light .navbar .left .search input{width:40%}}.theme-light .navbar .right{display:flex;align-items:center;gap:20px}.theme-light .navbar .right .user{display:flex;align-items:center;gap:10px;font-weight:500}.theme-light .navbar .right .user img{width:30px;height:30px;border-radius:50%;object-fit:cover}.theme-light .navbar .right .user button{border:none;padding:5px;color:#fff;cursor:pointer;background-color:#5271ff}.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 a{text-decoration:none;color:inherit}.theme-dark .navbar .left .install-btn{background-color:#007bff;color:#fff;border:none;border-radius:10px;font-size:14px;cursor:pointer;padding:8px;width:100%;transition:background .3s ease}.theme-dark .navbar .left .install-btn:hover{background-color:#0056b3}.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;align-items:center}@media (max-width: 960px){.theme-dark .navbar .left .search input{width:40%}}.theme-dark .navbar .right{display:flex;align-items:center;gap:20px}.theme-dark .navbar .right .user{display:flex;align-items:center;gap:10px;font-weight:500}.theme-dark .navbar .right .user img{width:30px;height:30px;border-radius:50%;object-fit:cover}.theme-dark .navbar .right .user button{border:none;padding:5px;color:#fff;cursor:pointer;background-color:#5271ff}.theme-light .leftBar{flex:2;position:sticky;top:70px;height:calc(100vh - 70px);overflow:scroll;background-color:#fff;color:#000}.theme-light .leftBar li{list-style:none!important}.theme-light .leftBar a{text-decoration:none!important}@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-light .leftBar .container .menu .item a{text-decoration:none;color:inherit}.theme-light .leftBar .container .menu .item .profileHolder{font-size:14px;margin-bottom:120px!important;padding:12px}.theme-dark .leftBar{flex:2;position:sticky;top:70px;height:calc(100vh - 70px);overflow:scroll;background-color:#222;color:#f5f5f5}.theme-dark .leftBar li{list-style:none!important}.theme-dark .leftBar a{text-decoration:none!important}@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-dark .leftBar .container .menu .item a{text-decoration:none;color:inherit}.theme-dark .leftBar .container .menu .item .profileHolder{font-size:14px;margin-bottom:120px!important;padding:12px}.stories{display:flex;gap:10px;height:250px;margin-bottom:30px}@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:150px;height:150px;border-radius:50%;margin-bottom:10px;justify-content:space-between}}.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:red;padding:5px;cursor:pointer;color:#fff}.theme-light .post .container .content{margin:20px 0}.theme-light .post .container .content img{width:100%;max-height:1000px;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:red;padding:5px;cursor:pointer;color:#fff}.theme-dark .post .container .content{margin:20px 0}.theme-dark .post .container .content img{width:100%;max-height:1000px;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;justify-content: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;justify-content: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}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}li{list-style:none}a{text-decoration:none}.theme-light .rightBar{flex:3;position:sticky;top:70px;height:calc(100vh - 70px);overflow:scroll;background-color:#f6f3f3}.theme-light .rightBar::-webkit-scrollbar{display:none}.theme-light .rightBar .container{padding:20px}.theme-light .rightBar .container .userListWrapper{padding:20px;margin-bottom:10px;border-radius:20px;background-color:#fff;cursor:pointer;color:#000}.theme-light .rightBar .container .item{padding-top:20px;background-color:#fff;color:#000;border-radius:20px}.theme-light .rightBar .container .item img{margin-left:30%}.theme-light .rightBar .container .item input{margin-left:10%}.theme-light .rightBar .container .item .searchTitle:hover{border:solid 1px #516CF0}.theme-light .rightBar .container .item .searchTitle{height:30px;width:80%;margin-right:10px;background-color:transparent;color:#000;border-radius:5px;border-color:#516cf0}.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;font-size:80%;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-light .rightBar .container .item .messageWrapper .message-Holder{background-color:#f5f5f5;border-radius:5px;word-wrap:break-word;position:relative}.theme-light .rightBar .container .item .messageWrapper img{width:10%;border-radius:50%;object-fit:cover}.theme-light .rightBar .container .item .messageWrapper .date{color:#999;font-size:10px;display:inline-flex;gap:40px}.theme-dark .rightBar{flex:3;position:sticky;top:70px;height:calc(100vh - 70px);overflow:scroll;background-color:#333}.theme-dark .rightBar::-webkit-scrollbar{display:none}.theme-dark .rightBar .container{padding:20px}.theme-dark .rightBar .container .userListWrapper{padding:20px;margin-bottom:10px;border-radius:20px;background-color:#222;cursor:pointer;color:#f5f5f5}.theme-dark .rightBar .container .item{padding-top:20px;background-color:#222;color:#f5f5f5;border-radius:20px}.theme-dark .rightBar .container .item img{margin-left:30%}.theme-dark .rightBar .container .item input{margin-left:10%}.theme-dark .rightBar .container .item .searchTitle:hover{border:solid 1px #516CF0}.theme-dark .rightBar .container .item .searchTitle{height:30px;width:80%;margin-right:10px;background-color:transparent;color:#f5f5f5;border-radius:5px;border-color:#516cf0}.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;font-size:80%;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}.theme-dark .rightBar .container .item .messageWrapper .message-Holder{background-color:#f5f5f5;border-radius:5px;word-wrap:break-word;position:relative}.theme-dark .rightBar .container .item .messageWrapper img{width:10%;border-radius:50%;object-fit:cover}.theme-dark .rightBar .container .item .messageWrapper .date{color:#999;font-size:10px;display:inline-flex;gap:40px}.theme-light .home{padding:20px 70px;background-color:#f6f3f3;min-height:100vh}@media (max-width: 960px){.theme-light .home{padding:20px}}.theme-dark .home{padding:20px 70px;background-color:#333;min-height:100vh}@media (max-width: 960px){.theme-dark .home{padding:20px}}.home .homeAndRightbar{display:flex}.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:inline;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{display:inline-block;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;margin-left:10px}.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:inline;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{display:inline-block;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;margin-left:10px}.theme-dark .profile .profileContainer .uInfo .right{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:10px}.update{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.update__overlay{background-color:#0009;width:100%;height:100%;position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center}.update__form{background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 4px #0000001a;max-width:400px;text-align:center}.update__file-input,.update__text-input{margin:5px 0;padding:10px;border:1px solid #ccc;border-radius:4px;width:100%}.update__submit-button{background-color:#007bff;color:#fff;padding:10px 20px;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s ease}.update__submit-button:hover{background-color:#0056b3}.update__cancel-button{background-color:#ccc;color:#333;padding:10px 20px;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s ease}.update__cancel-button:hover{background-color:#999}.theme-light .message-container{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center}.theme-light .message-container .Message__overlay{background-color:#000c;width:80%;height:100%;overflow:scroll;padding-top:80px}.theme-light .message-container .Message__overlay .message{color:#fff;padding-left:20px;max-width:60%;width:100%;text-align:right}.theme-light .message-container .Message__overlay .message .message-Holder{-webkit-box-shadow:0px 0px 15px 1px rgba(234,211,211,.09);-moz-box-shadow:0px 0px 15px 1px rgba(231,218,218,.09);box-shadow:0 0 15px 1px #e8e3e317;padding-left:20px;margin-bottom:20px}.theme-light .message-container .Message__overlay .message .message-Holder .date{flex:1;align-self:center;color:gray;font-size:10px!important;padding-right:20px}.theme-light .message-container .Message__overlay .currentUser-Message{color:#fff;padding-right:20px;width:100%;text-align:left;max-width:60%}.theme-light .message-container .Message__overlay .currentUser-Message .message-Holder{-webkit-box-shadow:0px 0px 15px 1px rgba(251,246,246,.09);-moz-box-shadow:0px 0px 15px 1px rgba(232,214,214,.09);box-shadow:0 0 15px 1px #ebe5e517;padding-left:20px;margin-bottom:20px}.theme-light .message-container .Message__overlay .currentUser-Message .message-Holder .date{color:gray;font-size:10px!important;text-align:end}.theme-light .message-container .Message__overlay .currentUser-Message .date{color:gray;font-size:10px!important}.theme-light .message-container .Message__overlay .message-form-rapper{width:50%;margin:10% 0 0 10%}.theme-light .message-container .Message__overlay .message-form-rapper .input-message{width:100%;padding:20px;margin-right:80px}.theme-dark .message-container{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center}.theme-dark .message-container .Message__overlay{background-color:#000c;width:80%;height:100%;overflow:scroll;padding-top:80px}.theme-dark .message-container .Message__overlay .message{color:#fff;padding-left:20px;max-width:60%;width:100%;text-align:right}.theme-dark .message-container .Message__overlay .message .message-Holder{-webkit-box-shadow:0px 0px 15px 1px rgba(234,211,211,.09);-moz-box-shadow:0px 0px 15px 1px rgba(231,218,218,.09);box-shadow:0 0 15px 1px #e8e3e317;padding-left:20px;margin-bottom:20px}.theme-dark .message-container .Message__overlay .message .message-Holder .date{flex:1;align-self:center;color:gray;font-size:10px!important;padding-right:20px}.theme-dark .message-container .Message__overlay .currentUser-Message{color:#fff;padding-right:20px;width:100%;text-align:left;max-width:60%}.theme-dark .message-container .Message__overlay .currentUser-Message .message-Holder{-webkit-box-shadow:0px 0px 15px 1px rgba(251,246,246,.09);-moz-box-shadow:0px 0px 15px 1px rgba(232,214,214,.09);box-shadow:0 0 15px 1px #ebe5e517;padding-left:20px;margin-bottom:20px}.theme-dark .message-container .Message__overlay .currentUser-Message .message-Holder .date{color:gray;font-size:10px!important;text-align:end}.theme-dark .message-container .Message__overlay .currentUser-Message .date{color:gray;font-size:10px!important}.theme-dark .message-container .Message__overlay .message-form-rapper{width:50%;margin:10% 0 0 10%}.theme-dark .message-container .Message__overlay .message-form-rapper .input-message{width:100%;padding:20px;margin-right:80px}.login{height:100vh;background-color:#c1beff;display:flex;align-items:center;justify-content:center}.login .card{width:90%;max-width:1200px;display:flex;background-color:#fff;border-radius:10px;min-height:600px;overflow:hidden}.login .card .left{flex:1;background:linear-gradient(#270b6080,#270b6080),url("/assets/priscilla-du-preez-XkKCui44iM0-unsplash%20(1)-CHNvpkTT.jpg") center;background-size:cover;padding:50px;display:flex;flex-direction:column;gap:30px;color:#fff}.login .card .left h1{font-size:3rem;line-height:1.2}.login .card .left span{font-size:1.2rem}.login .card .left button{width:40%;padding:10px;border:none;background-color:#fff;color:#639;font-weight:700;cursor:pointer;font-size:60%}.login .card .right{flex:1;padding:50px;display:flex;flex-direction:column;gap:30px;justify-content:center}.login .card .right h1{color:#555;font-size:2rem}.login .card .right form{display:flex;flex-direction:column;gap:20px}.login .card .right form input{width:70%;border:none;border-bottom:1px solid lightgray;padding:15px 10px}.login .card .right form button{width:40%;padding:10px;border:none;background-color:#938eef;color:#fff;font-weight:700;cursor:pointer}@media (max-width: 768px){.login .card{flex-direction:column;min-height:auto}.login .card .left{flex:1;padding:30px}.login .card .left h1{font-size:2rem}.login .card .left span{font-size:1rem}.login .card .left button{width:20%}.login .card .right{flex:1;padding:30px}.login .card .right h1{font-size:1.5rem}.login .card .right form{gap:15px}}.register{height:100vh;background-color:#c1beff;display:flex;align-items:center;justify-content:center}.register .card{width:90%;max-width:1200px;display:flex;flex-direction:row-reverse;background-color:#fff;border-radius:10px;min-height:600px;overflow:hidden}.register .card .left{flex:1;background:linear-gradient(#270b6080,#270b6080),url(/assets/priscilla-du-preez-gYdjZzXNWlg-unsplash-CK6mZysu.jpg) center;background-size:cover;padding:50px;display:flex;flex-direction:column;gap:30px;color:#fff}.register .card .left h1{font-size:3rem;line-height:1.2}.register .card .left span{font-size:1.2rem}.register .card .left button{width:40%;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:30px;justify-content:center}.register .card .right h1{color:#555;font-size:2rem}.register .card .right form{display:flex;flex-direction:column;gap:20px}.register .card .right form input{width:60%;border:none;border-bottom:1px solid lightgray;padding:15px 10px}.register .card .right form button{width:40%;padding:10px;border:none;background-color:#938eef;color:#fff;font-weight:700;cursor:pointer}@media (max-width: 768px){.register .card{flex-direction:column;min-height:auto}.register .card .left{flex:1;padding:30px}.register .card .left h1{font-size:2rem}.register .card .left span{font-size:1rem}.register .card .left button{width:100%}.register .card .right{flex:1;padding:30px}.register .card .right h1{font-size:1.5rem}.register .card .right form{gap:15px}}@media (max-width: 480px){.register .card{padding:20px}}@media (max-width: 360px){.register .left h1{font-size:1.5rem}}
