*{box-sizing:border-box;margin:0;padding:0}body,html{display:flex;height:100%;width:100%}body{background-color:#edf1f5;overflow-x:hidden}.main-banner{background-position:50% 35%;background-repeat:no-repeat;background-size:cover;height:550px;min-width:100%}.shadow{background:linear-gradient(180deg,#060d2200 40%,#060d2299);height:100%;width:100%}.details-header{align-items:center;background-color:#fff;display:flex;flex-direction:column;margin-bottom:25px;margin-top:-8vh;min-width:100vw;padding-bottom:20px}.details-intro{display:flex;gap:30px;padding-inline:65px;width:-webkit-max-content;width:max-content}.movie-poster{height:-webkit-min-content;height:min-content;margin-top:-125px;width:249px}.movie-poster img{box-shadow:0 0 29px #31364440;height:100%;object-fit:cover;width:100%}.description{color:#5c728a;margin-top:25px;padding-right:10%;width:58vw}.descritption-text{line-clamp:6;-webkit-line-clamp:6;-webkit-box-orient:vertical;display:-webkit-box;margin-bottom:10px;max-height:188px;overflow:hidden}.description-text--expanded{line-clamp:none;-webkit-line-clamp:unset;height:auto;max-height:none;overflow:visible}#btn-with-poster,#name-below-poster{display:none}#description-below{color:#5c728a;display:none}.meta-box-top{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background:#fff3;border:1px solid #ffffff4d;border-radius:10px;box-shadow:0 4px 30px #0000001a;color:#fff;display:flex;gap:40px;margin-bottom:28px;margin-top:-123px;max-width:90vw;min-width:62vw;overflow:auto;padding:15px}.meta-box-top::-webkit-scrollbar-button{display:none}.meta-box-top::-webkit-scrollbar-track{background:#0000}.meta-box-top::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:10px;width:4px}.meta-box-top::-webkit-scrollbar{height:4px;width:4px}.meta-data{display:none;justify-content:center;min-width:100vw;padding-bottom:20px}.meta-box{background-color:#fff;display:none;gap:40px;max-width:90vw;overflow:auto;padding:15px}.episode-page-content{align-items:center;background-color:#fff;display:flex;flex-direction:column;height:-webkit-max-content;height:max-content;min-width:100vw;padding-bottom:50px}@media (max-width:768px){.movie-poster{margin-top:-90px;width:223px}}@media (max-width:430px){.details-intro{gap:21px;padding-inline:22px;width:100vw}.main-banner{height:210px}.movie-poster{margin-top:-100px;width:216px}#name-below-poster{color:#5c728a;display:block;padding:10px 22px;width:100vw}.description{display:none;padding-right:5%}#btn-below-poster{display:none}#btn-with-poster{display:block;height:40px;margin:auto}#description-below{border:1px solid #000;border-radius:10px;color:#5c728a;display:block;padding:18px;width:90vw}.meta-box,.meta-data{display:flex}}@media (max-width:973px){.meta-box-top{-webkit-backdrop-filter:initial;backdrop-filter:none}}@media (max-width:1040px){.details-header{margin-top:0}}.entry{display:flex;flex-direction:column;gap:5px;min-width:-webkit-max-content;min-width:max-content}.data-title{color:#fff;font-weight:400}.entry-data{color:#fff;font-weight:100}@media (max-width:430px){.data-title{color:#9299a1;font-weight:400}.entry-data{color:#5c728a;font-weight:400}}.links-box{display:flex;flex-wrap:wrap;gap:10px}.external-link{background-color:#eee;border-radius:5px;color:#000;font-weight:400;height:-webkit-max-content;height:max-content;padding:8px;transition:all .3s;width:-webkit-max-content;width:max-content}.external-link:hover{background-color:#666;color:#fff}.navbar{background-color:#2b2d42;display:flex;height:8vh;justify-content:center;position:-webkit-sticky;position:sticky;top:0;transition:transform .3s ease-in-out;width:100vw;z-index:20}.navbar,.navbar a{color:#bcbedc}.navbar a:hover{color:#d4d6f4}.navbar--hidden{transform:translateY(-100%)}.navbar--visible{transform:translateY(0)}.onPageNavbar{background-color:#2b2d4280;transition:all .3s ease-in-out}.onPageNavbar:hover{background-color:#2b2d42}.mobile-nav{background:#fff;border-radius:6px;bottom:25px;box-shadow:0 1px 20px #2b32584d;display:none;min-height:50px;min-width:50px;position:fixed;right:20px;transition:.2s;z-index:999}.hamburger,.mobile-nav{align-items:center;justify-content:center}.hamburger{display:flex;flex-direction:column;gap:5px;height:100%;padding-inline:12px;width:100%}.hamburger.hidden{display:none}.ham-lines{background-color:#3db4f2;border-radius:3px;height:4px;width:100%}.mobile-menu{align-items:center;background-color:#fff;display:flex;flex-wrap:wrap;gap:5px;height:0;justify-content:center;opacity:0;overflow:hidden;padding:10px 0;transition:all .2s ease-in-out;width:0}.mobile-menu.visible{border-radius:6px;height:150px;opacity:1;transform:scale(1);width:210px}.mobile-menu-actions{align-items:center;color:#8ba0b2;display:flex;flex-direction:column;font-size:1.4rem;height:60px;justify-content:center;width:60px}.mobile-menu-actions-text{font-size:.7rem;font-weight:700}@media (max-width:1040px){.navbar{display:none}.mobile-nav{display:flex}}.sign-up{align-items:center;display:none;flex-direction:column;gap:20px;height:126vh;justify-content:center;margin-top:-8vh;position:fixed;top:0;width:100vw;z-index:2000}.sign-up.opened{background-color:rgba(0,0,0,.459);display:flex}.sign-up.closed{display:none}.login-form,.signup-form{animation:form-animation .5s ease-in-out;background:#fff;border-radius:10px;box-shadow:0 2px 4px #0006,0 7px 13px -3px #0000004d,inset 0 -3px 0 #0003;display:flex;flex-direction:column;gap:10px;overflow:hidden;padding:50px 30px;perspective:1000px;position:relative;transform:rotateX(-10deg);transform-style:preserve-3d;transition:all .3s ease-in-out}.login-form.close,.signup-form.close{display:none}@keyframes form-animation{0%{opacity:0;transform:rotateX(-30deg)}to{opacity:1;transform:rotateX(0deg)}}.input{background-color:initial;border:2px solid #3b8df2;border-radius:5px;box-shadow:0 2px 4px #0006,0 7px 13px -3px #0000004d,inset 0 -3px 0 #0003;margin-bottom:10px;padding:15px 10px;transform-style:preserve-3d;transition:border-color .3s ease-in-out,background-color .3s ease-in-out,transform .3s ease-in-out,box-shadow .3s ease-in-out}.input,.input::placeholder{color:#000}.input:focus,.input:hover{background-color:initial;border-color:#3b8df2;box-shadow:0 2px 4px #0000004d;outline:none;transform:scale(1.05) rotateY(20deg)}.error{color:red}#signup-email-input:focus,#signup-email-input:hover{background-color:initial;border-color:#3b8df2;box-shadow:0 2px 4px #0000004d;outline:none;transform:scale(1.05) rotateY(-20deg)}.form-buttons{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:initial;border:none;border-radius:5px;box-shadow:0 2px 4px #0006,0 7px 13px -3px #0000004d,inset 0 -3px 0 #0003;color:#000;cursor:pointer;font-size:16px;padding:10px 20px;transform:rotateX(-10deg);transform-style:preserve-3d;transition:all .3s ease-in-out}#form-change-prompt-btn{background-color:#fff}#login-submit-btn:hover,#submit-btn:hover{background-color:#0077be;box-shadow:0 2px 4px #0006,0 7px 13px -3px #0000004d,inset 0 -3px 0 #0003;font-size:17px;transform:scale(1.05) rotateY(20deg) rotateX(10deg)}#login-close-btn:hover,#signup-close-btn:hover{background-color:#f63e22;color:#fff}#form-change-prompt-btn:hover,#login-close-btn:hover,#signup-close-btn:hover{box-shadow:0 2px 4px #0006,0 7px 13px -3px #0000004d,inset 0 -3px 0 #0003;font-size:17px;transform:scale(1.05) rotateY(20deg) rotateX(10deg)}#form-change-prompt-btn:hover{background-color:#0077be}@media (max-width:1040px){.sign-up{height:100%;margin-top:0;width:100%}}.global-alert{align-items:center;display:flex;left:50%;padding:17px 12px;position:fixed;top:50px;transform:translateX(-50%);width:-webkit-max-content;width:max-content;z-index:1012}.alert-dismissible .btn-close{margin-left:10px;padding:initial;position:static}.guest-nav{align-items:center;display:flex;width:864px}.links{display:flex;gap:20px;justify-content:center;width:677px}.link{cursor:pointer;font-weight:500}.link:hover{color:#d4d6f4}.signup{align-items:center;display:flex;gap:25px}#signup-button{background:#3577ff;border:none;border-radius:7px;color:#fff;font-size:15px;font-weight:500;height:38px;transition:.5s;transition-property:box-shadow;width:79px}#signup-button:hover{box-shadow:0 0 25px #3577ff;scale:1.03}.episodes{display:flex;flex-direction:column;gap:25px;padding:24px 65px;width:-webkit-max-content;width:max-content}.episode-header{display:flex;gap:5px;margin-left:13px}.episode-header:hover>:nth-child(3){color:#3577ff}#episode-h3{margin-top:5px}#episode-h3:before{align-self:flex-start;background:#3577ff;border-radius:4px;content:"";height:40px;margin-left:-.75rem;position:absolute;width:4px}#epi-num{margin-top:12px}#go-to-icon{margin-top:5px}.episode-list{display:flex;gap:10px;overflow:auto;width:calc(279px + 58vw)}.episode-card{background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;height:202px;justify-content:flex-end;min-width:394px;padding-inline:10px;position:relative}.episode-number{color:#fff;height:-webkit-max-content;height:max-content;position:relative;width:100%}.overlay{background:linear-gradient(180deg,#060d2200 40%,#060d2299);bottom:0;left:0;position:absolute;right:0;top:0}.episode-list::-webkit-scrollbar-button{display:none}.episode-list::-webkit-scrollbar-track{background:#0000}.episode-list::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:10px;width:4px}.episode-list::-webkit-scrollbar{height:4px;width:4px}@media (max-width:425px){.episode-list{width:90vw}#episode-h3:before{height:30px}#epi-num{margin-top:9px}#go-to-icon{margin-top:7px}.episode-card{height:160px;min-width:265px}.episodes{padding:24px 0}}.cast{margin:10px 0;width:calc(279px + 58vw)}.cast-header{display:flex;gap:5px;margin-left:13px}#cast-h3{margin-top:5px}#cast-h3:before{align-self:flex-start;background:#3577ff;border-radius:4px;content:"";height:40px;margin-left:-.75rem;position:absolute;width:4px}#cast-go-to-icon{margin-top:5px}.cast-list{display:flex;flex-wrap:wrap;gap:10px;max-height:90vh;overflow:hidden;width:100%}.cast-list--expanded{max-height:-webkit-max-content;max-height:max-content}.cast-item{display:flex;flex-direction:row;gap:10px;margin-top:30px;width:48.5%}.person-pic{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50%;height:130px;width:130px}.person-data{display:flex;flex-direction:column;justify-content:center}#person-name{color:#5c728a;font-weight:600}#character-name{color:#5c728a;font-size:.8rem}.show-more{cursor:pointer;display:flex;justify-content:center;margin-top:20px;width:calc(279px + 58vw)}@media (max-width:1024px){.cast-list{flex-wrap:nowrap;height:-webkit-max-content;height:max-content;overflow:auto;padding-bottom:20px}.cast-item{align-items:center;flex-direction:column}.person-pic{height:22vw;width:22vw}.person-data{text-align:center}.show-more{display:none}}@media (max-width:600px){.person-pic{height:46vw;width:46vw}#person-name{font-size:1.3rem}#character-name{font-size:1.1rem}}@media (max-width:425px){.cast{width:90vw}#cast-h3:before{height:30px}#cast-go-to-icon{margin-top:7px}.person-pic{height:38vw;width:38vw}#person-name{font-size:1rem}#character-name{font-size:.8rem}}.list-editor-wrapper{animation:fadeIn .3s forwards;background-color:rgba(0,0,0,.358);bottom:0;display:flex;height:100%;justify-content:center;left:0;opacity:0;overflow:auto;position:fixed;right:0;top:0;width:100%;z-index:1050}.list-editor-dialog{background-color:#fff;border-radius:7px;box-shadow:0 2px 33px #0000007a;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:8vh;margin-top:27vh;opacity:0;padding-bottom:30px;transform:translateY(50px);transition:all .3s ease;width:1000px;z-index:1051}.list-editor-wrapper.active .list-editor-dialog{opacity:1;transform:translateY(0)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.dialog-header{background-position:50%;background-repeat:no-repeat;background-size:cover;box-shadow:inset 0 0 250px #000;height:183px;width:100%}.dialog-header-bg-shadow{align-items:flex-end;background:#1f2835a6;display:flex;height:100%;padding:10px 50px;position:relative;width:100%}.dialog-poster{background-color:#f5f5f5;border-radius:4px;margin-bottom:-40px;max-width:120px}.dialog-poster img{border-radius:inherit;width:100%}.dialog-title{color:#fff;font-size:1.5rem;margin-left:10px}.dialog-action{align-items:center;display:flex;gap:10px;justify-content:space-between;width:100%}.dialog-form{display:flex;flex-wrap:wrap;gap:69px;height:-webkit-max-content;height:max-content;padding-top:64px;padding-inline:50px;position:relative;row-gap:50px}.delete-confirmation{align-items:center;background-color:rgba(0,0,0,.589);border-radius:inherit;display:none;height:100%;justify-content:center;position:absolute;top:0;width:100%;z-index:2051}.delete-confirmation.show-delete{display:flex}.delete-card{align-items:center;background-color:#fff;border-radius:4px;display:flex;flex-direction:column;gap:20px;height:140px;justify-content:center;padding:13px;width:300px}.dc-highlighted{font-weight:500}.dc-actions{display:flex;gap:12px;margin-left:auto}.dform-fields{height:63px;width:254px}.dform-labels{color:#5c728a;margin-bottom:10px}.status-input{position:relative}.selected-status{border-radius:7px;height:40px;width:100%}.new-list-input{background-color:#edf1f5;border:none;color:#5c728a;padding-inline:6px;width:90%}.new-list-input:focus-visible{outline:none}.dform-list{border-radius:7px;box-shadow:0 1px 10px 0 #31364426;color:#5c728a;display:block;max-height:300px;opacity:0;overflow:auto;padding:7px;pointer-events:none;position:absolute;top:54px;transform:translateY(-20px);transition:transform .3s ease,opacity .3s ease;width:100%}.dform-list.expanded{background-color:#fff;opacity:1;pointer-events:auto;transform:translateY(0);z-index:2099}.dform-list::-webkit-scrollbar{display:none}.status-down-arrow{transition:transform .3s ease}.status-down-arrow.rotate{transform:rotate(180deg)}.dform-list:before{border-bottom:10px solid #edf1f5;border-left:8px solid #0000;border-right:8px solid #0000;content:"";left:20px;position:absolute;top:-10px;z-index:2}#selected-option{background-color:#edf1f5;border-radius:5px;color:#5c728a;height:100%;justify-content:space-between;padding-inline:10px;width:100%}#selected-option,.dform-list-option{align-items:center;cursor:pointer;display:flex}.dform-list-option{border-radius:7px;gap:7px;padding:10px}.dform-list-option:hover{background-color:#edf1f5}.dform-list-action{border-radius:7px;cursor:pointer;padding:10px}.dform-list-action:hover{background-color:#3577ff;color:#fff}.dform-custom-lists{border:1px solid #6c757d;border-radius:7px;margin-bottom:10px;margin-top:10px}#custom-list-title{background-color:#6c757d;border-radius:4px 4px 0 0;color:#fff;padding:3px 10px}.dform-input{background-color:#edf1f5;border-radius:7px;height:40px}#progress-box{background-color:inherit;display:flex;gap:7px}.progress-box-input-group{position:relative}.progress-box-input{background:none;border:1.5px solid #d3d7db;border-radius:7px;font-size:1rem;height:100%;padding:7px;transition:border .15s cubic-bezier(.4,0,.2,1);width:100%}.progress-box-label{color:#5c728a;left:12px;pointer-events:none;position:absolute;transform:translateY(.5rem);transition:.15s cubic-bezier(.4,0,.2,1)}.progress-box-input:focus{border:1.5px solid #9e9e9e;outline:none}.hasContent{background-color:#fff;color:#5c728a;padding:0 .2em;transform:translateY(105%) scale(.8)}.dform-private{position:relative}.--pvtList{top:90px}.private-input{color:#5c728a;cursor:pointer;justify-content:space-between;padding-inline:10px}#rating-input,.private-input{align-items:center;display:flex}#rating-input{gap:14px;justify-content:center}#notes-input,#notes-input-box{height:-webkit-max-content;height:max-content}.notes-textarea{background-color:#edf1f5;border:none;color:#5c728a}.notes-textarea:focus,.notes-textarea:hover{background-color:#edf1f5;outline:none}.notes-textarea:focus{border:none;box-shadow:none}.notes-textarea:focus-within{border:none;outline:none}.dform-action,.dform-notes{width:100%}.dform-action{align-items:end;display:flex;height:-webkit-max-content;height:max-content;justify-content:end}@media(max-width:1000px){.list-editor-dialog{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-bottom:20px;width:100%}.dform-fields{width:100%}}@media(max-width:425px){.dialog-poster{width:110px}.dialog-header-bg-shadow{padding:10px 20px}.dialog-title{font-size:1rem}.dialog-form{padding-inline:20px}}.social-posts{color:#5c728a;display:flex;justify-content:center;margin-top:50px;min-width:100vw;padding-bottom:60px}.social-posts-wrapper{display:flex;gap:30px;width:calc(279px + 58vw)}.forum-threads-data,.reviews-data{flex:1 1}.social-posts-header{color:#5c728a;display:flex;justify-content:space-between;margin-bottom:10px}.social-posts-header a{color:#5c728a}.social-posts-header span{font-weight:500}.social-post-action{border:1px solid;border-bottom:none;border-radius:6px;border-top:none;cursor:pointer;font-weight:400;padding-inline:7px}.social-thread-card{background-color:#fff;border-radius:4px;margin-bottom:20px;padding:18px;position:relative;width:100%}.social-thread-card a{color:#5c728a}.thread-card-title{cursor:pointer;font-size:1rem;line-height:1.3;margin-bottom:12px;margin-right:110px}.thread-card-stats{color:#9299a1;display:flex;font-size:.9rem;gap:12px;position:absolute;right:12px;top:12px}.tc-stats-comments-counts i,.tc-stats-views i{margin-right:6px}.tc-catagory{display:flex;flex-wrap:wrap;gap:4px}.tc-catagory span{background-color:#680bb8;border-radius:15px;color:#fff;cursor:pointer;font-size:.8rem;margin-right:5px;padding:4px 8px}.thread-card-footer{display:flex;gap:10px;margin-bottom:15px}.tc-avatar{background-color:gray;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:4px;height:25px;width:25px}.tc-avatar,.tc-name{cursor:pointer}.social-review-card{display:flex;gap:20px;margin-bottom:20px;width:100%}.review-content-box a{color:#5c728a;display:flex;flex:1 1}.review-pfp{background-position:50%;background-repeat:no-repeat;background-size:cover;height:50px;width:50px}.review-content-box,.review-pfp{border-radius:4px;cursor:pointer}.review-content-box{align-items:center;background-color:#fff;color:#5c728a;display:flex;flex:1 1;font-style:italic;justify-content:center;line-height:1.4;padding:17px 27px 17px 15px;position:relative;text-align:center}.review-content-box:before{border-color:#0000 #fff #0000 #0000;border-style:solid;border-width:6px 9px 6px 0;content:"";display:block;height:10px;left:-9px;position:absolute;top:12px;width:0}.review-content-box:hover{box-shadow:0 2px 20px 0 #060d220d}.review-content-like{bottom:6px;color:#9299a1;display:flex;font-size:.9rem;gap:3px;position:absolute;right:6px}.social-posts-NA{align-items:center;background-color:#fff;display:flex;height:100px;justify-content:center}@media (max-width:430px){.social-posts-wrapper{flex-direction:column;width:90vw}.thread-card-title{font-size:.9rem}}.all-episode{margin-top:-8vh}.all-episode-banner{background-position:50% 35%;background-repeat:no-repeat;background-size:cover;display:flex;height:350px;min-width:100vw}.content-wrapper{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#06060633;box-shadow:0 4px 30px #0000001a;display:flex;height:100%;justify-content:center;padding:20px;width:100%}.all-episode-intro{align-self:flex-end;display:flex;gap:15px;width:76vw}.all-episode-poster{background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:158px;min-width:108px}.all-episode-details{color:#fff;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:6px}#all-episode-intro-title{color:#ffffffb3;font-size:1.5rem;font-weight:700;line-height:.8;margin-bottom:5px}#all-episode-static-title{font-size:2rem;font-weight:600;line-height:.8}.all-episode-content{align-items:center;display:flex;flex-direction:column;padding:20px}.all-episode-content-top-rated-content{display:flex;gap:30px;overflow-x:auto;padding:15px 5px;width:76vw}.all-episode-content-top-rated-card{border-radius:7px;box-shadow:0 3px 1px -2px #0003,0 2px 2px 0 #00000024,0 1px 5px 0 #0000001f;cursor:pointer;display:flex;flex-direction:column;gap:5px;height:202px;padding:10px;transition:transform .1s ease-in-out;width:394px}.all-episode-content-top-rated-card:active{transform:scale(.95)}.top-rated-eps-airdate{color:gray}.top-rated-eps-number{font-weight:700}.top-rated-eps-summary-text{line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;color:gray;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.highlight{background-color:#3578ff17}.polygon-shape-title{background-color:#3577ff;border-radius:5px;-webkit-clip-path:polygon(0 0,100% 0,94% 100%,0 100%);clip-path:polygon(0 0,100% 0,94% 100%,0 100%);color:#fff;display:inline-block;font-size:14px;font-weight:500;height:22px;letter-spacing:1px;padding-left:8px;position:relative;text-transform:uppercase;width:137px}.all-episode-content-header{margin-bottom:10px;width:76vw}.all-episode-content-header-title{font-size:1.5rem;font-weight:500;margin-bottom:10px}.all-episode-content-header-seasons{display:flex;gap:20px;margin-bottom:5px;overflow-x:auto;padding-bottom:15px}.aech-season-child{align-items:center;border-radius:50%;cursor:pointer;display:flex;font-weight:500;justify-content:center;min-height:50px;min-width:50px;transition:all .3s ease}.aech-season-child:hover{background-color:#a1bfff}.aech-season-child--active{background-color:#3577ff;color:#fff}.aech-season-child--active:hover{background-color:initial;border:1px solid;color:#000}.all-episode-content-episodes{display:none;flex-direction:column;gap:30px;opacity:0;transition:opacity .2s ease-in;width:76vw}.all-episode-content-episodes.fade-in{display:flex;opacity:1}.all-episode-content-episode-card{animation:fadeIn 1s ease-in-out;display:flex;gap:10px;transition:background-color .5s ease;width:100%}.all-episode-content-episodes .all-episode-content-episode-card:not(:first-child){border-top:1px solid #0000001f;padding-top:10px}.all-episode-content-episode-image{background-color:gray;background-position:50%;background-repeat:no-repeat;background-size:cover;height:132px;min-width:235px}.all-episode-content-episode-data{width:100%}.aec-episode-name{display:flex;font-weight:700;justify-content:space-between}.airdate{color:gray;font-weight:400}@media (max-width:1040px){.all-episode{margin-top:0}}@media (max-width:768px){.aech-season-child--active:hover{background-color:#3577ff;border:none;color:#fff}.all-episode-content-top-rated-content{gap:20px}.all-episode-content-top-rated-card{min-width:257px}}@media (max-width:600px){.all-episode-content{align-items:normal}.all-episode-content-episodes,.all-episode-content-header,.all-episode-content-top-rated-content,.all-episode-intro{width:calc(100vw - 40px)}.all-episode-content-episode-card{flex-direction:column}.all-episode-content-episode-image{height:43vw}.aec-episode-name{flex-direction:column}}@media (max-width:425px){#all-episode-intro-title{font-size:1rem}#all-episode-static-title{font-size:1.5rem}.all-episode-content-header-title{font-size:1.3rem}.all-episode-poster{min-height:107px;min-width:78px}.all-episode-banner{height:240px}}.hero{margin-bottom:90px;padding-top:5vh;width:100%}.hero,.page-content{display:flex;justify-content:center}.page-content{flex-wrap:wrap;height:-webkit-max-content;height:max-content}.currently-streaming{display:flex;justify-content:center;margin-top:26px}.cs-content{max-width:1080px}#cs-content-title{margin-bottom:26px;margin-left:8px}.cs-result-data{display:flex;flex-wrap:wrap;gap:35px;justify-content:center}@media (max-width:1064px){#cs-content-title{margin-left:10vw}}@media (max-width:1040px){.hero{padding-top:0}}@media (max-width:1024px){.cs-result-data{gap:20px}#cs-content-title{margin-left:2vw}}@media (max-width:425px){.cs-result-data{gap:10px}#cs-content-title{margin-left:16px}}.welcome{background-color:#0a1625;border-radius:30px;color:#fff;display:flex;flex-wrap:wrap;justify-content:center;min-height:587px;padding:60px 0;position:relative;width:1017px}.heading,.welcome{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.heading{width:100%}.heading,.paragraph{padding-inline:5px;text-align:center}.paragraph{color:#acd5f2;line-height:10px;width:400px}h5{line-height:1.6}.join-btn{align-items:center;background-color:#3577ff;border-radius:30px;bottom:-28px;box-shadow:0 2px 40px #0006;cursor:pointer;display:flex;font-size:1.2rem;font-weight:600;height:49px;justify-content:space-between;padding-left:50px;padding-right:10px;position:absolute;transition:box-shadow .4s ease;width:200px}.join-btn:hover{box-shadow:0 2px 43px #0896e699}.circle{align-items:center;background-color:#fff;border-radius:50%;color:#3577ff;display:flex;font-size:2rem;font-weight:700;height:37px;justify-content:center;width:37px}.arrow{font-size:x-large}@media (max-width:1040px){.welcome{border-radius:0;width:100vw}}.welcome-cards{align-items:center;display:flex;flex-wrap:wrap;gap:60px;height:75%;justify-content:center;padding-top:30px;width:100%}.welcome-card{display:flex;flex-wrap:wrap;gap:20px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:-webkit-max-content;width:max-content}.icon{align-items:center;display:flex;justify-content:center;width:94px}.icon-background{background-color:#ceeafd;border-radius:50%;height:80px;position:relative;width:80px}.card-content{width:282px}.card-description{color:#acd5f2}.icon-image{color:#008cff;font-size:73px;position:absolute;right:-3px;rotate:18deg;top:-42px}@media (max-width:1011px){.card-content{width:31vw}}@media (max-width:757px){.welcome-card{justify-content:center;width:100%}.card-content{width:60vw}}a{color:#000;text-decoration:none}.data{display:flex;flex-direction:column;gap:26px;max-width:1080px}.search-area{display:flex;justify-content:center;width:100%}.input-box-wrapper{position:relative}.input-box{border:none;border-radius:20px;height:36px;outline:none;padding:10px 10px 10px 96px;width:45vw}.search-mode{background-color:#edf1f5;border-radius:16px;cursor:pointer;display:flex;gap:3px;left:7px;padding-inline:7px;position:absolute;top:6px}.mode-options{background-color:#fff;border-radius:8px;display:none;flex-direction:column;gap:4px;left:14px;padding:10px 5px;position:absolute;top:39px;z-index:8}.mode-options.expand-options{display:flex}.mode-options span{border-radius:10px;cursor:pointer;padding-inline:10px}.mode-options span:hover{background-color:#edf1f5}.movie-data,.user-content-data{display:flex;flex-wrap:wrap;gap:35px;justify-content:center;width:100%}.user-content-data{flex-direction:column;gap:11px}.ucd-user{align-items:center;background-color:#fff;border-radius:6px;display:flex;gap:10px;padding:12px 14px;width:100%}.ucd-pfp{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:4px;height:40px;width:40px}@media (max-width:1024px){.movie-data{gap:20px}.input-box{width:87vw}}@media (max-width:425px){.movie-data{gap:10px}}.card{background-color:initial;border:none;width:185px}.card-text{text-overflow:ellipsis}.card-body{color:#748899;font-weight:500;padding:5px}.card-img-top,.default-img{border-radius:8px}.default-img{align-items:center;background-color:#f5f5f5;background-position:50%;background-repeat:no-repeat;background-size:cover;color:#b0b0b0;display:flex;font-weight:500;height:260px;justify-content:center;padding:10px;text-align:center;width:100%}.default-img p{margin:0}@media (max-width:1024px){.card{width:148px}.default-img{height:208px}}@media (max-width:768px){.card{width:131px}.default-img{height:184px}}@media (max-width:425px){.card{width:30vw}.card-body{font-size:.9rem;padding:2px 5px}.default-img{height:176px}}@media (max-width:375px){.default-img{height:164px}}.wrapper{height:200px}.cloud{height:50px;overflow:hidden;padding:5px}.cloud_left{background-color:#234;height:100px;width:100px}.cloud_left,.cloud_right{border-radius:50%;box-shadow:1px 1px 1px 1px #000000bf;float:left;position:relative}.cloud_right{background-color:#203040;height:70px;left:-30px;top:15px;width:70px}.rain{height:140px;width:180px}.drop{animation:rain_401 .8s ease-out infinite;background:#789;box-shadow:1px .5px 1px .5px #000000bf;float:left;left:20px;margin:10px;position:relative;width:2px}.drop:first-child{animation-delay:-1s;height:15px;top:5px}.drop:nth-child(2){animation-delay:-1.4s;height:20px}.drop:nth-child(3){animation-delay:-1.6s;height:15px;top:5px}.drop:nth-child(4){animation-delay:-1.2s;height:10px;top:10px}.drop:nth-child(5){animation-delay:-1.6s;height:5px;top:15px}@keyframes rain_401{0%{opacity:1;transform:translate(0)}to{opacity:.2;transform:translateY(100px)}}.surface{height:140px;position:relative;top:-140px;width:180px}.hit{animation:hit_401 .8s ease infinite;border:1px solid #456;border-radius:50%;bottom:-5px;height:1px;margin:10px;position:absolute;width:3px}.hit:first-child{animation-delay:-.3s;left:19px}.hit:nth-child(2){animation-delay:-.7s;left:41px}.hit:nth-child(3){animation-delay:-.9s;left:63px}.hit:nth-child(4){animation-delay:-.5s;left:85px}.hit:nth-child(5){animation-delay:-.9s;left:107px}@keyframes hit_401{0%{opacity:.75;transform:scale(1)}to{opacity:0;transform:scale(2.5)}}.user-profile{margin-top:-8vh}@media (max-width:1040px){.user-profile{margin-top:0}}.user-banner{background-position:50% 35%;background-repeat:no-repeat;background-size:cover;display:flex;height:350px;min-width:100vw}.user-content-wrapper{background:#06060633;background:linear-gradient(180deg,#060d2200 40%,#060d2299);box-shadow:0 4px 30px #0000001a;display:flex;height:100%;justify-content:center;padding-inline:20px;width:100%}.user-intro{align-self:flex-end;display:flex;gap:15px;width:76vw}.user-poster{background-position:50%;background-repeat:no-repeat;background-size:cover;max-height:230px;max-width:160px}.user-details{color:#fff;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:6px}#user-intro-title{color:#ffffffb3;font-size:1.9rem;font-weight:500;line-height:.8;margin-bottom:5px;padding:14px 0}.user-profile-menu{background-color:#fff;display:flex;gap:50px;justify-content:center;width:100vw}.user-profile-menu a{text-wrap:nowrap;color:#7a858f;font-weight:500;padding:18px 0}.user-profile-menu a:hover{color:#4184ff}.highlightCurrentPage{color:#4184ff!important}@media (max-width:1040px){.user-intro{width:100%}.user-content-wrapper{padding-inline:50px}}@media (max-width:760px){.user-poster{max-height:160px;max-width:120px}.user-content-wrapper{padding-inline:30px}#user-intro-title{font-size:1.7rem}.user-banner{height:240px}}@media (max-width:889px){.user-profile-menu{overflow-x:auto}#Overview-link{margin-left:46vw}}@media (max-width:600px){#Overview-link{margin-left:0}.user-poster{aspect-ratio:auto;height:auto;max-width:95px}#user-intro-title{font-size:1.4rem}.user-profile-menu{gap:43px;justify-content:flex-start;overflow-x:auto;padding:0 25px}}@media (max-width:425px){.user-banner{height:240px}}.user-lists{margin-top:-8vh}.list-content-container{display:flex;justify-content:center}.list-container{display:flex;gap:40px;margin-top:40px;width:76vw}.filter-wrapper{width:180px}.list-container-lists{height:100%;width:calc(100% - 220px)}.show-filter-search{position:relative}.show-filter-search-icon{color:#7a858f;left:9px;position:absolute;top:5px}.show-filter-search-input{border:none;border-radius:4px;color:#7a858f;padding:5px 5px 5px 35px;width:100%}.show-filter-search-input:focus-visible{outline:none}.show-filter-search-input:focus{box-shadow:0 1px 10px 0 #31364426}.show-filter-search-input::placeholder{color:#7a858f}.filter-group{color:#7a858f;margin-top:15px}#filter-group-title{margin-bottom:8px}.filter-list-name{border-radius:4px;cursor:pointer;display:flex;justify-content:space-between;padding:6px 8px;transition:background .3s ease-in-out}.filter-active{background-color:#fff}.list-wrap{margin-bottom:50px}.list-section-name{color:#5c728a;font-size:1.3rem;margin:20px 0}.list-section{background:#fff;border-radius:4px;box-shadow:0 2px 20px #31364417;width:100%}.list-section-header{color:#5c728a;display:flex;font-weight:500}.spacer-boy{display:block;padding:0;width:60px}.list-header-title{flex:5 1;padding:20px;text-align:left}.on-mobile-content{display:none}.list-header-progress,.list-header-score{flex:1 1;padding:20px;text-align:center}.list-section-entries{align-items:center;color:#5c728a;display:flex;position:relative;transition:background .2s ease}.list-section-entries a{color:inherit}.list-section-entries:hover{background-color:#4184ff;color:#fff}.list-section-entries:hover .section-image-overlay{display:block}.list-section-entries:hover .list-entry-edit{display:flex}.section-entry-poster{align-items:center;display:flex;flex:1 1;justify-content:flex-end;max-width:60px;min-width:60px;padding:0}.section-image{background-color:#b5b5b5;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:3px;height:40px;width:40px}.list-entry-edit{align-items:center;background-color:rgba(0,0,0,.572);color:#fff;cursor:pointer;display:none;font-size:1.5rem;height:100%;justify-content:center;width:100%}.section-image-overlay{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:3px;box-shadow:0 2px 20px #3136444d;display:none;height:200px;left:-160px;padding:0;position:absolute;top:-60px;width:140px;z-index:1}.list-section-entries .rating-icon{margin-left:5px}@media (max-width:1040px){.user-lists{margin-top:0}}@media (max-width:760px){.list-content-container{padding-inline:20px}.list-container{flex-direction:column;width:100%}.filter-wrapper,.list-container-lists{width:100%}.list-section-entries:hover .section-image-overlay,.list-section-header,.onComp{display:none}.list-section{padding-top:10px}.on-mobile-content{display:flex;flex-direction:column;padding:10px;width:100%}.on-mobile-list-header-title{width:100%}.on-mobile-score-prog-wrapper{display:flex;font-size:.95rem}.on-mobile-list-header-score{flex:1 1}.on-mobile-list-header-progress{flex:2 1}.on-mobile-list-header-progress.right{text-align:right}.on-mobile-list-header-progress.left{text-align:left}}.user-reviews{color:#5c728a;margin-top:-8vh}.user-reviews-content-container{margin-inline:auto;max-width:1140px;padding-inline:50px;padding-bottom:100px}.user-reviews-container{grid-gap:30px;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-top:30px;overflow:hidden}.ur-card{background:#fff;border-radius:4px;cursor:pointer;display:grid;grid-template-rows:80px auto;overflow:hidden;transition:.2s}.ur-card-header{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:4px 4px 0 0;width:100%}.urc-read-overlay{align-items:center;background-color:#251f31cc;color:#fff;display:flex;font-weight:500;height:100%;justify-content:center;opacity:0;transition:.3s;width:100%}.ur-card:hover .urc-read-overlay{opacity:1}.ur-card-content{display:flex;flex-direction:column;justify-content:center;padding:15px;position:relative}.urc-content-title{color:#5c728a;font-weight:500}.urc-content-text{color:#9299a1;font-size:.9rem;font-style:italic}.urc-content-likes{bottom:5px;color:#9299a1;display:flex;font-size:.9rem;gap:7px;position:absolute;right:5px}@media (max-width:1040px){.user-reviews{margin-top:0}}@media (max-width:760px){.user-reviews-content-container{padding-inline:20px}.user-reviews-container{flex-direction:column;width:100%}}.review{height:100%;margin-top:-8vh;width:100%}.review-header{background-color:gray;background-position:50% 35%;background-repeat:no-repeat;background-size:cover;height:550px;width:100vw}.review-header-wrapper{align-items:center;background:#1f252da6;box-shadow:inset 0 0 250px #2f3133;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;width:100%}.rh-title{margin-bottom:20px}.rh-title,.rh-title a{color:#fff}.rh-author{color:#ffffffb3;font-size:1.1rem;font-style:italic}.rh-author a{color:#fff}.rh-time{color:#fff6;font-size:.9rem;position:absolute;right:30px;top:calc(8vh + 20px)}.review-container{padding-inline:50px;padding-bottom:200px;width:100%}.review-container,.review-text{align-items:center;display:flex;flex-direction:column}.review-text{text-wrap:wrap;background-color:#fff;border-radius:4px;color:#5c728a;line-height:1.6;margin-top:-130px;max-width:850px;overflow-wrap:anywhere;padding:40px;z-index:19}.review-text .ql-align-right{text-align:right}.review-text .ql-align-left{text-align:left}.review-text .ql-align-center{text-align:center}.review-text blockquote{background:#edf1f5;border-left:7px solid #5c728a;border-radius:3px;display:inline-block;font-style:italic;margin-left:10px;padding:10px 14px}.responsive-video-wrapper{border-radius:4px;height:0;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}.responsive-video-wrapper iframe{border:none;height:100%;left:0;position:absolute;top:0;width:100%}.review-text img{height:100%;width:100%}.review-score{border-radius:4px;color:#fff;margin-bottom:-80px;margin-top:35px;padding:10px 25px;text-align:center;width:135px}.review-score.green{background-color:#7bd555}.review-score.orange{background-color:#f79a63}.review-score.red{background-color:#e85d75}#gotten-score{font-size:2.6rem;font-weight:300}#max-score{font-size:.9rem;font-style:italic;font-weight:300}.review-ratings{align-items:center;background-color:#fff;border-radius:4px;color:#9299a1;display:flex;flex-direction:column;font-size:.9rem;gap:10px;justify-content:center;margin-bottom:100px;margin-top:100px;max-width:850px;padding:20px;text-align:center}.rr-actions{display:flex;gap:18px}.rr-action-dislike{background-color:#e85d75}.rr-action-dislike,.rr-action-like{align-items:center;border-radius:4px;color:#fff;cursor:pointer;display:flex;height:35px;justify-content:center;width:35px}.rr-action-like{background-color:#7bd555}.disliked,.liked{color:#31364499}@media (max-width:1040px){.review{margin-top:0}.rh-time{right:20px;top:20px}}@media (max-width:585px){.review-container{padding-inline:20px}}@media (max-width:430px){.review-header{height:400px}.rh-title{margin-bottom:0}.review-text{padding:25px}}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid #0000;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.review-editor{color:#5c728a;height:100%;width:100%}.review-editor-container{align-items:center;display:flex;flex-direction:column;gap:50px;padding-top:80px;padding-inline:50px;padding-bottom:200px;width:100vw}.re-main-text,.re-post,.re-private,.re-score,.re-summary{text-wrap:wrap;background-color:#fff;border-radius:4px;display:flex;flex-direction:column;gap:10px;max-width:850px;min-width:85vw;overflow-wrap:anywhere;padding:20px}.re-title{font-weight:500}.re-suggestion{font-size:.9rem}.re-post,.re-private,.re-score{background-color:initial;padding:0}.re-score-wrapper{background-color:#fff;border-radius:4px;display:flex;flex-direction:column;gap:10px;padding:20px;width:-webkit-max-content;width:max-content}.re-score-input{background-color:#edf1f5;border-radius:4px;padding:10px;position:relative;width:176px}.re-score-input input{background-color:inherit;border:none;width:100%}.re-score-input input:focus-visible{outline:none}.re-private-wrapper{width:-webkit-max-content;width:max-content}.re-post-wrapper,.re-private-wrapper{border-radius:4px;display:flex;gap:10px;padding-inline:10px}.re-error-item{background-color:#e85d75;border-radius:4px;color:#fff;margin-bottom:10px;padding:10px;text-align:center}.forum-editor{color:#5c728a;height:100%;width:100%}.forum-editor-container{align-items:center;display:flex;flex-direction:column;gap:50px;padding-top:80px;padding-inline:50px;padding-bottom:200px;width:100vw}.fe-catagories,.fe-main-text,.fe-post,.fe-show-catagories,.fe-summary{text-wrap:wrap;background-color:#fff;border-radius:4px;display:flex;flex-direction:column;gap:10px;max-width:850px;min-width:85vw;overflow-wrap:anywhere;padding:20px}.fe-title{font-weight:500}.fe-suggestion{font-size:.9rem}.quill{display:flex;flex-direction:column;gap:10px}.quill div{border:none!important}.ql-container{background-color:#edf1f5;border-radius:4px}.fe-catagory-container{display:flex;flex-wrap:wrap;gap:10px;max-width:554px}.fe-catagories,.fe-show-catagories{background-color:inherit;padding:0}.fe-catagory-item{cursor:pointer;gap:7px;padding:6px 10px;width:-webkit-max-content;width:max-content}.fe-catagory-item,.fe-show-catagory-container{background-color:#fff;border-radius:4px;display:flex}.fe-show-catagory-container{flex-wrap:wrap;gap:10px;padding:10px}.show-catagory-wrapper{display:flex;flex-wrap:wrap;gap:10px}.on-show-forum{background-color:#edf1f5;padding:4px 10px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.remove-catag-icon{cursor:pointer;position:absolute;right:-7px;top:-6px}.fe-post{background-color:initial;padding:0}.fe-post-wrapper{border-radius:4px;display:flex;gap:10px}.show-catagory-search{border:none;color:#5c728a;flex:1 1;padding-inline:10px}.show-catagory-search:focus-visible{border:none;outline:none}.catagory-search-result{background-color:#fff;border-radius:4px;display:flex;flex-wrap:wrap;gap:10px;padding:10px}.search-item{background-color:#edf1f5;border-radius:4px;cursor:pointer;padding:4px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.post-btn{width:176px}.fe-error-item,.post-btn{border-radius:4px;color:#fff;padding:10px;text-align:center}.fe-error-item{background-color:#e85d75;margin-bottom:10px}@media (max-width:560px){.fe-catagory-container{font-size:.8rem}}@media (max-width:411px){.forum-editor-container{padding-inline:20px}}.forum-thread{color:#5c728a;height:100%;position:relative;width:100%}.forum-thread-container{align-items:center;display:flex;flex-direction:column;gap:50px;padding-top:80px;padding-inline:50px;padding-bottom:200px;width:100vw}.ft-wrapper{text-wrap:wrap;background-color:#fff;border-radius:4px;display:flex;flex-direction:column;gap:10px;max-width:850px;min-width:85vw;overflow-wrap:anywhere;padding:20px;width:100%}.thread-reply-header,.thread-title{background-color:inherit;font-size:1.2rem;font-weight:500;padding:0}.thread-body,.thread-replies{margin-top:-34px}.tb-header{flex-wrap:wrap;justify-content:space-between}.tb-header,.tb-user{align-items:center;display:flex}.tb-user{gap:10px}.tb-user-pfp{background-color:gray;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:4px;min-height:40px;min-width:40px}.tb-username{color:#3db4f2;cursor:pointer}.tb-time{color:#9299a1}.tb-footer{align-items:center;gap:25px;justify-content:space-between}.tb-categories,.tb-footer{display:flex;flex-wrap:wrap}.tb-categories{gap:5px}.categories-item{align-items:center;border-radius:15px;color:#fff;cursor:pointer;display:flex;font-size:.8rem;gap:4px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:3px 12px}.categories-item:hover{color:#000}.go-to-show{align-items:center;background-color:#fff;border-radius:50%;color:#3db4f2;display:flex;font-size:.7rem;justify-content:center;width:18px}.go-to-show:hover{background-color:#000}.tb-actions{display:flex;gap:12px}.tb-actions-comment,.tb-actions-like{background-color:#e85d75;border:none;border-radius:4px;color:#fff;display:flex;gap:5px;padding:5px 10px}.tb-actions-comment{background-color:#3db4f2;gap:12px}.thread-replies{background-color:inherit;gap:20px;padding:0}.forum-thread-NA{align-items:center;display:flex;font-size:1.4rem;height:100px;justify-content:center}.ql-align-right{text-align:right}.ql-align-left{text-align:left}.ql-align-center{text-align:center}.ql-align-justify{text-align:justify}.tb-description img{height:100%;width:100%}.tb-description a{color:#3db4f2}blockquote{background:#edf1f5;border-left:7px solid #5c728a;border-radius:3px;display:inline-block;font-style:italic;margin-left:10px;padding:10px 14px}.ql-syntax{background:#000;border-radius:4px;color:#fff;padding:8px}@media (max-width:411px){.forum-thread-container{padding-inline:20px}}.comment-box{background-color:#fff;border:1px solid #ccc6;border-radius:4px;margin-bottom:15px;padding:15px}.odd-child{background-color:#edf1f5}.even-child{background-color:#fff}.cb-header{gap:20px;justify-content:space-between}.cb-header,.cb-user{align-items:center;display:flex;flex-wrap:wrap}.cb-user{gap:5px}.cb-user-pfp{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:4px;height:35px;width:35px}.cb-username{color:#3db4f2;cursor:pointer}.cb-user-timestamp{color:#9299a1;font-size:.9rem;margin-left:5px}.cb-actions{gap:20px}.cb-actions,.cb-like{align-items:center;display:flex}.cb-like{text-wrap:nowrap;color:#9299a1;cursor:pointer;gap:5px}.cb-reply-icon{color:#3db4f2;cursor:pointer;display:flex;font-size:1.5rem}.cb-description{margin-top:10px}.cb-description img{height:100%;width:100%}.cb-description a{color:#3db4f2}.cb-replies{margin-top:10px;padding-left:10px;position:relative}@media (max-width:425px){.cb-actions{gap:10px}}.comment-editor{bottom:23px;left:50%;max-width:850px;padding-inline:50px;position:fixed;transform:translateX(-50%);width:100%;z-index:999}.comment-editor-title{background-color:#fff;border-bottom:1px solid #ccc;border-radius:35px;font-style:italic;font-weight:500;padding:10px 20px;word-break:break-all}.comment-editor-wrap{background-color:#fff;border-radius:4px;box-shadow:0 2px 30px 0 #060d222e;max-height:50vh;min-height:280px;overflow:auto;position:relative}.comment-editor-wrap::-webkit-scrollbar-button,.comment-editor-wrap::-webkit-scrollbar-thumb{display:none}.comment-editor-wrap::-webkit-scrollbar{display:none}.comment-editor-wrap .ql-container{background-color:#fff;padding-bottom:50px}.comment-editor-action{bottom:10px;display:flex;gap:10px;position:fixed;right:65px}@media (max-width:411px){.comment-editor{padding-inline:20px}.comment-editor-action{right:35px}}
/*# sourceMappingURL=main.0d83c6ed.css.map*/