.feed_page{width:100vw;padding:0 20px;display:flex;align-items:center;justify-content:space-around;height:90vh}.feed_box{background-color:#090909;min-width:200px;min-height:85vh;box-shadow:0 48px 100px 0 rgba(17,12,46,.15)}.light>.feed_box{background-color:transparent}.feed_left{width:23%;border-radius:40px;border-top-right-radius:0}.feed_right{width:23%;border-radius:40px;border-top-left-radius:0}.feed_mid{width:50%;overflow-y:scroll;height:85vh}.feed_mid::-webkit-scrollbar{display:none}.feed_left_list{margin-top:30px}.feed_left_list>div{margin:10px auto;display:flex;align-items:center;justify-content:flex-start;width:80%;padding:10px;border-radius:10px;cursor:pointer}.feed_left_list>div>p{margin-top:2px;margin-left:10px;font-size:13px}.feed_left_list>div>svg{width:20px;height:20px}.feed_left_list>div:hover{background-color:#0e0e0e}.light .feed_left_list>div:hover{background-color:#f2f2f2}.feed_right_box{width:80%;margin:30px auto auto;text-align:center}.feed_right_box>img{border-radius:var(--full-radius);object-fit:cover}.feed_right_box h3{font-size:20px;letter-spacing:2px}.feed_right_links_box{padding:10px 0;width:70%;margin:5px auto}.feed_right_link,.feed_right_links_box{display:flex;justify-content:center;align-items:center}.feed_right_link{font-size:12px;margin:10px auto;width:100%;text-align:center}.feed_right_link>svg{margin-right:5px}.feed_right_box p{font-size:13px;margin-top:5px}@media screen and (max-width:768px){.feed_left,.feed_right{display:none}.feed_mid{width:100%;margin:0;padding:0}.feed_page{padding:0}}.post_body{width:75%;margin:20px auto;border:2px solid hsla(0,0%,50%,.114);padding:15px 0;border-radius:20px;border-top-left-radius:0;box-shadow:0 48px 100px 0 rgba(17,12,46,.15)}.post_header{justify-content:space-between;padding:0 15px}.post_header,.post_header_left{display:flex;align-items:center}.post_header_left{justify-content:flex-start;width:100%}.post_icon{border-radius:var(--full-radius);outline:2px solid #fff;outline-offset:2px}.post_icon:hover{opacity:.7;transition:.5s}.post_header_text{margin-left:10px}.post_header_text h4{font-size:15px}.post_header_text p{font-size:11px;margin-top:3px}.post_header_right{display:flex;align-items:center;justify-content:center}.post_caption{margin:10px auto;width:90%}.post_caption p{font-size:12px}.post_media{width:100%;height:250px;object-fit:contain;margin:10px 0}.post_footer{padding:5px 0}.footer_container{margin:0 auto}.footer_box,.footer_container{display:flex;align-items:center;justify-content:space-around}.footer_box{cursor:pointer;padding:5px 10px;border-radius:var(--full-radius)}.footer_box:hover{background-color:#0e0e0e}.light .footer_box:hover{background-color:#f2f2f2}.footer_box p{margin-left:5px}@media screen and (max-width:768px){.post_body{width:90vw}.post_icon{border-radius:200px!important}}.feed_load_image{text-align:center}.feed_load_image,.not_found_body{height:90vh;display:flex;align-items:center;justify-content:center}.not_found_body{flex-direction:column}.not_found_body h1{font-size:100px;opacity:.5}.not_found_body p{opacity:.7;letter-spacing:3px}