*{z-index:5;margin:0;padding:0;font-family:'Manrope',sans-serif}.display-none{display:none}body{display:flex;flex-direction:column;align-items:center;overflow:overlay}#background{position:fixed;top:0;left:0;width:100%;height:100vh;background-image:url(/templates/SerialsTemplate/image/bg.webp);background-position:center;background-repeat:no-repeat;background-size:cover;z-index:1}#page{display:flex;width:1200px;flex-direction:column;background:#121212;box-shadow:0 0 50px rgba(0,0,0,0.5);z-index:10}nav{display:flex;width:1200px;height:80px;background:#1A1C1E;user-select:none;position:fixed;z-index:100}#logo{height:80px;display:flex;flex-direction:column;justify-content:center;padding:0 40px}menu{height:80px;display:flex;flex-direction:row;align-items:center;list-style:none;padding:0 20px}menu > li{height:80px;display:flex;transition:0.3s;border-style:solid;border-color:#1A1C1E;border-width:4px 0 4px 0;box-sizing:border-box}menu > li:hover{border-bottom:solid 4px #272A30}menu > li > a{display:flex;flex:1;justify-content:center;align-items:center;padding:0 20px;color:#C3C9D0;font-size:14px;text-decoration:none;transition:0.3s}menu > li:hover > a{color:#FFF}#content{width:100%;display:flex;flex-direction:row;margin-top:80px}main{display:flex;flex-direction:column;flex:1;margin:20px}aside{width:300px;margin:20px 20px 20px 0;display:flex;flex-direction:column}.content-box{background:#1A1C1E;margin-bottom:20px}.content-box > .head{display:flex;flex-direction:row;width:100%;padding:15px 0;justify-content:center;color:#C3C9D0;font-size:16px;font-weight:500;border-bottom:solid 1px rgba(195,201,208,0.1)}.content-box > .content{display:flex;flex-direction:column;box-sizing:border-box}#card-serial{width:100%;display:flex;flex-direction:row;padding:30px;box-sizing:border-box;background:rgba(26,28,30,1);background-repeat:no-repeat;background-position:center;background-size:cover}#card-serial > .image-serial{display:flex;width:300px;height:440px;margin-right:30px;box-shadow:0 5px 15px rgba(0,0,0,0.25)}#card-serial > .image-serial > img{display:flex;flex:1;object-fit:cover}.description-serial{display:flex;flex-direction:column;flex:1}.description-serial > .buttons{display:flex;flex-direction:row;width:100%}.description-serial > .buttons > a{display:flex;margin-left:15px;text-decoration:none}.description-serial > .buttons > a:first-of-type{margin-left:0}.btn-style-1{background:#545666;padding:15px 30px;align-self:self-start;margin-top:25px;color:#FFF;font-size:15px;font-weight:500;outline:none;border:none;transition:0.3s;cursor:pointer}.btn-style-1:hover{background:#3A4AF2}.btn-style-2{background:rgba(195,201,208,0.1);padding:15px 30px;align-self:self-start;margin-top:25px;color:#FFF;font-size:15px;font-weight:500;outline:none;border:none;transition:0.3s;text-decoration:none;cursor:pointer}.btn-style-2:hover{background:#3A4AF2}.description-serial > h2{display:flex;width:100%;color:#FFF;font-size:28px;margin-bottom:5px}.description-serial > span{display:flex;width:100%;font-size:16px;font-weight:300;color:#C3C9D0;margin-bottom:25px}.description-serial > .table{display:flex;flex-direction:column;width:100%}.description-serial > .table > .row{display:flex;flex-direction:row;padding:6px 0;border-bottom:solid 1px rgba(195,201,208,0.1)}.description-serial > .table > .row:last-of-type{border-bottom:none}.description-serial > .table > .row > .attr{width:190px;display:flex;align-items:center;font-size:14px;font-weight:600;color:#C3C9D0}.description-serial > .table > .row > .value{display:flex;flex:1;font-size:14px;color:#C3C9D0;text-decoration:none}.text-box{margin:20px;font-size:15px;color:#C3C9D0;line-height:2}.text-box img{display:block;width:100%;max-height:540px;object-fit:cover;margin-bottom:20px}.text-box a{color:#fff}.text-box p{margin-bottom:20px;line-height:1.8}.text-box .selectedText{padding:10px 20px;background:#1A1C1E}.text-box > h2{margin-bottom:10px;font-size:24px;color:#FFF}.text-box > h3{margin-bottom:10px;font-size:18px;color:#FFF}.text-box li{margin-left:20px;margin-bottom:10px;padding-left:20px}.text-box li:last-of-type{margin-bottom:20px}.text-box > ul{margin-left:20px}#player > .list-player{width:100%;height:60px;display:flex;flex-direction:row;align-items:center;border-bottom:solid 2px rgba(195,201,208,0.1);box-sizing:border-box}#player > .list-player > li{height:60px;display:flex;flex-direction:row;align-items:center;padding:0 25px;color:#C3C9D0;transition:0.3s;cursor:pointer}#player > .list-player > li:hover{color:#FFF;background:#545666}#player > .list-player > .active{color:#FFF;background:rgba(195,201,208,0.1)}#player > .frame-player{display:flex;padding:0;box-sizing:border-box;width:100%;height:480px;background:url("/templates/SerialsTemplate/image/loading.svg");background-position:center;background-repeat:no-repeat}.hero-box{width:100%;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;padding:20px;box-sizing:border-box}.hero-box > h2{width:100%;margin-bottom:15px;font-size:24px;color:#FFF}.hero-box > .hero{width:185px;display:flex;flex-direction:column;margin-bottom:20px;background:#1A1C1E}.hero-box > .hero > .name{width:100%;display:flex;color:#FFF;font-weight:500;font-size:15px;padding:10px 10px 5px 10px;box-sizing:border-box}.hero-box > .hero > .hero-name{width:100%;display:flex;color:#C3C9D0;font-size:12px;padding:0 10px 10px 10px;box-sizing:border-box}.hero-box > .hero > img{width:100%;height:240px;object-fit:cover}.date-series{display:flex;flex-direction:column;padding:20px;box-sizing:border-box}.date-series > h2{width:100%;margin-bottom:25px;font-size:24px;color:#FFF}.date-series > span{width:100%;margin:0 0 15px 20px;font-size:20px;color:#C3C9D0}.date-series > .table{display:flex;flex-direction:column;width:100%;background:#1A1C1E;margin-bottom:20px}.date-series > .table > .row{display:flex;flex-direction:row;justify-content:space-between;border-bottom:solid 1px rgba(195,201,208,0.1)}.date-series > .table > .row:last-of-type{border:none}.date-series > .table > .row > .col{margin:10px 20px;font-size:15px;color:#C3C9D0}footer{display:flex;flex-direction:row}footer > div{padding:20px 20px;color:#C3C9D0;font-size:14px;background:#1A1C1E}#last-series > .content{flex-direction:row;flex-wrap:wrap;justify-content:space-between}#last-series > .content > .series{font-size:15px;color:#FFF;font-weight:500}#last-series > .content > .date{font-weight:300;font-size:15px;color:#FFF;margin-bottom:20px}#last-series > .content > .description{width:100%;font-size:14px;font-weight:300;color:#C3C9D0;margin-bottom:20px;text-align:center}#last-series > .content > .btn-style-2{display:flex;flex-direction:row;width:100%;margin-top:0;align-items:center;justify-content:center}.list-series > .content{align-items:center}.list-series > .content > .season{display:flex;font-weight:500;font-size:16px;color:#FFF;width:100%;box-sizing:border-box;margin:10px 0 0 0;padding:20px;background:rgba(195,201,208,0.05);text-decoration:none;transition:0.3s}.list-series > .content > .season:first-of-type{margin-top:0}.list-series > .content > .season:hover{background:rgba(195,201,208,0.1)}.list-series > .content > ul{width:100%;display:flex;flex-direction:column;list-style:none;padding:5px 0;box-sizing:border-box}.list-series > .content > ul > li{display:flex;width:100%}.list-series > .content > ul > li > a{display:flex;width:100%;text-decoration:none;font-size:14px;color:#C3C9D0;padding:10px 20px;box-sizing:border-box;margin-left:20px;border-left:solid 1px #545666;border-bottom:solid 1px #232527;transition:0.3s}.list-series > .content > ul > li > a:hover{background:rgba(195,201,208,0.1)}nav > .btn-menu-open{display:none}#listSeasons{display:flex;flex-wrap:wrap;justify-content:center;flex-direction:row;width:100%}#listSeasons > a{margin-bottom:20px;display:flex;flex-direction:column;background:#1A1C1E;text-decoration:none;width:calc(20% - 16px);margin-right:20px;transition:0.3s}#listSeasons > a:last-of-type{margin-right:0}#listSeasons > a:nth-child(5n){margin-right:0}#listSeasons > a > img{display:flex;height:220px;object-fit:cover;opacity:0.8;filter:grayscale(0.5);transition:0.3s;width:100%}#listSeasons > a > span{display:flex;width:100%;padding:10px 0;justify-content:center;color:#C3C9D0;transition:0.3s}#listSeasons > a:hover > span{background:#545666}#listSeasons > a:hover > img{filter:grayscale(0);opacity:1}#listSeasons > a:hover > span{color:#FFFFFF}#listSeries{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.series-cat{height:200px;display:flex;flex-direction:column;width:calc((100% - 60px) / 4);margin-right:20px;margin-bottom:20px;text-decoration:none;transition:0.3s}.series-cat:nth-child(4n){margin-right:0}.series-cat:last-of-type{margin-right:0}.series-cat:hover{background:#1A1C1E}.cat-series-description{width:100%;display:flex;flex-direction:column;justify-content:center;align-self:center;flex:1;opacity:0.7;background:linear-gradient(0deg,rgba(26,28,30,0.9),rgba(26,28,30,1)),url("/templates/SerialsTemplate/image/preview.webp");background-repeat:no-repeat;background-position:center;background-size:cover;transition:0.3s}.series-cat:hover > .cat-series-description{opacity:1}.cat-series-description > .title{color:#FFF;font-size:24px;font-weight:500;text-align:center;padding:0 10px;margin:5px 0}.cat-series-description > .series-name{color:#FFF;font-size:16px;font-weight:300;text-align:center;padding:0 10px;margin:5px 0}.cat-series-btn{display:flex;justify-content:center;align-items:center;padding:10px 0;color:#C3C9D0;background:#1A1C1E;transition:0.3s}.series-cat:hover > .cat-series-btn{background:#545666;color:#FFF}.cat-name{display:flex;font-size:28px;color:#C3C9D0;padding:20px;margin-bottom:20px}.main-header-h1{display:block;position:absolute;z-index:0;font-size:18px;color:#C3C9D0;padding:20px;margin-bottom:20px;opacity:0;user-select:none}.post-name{display:flex;font-size:28px;color:#C3C9D0;padding:20px;margin-bottom:20px}#addComment{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:20px;box-sizing:border-box}#addComment > input{display:flex;padding:10px;width:calc(50% - 10px);box-sizing:border-box;outline:none;background:#1A1C1E;color:#FFFFFF;font-size:15px;border:solid 1px rgba(195,201,208,0.1);margin-bottom:20px;transition:0.3s}#addComment > input:active{border-color:rgba(195,201,208,0.3)}#addComment > input:focus{border-color:rgba(195,201,208,0.3)}#addComment > .comment-editor{display:flex;width:100%;margin-bottom:15px}#addComment > .comment-editor > .bb-editor{width:100%}#addComment > .comment-editor textarea{background:#1A1C1E;color:#FFFFFF;font-size:15px;width:100%;height:160px;resize:none;outline:none;padding:10px;box-sizing:border-box;border:solid 1px rgba(195,201,208,0.1);transition:0.3s}#addComment > .comment-editor textarea:active{border-color:rgba(195,201,208,0.3)}#addComment > .comment-editor textarea:focus{border-color:rgba(195,201,208,0.3)}#addComment > button{margin-top:0;font-weight:normal}.comment{display:flex;flex-direction:row;margin-bottom:20px}.comment > .avatar{margin-right:20px;display:flex;justify-content:center;align-items:center;background:#1A1C1E;width:64px;height:64px;border-radius:32px}.comment > .avatar > img{width:32px;height:32px;opacity:0.6}.comment > .comment-text{display:flex;flex-direction:column;flex:1;padding:20px;box-sizing:border-box;background:#1A1C1E;color:#C3C9D0}.comment > .comment-text > .comment-author{font-size:15px;color:#FFFFFF;margin-bottom:8px}.comment > .comment-text > *{font-size:15px;color:#C3C9D0}#aside_mobile{display:none}.hidden-block{position:absolute;opacity:0;top:0;left:0;width:0;height:0}#cardSeason{display:flex;flex-direction:row;width:100%;padding:40px;box-sizing:border-box;margin-bottom:20px}.description-season{display:flex;flex-direction:column;margin-left:30px}#cardSeason > img{display:flex;width:200px;height:280px;object-fit:cover}.description-season > p{font-size:15px;color:#C3C9D0;line-height:2}#cardSeason > .description-season > .cat-name{padding:0 0 10px 0}#popupAlert{position:fixed;z-index:101;width:500px;max-width:100%;display:flex;flex-direction:row;flex-wrap:wrap;background:#232527;border:solid 1px #c3c9d0;border-width:1px 1px 0 1px;padding:20px 40px;box-sizing:border-box;justify-content:center;transition:0.3s}#popupAlert > .popupText{display:flex;color:#fff;font-size:15px;text-align:center}#popupAlert > button{margin-top:15px;padding:10px 30px}body > .activePopup{bottom:0}body > .noactivePopup{bottom:-300px}#comment-block *{font-family:'Manrope',sans-serif}#comment-block{padding:20px;background:#1A1C1E}#comment-block div[class*="CommentForm__EditorWrapper"]{padding:20px;border:solid 1px rgba(195,201,208,0.1);border-radius:0;background:transparent}#comment-block div[class*="CommentForm__EditorWrapper"] p{color:#FFF}#comment-block *[class*="DummyEditor__Wrapper"]{border:none;outline:none;background:#1A1C1E;border-radius:0;color:#FFF}#comment-block *[class*="Avatar__NoAvatar"]{border-radius:5px;padding:8px;box-sizing:border-box;background:#121212}#comment-block *[class*="Avatar__NoAvatar"] > *{fill:#C3C9D0}#comment-block *[class*="CommentEditorCopyright__Wrapper"]{display:none}#comment-block *[class*="CommentForm__CustomField"]{padding:10px 20px;outline:none;border:solid 1px rgba(195,201,208,0.1);background:#1A1C1E;border-radius:0;color:#FFF}#comment-block *[class*="CommentForm__GuestFields"] *[class*="Header__Wrapper"]{display:none}#comment-block *[class*="Button__StyledButton"]{border-radius:0;background:#545666;padding:15px 30px;align-self:self-start;color:#FFF;font-size:15px;font-weight:500;outline:none;border:none;transition:0.3s;cursor:pointer}#comment-block *[class*="Button__StyledButton"]:hover{background:#3A4AF2}#comment-block *[class*="CommentForm__Wrapper"]{margin:0}#comment-block *[class*="CommentListHeader__Wrapper"]{display:none}#comment-block *[class*="Footer__Wrapper"]{display:none}#comment-block *[class*="App__MainWrapper"]{padding-bottom:0}#comment-block *[class*="CommentItemHeader__AuthorNameWrapper"] > *{font-weight:700;color:#FFF}#comment-block *[class*="CommentItemBody__BodyContent"]{color:#C3C9D0}#vote-layer{position:sticky;top:100px}#votes{display:flex;flex-direction:column;align-items:center;padding:20px}#votes .vote_list *{font-size:14px;color:#C3C9D0}#votes .vote_votes{margin-top:20px;color:#C3C9D0}#votes .voteprogress{display:flex;padding:0 20px;color:#C3C9D0}#votes .voteprogress > span{background:#3a4af2}#votes > .title{display:flex;justify-content:center;align-items:center;width:100%;margin-bottom:20px;font-size:18px;font-weight:500;color:#FFF}#votes .vote{padding:8px 0;display:flex;flex-direction:row;align-items:center;width:100%}#votes .vote label{margin-left:8px;display:flex;font-size:15px;color:#C3C9D0}#votes button{margin-top:10px;width:100%}#votes button:first-of-type{margin-top:20px}.relative-box{position:relative;height:0;width:100%;z-index:100}#SelectsSerial{position:absolute;top:10px;left:10px;max-width:calc(100% - 20px);width:490px;display:flex;flex-direction:row;align-items:flex-start}#SelectsSerial > .playerSelect{background:#1A1C1E;width:150px;display:flex;flex-direction:column;margin-left:10px;cursor:pointer}#SelectsSerial > .playerSelect:first-child{margin-left:0}#SelectsSerial > .playerSelect > .selectedItem{display:flex;flex-direction:row;justify-content:space-between;width:100%;padding:9.5px 15px;align-items:center;border-bottom:solid 2px #2b2d30;box-sizing:border-box;transition:0.3s}#SelectsSerial > .playerSelect > .selectedItem:hover{background:#2b2d30}#SelectsSerial > .playerSelect > .selectedItemActive{background:#2b2d30}#SelectsSerial > .playerSelect > .selectedItem > svg{color:#FFF;width:18px;height:18px}#SelectsSerial > .playerSelect > .selectedItem > span{color:#FFF;font-size:14px}#SelectsSerial > .playerSelect > .listItems{height:0;max-height:250px;overflow-x:hidden;overflow-y:auto;background:#1A1C1E;display:flex;flex-direction:column}#SelectsSerial > .playerSelect > .listItems::-webkit-scrollbar{width:0}#SelectsSerial > .playerSelect > .visibleItems{height:auto}#SelectsSerial > .playerSelect > .listItems > .item{display:flex;flex-direction:row;background:transparent;transition:0.3s}#SelectsSerial > .playerSelect > .listItems > .item:hover{background:#3A4AF2}#SelectsSerial > .playerSelect > .listItems > .item > label{font-size:14px;color:#C3C9D0;padding:8px 15px;width:100%;cursor:pointer;transition:0.3s}#SelectsSerial > .playerSelect > .listItems > .item:hover > label{color:#FFF}#SelectsSerial > .playerSelect > .listItems > .item > input{visibility:hidden;width:0;height:0}#BlockNextSeries{display:flex;width:100%;height:40px;flex-direction:row;justify-content:space-between}#BlockNextSeries > .btn-series{margin:0;display:flex;flex-direction:row;height:40px;align-items:center;justify-content:space-between;box-sizing:border-box;text-decoration:none;padding:0 0}#BlockNextSeries > .btn-series:hover{background:#545666}#BlockNextSeries > .btn-series > svg{width:24px;height:40px;color:#fff;padding:0 7px;background:#545666}#BlockNextSeries > .btn-series > span{font-weight:300;font-size:14px;padding:0 15px}.emptyFlexBox{display:flex;width:0;height:0}@media only screen and (max-width:1200px){#page{width:100%;height:100%;margin-top:0} aside{display:none} .hero-box{justify-content:center;padding:10px} .hero-box > h2{margin-left:10px} .hero-box > .hero{min-width:180px;max-width:300px;margin:10px 10px 10px 10px;flex:1} #player{margin:20px} #player > .frame-player{height:40vh;max-height:480px;min-height:280px;padding:0} #card-serial{width:auto;margin:20px} #listSeasons{padding:20px;box-sizing:border-box} .comment{margin-right:20px;margin-left:20px} #addComment{margin-right:20px;margin-left:20px} #BlockNextSeries{padding:0 20px;box-sizing:border-box}}@media only screen and (max-width:992px){.hidden-overflow{overflow-y:hidden} nav{position:fixed;width:100%;height:80px;flex-direction:row;justify-content:space-between;flex-wrap:wrap;z-index:10;overflow:hidden;transition:0.3s} nav *{z-index:10} #logo{height:60px;padding:10px 30px} #logo > svg{height:60px} nav > .btn-menu-open{height:32px;width:32px;padding:24px 30px;justify-content:center;align-items:center;font-size:28px;display:flex;color:#FFF} .open-nav{background:#545666;height:100vh} menu{display:flex;height:calc(100% - 80px);box-sizing:border-box;width:100%;flex-direction:column;padding:15px 0;background:#1A1C1E;overflow-y:auto} menu > li{width:100%;height:auto;border:none} menu > li:hover{border:none} menu > li > a{padding:20px 0;font-size:15px;color:#FFF} #content{margin-top:80px} #card-serial{height:auto} #card-serial > .description-serial > .buttons{width:100%;margin:30px 0 0 0;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;padding:0} #card-serial > .description-serial > .buttons > .btn-style-1{padding:15px 0;width:200px;justify-content:center;margin:5px;align-self:center} #card-serial > .description-serial > .buttons > .btn-style-2{padding:15px 0;width:200px;justify-content:center;margin:5px;align-self:center} #card-serial > .image-serial{width:300px;height:440px} #card-serial > .image-serial > img{width:100%;height:100%;flex:none} #listSeasons > a:nth-child(3n){margin-right:0} #listSeasons > a:nth-child(5n){margin-right:20px} #listSeasons > a{width:calc((100% - 40px) / 3)} .series-cat{height:180px;width:calc((100% - 40px) / 3)} .series-cat:nth-child(4n){margin-right:20px} .series-cat:nth-child(3n){margin-right:0} #aside_mobile{padding:20px 0;display:flex;flex-direction:column;max-width:400px;width:100%} #aside_mobile > .list-series > .content > .season{justify-content:center;padding-top:20px;padding-bottom:20px} #aside_mobile > .list-series > .content > ul > li > a{justify-content:center;padding-top:10px;padding-bottom:10px;font-size:15px} #BlockNextSeries{padding:0 20px;box-sizing:border-box}}@media only screen and (max-width:768px){#page{width:100%;height:100%;margin-top:0} nav{width:100%;position:fixed;height:80px;flex-direction:row;justify-content:space-between;flex-wrap:wrap;z-index:10;overflow:hidden;transition:0.3s} nav *{z-index:10} #logo{height:60px;padding:10px 30px} #logo > svg{height:60px} nav > .btn-menu-open{height:32px;width:32px;padding:24px 30px;justify-content:center;align-items:center;font-size:28px;display:flex;color:#FFF} .open-nav{background:#545666;height:100vh} menu{display:flex;height:calc(100% - 80px);box-sizing:border-box;width:100%;flex-direction:column;padding:15px 0;background:#1A1C1E} menu > li{width:100%;height:auto;border:none} menu > li:hover{border:none} menu > li > a{padding:20px 0;font-size:15px;color:#FFF} #content{margin-top:80px;flex-direction:column} main{margin:0} .content-box{margin-top:10px} #card-serial{flex-direction:column;height:auto;padding:30px;background:rgba(26,28,30,0.95)} #card-serial > .image-serial{width:250px;flex-direction:row;justify-content:center;margin:0;align-self:center;box-shadow:0 10px 20px rgba(0,0,0,0.4)} #card-serial > .image-serial > img{width:100%;flex:none} #card-serial > .description-serial{margin-top:20px} #card-serial > .description-serial > h2{display:flex;justify-content:center;order:-1} #card-serial > .description-serial > span{display:flex;justify-content:center;order:-1;margin:0 0 30px 0} #card-serial > .description-serial > .buttons{width:100%;order:-1;margin:0 0 30px 0;flex-direction:column;align-items:center;justify-content:center;padding:0} #card-serial > .description-serial > .buttons > .btn-style-1{padding:15px 0;width:250px;justify-content:center;margin:0;align-self:center} #card-serial > .description-serial > .buttons > .btn-style-2{padding:15px 0;width:250px;justify-content:center;margin:10px 0 0 0;align-self:center} .text-box{margin:20px 30px 40px 30px} #player > .frame-player{height:40vh;max-height:480px;min-height:280px;padding:0} .hero-box > h2{margin-left:10px} .hero-box > .hero{min-width:150px;margin:10px 10px 10px 10px;flex:1} .date-series{padding:30px} aside{display:none} footer{flex-direction:column-reverse} #listSeries{padding:20px} .series-cat{height:160px;width:calc((100% - 20px) / 2)} .series-cat:nth-child(4n){margin-right:20px} .series-cat:nth-child(3n){margin-right:20px} .series-cat:nth-child(2n){margin-right:0} #listSeasons{justify-content:start} #listSeasons > a:nth-child(5n){margin-right:20px} #listSeasons > a:nth-child(3n){margin-right:20px} #listSeasons > a:nth-child(2n){margin-right:0} #listSeasons > a{width:calc((100% - 20px) / 2)} #cardSeason{flex-direction:column;align-items:center} .description-season{margin-left:0;margin-top:30px} .description-serial > .table > .row > .attr{width:110px;padding-right:20px} #SelectsSerial > .playerSelect{width:110px} #SelectsSerial{width:370px;max-width:calc(100% - 20px)} #BlockNextSeries{padding:0 20px;box-sizing:border-box} #BlockNextSeries > .btn-series > span{font-size:13px;padding:0 10px} #BlockNextSeries > .btn-series > svg{width:16px}}*{scrollbar-width:thin;scrollbar-color:#545666 #1A1C1E}*::-webkit-scrollbar{width:15px}*::-webkit-scrollbar-track{border-radius:0;background-color:rgba(26,28,30,0.8)}*::-webkit-scrollbar-track:hover{background-color:rgba(26,28,30,0.8)}*::-webkit-scrollbar-track:active{background-color:rgba(26,28,30,0.8)}*::-webkit-scrollbar-thumb{border-radius:0;background-color:#545666}*::-webkit-scrollbar-thumb:hover{background-color:#6F7287}*::-webkit-scrollbar-thumb:active{background-color:#888BA5}