.secondary-navigation *{transition:.3s all}.secondary-navigation{max-width:27rem;height:5rem;border-radius:5px;display:flex;justify-content:center;gap:1rem;align-items:center;margin:30px auto .5rem;transition:.3s all}.secondary-navigation.light{background:white}.secondary-navigation.dark{background:rgb(50,50,50);box-shadow:inset 5px 5px 10px #0006}.secondary-navigation a{text-decoration:none;font-weight:700;padding:1rem .5rem}.secondary-navigation.light a{color:#4a4a4a}.secondary-navigation.dark a{color:#b0b0b0}.navlink-container{height:3rem;display:flex;justify-content:center;align-items:center;border-radius:8px;transition:.2s all;padding:.3rem}.secondary-navigation.light .navlink-container.active{background:rgb(230,230,230)}.secondary-navigation.dark .navlink-container.active{background:rgb(100,100,100)}.secondary-navigation.light .navlink-container:hover{background:rgb(230,230,230)}.secondary-navigation.dark .navlink-container:hover{background:rgb(90,90,90)}.secondary-navigation.light a.active{color:#0470d4;pointer-events:none;touch-action:none}.secondary-navigation.dark a.active p{color:#fcfcfc;pointer-events:none;touch-action:none}a.loading{pointer-events:none;touch-action:none}.best{margin-left:.5rem}@media only screen and (max-width: 460px){.secondary-navigation{width:20rem;gap:.6rem}.secondary-navigation a{padding:.5rem .3rem;font-size:.8rem}}.top-of-the *{transition:.3s all}.top-of-the{border-radius:5px;position:relative;transition:.3s all}.top-of-the.light{background:rgb(230,230,230)}.top-of-the.dark{background:rgb(100,100,100)}.top-of-the-content-container{padding:.6rem .5rem;display:flex;justify-content:center;align-items:center;flex-direction:row}.top-of-the-content-container:hover{cursor:pointer}.top-of-the.light p{font-weight:700;color:#0470d4}.top-of-the.dark p{font-weight:700;color:#fff}.top-of-the .top-of-dropdown-menu{position:absolute;width:21rem;height:2rem;display:flex;align-items:center;justify-content:center}.top-of-the.light .top-of-dropdown-menu{background:white}.top-of-the.dark .top-of-dropdown-menu{background:rgb(100,100,100)}.top-of-dropdown-menu a{font-size:.9rem;color:#4a4a4a}.top-of-the.light .top-of-dropdown-menu a:hover{color:#000}.top-of-the.dark .top-of-dropdown-menu a:hover{color:#fff}.top-of-filter{height:100%;display:flex;align-items:center;justify-content:center}.top-of-the.light .top-of-filter:hover{background:rgba(0,181,252,.2)}.top-of-the.dark .top-of-filter:hover{background:rgb(120,120,120)}.all-time{width:100%}@media only screen and (max-width: 910px){.top-of-the .top-of-dropdown-menu{width:19rem;height:2rem;overflow:hidden}.top-of-dropdown-menu a{font-size:.8rem;white-space:nowrap}}@media only screen and (max-width: 855px){.top-of-the .top-of-dropdown-menu{width:17rem;overflow:hidden}.top-of-dropdown-menu a{font-size:.7rem}}@media only screen and (max-width: 790px){.top-of-the .top-of-dropdown-menu{left:-.5rem}}@media only screen and (max-width: 765px){.top-of-the .top-of-dropdown-menu{left:-1rem}}@media only screen and (max-width: 750px){.top-of-the .top-of-dropdown-menu{left:-2rem}}@media only screen and (max-width: 720px){.top-of-the .top-of-dropdown-menu{left:-3rem}}@media only screen and (max-width: 690px){.top-of-the .top-of-dropdown-menu{left:-4rem}}@media only screen and (max-width: 655px){.top-of-the .top-of-dropdown-menu{left:-5rem}}@media only screen and (max-width: 630px){.top-of-the .top-of-dropdown-menu{left:-6rem}}@media only screen and (max-width: 595px){.top-of-the .top-of-dropdown-menu{left:-7rem}}@media only screen and (max-width: 560px){.top-of-the .top-of-dropdown-menu{left:-8rem}}@media only screen and (max-width: 530px){.top-of-the .top-of-dropdown-menu{left:-10rem}}@media only screen and (max-width: 470px){.top-of-the .top-of-dropdown-menu{left:-11rem;width:fit-content}.all-time{width:fit-content}.top-of-the-content-container{font-size:.8rem}}nav.main-nav *{transition:.3s all}nav.main-nav{height:60px;filter:drop-shadow(0px 5px 15px rgba(0,0,0,.15));position:fixed;width:100%;top:0;z-index:3;overflow:visible;transition:.3s all}nav.main-nav.light{background:white}nav.main-nav.dark{background:#1a1919}nav.main-nav.light h1{color:#000}nav.main-nav.dark h1{color:#f5f5f5}.main-nav-flex-container{display:flex;height:100%;width:100%;align-items:center;gap:2rem}.nav-logo{height:5rem}.nav-logo:hover{cursor:pointer}.main-nav-bar-content-container{display:flex;flex-direction:row;align-items:center;gap:.5rem;pointer-events:none;-webkit-user-select:none;user-select:none}.main-nav-bar-user-icon{width:2.5rem;height:2.5rem;border-radius:50%}@media only screen and (max-width: 1050px){.main-nav-flex-container{gap:1rem}}@media only screen and (max-width: 855px){.main-nav-flex-container{justify-content:center}}@media only screen and (max-width: 500px){.nav-logo{height:4rem}.main-nav-flex-container{gap:.2rem}}@media only screen and (max-width: 450px){.nav-logo{height:3.5rem}}.search-svg g path{transition:.2s all}.search-svg.focused.light g path,.search-svg.hovered.light g path{stroke:#000}.search-svg.focused.dark g path,.search-svg.hovered.dark g path{stroke:#fff}.search-input{display:flex;align-items:center;border-radius:20px;position:relative}.search-input.light{border:1px solid rgba(0,0,0,.3);background:rgb(240,240,240)}.search-input.dark{border:1px solid rgb(90,90,90);background:rgb(50,50,50)}.search-input.light:hover,.search-input.light.focused{border:1px solid #0470d4;background:white}.search-input.dark:hover,.search-input.dark.focused{border:1px solid rgba(255,255,255,.3);background:rgb(70,70,70)}.search-input .input-field{height:2.5rem;width:23rem;border:transparent;margin-left:.5rem;font-size:1rem;outline:none;border-radius:20px}.search-input.light .input-field{color:#323232;background:rgb(240,240,240)}.search-input.dark .input-field{color:#c8c8c8;background:rgb(50,50,50)}.search-input.light:hover .input-field{background:white}.search-input.dark:hover .input-field{background:rgb(70,70,70)}.input-field.focused,.search-input.light .input-field.focused{background:white}.search-input.dark .input-field.focused{background:rgb(70,70,70);color:#fff}.search-input label{margin-top:.2rem;margin-left:.25rem}.search-for{position:absolute;top:2.55rem;width:100%;border-radius:2px;transition:.25s all}.search-input.light .search-for{background:white}.search-input.dark .search-for{background-color:#3c3c3c;color:#fff}.search-for:hover{background-color:#f0f0f0;cursor:pointer}.search-input.light .search-for a{color:#000;text-decoration:none}.search-input.dark .search-for a{color:#fff;text-decoration:none}.search-for-container{display:flex;flex-direction:row;gap:.4rem;padding:.6rem}.search-for-container svg{flex-shrink:0}.search-for-container p{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media only screen and (max-width: 1000px){.search-input .input-field{width:18rem}}@media only screen and (max-width: 900px){.search-input .input-field{width:15rem}}@media only screen and (max-width: 700px){.search-input .input-field{width:12rem}}@media only screen and (max-width: 650px){.search-input .input-field{width:10rem}}@media only screen and (max-width: 540px){.search-input .input-field{width:15rem}.search-input{margin:0 .4rem}}@media only screen and (max-width: 420px){.search-input .input-field{width:12rem}.search-input{margin:0 .3rem}}.nightmode-switch *{transition:.25s all}.nightmode-switch{border:1px solid rgba(0,0,0,.3);height:2.8rem;width:5.8rem;transition:.25s all;position:relative;display:flex;align-items:center;border-radius:25px;box-shadow:inset 5px 5px 5px #0000004d}.nightmode-switch:hover{cursor:pointer}.nightmode-switch.dark{background:#5c5c5c}.nightmode-switch.light{background:rgba(247,186,2,.6)}.nightmode-switch-ball{width:2.4rem;height:2.4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute}.nightmode-switch-ball.light{background:rgb(247,186,2);box-shadow:2px 2px 5px #0000004d;border:1px solid rgba(0,0,0,.4)}.nightmode-switch-ball.dark{background:#9c9c9c;box-shadow:-5px -1px 5px #00000080;border:1px solid rgba(255,255,255,.4)}.nightmode-switch-ball.dark{transform:translate(127%)}.nightmode-switch-ball.light{transform:translate(5%)}footer{display:flex;justify-content:center;align-items:center;margin-top:6rem;height:80px;width:100%;filter:drop-shadow(0 -10px 15px rgba(0,0,0,.15))}footer.light{background:white}footer.dark{background:rgb(50,50,50)}footer h6{font-size:1rem}footer.light h6{color:#0003}footer.dark h6{color:#f0f0f0cc}.notification-bg{position:fixed;display:flex;justify-content:center;align-items:center;width:100%;height:100%;top:60px;background:rgba(0,0,0,.8);z-index:2}.notification{display:flex;flex-direction:column;justify-content:center;align-items:center;width:60%;height:12rem;border-radius:5px;animation:on-load .3s linear}.notification.light{background:rgb(248,248,248)}.notification.dark{background:rgb(40,40,40);color:#f5f5f5;border:1px solid rgba(255,255,255,.3)}.notification.dark a{color:#4874f7}.notification-content-container{padding:1.5rem 1.3rem}.notification-content-container *{text-align:center}.notification-content-container h1{margin-bottom:.5rem}.notification a{text-decoration:none}.notification a:hover{text-decoration:underline}.notification-content-container button{margin:.6rem auto 0;display:block;width:8rem;height:3rem;color:#f5f5f5;font-weight:700;font-size:1rem;border:none;border-radius:5px;transition:.25s all}.notification.light .notification-content-container button{background:#4874f7}.notification.dark .notification-content-container button{background:rgb(70,70,70)}.notification.light .notification-content-container button:hover{cursor:pointer;background:#7a9afa}.notification.dark .notification-content-container button:hover{cursor:pointer;background:rgb(20,20,20)}@keyframes on-load{0%{transform:scale(0)}to{transform:scale(1)}}.subreddit-header *{transition:all .3s}.subreddit-header{margin-top:60px}.subreddit-hero-bg{height:12rem;background:#0470d4;background-position:center;background-repeat:no-repeat}.subreddit-hero{height:12rem;width:100%;background:#0470d4}.subreddit-header-content-container{width:100%;height:85px;display:flex;align-items:center;justify-content:flex-end;flex-direction:column;transition:.3s all;position:relative}.subreddit-header-content-container.light{background:white}.subreddit-header-content-container.dark{background:#1a1919}.subreddit-header-text-container{display:flex;flex-direction:column;gap:.1rem;text-align:center;margin-bottom:.8rem}.subreddit-header-icon-container{width:5.5rem;height:5.5rem}.subreddit-header-icon{background:white;border-radius:50%;position:relative;width:5.5rem;height:5.5rem}.subreddit-header-prefix.light{color:#a9a9a9}.subreddit-header-prefix.dark{color:#a0a0a0}.subreddit-header-icon.light{border:3.7px solid white}.subreddit-header-icon.dark{border:3.7px solid #1a1919}.subreddit-header-title.light{color:#000}.subreddit-header-title.dark{color:#f5f5f5}.subreddit-icon-error{width:5.5rem;height:5.5rem;border-radius:50%;background:rgb(40,40,40);position:absolute;top:-4.2rem;border:1px solid rgba(255,255,255,.3)}.subreddit-header-loading-box{width:100%;height:277px;animation:subreddit-header-loading 1.1s linear infinite alternate;margin-top:60px;opacity:.3}@keyframes subreddit-header-loading{0%{background:gray}to{background:black}}.subreddit-info *{transition:.25s all}.subreddit-info{display:flex;flex-direction:column;position:absolute;right:-4.5rem;gap:1rem;width:18rem;border-radius:5px;transition:.25s all}.subreddit-info.light{background:white;border:1px solid rgba(0,0,0,.3)}.subreddit-info.dark{background:rgb(50,50,50);color:#f5f5f5;border:1px solid rgba(255,255,255,.3);box-shadow:0 0 15px #ffffff16}.subreddit-info-content-container{padding:.9rem}.subreddit-info-header{margin-bottom:.8rem}.subreddit-info-main-header{font-size:1.2rem;margin-bottom:.85rem}.subreddit-info.light .subreddit-info-main-header{color:#000}.subreddit-info-body{display:flex;flex-direction:row;margin-top:.8rem;gap:5rem;justify-content:center}.subreddit-subscribers,.subreddit-info-users-online{display:flex;flex-direction:column;justify-content:center;align-items:center}.subreddit-info-body-key{font-size:.8rem}.subreddit-created-date{display:flex;flex-direction:row;align-items:center;gap:.2rem;margin:.25rem 0}.subreddit-created-date svg{position:relative;right:.1rem}.subreddit-info.dark .subreddit-info-created{color:#afafaf}.subreddit-info.light .subreddit-info-created{color:#000}.subreddit-info-users-users-online-value{display:flex;align-items:center;position:relative}.online-icon{position:absolute;right:2.1rem;display:inline-block;width:8px;height:8px;border-radius:50%;background:#07f70f;box-shadow:0 0 15px #07f70fb3}@media only screen and (max-width: 1447px){.subreddit-info{display:none}}.alert{margin:5rem auto 0;width:40rem;border-radius:20px;color:#000;background:rgba(255,0,0);color:#f5f5f5;border:1.5px solid rgba(0,0,0,.8)}.alert-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;gap:.8rem;text-align:center}@media only screen and (max-width: 650px){.alert{width:30rem}}@media only screen and (max-width: 490px){.alert{width:25rem}}@media only screen and (max-width: 407px){.alert{width:20rem}}#error-container{height:100vh;width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center}#error-container *{margin:.2rem 0}#error-container.light{color:#000}#error-container.dark{color:#f5f5f5}#error-container h1{color:red;font-size:10rem}#error-container h2{font-size:3rem}.error-image{width:10rem;animation:spin 10s linear infinite;position:relative;z-index:-1}.post{margin:1.2rem auto;max-width:50rem;min-height:9rem;border-radius:5px;position:relative;z-index:1;transition:.25s all;overflow:hidden}.post *{transition:.25s all}.post.light{border:1px solid rgba(0,0,0,.2);background:white;color:#000}.post.light:hover{border:1px solid rgba(0,0,0,.5)}.post.dark{border:1px solid rgba(255,255,255,.2);background:rgb(30,30,30);color:#f5f5f5;box-shadow:1px 1px 10px #ffffff1a}.post.dark:hover{border:1px solid rgba(255,255,255,.5)}.post.dark a{color:#0470d4}.additional-info{display:flex;gap:.4rem;align-items:center;white-space:nowrap}.post .additional-info *{font-size:.85rem}.post.light .additional-info *{color:#464646}.post.dark .additional-info *{color:#bebebe}.thumbnail{max-width:95%;max-height:25rem;border-radius:5px;margin:1rem auto;display:block;color:red;font-size:1rem;object-fit:contain}.thumbnail-video{max-width:95%;max-height:25rem;border-radius:5px;margin:1rem auto;display:block;color:red;font-size:1rem}.dot{font-size:.8rem}.post-content-container{padding:1rem;margin-left:4rem;height:100%}.num-comments{font-weight:700;position:relative;bottom:0}.post-title{margin-top:.1rem}.post-sidebar{height:100%;width:4rem;border-radius:5px;position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:2}.post.light .post-sidebar{background:rgb(250,250,250)}.post.dark .post-sidebar{background:rgb(60,60,60)}.score{font-size:1.3rem;font-weight:700}.vote-button{background:rgba(0,0,0,0);border:none;transition:all .25s}.vote-button:hover{border-radius:15px;cursor:not-allowed}.post.light .vote-button:hover{background:rgb(230,230,230)}.post.dark .vote-button:hover{background:rgb(150,150,150)}.num-comments{align-self:flex-end;text-decoration:none}.post.light .num-comments{color:#000}.post.post.dark .num-comments{color:#f5f5f5}.post-content-container.normal{cursor:pointer}.post iframe{margin:0 auto;display:block;width:25rem;height:15rem}.num-comments-container{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;justify-content:center;gap:.3rem;width:fit-content;border-radius:5px;padding:.2rem .1rem;height:100%;transition:.25s all}.post.light .num-comments-container.links-enabled:hover{background-color:#d3d3d3;cursor:pointer}.post.dark .num-comments-container.links-enabled:hover{background-color:#fff3;cursor:pointer}.external-link{font-size:.8rem;position:relative;bottom:.25rem}.post.light .external-link{color:#0470d4}.post.dark .external-link{color:#f5f5f5}.external-link-container{display:flex;flex-direction:row;align-items:center;gap:.1rem;width:fit-content}.post-subreddit-link{text-decoration:none}.post-subreddit-link:hover,.post-created-by:hover{text-decoration:underline}.markdown-selftext{margin-top:.8rem}.markdown-selftext h1{margin:1.65rem 0}.markdown-selftext h2{margin:1.55rem 0}.markdown-selftext h3{margin:1.45rem 0}.markdown-selftext h4{margin:1.35rem 0}.markdown-selftext h5{margin:1.25rem 0}.markdown-selftext h6{margin:1.15rem 0}.markdown-selftext ul,.markdown-selftext ol{list-style-position:inside}.post.light .markdown-selftext table{border:1px solid black;border-collapse:collapse}.post.dark .markdown-selftext table{border:1px solid whitesmoke;border-collapse:collapse}.post.light .markdown-selftext table th{border:1px solid gray;text-align:center!important;height:2rem}.post.dark .markdown-selftext table th{border:1px solid whitesmoke;text-align:center!important;height:2rem}.post.light .markdown-selftext table td{border:1px solid gray;height:2rem}.post.dark .markdown-selftext table td{border:1px solid whitesmoke;height:2rem}.post.dark .markdown-selftext a{color:#4894f7}.markdown-selftext table td *{padding:.3rem}@media only screen and (max-width: 830px){.post{width:45rem}}@media only screen and (max-width: 740px){.post{width:40rem}}@media only screen and (max-width: 670px){.post{width:35rem}}@media only screen and (max-width: 575px){.post{width:33rem}}@media only screen and (max-width: 550px){.post{width:31rem}.post-sidebar{width:3rem}.post-sidebar p.score{font-size:1rem}.post iframe{width:20rem;height:13rem}}@media only screen and (max-width: 515px){.post{width:29rem}}@media only screen and (max-width: 490px){.post{width:27rem}.post iframe{width:17rem;height:11rem}}@media only screen and (max-width: 450px){.post{width:25rem;min-height:8rem}}@media only screen and (max-width: 430px){.post{width:23rem}.post .additional-info *{font-size:.7rem}.post iframe{width:15rem;height:9rem}}@media only screen and (max-width: 410px){.post{width:21rem}.post .additional-info *{font-size:.65rem}}.image-slide{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center}.image-slide img{max-width:30rem;height:45rem;object-fit:contain}.slide-button{border-radius:50%;display:flex;align-items:center;justify-content:center;min-width:3rem;min-height:3rem;position:relative;border:none;margin:0 1rem}.slide-button:hover{cursor:pointer}.slide-button.light{background:whitesmoke;border:1px solid rgba(0,0,0,.5)}.slide-button.dark{background:rgb(80,80,80)}.slide-button.dark:active{background:rgb(60,60,60)}.slide-button.light:active{background:rgb(220,220,220)}.next-slide svg{position:absolute;left:.09rem}.prev-slide svg{position:absolute;right:.09rem}@media only screen and (max-width: 855px){.image-slide.preview img{max-width:25rem;height:40rem}}@media only screen and (max-width: 655px){.image-slide.preview img{max-width:20rem;height:35rem}}@media only screen and (max-width: 570px){.image-slide.preview img{max-width:17rem;height:32rem}}@media only screen and (max-width: 520px){.image-slide.preview img{max-width:15rem;height:30rem}.slide-button{margin:0 .4rem;min-width:2rem;min-height:2rem}.prev-slide svg{right:-7.5px}.next-slide svg{left:-8px}}@media only screen and (max-width: 430px){.image-slide.preview img{max-width:12rem;height:27rem}.slide-button{margin:0 .3rem}}.loading-box{animation:loading 1.1s linear infinite alternate;width:85%;border-radius:5px;height:10rem;opacity:.3;margin:2rem auto}@keyframes loading{0%{background:gray}to{background:black}}.no-posts-error{width:85%;margin:5rem auto;border-radius:5px;display:flex;align-items:center;justify-content:center;height:30rem;font-weight:700}.no-posts-error h2{font-size:5rem;text-align:center}.no-posts-error p{font-size:2rem;text-align:center}.no-posts-error.light{background:white}.no-posts-error.dark{background:rgb(40,40,40)}.no-posts-error.light{color:#000}.no-posts-error.dark{color:#f5f5f5}.no-posts-error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:.4}.spinner{width:75px;height:75px;border:6px solid;margin:2.5rem auto;border-radius:50%;animation:spin 1.2s linear infinite}.spinner.light{border-color:#2f80cc transparent}.spinner.dark{border-color:whitesmoke transparent}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.posts{width:80rem;margin:0 auto;position:relative}.load-more{padding:1rem 2rem;border:none;border-radius:5px;margin:2rem auto;display:block;font-weight:700;transition:all .25s}.load-more.light{color:#f5f5f5;background:#2f80cc}.load-more.dark{color:#f5f5f5;background:rgb(50,50,50);box-shadow:inset 5px 5px 10px #00000080;box-shadow:1px 1px 15px #63a9eb00}.load-more:hover{cursor:pointer}.load-more.light:hover{background:#63a9eb}.load-more.dark:hover{cursor:pointer;background:rgb(70,70,70);box-shadow:0 0 15px #ffffff1a}.load-more:active{background:#025aad;color:#adadad}@media only screen and (max-width: 1285px){.posts{width:95%}}.comment *{transition:all .25s}.comment{padding:.4rem 1rem .4rem .4rem}.comment-content-container h2{font-size:.8rem;font-weight:400}.comment.dark a{color:#4894f7}.comment-dot{font-size:.8rem}.comment.light .comment-dot{color:#323232}.comment.dark .comment-dot{color:#f5f5f5}.comment-created-ago{font-size:.8rem}.comment.light .comment-created-ago{color:#323232}.comment.dark .comment-created-ago{color:#f5f5f5}.comment-content-container{display:flex;flex-direction:column}.comment-author:hover{text-decoration:underline;cursor:pointer}.comment-header{display:flex;gap:.4rem}.comment-body{margin-top:.4rem}.comment-body h1{font-size:1.65rem;margin:1rem 0;font-weight:400}.comment-body h2{font-size:1.4rem;margin:1rem 0;font-weight:400}.comment-body h3{font-size:1.25rem;margin:1rem 0;font-weight:400}.comment-body ::marker{display:inline}.comment-body img{margin:.2rem 0;max-width:85%;object-fit:contain;object-position:left;max-height:10rem}.comment-body ul,.comment-body ol{list-style-position:inside}.comments-overlay-bg{background:rgba(0,0,0,.7);position:fixed;z-index:2;min-height:100%;height:100%;width:100%;top:0;overflow:scroll}.comments{margin-top:80px;position:relative;z-index:1}.comments.dark{color:#f5f5f5}.comments .comment-n-replies{border-radius:5px}.comments.light .comment-n-replies{border:1px solid rgba(0,0,0,.3)}.comments.dark .comment-n-replies{border:1px solid rgba(255,255,255,.3)}.comments-container{width:95%;margin:2rem auto;min-height:100%;border-radius:5px}.comments.light .comments-container{background:white}.comments.dark .comments-container{background:rgb(30,30,30);border:1px solid rgba(255,255,255,.3)}.comments-content-container{padding:1rem;display:flex;flex-direction:column;gap:1.2rem;border-radius:5px}.no-comments-alert{display:flex;justify-content:center;align-items:center;flex-direction:column;height:35rem}.no-comments-alert-content-container{padding:1rem;text-align:center;align-items:center;justify-content:center;display:flex;flex-direction:column;gap:1.5rem}.comments.light .no-comments-alert-content-container{color:#00000080}.comments.light .no-comments-alert-content-container{color:#ffffff80}.no-comments-alert-content-container h1,.no-comments-alert-content-container h2{font-size:1.5rem}.close-button{position:absolute;right:2rem;width:2rem;height:2rem;border-radius:50%;display:flex;flex-direction:row;justify-content:center;align-items:center;z-index:3}.close-button:hover{cursor:pointer}.comments.light .close-button{border:1px solid rgba(0,0,00,.8);color:#000;background:rgb(255,255,255)}.comments.light .close-button:hover{background:rgb(200,200,200)}.comments.light .close-button:active{background:rgb(100,100,100);color:#323232}.comments.dark .close-button{border:1px solid rgba(255,255,255,.5);color:#f5f5f5;background:rgb(30,30,30)}.comments.dark .close-button:hover{background:rgb(50,50,50)}.comments.dark .close-button:active{background:rgb(10,10,10);color:#b4b4b4}.comment-overlay-filter-selector{transition:.25s all;width:7rem}.comment-overlay-filter-selector *{transition:.25s all}.comment-overlay-filter-button{background:transparent;height:1.2rem;width:7rem;font-weight:700;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.2rem;border:none;position:relative}.comment-overlay-filter-button:hover{cursor:pointer}.comment-overlay-filter-selector.light .comment-overlay-filter-button{color:#000}.comment-overlay-filter-selector.dark .comment-overlay-filter-button{color:#f5f5f5}.comment-overlay-filter-selector.light ul li{background:white}.comment-overlay-filter-selector.dark ul li{background:rgb(70,70,70)}.comment-overlay-filter-selector.dark ul li:hover{background:rgb(120,120,120)}.comment-overlay-filter-selector ul{list-style:none;width:6rem;position:absolute}.comment-overlay-filter-selector ul li{padding:.5rem .2rem;text-align:center;font-size:.8rem;font-weight:700}.comment-overlay-filter-selector ul a{text-decoration:none}.comment-overlay-filter-selector.light ul a{color:#000}.comment-overlay-filter-selector.dark ul a{color:#f5f5f5}.search-results{margin:2.5rem auto 0;width:40rem;border-radius:5px;transition:.25s all}.search-results *{transition:.25s all}.search-results.light{background:white}.search-results.dark{background-color:#282828}.search-results-container{padding:0 1rem;position:relative}.search-results-container hr{color:#ffffff1a;position:absolute;width:100%;left:0}.search-results.loading{height:60vh;animation:loading 1.1s linear infinite alternate}.load-more-search-results{padding:1rem 2rem;border:none;border-radius:5px;margin:2rem auto;display:block;transition:.25s all;font-weight:700}.load-more-search-results.light{color:#f5f5f5;background:#2f80cc}.load-more-search-results.dark{color:#f5f5f5;background:rgb(50,50,50);box-shadow:inset 5px 5px 10px #00000080;box-shadow:1px 1px 15px #63a9eb00}.load-more-search-results:hover{cursor:pointer}.load-more-search-results.light:hover{background:#63a9eb}.load-more-search-results.dark:hover{background:rgb(70,70,70);box-shadow:0 0 15px #ffffff1a}.no-search-results{display:flex;flex-direction:column;align-items:center;justify-content:center;height:28rem;gap:.5rem;width:100%}.no-search-results h2{font-size:5rem;text-align:center}.no-search-results p{font-size:1.75rem;text-align:center}.no-search-results.light{color:#0009}.no-search-results.dark{color:#fffc}@keyframes search-results-loading{0%{background:gray}to{background:black}}@media only screen and (max-width: 715px){.search-results{width:38rem}}@media only screen and (max-width: 635px){.search-results{width:34rem}}@media only screen and (max-width: 570px){.search-results{width:30rem}}@media only screen and (max-width: 500px){.search-results{width:28rem}}@media only screen and (max-width: 480px){.search-results{width:90%}}.search-result{transition:.25s all;width:100%;border-radius:5px;border:1px solid transparent;margin:0 auto}.search-result:hover{cursor:pointer}.search-result.light:hover{border:1px solid rgba(0,0,0,.2)}.search-result.dark:hover{border:1px solid whitesmoke}.search-result.light{background:white}.search-result.dark{background:rgb(40,40,40)}.search-result *{transition:.25s all}.search-result-container{padding:.6rem;position:relative}.search-result-post-additional-info{display:flex;flex-direction:row;gap:.4rem;font-size:.9rem;white-space:nowrap}.search-result.light.link .search-result-post-additional-info{color:#000}.search-result.dark.link .search-result-post-additional-info{color:#ffffff80}.search-result.light.link .search-result-post-additional-info a{color:#000}.search-result.dark.link .search-result-post-additional-info a{color:#ffffff80}.search-result-post-additional-info a{text-decoration:none}.search-result-post-additional-info a:hover{text-decoration:underline}.search-result-body.link{margin-top:.2rem;display:flex;flex-direction:row;justify-content:space-between}.search-result-thumbnail-container.link{width:9rem;height:6rem;overflow:hidden}.search-result-thumbnail.link{object-fit:cover;max-width:10rem;height:auto;border-radius:5px}.search-result-footer.link{display:flex;flex-direction:row;gap:.5rem;font-size:.8rem}.search-result.light.link .search-result-footer.link{color:#000}.search-result.dark.link .search-result-footer.link{color:#ffffff80}.search-result-post-title{font-size:1.2rem;width:25rem;margin-bottom:.5rem}.search-result.light.link .search-result-post-title{color:black,}.search-result.dark.link .search-result-post-title{color:#f5f5f5}@media only screen and (max-width: 715px){.search-result-post-title{width:22rem}}@media only screen and (max-width: 580px){.search-result-body.link{justify-content:flex-start}.search-result-post-title{width:19rem}}@media only screen and (max-width: 570px){.search-result-post-additional-info{font-size:.8rem}}@media only screen and (max-width: 520px){.search-result-post-title{width:15rem}.search-result-post-additional-info{font-size:.7rem}}@media only screen and (max-width: 480px){.search-result-thumbnail-container.link{display:none}.search-result-post-additional-info{font-size:.6rem}.search-result-post-title{width:90%}.search-result-container{padding:.2rem}}.subreddit-search-result{display:flex;align-items:center;flex-direction:row}.subreddit-search-result.light{color:#000}.subreddit-search-result.dark{color:#f5f5f5}.subreddit-search-result-content-container{padding:1rem;display:flex;flex-direction:row;gap:1rem}.subreddit-search-result-icon-container{width:4rem;height:4rem}.subreddit-search-result-icon{border-radius:50%;width:4rem;height:4rem}.subreddit-search-result.light .subreddit-search-result-icon{border:1px solid rgba(0,0,0,.5)}.subreddit-search-result.dark .subreddit-search-result-icon{border:1px solid rgba(255,255,255,.5)}.subreddit-search-result-icon-error{min-width:4rem;min-height:4rem;border-radius:50%;background:rgb(90,90,90)}@media only screen and (max-width: 430px){.subreddit-search-result-content-container{flex-direction:column;align-items:center;text-align:center;width:100%}}.user-search-result-content-container{display:flex;flex-direction:row;align-items:center;gap:1rem;padding:.4rem}.user-search-result{display:flex;flex-direction:column;gap:.2rem}.user-search-result.light{color:#000}.user-search-result.dark{color:#f5f5f5}.user-search-result p{font-size:.9em;font-weight:700}p.user-search-result-dot{font-size:.7rem}.user-search-result-text-container{display:flex;flex-direction:column;gap:0}.user-search-result-content-container p.user-search-result-description{font-weight:400}.user-search-result.light .user-search-result-content-container p.user-search-result-description{color:#000}.user-search-result.dark .user-search-result-content-container p.user-search-result-description{color:#f5f5f5}.user-serach-result-text-content-container{display:flex;flex-direction:row;align-items:center;gap:.5rem}.user-search-result-icon-container{min-width:3rem;min-height:3rem;overflow:hidden}.user-search-result-icon{width:3rem;height:3rem;border-radius:50%}.user-search-result.light .user-search-result-icon{border:1px solid rgba(0,0,0,.5)}.user-search-result.dark .user-search-result-icon{border:1px solid rgba(255,255,255,.5)}p.user-search-result-karma{font-weight:400}.user-search-result.light p.user-search-result-karma{color:#00000080}.user-search-result.dark p.user-search-result-karma{color:#ffffff80}.search-results-type-selector{margin:85px auto 0;display:flex;flex-direction:row;justify-content:center;gap:3rem;width:40rem;transition:.25s all}.search-results-type-selector *{transition:.25s all}.search-results-type-selector a{text-decoration:none}.search-results-type-selector.dark a{color:#f5f5f5}.search-results-type-selector.light a{color:#000}.search-results-type-selector .type{border-radius:5px}.search-results-type-selector p{padding:1rem;font-weight:700}.search-results-type-selector .type{background:rgba(0,0,0,0)}.search-results-type-selector.light .type:hover{background:rgba(255,255,255,.7)}.search-results-type-selector.dark .type:hover{background:rgba(255,255,255,.3)}.search-results-type-selector.light .type.selected{background:rgba(255,255,255,.7)}.search-results-type-selector.dark .type.selected{background:rgba(255,255,255,.3)}@media only screen and (max-width: 715px){.search-results-type-selector{width:38rem}}@media only screen and (max-width: 635px){.search-results-type-selector{width:34rem}}@media only screen and (max-width: 570px){.search-results-type-selector{width:30rem}}@media only screen and (max-width: 500px){.search-results-type-selector{width:28rem}}@media only screen and (max-width: 480px){.search-results-type-selector{width:90%}}@media only screen and (max-width: 440px){.search-results-type-selector{gap:2rem}.search-results-type-selector p{font-size:.8rem}}.search-results-filter-selector{display:flex;flex-direction:row;gap:1rem;width:40rem;margin:1rem auto;transition:.4s all;position:relative}.search-results-filter-selector a{text-decoration:none}.search-results-filter-selector *{transition:.4s all}.search-results-filter-selector.light button{color:#000}.search-results-filter-selector.dark button{color:#f5f5f5}.search-results-filter-selector ul{list-style-type:none;overflow:hidden;position:absolute;z-index:1}.search-results-filter-selector ul.popularity-filter{top:1.3rem;left:-.2rem}.search-results-filter-selector ul.time-filter{top:1.3rem}.search-results-filter-selector.light ul li{border-bottom:1px solid rgba(0,0,0,.4);border-left:1px solid rgba(0,0,0,.4);border-right:1px solid rgba(0,0,0,.4)}.search-results-filter-selector.dark ul li{border-bottom:1px solid rgba(255,255,255,.2);border-left:1px solid rgba(255,255,255,.2);border-right:1px solid rgba(255,255,255,.2)}.search-results-filter-selector.light ul li.sr-one{border-top:1px solid rgba(0,0,0,.4)}.search-results-filter-selector.dark ul li.sr-one{border-top:1px solid rgba(255,255,255,.2)}.search-results-filter-selector ul li.sr-one{border-top-left-radius:5px;border-top-right-radius:5px}.search-results-filter-selector ul.popularity-filter li.sr-five,.search-results-filter-selector ul.time-filter li.sr-six{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.search-results-filter-selector.light ul li{color:#000;background:white}.search-results-filter-selector.dark ul li{color:#f5f5f5;background:rgb(40,40,40)}.search-results-filter-selector ul a:hover{cursor:pointer}.search-results-filter-selector.light ul a:hover li{background:rgb(190,190,190)}.search-results-filter-selector.dark ul a li:hover{background:rgb(90,90,90)}.search-results-filter-selector ul li{padding:.5rem .3rem;width:100%;display:block}.search-results-filter-selector button{background:none;border:none;font-size:1rem;display:flex;flex-direction:row;align-items:center;gap:.3rem}.search-results-filter-selector button:hover{cursor:pointer}@media only screen and (max-width: 715px){.search-results-filter-selector{width:38rem}}@media only screen and (max-width: 635px){.search-results-filter-selector{width:34rem}}@media only screen and (max-width: 570px){.search-results-filter-selector{width:30rem}}@media only screen and (max-width: 500px){.search-results-filter-selector{width:28rem}}@media only screen and (max-width: 480px){.search-results-filter-selector{width:90%}}#fetch-error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100vh}#fetch-error-container *{color:red}#fetch-error-container h1{font-size:5rem}#fetch-error-container p{font-size:2rem;text-align:center;margin-top:1rem}#fetch-error-container button{color:#fff;width:10rem;height:3rem;margin-top:1rem;background:red;border-radius:5px;font-weight:700}#fetch-error-container p.error-stack{font-size:.8rem}.user-comment{margin:1rem auto;max-width:50rem;border-radius:5px;transition:.25s all;overflow:hidden}.user-comment:hover{cursor:pointer}.user-comment *{transition:.25s all}.user-comment.light{color:#000;background:rgb(255,255,255);border:1px solid rgba(0,0,0,.2)}.user-comment.light:hover{border:1px solid rgba(0,0,0,.5)}.user-comment.dark{color:#f5f5f5;background:rgb(40,40,40);border:1px solid rgba(255,255,255,.2)}.user-comment.dark:hover{border:1px solid rgba(255,255,255,.5)}.user-comment-content-container{padding:.5rem}.user-comment-text-container{display:flex;flex-direction:row;gap:.3rem;flex-wrap:nowrap;align-items:center;white-space:nowrap;font-size:.8rem;margin-left:.3rem}.user-comment.light .user-comment-commented-on{color:#00000080}.user-comment.dark .user-comment-commented-on{color:#b4b4b4}.user-comment hr{width:95%;margin:.3rem auto}.user-comment-body{margin:.3rem 0 0 1rem;width:95%;border-radius:5px;word-wrap:break-word;overflow:hidden}.user-comment.light .user-comment-body{background:rgb(230,230,230)}.user-comment-author,.user-comment-created-at,.user-comment-points{white-space:nowrap}.user-comment.dark .user-comment-body{background:rgb(70,70,70)}.user-comment.dark .user-comment-body a{color:#4894f7}.user-comment-body-text-container{display:flex;flex-direction:row;gap:.3rem;font-size:.9rem;overflow:hidden}.user-comment.light .user-comment-body-text-container{color:#646464}.user-comment.dark .user-comment-body-text-container{color:#b4b4b4}.user-comment.light .user-comment-author{color:#000}.user-comment.dark .user-comment-author{color:#f5f5f5}.user-comment-body-content-container{display:flex;flex-direction:column;padding:.5rem;overflow:hidden}.user-comment-subreddit:hover,.user-commment-link-author:hover{text-decoration:underline}@media only screen and (max-width: 830px){.user-comment{max-width:45rem}.user-comment-content-container{padding:.2rem}.user-comment-text-container{font-size:.8rem}}@media only screen and (max-width: 750px){.user-comment{max-width:40rem}.user-comment-content-container{padding:.1rem}.user-comment-text-container{font-size:.75rem}}@media only screen and (max-width: 670px){.user-comment{max-width:33rem}.user-comment-content-container{padding:.1rem}.user-comment-body{margin:.3rem auto}}@media only screen and (max-width: 560px){.user-comment{max-width:30rem}}@media only screen and (max-width: 500px){.user-comment{max-width:27rem}}@media only screen and (max-width: 450px){.user-comment{max-width:24rem}}@media only screen and (max-width: 405px){.user-comment{max-width:22rem}}@media only screen and (max-width: 365px){.user-comment{max-width:20rem}.user-comment-body-text-container{font-size:.7rem}}.user-feed{margin-top:1.75rem}.user-feed-load-more{padding:1rem 2rem;border:none;border-radius:5px;margin:2rem auto;display:block;font-weight:700;transition:all .25s}.user-feed-load-more.light{color:#f5f5f5;background:#2f80cc}.user-feed-load-more.dark{color:#f5f5f5;background:rgb(50,50,50);box-shadow:inset 5px 5px 10px #00000080;box-shadow:1px 1px 15px #63a9eb00}.user-feed-load-more:hover{cursor:pointer}.user-feed-load-more.light:hover{background:#63a9eb}.user-feed-load-more.dark:hover{cursor:pointer;background:rgb(70,70,70);box-shadow:0 0 15px #ffffff1a}.user-feed-load-more:active{background:#025aad;color:#adadad}.user-feed-no-posts-error{width:40rem;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center;height:40rem;border-radius:5px}.user-feed-no-posts-error{opacity:.7}.user-feed-no-posts-error .user-feed-no-posts-header{font-size:5rem;opacity:.7}.user-feed .user-feed-no-posts-paragrapgh{font-size:2rem;opacity:.7}.user-feed.light .user-feed-no-posts-error{background-color:#fff;border:1px solid rgba(0,0,0,.3)}.user-feed.dark .user-feed-no-posts-error{background-color:#282828;border:1px solid rgba(255,255,255,.3)}.user-feed.light .user-feed-no-posts-error{color:#000}.user-feed.dark .user-feed-no-posts-error{color:#f5f5f5}.user-feed-error{width:35rem;height:30rem;margin:0 auto;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:5px;gap:1rem;font-weight:700}.user-feed-error h2{font-size:5rem;text-align:center}.user-feed-error p{font-size:2rem;text-align:center}.user-feed.light .user-feed-error{background:white;border:1px solid rgba(0,0,0,.4);color:#00000080}.user-feed.dark .user-feed-error{background:rgb(40,40,40);border:1px solid rgba(255,255,255,.3);color:#ffffff80}@media only screen and (max-width: 685px){.user-feed-no-posts-error{width:35rem;text-align:center}}@media only screen and (max-width: 590px){.user-feed-no-posts-error{width:30rem}}@media only screen and (max-width: 510px){.user-feed-no-posts-error{width:27rem}}@media only screen and (max-width: 460px){.user-feed-no-posts-error{width:23rem}}@media only screen and (max-width: 405px){.user-feed-no-posts-error{width:21rem;font-size:1.8rem}}.user-feed-type-selector{display:flex;margin-top:60px;height:3rem;width:100%;flex-direction:row;gap:2rem}.user-feed-type-selector.light{background:white;border-bottom:1px solid rgba(0,0,0,.2)}.user-feed-type-selector.dark{background:#1a1919;border-top:1px solid rgba(255,255,255,.2)}.user-feed-type{height:100%;display:flex;align-items:center;margin:0 2rem;border-bottom:2px solid transparent}.user-feed-type-selector.light .user-feed-type.active{border-bottom:2px solid black}.user-feed-type-selector.dark .user-feed-type.active{border-bottom:2px solid whitesmoke}.user-feed-type-selector a{text-decoration:none}.user-feed-type-selector p{font-weight:700;padding:1.25rem}.user-feed-type-selector.light a{color:#000}.user-feed-type-selector.dark a{color:#f5f5f5}@media only screen and (max-width: 820px){.user-feed-type-selector{justify-content:center}}@media only screen and (max-width: 645px){.user-feed-type{margin:0 1rem;font-size:.9rem}}@media only screen and (max-width: 470px){.user-feed-type{margin:0 .5rem;font-size:.8rem}}@media only screen and (max-width: 400px){.user-feed-type{margin:0 .4rem;font-size:.75rem}}@media only screen and (max-width: 375px){.user-feed-type{margin:0 .2rem}}@media only screen and (max-width: 364px){.user-feed-type{margin:0}.user-feed-type{margin:0 .5rem}.user-feed-type-selector{gap:.5rem}}.user-feed-filter-selector{height:65px;width:38rem;margin:1rem auto;border-radius:5px;display:flex;flex-direction:row;gap:5rem;justify-content:center;align-items:center;transition:.25s all}.user-feed-filter-selector *{transition:.25s all}.user-feed-filter-selector a{text-decoration:none}.user-feed-filter-selector.light{border:1px solid rgba(0,0,0,.2);background:white}.user-feed-filter-selector.dark{background:rgb(30,30,30);border:1px solid rgba(255,255,255,.2)}.filter-selector-item{border-radius:10px;font-weight:700}.user-feed-filter-selector.dark .filter-selector-item{color:#f5f5f5}.filter-selector-item-container{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.2rem;padding:.4rem .8rem}.filter-selector-item:hover{cursor:pointer}.user-feed-filter-selector.light .filter-selector-item.active{color:#0470d4;background:rgb(220,220,220)}.user-feed-filter-selector.light .filter-selector-item:hover{color:#0470d4!important;background:rgb(220,220,220)}.user-feed-filter-selector.light .filter-selector-item.inactive{color:#646464}.user-feed-filter-selector.dark .filter-selector-item.active{color:#f5f5f5;background:rgb(100,100,100)}.user-feed-filter-selector.dark .filter-selector-item:hover{background:rgb(100,100,100);color:#f5f5f5!important}.user-feed-filter-selector.dark .filter-selector-item.inactive{color:#646464}.user-feed-filter-top-container{display:flex;flex-direction:row;align-items:center}@media only screen and (max-width: 930px){.user-feed-filter-selector{width:34rem}.filter-selector-item-container{padding:.35rem .55rem;font-size:.85rem}}@media only screen and (max-width: 890px){.filter-selector-item-container{padding:.3rem .5rem;font-size:.8rem}}@media only screen and (max-width: 640px){.user-feed-filter-selector{width:32rem}}@media only screen and (max-width: 530px){.filter-selector-item-container{padding:.3rem .5rem;font-size:.8rem}.user-feed-filter-selector{width:27rem;gap:3rem}}@media only screen and (max-width: 450px){.user-feed-filter-selector{width:24rem;gap:2rem}}@media only screen and (max-width: 405px){.user-feed-filter-selector{width:20rem;gap:1rem}.filter-selector-item-container{padding:.2rem .4rem;font-size:.75rem}}.user-feed-dropdown{transition:.25s all;margin-left:1rem}.user-feed-dropdown *{transition:.25s all}button.open-top-of-filter{width:5rem;height:2rem;font-weight:700;outline:none;border:none;border-radius:7px;font-size:.9rem;display:flex;flex-direction:row;justify-content:center;align-items:center;position:relative}button.open-top-of-filter:hover{cursor:pointer}.user-feed-dropdown.dark button.open-top-of-filter{background:rgb(100,100,100);color:#f5f5f5}.user-feed-dropdown.light button.open-top-of-filter{background:rgb(230,230,230);color:#f5f5f5}.user-feed-dropdown .dropdown-options{display:flex;flex-direction:row;position:absolute;max-height:2rem;border-radius:5px}.user-feed-dropdown .dropdown-options a{text-decoration:none}.user-feed-dropdown .dropdown-options a p{padding:.5rem;white-space:nowrap}.user-feed-dropdown.dark .dropdown-options{background:rgb(100,100,100)}.user-feed-dropdown.dark .dropdown-options a{color:#f5f5f5}.user-feed-dropdown.dark .dropdown-options a:hover{background:rgb(70,70,70)}.user-feed-dropdown.light .dropdown-options a{color:#000}@media only screen and (max-width: 1075px){.user-feed-dropdown .dropdown-options{font-size:.9rem}.user-feed-dropdown .dropdown-options a p{padding:.4rem}}@media only screen and (max-width: 965px){.user-feed-dropdown .dropdown-options{font-size:.85rem}.user-feed-dropdown .dropdown-options a p{padding:.35rem}}@media only screen and (max-width: 870px){.user-feed-dropdown .dropdown-options{right:.9rem;margin-top:.2rem}.user-feed-dropdown .dropdown-options a p{padding:.3rem}}*{margin:0;padding:0;box-sizing:border-box;font-family:Arimo,sans-serif;scroll-behavior:smooth}html{min-height:100%}body{min-height:100%;transition:.3s background}#root{min-height:100vh}
