@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700&family=Roboto:ital,wght@0,100;0,400;0,500;1,100&display=swap";.info-container{height:100vh-40px;display:flex;flex-direction:row}.img{flex:1;height:100vh;box-shadow:0 8px 30px #1f26875e}.img-wrapper .i{justify-content:center;align-items:center;margin:10%;display:flex;flex-direction:column;gap:4rem}.img img{width:20rem;padding:5px;margin:6px;height:20rem;border-radius:50%;background:linear-gradient(35deg,hsl(240deg 100% 20%) 0%,hsl(272deg 100% 21%) 14%,hsl(289deg 100% 21%) 21%,hsl(17deg 100% 59%) 62%,hsl(55deg 100% 50%) 100%);backdrop-filter:blur(4px);box-shadow:0 8px 30px #1f26875e}.img .i label{background:linear-gradient(35deg,hsl(240deg 100% 20%) 0%,hsl(272deg 100% 21%) 14%,hsl(289deg 100% 21%) 21%,hsl(17deg 100% 59%) 62%,hsl(55deg 100% 50%) 100%);border-radius:10px;padding:1rem 2.4rem;border:2px solid rgba(255,255,255,.18);color:#fff;font-weight:700;letter-spacing:1px;font-size:.9rem;cursor:pointer}.info-wrapper{flex:1;display:flex;justify-content:center;align-items:center;height:100vh-50px;background:linear-gradient(35deg,hsl(240deg 100% 20%) 0%,hsl(272deg 100% 21%) 14%,hsl(289deg 100% 21%) 21%,hsl(17deg 100% 59%) 62%,hsl(55deg 100% 50%) 100%)}.form{display:flex;flex-direction:column;justify-content:center;align-items:center;background:rgba(255,255,255,.25);width:30rem;padding:20px;border-radius:10px;margin:5rem;box-shadow:0 8px 30px #1f26875e;backdrop-filter:blur(4px)}.form .i{display:flex;flex-direction:row;align-items:center;gap:12px;padding:1px 20px}.form label{padding:4px;font-size:1.3rem;font-weight:400}.form .i input{padding:.6rem .4rem;width:14rem;border-radius:10px;background:transparent;border:1px solid rgba(255,255,255,.18);margin:4px}.form .select{width:200px;padding:4px;box-shadow:0 8px 30px #1f26875e;backdrop-filter:blur(4px)}.form .select option{box-shadow:0 8px 30px #1f26875e;backdrop-filter:blur(4px)}.form .select,.form input:focus{outline:none;background:transparent}.gender-i{display:flex;flex-direction:row;align-items:center;padding:14px;gap:10px}.form .male,.female{display:flex;flex-direction:row;padding:2px;align-items:center}.form .tnc{display:flex;flex-direction:row;align-items:center;gap:3px;justify-content:center}.form .tnc p{font-size:14px;font-weight:400}.tnc span{text-decoration:underline;cursor:pointer}.form .button{display:flex;justify-content:center}.form .button button{background:#000;color:#fff;padding:.7rem 2rem;margin:12px;border-radius:8px;font-size:.8rem;font-weight:600;letter-spacing:1.9px;box-shadow:0 8px 30px #1f26875e;cursor:pointer}.header{background-color:#00f;display:flex;flex-direction:row;justify-content:space-around;position:sticky;height:3.9rem;top:0;box-shadow:0 8px 30px #1f26875e;backdrop-filter:blur(4px)}.header .left{flex:4;display:flex;justify-content:center;align-items:center}.mobil{display:none}.header .center{flex:5;display:flex;align-items:center;justify-content:flex-start}.header .right{flex:3;display:flex;justify-content:center;align-items:center;gap:32px}.header .right .r-1{display:flex;flex-direction:row;gap:32px}.header .right .r-1 span{cursor:pointer}.header .right img{height:3rem;width:3rem;border-radius:50px;object-fit:cover;border:2px solid white;margin:1px;cursor:pointer}.header .left h1{font-size:30px;font-weight:500;color:#d4d1d1;margin-bottom:10px}.header .left h1:first-letter{color:#6d0404;font-size:40px;font-weight:500}.header .center{display:flex;align-items:center;background-color:#fff;margin:11px;border-radius:10px;padding:22px 0}.header .center input{background:none;padding:12px 0 8px;border:none;width:16rem;font-weight:400;font-size:16px;margin-left:12px}.header .center input:focus{outline:none}.profile-options{display:none}.desk-top-menu{position:fixed;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;top:15;right:10px;background:#597de1;color:#fefefe;padding:10px;border-radius:10px;box-shadow:0 8px 30px #1f26875e;backdrop-filter:blur(4px);transition:2ms ease-in}.desk-top-menu-x{display:none}.desk-top-menu p{font-size:1.2rem;font-weight:400}.desk-top-menu button{background:#f27474;padding:6px 10px;outline:none;border:none;font-size:1rem;font-weight:500;cursor:pointer}.search-container{position:fixed;left:30%;top:4em;background:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;width:600px;box-shadow:0 8px 30px #1f26875e;backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;flex-direction:column;gap:10px;padding:10px;z-index:100}.search-container .search-iteam{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:20px;padding:2px 22px;transition:.5s all}.search-iteam:hover{background:#f7f7f7;color:#0e0d0d;cursor:pointer}.search-container .search-iteam img{width:2.3rem;height:2.3rem;border-radius:50%;object-fit:contain;border:1px solid black}.search-iteam p{font-size:1rem;font-weight:400}@media only screen and (max-width : 680px){.search-container{left:0;width:100vw}.mobil{display:flex;background:#d4d1d1;justify-content:center;align-items:center;padding:1px;margin:20px 10px}.mobil input{padding:10px;width:100vw;margin:0 10px}.mobil input::placeholder{font-size:1.1rem;color:#6c6c6c}.desk-top-menu{display:none}.header{display:flex;position:fixed;align-items:center;justify-content:space-around;height:2.8rem;top:0;box-shadow:0 8px 30px #1f26875e;backdrop-filter:blur(4px);min-width:100%;padding:20px}.header .left{flex:4;display:flex;justify-content:center;align-items:center;margin-left:19px}.header .right{flex:3;display:flex;justify-content:center;align-items:center;gap:32px}.header .right .r-1{display:none;flex-direction:row;gap:12px}.header .right img{height:3rem;width:3rem;border-radius:50px;object-fit:cover;border:2px solid white;margin-right:6px}.header .left h1{font-size:30px;font-weight:500;color:#d8d7d7;margin-bottom:10px}.header .left h1:first-letter{color:#7c0606;font-size:40px;font-weight:700}.profile-options{position:fixed;right:0;margin:10px 9px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:fit-content;background:#f8f6f6;padding:2rem 3rem;gap:1rem;border-radius:10px;font-size:20px;font-weight:700;transform:translateY(-210%);transition:4ms ease-in}.username{font-size:15px;padding:10px;font-weight:600}.pr-1{background-color:#0b0b0b;padding:10px;color:#fff;width:100%;border-radius:10px;text-align:center;letter-spacing:1px;font-size:1rem;font-weight:400;cursor:pointer}.profile-options-active{position:fixed;right:0;margin:60px 9px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:fit-content;background:#fefefe;padding:2rem 3rem;gap:1rem;border:1px solid black;border-radius:10px;font-size:10px;font-weight:500;transform:translateY(0)}}.login{min-width:100vw;min-height:100vh;background-color:#f0f2f5;display:flex;align-items:center;justify-content:center}.loginwrapper{width:90%;height:80%;display:flex}.loginleft,.loginright{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.loginlogo h1{font-size:50px;font-weight:800;color:#1775ee;margin-bottom:10px}.loginlogo h1:first-letter{color:#000;font-size:80px}.loginlogo span{font-size:23px}.loginbox{background-color:#fff;height:60vh;padding:7px 50px;display:flex;flex-direction:column;justify-content:center;border-radius:10px;gap:10px}.loginbox .tnc{text-align:center;font-weight:100;font-size:14px}.loginbox .dash-line .l,.r{border-bottom:2px solid rgb(200,198,198);padding-left:12px;justify-content:center;align-items:center;width:4vw}.loginbox .dash-line{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:12px}.loginbox input{height:50px;border-radius:6px;border:2px solid rgb(242,239,239);font-size:18px;padding:20px;justify-content:center;align-items:center}.loginbox input:focus{outline:none}.login-button{height:45px;border-radius:6px;border:none;background-color:#1775ee;font-size:20px;font-weight:300;cursor:pointer;margin:0 10%}.loginbox .frgt-psswd{text-align:center;cursor:pointer;color:#1775ee}.loginbox .create-acc{height:33px;margin:0 10%;font-size:15px;border:none;cursor:pointer;font-weight:400;border-radius:7px;background-color:#42b72a}@media only screen and (max-width : 680px){.loginwrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.loginlogo h1{font-size:30px;width:fit-content;font-weight:800;color:#1775ee;margin-bottom:10px}.loginlogo h1:first-letter{color:#000;font-size:40px}.loginlogo span{font-size:15px}.loginbox{background-color:#fff;height:60vh;padding:4px;display:flex;flex-direction:column;justify-content:center;border-radius:10px;gap:10px}.loginbox .tnc{text-align:center;font-weight:100;font-size:14px}.loginbox .dash-line .l,.r{border-bottom:2px solid rgb(200,198,198);padding-left:12px;justify-content:center;align-items:center;width:4vw}.loginbox .dash-line{display:none;flex-direction:row;justify-content:center;align-items:center;gap:12px}.loginbox input{height:50px;border-radius:6px;border:2px solid rgb(242,239,239);font-size:18px;padding:10px 8px;justify-content:center;align-items:center}.loginbox input:focus{outline:none;border:1px solid rgb(101,101,101)}.login-button{height:45px;border-radius:6px;border:none;background-color:#1775ee;font-size:20px;font-weight:300;cursor:pointer;margin:0 10%}.loginbox .frgt-psswd{text-align:center;cursor:pointer;color:#1775ee}.loginbox .create-acc{height:33px;margin:0 10%;font-size:15px;border:none;cursor:pointer;font-weight:400;border-radius:7px;background-color:#42b72a}.login{min-height:100vh;background-color:#f0f2f5;display:flex}}.right-container{display:flex;flex-direction:column;align-items:center;background:#efeeee;height:100vh;margin-left:4em;position:fixed;right:0}.add-wrapper{padding:10px}.add-wrapper span{font-size:17px;font-weight:500;padding:6px;margin-bottom:10px}.events{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:6px;background:#fff;padding:10px 30px;width:100%;border-radius:10px}.events .left{display:flex;flex-direction:column;background:#fff;padding:7px 10px;height:65px;width:65px;margin-right:15px;overflow:hidden;text-align:center;border-radius:10px;box-shadow:0 0 4px #000c}.events .left .d{font-size:2em;font-weight:700;text-align:center}.events .ri8{display:flex;flex-direction:column}.events .ri8 h1{font-size:1em;font-weight:600}.events .ri8 p{padding:0 10px;font-size:13px;color:#00f;text-decoration:underline}.top{margin:12px 2px}.friends-container{margin:1rem 0 0}.list-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.list{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:5px 10px;gap:18px;border:1px solid black;border-radius:8px;font-size:1rem;font-weight:800;width:100%;cursor:pointer}.tag{display:flex;flex-direction:row;justify-content:space-around;align-items:center}.tag p{text-align:left;padding:10px 0}.tag span{font-size:13px;font-weight:400;color:#00f;text-decoration:underline}.list img{width:2.3em;height:2.3em;border-radius:50%;background:blue;padding:2px}.list p{font-size:1em;font-weight:300}.list button{padding:6px 13px;background:rgb(94,94,246);border:none;border-radius:5px;color:#fff;cursor:pointer}.list span{margin-right:10px;width:10px;height:10px;background-color:green;border-radius:50%}.main-container{display:flex;flex-direction:row;height:100vh-50px}.left-sidebar{flex:2.5;height:100vh;padding:2rem 0;border-right:1px solid rgb(224,223,223);position:sticky;top:70px;z-index:-1000;margin-right:4em}.right-sidebar{position:sticky;top:70px;z-index:-1000}.main-container .right-sidebar{flex:3.5}.main-container .feed{flex:6}.left-sidebar .sidebarlist{padding:0;margin:0;list-style:none}.left-sidebar .sidebarlist .ls{display:flex;align-items:center;justify-content:flex-start;margin-bottom:20px;margin-left:20px;gap:20px;cursor:pointer}.left-sidebar button{width:150px;padding:8px;border-radius:5px;font-weight:500;margin:8px;border:none;cursor:pointer}.left-sidebar .sidebar-hr{margin:20px 15px;width:10rem}.left-sidebar .friends-list{display:none;padding:0;margin:0;list-style:none}.left-sidebar .left-down{display:flex;flex-direction:row;align-items:center}.left-down p{font-size:11px;font-weight:400;padding:0 5px;margin:0 5px;text-decoration:underline}.left-sidebar .friend{display:flex;align-items:center;margin:10px 20px;gap:15px;background-color:#e6e4e4;padding:0;border-radius:12px;cursor:pointer}.left-sidebar .friend img{width:3rem;height:3rem;border-radius:50%}.left-sidebar .friend span{font-weight:700;font-size:14px}.post{display:flex;flex-direction:column;width:fit-content;margin:10px 1px;border-radius:10px;box-shadow:0 0 16px -8px #000000ad;padding:20px}.post-edit{display:flex;flex-direction:row;gap:2px}.post-hr{margin:0 20px}.edit-buttons{display:flex;flex-direction:row;align-items:center;justify-content:space-around;margin:12px 10px}.add-ons{display:flex;flex-direction:row;justify-content:space-evenly;gap:5rem;margin:0}.edit-buttons button{padding:7px;background:none;border:none;border-radius:8px;font-weight:400;text-align:center;text-decoration:underline;font-size:16px}.edit-buttons .share-button{background-color:green;padding:.7rem 2rem;font-weight:500;letter-spacing:2.5px;cursor:pointer;text-decoration:none;box-shadow:0 0 16px -8px #000000ad;color:#fff}.post-edit img{width:3rem;height:3rem;border-radius:50%;margin-left:10px;border:2px solid green}.post-edit textarea{resize:none;height:5rem;width:30rem;margin:1px 2px;padding:7px;overflow-y:hidden;border:none;background:none;font-weight:500;font-size:16px}textarea:focus{outline:none}@media only screen and (max-width : 680px){.feed-container{display:flex;flex-direction:column;max-width:fit-content}.post-wrapper{padding:4px}.post{display:flex;flex-direction:column;width:fit-content;margin:10px 1px;border-radius:10px;box-shadow:0 0 16px -8px #000000ad;padding:20px}.post-hr{margin:0 10px}.edit-buttons{display:flex;flex-direction:row;align-items:center;justify-content:space-around;margin-top:6px}.add-ons{display:flex;flex-direction:row;justify-content:space-evenly;gap:1rem}.post-edit{width:100%;display:flex;flex-direction:row;padding:25px 25px 30px}.post-edit textarea{resize:none;height:5rem;width:50%;margin:1px 2px;padding:7px;overflow-y:hidden;border:none;background:none;font-weight:500;font-size:16px}}.post-timeline{display:flex;flex-direction:column;margin:10px;gap:20px;width:1%}.Profile-container{display:flex;flex-direction:column;gap:20px;margin:.1rem 0}.profile-bgimg img{width:100%;max-height:300px;object-fit:cover;margin:1px .1px;padding:0 2px}.profile-pic{display:flex;justify-content:center;align-items:center;margin:-5rem}.profile-pic img{background:#ffff;width:10rem;height:10rem;border-radius:50%;object-fit:cover;border:3px solid white}.profile-name{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:5rem 0 0}.profile-name .i{display:flex;flex-direction:column;justify-content:center;align-items:center}.user-info-wrapper{background:#e2e1e1;padding:1.2rem;margin:0 120px;border:1px solid black;border-radius:10px}.user-info{display:flex;flex-direction:column;justify-content:center;align-items:center}.user-info-wrapper table td,.user-info-wrapper table tr{padding:4px}.user-info-wrapper p{text-align:center;font-size:1.1rem;font-weight:400;line-height:1.4rem;padding:4px 0}.profile-post{display:flex;justify-content:center}@media only screen and (max-width : 680px){.Profile-container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;margin:0 0 5rem}.profile-bgimg img{width:100%;max-height:300px;object-fit:cover}.profile-pic img{background:#ffff;height:10rem;border-radius:50%;object-fit:cover;border:3px solid white}.profile-name{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:5rem 0 0}.profile-name .i{display:flex;flex-direction:column;justify-content:center;align-items:center}.user-info-wrapper{display:flex;align-items:center;justify-content:center;padding:.5rem;width:70%;margin:10px}.user-info{display:flex;flex-direction:column;justify-content:center;align-items:center}.user-info-wrapper table td,.user-info-wrapper table tr{padding:4px}.user-info-wrapper p{text-align:center;font-size:1.1rem;font-weight:400;line-height:1.4rem;padding:4px 0}}.post-timeline{display:flex;flex-direction:column;margin:10px;gap:20px;width:100%}.friend-post-wrapeer{border:1px solid rgb(187,186,186);border-radius:18px;margin:10px;padding:0 10px 10px 0}.friend-post-wrapeer .top img{width:3rem;height:3rem;border-radius:50%;object-fit:cover}.friend-post-wrapeer .top .left{display:flex;flex-direction:row;gap:10px;align-items:center}.friend-post-wrapeer .top h5{font-size:3vh;font-weight:500}.friend-post-wrapeer .top .right{border-left:3px dotted black}.friend-post-wrapeer .top{display:flex;justify-content:space-between;align-items:center;flex-direction:row;border-bottom:2px solid rgb(208,207,207);margin-bottom:10px;padding:10px}.friendpost-img img{width:100%;max-height:400px;margin:6px;object-fit:contain;background:#f6f5f5}.friendpost-img p{padding:10px;font-size:1rem;font-weight:400;hyphens:auto;word-wrap:break-word;word-break:break-all}.comments-like{display:flex;justify-content:space-between;margin:0 4px}.comments-like button{background:none;border:none;font-size:larger}.comments-like .left{display:flex;flex-direction:row;gap:2px}.comments-like .right{text-decoration:underline}.comments-like p{font-weight:400;padding:0 12px}@media only screen and (max-width : 680px){.post-timeline{display:flex;flex-direction:column;width:100%}.friend-post-wrapeer{width:fit-content;padding:0 1.4em 1.4rem 1rem;margin:10px 0;border-top:1px solid rgb(130,130,130);border-bottom:1px solid rgb(123,123,123);border-left:0;border-radius:0;border-right:0;background:#ededed;width:100%}.friend-post-wrapeer .top h5{font-size:18px;font-weight:500}.friend-post-wrapeer .top .left{display:flex;flex-direction:row;gap:5px;align-items:center}.friend-post-wrapeer .top img{width:3rem;height:3rem;border-radius:50%;object-fit:cover}.friend-post-wrapeer .top .left{display:flex;flex-direction:row;gap:6px;align-items:center}.comments-like{display:flex;justify-content:space-between;margin:0 3px}.comments-like .left{display:flex;flex-direction:row;gap:1px}.comments-like p{font-weight:400;padding:0 10px}}*{padding:0;margin:0;box-sizing:border-box;font-family:Roboto,sans-serif}body{background:rgb(254,254,254)}@media only screen and (max-width : 680px){.left-sidebar,.right-sidebar,.header .center{display:none}}
