.box-container{display:flex;flex-wrap:wrap;margin:0 auto;justify-content:center}.box{display:flex;flex-direction:column;justify-content:space-between;align-items:center;margin:.3rem;padding:.1rem;background-color:hsla(0,0%,100%,.2);border-radius:.5rem;width:85px;height:auto;vertical-align:top;font-size:.8rem;cursor:pointer}.box div{margin:0 auto}.box:hover{background-color:hsla(0,0%,100%,.3)}.chart{background-color:hsla(0,0%,100%,.1);border-radius:1rem;margin:1rem auto}.doughnut-chart-container{height:600px}#add-comparison span,#close-settings{text-decoration:underline}#add-comparison span:hover,#close-settings:hover{cursor:pointer}#over-time-settings{background-color:hsla(0,0%,100%,.1);border-radius:1rem;margin:1rem auto;width:95%;overflow:visible;height:450px}#over-time-settings>div{display:inline-block}#chart-options-menu{width:500px;height:500px;position:fixed;bottom:-450px;left:-300px;background-color:#000;border-top:3px solid #fff;border-right:3px solid #fff;color:#fff;border-top-right-radius:1rem;transition:.2s ease-in-out}#chart-options-link{text-decoration:underline;cursor:pointer;padding-right:1rem;position:absolute;top:.3rem;right:.3rem;font-size:1.2rem}#chart-options-link:hover{cursor:pointer}#chart-options-box-container{display:flex}#chart-options-box-container>div:first-of-type{padding:.5rem}#chart-options-box-container>div:last-of-type{margin-top:70px}#chart-options-box-container button{width:150px}.labelled-chart-container{height:400px;width:100%}.labelled-chart-container .labels{width:100%;display:flex;justify-content:space-around}#cookie-consent-box{width:100%;position:fixed;bottom:0;background-color:hsla(0,0%,100%,.7);border-top:1px solid #fff;display:flex;justify-content:space-between;align-items:center}.highlight{background-color:hsla(0,0%,100%,.2)}.dd-container{width:300px;margin:0 auto;border-left:1px solid grey;border-right:1px solid grey;border-top:1px solid grey;background-color:#000}.dd-search{width:95%;height:30px}.dd-searchbox{width:100%}.dd-dropdown{max-height:300px;width:300px;background-color:hsla(0,0%,100%,.1);overflow-y:scroll;top:30px;left:0;border-left:1px solid grey;border-right:1px solid grey;border-bottom:1px solid grey;margin-left:-1px}.dd-dropdown::-webkit-scrollbar{width:6px}.dd-dropdown::-webkit-scrollbar-track{background-color:grey}.dd-dropdown::-webkit-scrollbar-thumb{background-color:#fff}.dd-line{text-align:left;cursor:pointer;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center}.dd-line:hover{background-color:hsla(0,0%,100%,.1)}.dd-image,.dd-text{display:block}.dd-text{text-overflow:ellipsis}.selected{background-color:hsla(0,0%,100%,.1)}.invalid{box-shadow:0 0 10px orange}form{display:block}input[type=password],input[type=text],textarea{padding:.2rem;background-color:beige;border-radius:.3rem}input[type=password]:focus,input[type=text]:focus{outline:none}button{margin:.4rem}label{margin-right:.4rem;text-align:right;display:inline-block}textarea:active,textarea:focus{outline:none}button{background-color:beige;padding:.5rem;border:1px solid #fff;border-radius:.3rem;cursor:pointer}button[disabled=true]{cursor:not-allowed}button:hover{border-color:orange}button:focus{outline:none}.btn-green{background-color:#9acd32;border-color:#7cfc00}.btn-green:hover{border-color:#006400}.btn-orange{background-color:#ff0;border-color:gold}.btn-orange:hover{border-color:#b8860b}.btn-red{background-color:orange;border-color:#ff4500}.btn-red:hover{border-color:red}button[disabled]{cursor:not-allowed}button[disabled=false]{cursor:pointer}form .fc{display:grid;grid-template-columns:.5fr .5fr 1fr 1fr;grid-template-areas:". label input error";grid-gap:.2rem;margin:.5rem}.fc label{text-align:right;grid-area:label}.fc input,.fc select{grid-area:input}.fc .error-message{grid-area:error}fieldset{background-color:hsla(0,0%,100%,.1);border:none;margin:1rem}#overhaul-warning{border:1px solid orange;background-color:rgba(255,200,138,.3);border-radius:.5rem;width:50%;margin:.5rem auto}#topics{display:flex;flex-direction:column}.topics-row{display:flex;justify-content:center}.topic{background-color:hsla(0,0%,100%,.1);border-radius:1rem;transition:.2s ease-in-out;margin:.5rem}.topic:hover{background-color:hsla(0,0%,100%,.3);border-radius:2rem;cursor:pointer}.topic div{width:200px;height:141px;margin:1rem}#fp-stats-container{display:grid;width:80%;grid-template-columns:.5fr 1fr .5fr 1fr;margin:2rem auto;grid-column-gap:.5rem;grid-row-gap:.5rem;background-color:hsla(0,0%,100%,.1);border:2px solid #fff}.fp-stats-header{border-bottom:2px solid #fff;background-color:hsla(0,0%,100%,.2);grid-column-start:1;grid-column-end:span 4;text-shadow:2px 2px 0 #000}#fp-stats-container .fp-stats-header:not(:first-of-type),#top-contributors-container .fp-contributors-header:not(:first-of-type){border-top:2px solid #fff}.fp-right{align-self:end;justify-self:end}.fp-left{align-self:start;justify-self:start}.two-wide{grid-column-end:span 2}#top-contributors-container{display:grid;width:80%;grid-template-columns:.7fr 1fr;margin:2rem auto;grid-column-gap:.5rem;grid-row-gap:.5rem;background-color:hsla(0,0%,100%,.1);border:2px solid #fff}.fp-contributors-header{border-bottom:2px solid #fff;background-color:hsla(0,0%,100%,.2);grid-column-start:1;grid-column-end:span 2;text-shadow:2px 2px 0 #000}body,div,footer,html,main,nav{margin:0;padding:0}html{overflow-x:hidden;font-family:Poppins,sans-serif;text-align:center;min-width:1200px;height:100%}body{background-color:#000;background-image:url(/img/background.jpg),url(/img/background2.jpg);background-position:0 0,100% 0;background-repeat:repeat-y,repeat-y;color:#fff;display:flex;align-items:stretch;overflow:no-content;min-height:100%;position:relative}h1,h2,h3,h4,h5,h6,p{margin:.5rem}a,a:active,a:visited{color:#fff}a:hover{color:#d3d3d3}li{padding:.2rem 0}.l{text-align:left}.r{text-align:right}.c{text-align:center}.display-inline{display:inline-block}.display-normal{display:normal}.display-none{display:none!important}.display-table-cell{display:table-cell}.w80{width:80%}.w20{width:20%}.w90{width:90%}.w10{width:10%}.w100{width:100%}.red{color:red}.green{color:green}.hand{cursor:pointer}.progress{cursor:progress}.orange{color:orange}.gray{color:grey}hr{border:none;border-top:2px dashed hsla(0,0%,100%,.2);background-color:transparent}.mono{font-family:Courier New,Courier,monospace}.u{text-decoration:underline}.selected-tag{padding:.3rem;margin:.3rem;cursor:pointer;background-color:hsla(0,0%,100%,.1);border:1px solid #fff;border-radius:.3rem;display:inline-block}#driver-highlighted-element-stage{background-color:hsla(0,0%,100%,.1)!important}pre{white-space:nowrap;background-color:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);padding:.3rem;border-radius:.3rem;display:inline;margin:0 .3rem}.btn-rng{width:300px}#history{float:left;margin-top:.5rem}#history tr td:first-of-type,#history tr td:nth-of-type(2){white-space:nowrap}#history .dd-image{cursor:pointer}.form-area{width:95%;max-width:1000px;background-color:hsla(0,0%,100%,.1);margin:2rem auto;border-radius:1rem;padding:1rem 0}.form-area .use-first-two-grid-cells{grid-column-start:1;grid-column-end:3}.myaccount-grid{display:grid;grid-template-columns:.5fr 1fr;grid-row-gap:.7rem;align-items:center;width:95%;max-width:500px;background-color:hsla(0,0%,100%,.1);margin:2rem auto;border-radius:1rem;padding:1rem 0}.myaccount-grid .width-two,.myaccount-grid h3,.myaccount-grid p{grid-column-start:1;grid-column-end:span 2;margin-top:0}.myaccount-grid>div{position:relative}.myaccount-grid>div:nth-of-type(odd){justify-self:end;margin-right:1rem}.myaccount-grid>div:nth-of-type(2n){justify-self:start}#danger-zone{background-color:rgba(255,100,100,.2)}.width-two{justify-self:center!important}.social-media-icon{display:inline-block;height:35px;width:35px;vertical-align:middle;margin:0 .5rem}.validation-summary-errors ul{color:orange;list-style-type:none}.error-message{color:orange;text-align:left;font-size:.8rem}.iri{display:inline-block;vertical-align:middle;position:relative;overflow:visible;z-index:0;image-rendering:pixelated;image-rendering:crisp-edges}#modal{width:100%;min-height:100%;z-index:100000;background-color:hsla(0,0%,100%,.3);position:fixed;top:0;left:0}.modal-container{width:50%;margin:1rem auto;z-index:100001;position:fixed;height:auto;top:20px;left:25%;border:3px solid #fff;background-color:#000;border-radius:1rem;box-shadow:0 0 1rem 1rem #fff}#nav{display:flex;flex-direction:column;padding:.3rem;border-right:2px dashed hsla(0,0%,100%,.2)}.nav-point{display:flex;text-decoration:none}.nav-point:hover{background-color:hsla(0,0%,100%,.1)}.nav-icon{width:35px;height:35px;margin-right:1rem;transition:.1s ease}.nav-point:hover .nav-icon{margin-right:1.2rem}.nav-section{border-bottom:2px dashed hsla(0,0%,100%,.2);padding:.5rem 0}.nav-section:first-of-type p{margin-top:.2rem;margin-bottom:.2rem}.popup{position:absolute;background-color:#212121;border:.1rem solid #fff;padding:.25rem;border-radius:.3rem;overflow:visible;width:auto;height:auto;white-space:nowrap;z-index:10000}.popup-container:hover>.popup{display:inline-block}.popup h3{margin:.5rem}.popup-container{overflow:visible;position:relative}.upscale{-webkit-transform:scale(2);transform:scale(2)}.downscale{font-size:.5rem}.downscale hr{border-top:1px dashed hsla(0,0%,100%,.2)}.quote{width:250px;display:inline-block;margin:.4rem}.quote img{margin-top:-1px}.speechbubble{width:95%;margin:0 auto;padding:5px;background-color:beige;border-radius:1.2rem;color:#000;font-size:.9rem}.quote-footer{font-size:.8rem}#show-all-floors{text-decoration:underline;cursor:pointer}#menu-wrapper{display:flex;position:relative}#left-column{width:70%}#left-column,#right-column{display:flex;flex-direction:column}#right-column{width:30%}#player-and-seed-container{display:flex;justify-content:space-between;width:100%}#youtube-player-container{width:100%;padding-bottom:56.25%;position:relative}#quotes-and-topic-wrapper{display:flex}#ytplayer{position:absolute;top:0;left:0;width:100%;height:100%}#quotes{width:50%;font-size:.85rem;padding:0 .5rem;text-align:left}#quotes-textarea-wrapper{display:flex}#quotes-textarea,#submit-topic-textarea{border-radius:.5rem;background-color:beige;padding:.3rem;margin-right:.3rem}#quotes-textarea:focus,#submit-topic-textarea:focus{outline:none}.submit-quote-error{color:orange}.submit-quote-error:hover{cursor:pointer}#submit-topic-container{border-left:1px solid hsla(0,0%,100%,.1);border-right:1px solid hsla(0,0%,100%,.1);width:20%;text-align:left;padding:0 .5rem}#submit-topic-container>p{font-size:.85rem}#history-container{width:30%;text-align:left;padding:0 .5rem}#history-container>p{margin:0;padding:0;font-size:.8rem}#current-player-container,#player-controls,#seed-container{border-bottom-right-radius:.5rem;background-color:hsla(0,0%,100%,.1);border-right:1px solid hsla(0,0%,100%,.1);border-bottom:1px solid hsla(0,0%,100%,.1);padding:.2rem}#current-player-container,#seed-container{border-bottom-left-radius:.5rem}#seed-container{border-bottom-right-radius:0}.change-player-container-modifier{background-color:red!important;border-color:red!important}table{margin:1rem auto;border-collapse:collapse;background-color:hsla(0,0%,100%,.1);border-radius:.5rem}td,th{padding:.2rem .7rem}td{text-align:left;font-size:.8rem}tr:hover td{background-color:hsla(0,0%,100%,.2)}#pagination{display:flex;flex-wrap:wrap;justify-content:center;margin:5px auto;padding:0}#pagination a{padding:0 .2rem;cursor:pointer}#pagination a:hover{color:orange}.active-page{color:orange;box-shadow:0 0 1px orange}.video-page-element{display:inline-block;background-color:hsla(0,0%,100%,.1);padding:1rem;border-radius:1rem}#timeline-container{width:90%;margin:1rem auto}.timeline-flex{display:flex}.timeline-floor{height:50px;position:relative;border:1px solid #fff;white-space:nowrap;text-align:right;cursor:pointer}.timeline-floor h4,.timeline-floor p{margin:.5rem}.timeline-floorname{font-size:.8rem;white-space:nowrap;overflow:visible;border:1px solid transparent}#transformation-progress-container{margin:0 auto;flex-direction:column}#transformation-progress-container,.transformation-progress-row{display:flex;justify-content:center}.pyramid-transformation-bar{display:flex;justify-content:flex-end;flex-direction:column}.pyramid-transformation-icon{width:80px}.transformation-stats-block{width:78px;height:40px;background-color:red;border:1px solid #fff}.transformation-completed{background-color:#90ee90!important}.transformation-stats-block-next-run{margin-left:10px}#featuring>div{display:flex;justify-content:center;align-items:stretch}.played-character{border-right:2px dashed hsla(0,0%,100%,.2);padding:0 1rem;background-color:hsla(0,0%,100%,.2)}.played-character h2{margin-top:0}.played-character:first-of-type{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.played-character:last-of-type{border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-right:none}#global-stats{height:310px;width:90%;display:flex;margin:0 auto;flex-direction:row;justify-content:stretch;flex-wrap:nowrap}#sorted-items-table,#video-page-tables{max-width:95%;margin:1rem auto}@keyframes chartjs-render-animation{0%{opacity:.99}to{opacity:1}}.chartjs-render-monitor{animation:chartjs-render-animation 1ms}.chartjs-size-monitor,.chartjs-size-monitor-expand,.chartjs-size-monitor-shrink{position:absolute;direction:ltr;left:0;top:0;right:0;bottom:0;overflow:hidden;pointer-events:none;visibility:hidden;z-index:-1}.chartjs-size-monitor-expand>div{position:absolute;width:1000000px;height:1000000px;left:0;top:0}.chartjs-size-monitor-shrink>div{position:absolute;width:200%;height:200%;left:0;top:0}div#driver-popover-item{display:none;position:absolute;background:#fff;color:#2d2d2d;margin:0;padding:15px;border-radius:5px;min-width:250px;max-width:300px;box-shadow:0 1px 10px rgba(0,0,0,.4);z-index:1000000000}div#driver-popover-item .driver-popover-tip{border:5px solid #fff;content:"";position:absolute}div#driver-popover-item .driver-popover-tip.bottom{bottom:-10px;border-color:#fff transparent transparent}div#driver-popover-item .driver-popover-tip.bottom.position-center{left:49%}div#driver-popover-item .driver-popover-tip.bottom.position-right{right:20px}div#driver-popover-item .driver-popover-tip.left{left:-10px;top:10px;border-color:transparent #fff transparent transparent}div#driver-popover-item .driver-popover-tip.left.position-center{top:46%}div#driver-popover-item .driver-popover-tip.left.position-bottom{top:auto;bottom:20px}div#driver-popover-item .driver-popover-tip.right{right:-10px;top:10px;border-color:transparent transparent transparent #fff}div#driver-popover-item .driver-popover-tip.right.position-center{top:46%}div#driver-popover-item .driver-popover-tip.right.position-bottom{top:auto;bottom:20px}div#driver-popover-item .driver-popover-tip.top{top:-10px;border-color:transparent transparent #fff}div#driver-popover-item .driver-popover-tip.top.position-center{left:49%}div#driver-popover-item .driver-popover-tip.top.position-right{right:20px}div#driver-popover-item .driver-popover-tip.mid-center{display:none}div#driver-popover-item .driver-popover-footer{display:block;margin-top:10px}div#driver-popover-item .driver-popover-footer button{display:inline-block;padding:3px 10px;border:1px solid #d4d4d4;text-decoration:none;text-shadow:1px 1px 0 #fff;color:#2d2d2d;font:11px/normal sans-serif;cursor:pointer;outline:0;background-color:#f1f1f1;border-radius:2px;zoom:1;line-height:1.3}div#driver-popover-item .driver-popover-footer button.driver-disabled{color:grey;cursor:default;pointer-events:none}div#driver-popover-item .driver-popover-footer .driver-close-btn{float:left}div#driver-popover-item .driver-popover-footer .driver-btn-group,div#driver-popover-item .driver-popover-footer .driver-close-only-btn{float:right}div#driver-popover-item .driver-popover-title{font:19px/normal sans-serif;margin:0 0 5px;font-weight:700;display:block;position:relative;line-height:1.5;zoom:1}div#driver-popover-item .driver-popover-description{margin-bottom:0;font:14px/normal sans-serif;line-height:1.5;color:#2d2d2d;font-weight:400;zoom:1}.driver-clearfix:after,.driver-clearfix:before{content:"";display:table}.driver-clearfix:after{clear:both}.driver-stage-no-animation{-webkit-transition:none!important;-moz-transition:none!important;-ms-transition:none!important;-o-transition:none!important;transition:none!important;background:transparent!important;outline:5000px solid rgba(0,0,0,.75)}div#driver-page-overlay{background:#000;position:fixed;bottom:0;right:0;display:block;width:100%;height:100%;zoom:1;filter:alpha(opacity=75);opacity:.75;z-index:100002!important}div#driver-highlighted-element-stage,div#driver-page-overlay{top:0;left:0;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}div#driver-highlighted-element-stage{position:absolute;height:50px;width:300px;background:#fff;z-index:100003!important;display:none;border-radius:2px}.driver-highlighted-element{z-index:100004!important}.driver-position-relative{position:relative!important}.driver-fix-stacking{z-index:auto!important;opacity:1!important;-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;-o-transform:none!important;transform:none!important;-webkit-filter:none!important;-moz-filter:none!important;-ms-filter:none!important;-o-filter:none!important;filter:none!important;-webkit-perspective:none!important;-moz-perspective:none!important;-ms-perspective:none!important;-o-perspective:none!important;perspective:none!important;-webkit-transform-style:flat!important;-moz-transform-style:flat!important;-ms-transform-style:flat!important;transform-style:flat!important;-webkit-transform-box:border-box!important;-moz-transform-box:border-box!important;-ms-transform-box:border-box!important;-o-transform-box:border-box!important;transform-box:border-box!important;will-change:unset!important}