.StandingSection,.TeamSection,.PlayerSection{display:-webkit-box;display:-ms-flexbox;display:flex;padding:var(--Gap2);padding-bottom:0;gap:var(--Gap2);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;}.Leagues-list,.Teams-list{display:block;position:relative;padding:var(--Gap2);overflow:hidden;}.EntityHeader{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;background:var(--Main-BG);-webkit-border-radius:var(--Radius2);-moz-border-radius:var(--Radius2);border-radius:var(--Radius2);width:var(--Full-Width);overflow:hidden;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.EntitySection{display:block;position:relative;}.EntityCover{display:block;position:absolute;width:var(--Full-Width);height:100%;overflow:hidden;}.EntityCover .Cover{position:absolute;width:var(--Full-Width);height:100%;background:url(/assets/uploads/svg-icons/card-light-bg.svg) no-repeat center center var(--Main-BG);background-size:100% 100%;overflow:hidden;}body.Night .EntityCover .Cover{background:url(/assets/uploads/svg-icons/card-dark-bg.svg) no-repeat center center var(--Main-BG);}.EntityBanner{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px;background:linear-gradient(135deg,rgba(57,219,191,0.15),rgba(57,219,191,0.05));overflow:hidden;}.PlayerSection .EntityBanner,.PlayerSection .EntityCover{-webkit-border-radius:var(--Radius2)!important;-moz-border-radius:var(--Radius2)!important;border-radius:var(--Radius2)!important;}.EntityImg{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:var(--White-Color);height:110px;width:110px;margin-left:20px;margin-right:0;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;-webkit-box-shadow:var(--Shadow);-moz-box-shadow:var(--Shadow);box-shadow:var(--Shadow);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.EntityImg img{display:table;height:auto;width:var(--Full-Width);max-height:60px;max-width:60px;margin:auto;object-fit:contain;}.EntityInfo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:var(--Gap2);-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;height:110px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.PlayerSection .EntityInfo{-webkit-box-pack:space-between!important;-ms-flex-pack:space-between!important;justify-content:space-between!important;}.EntityTitle{display:block;position:relative;-webkit-box-align:center;color:var(--Secondary-Color);-ms-flex-align:center;align-items:center;font-size:22px;font-weight:900;overflow:hidden;}body.Night .EntityTitle{color:var(--Font-Color);}.EntityTitle .EntityName{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end;}.EntityMeta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.MetaItem{font-size:var(--FontSize2);font-weight:500;color:var(--Main-Color);}span.Entity-Imgs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:var(--Gap2);}span.M-img{display:-webkit-box;display:-ms-flexbox;display:flex;width:30px;height:30px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}span.M-img img{max-width:30px;max-height:30px;width:auto;height:auto;object-fit:contain;}span.ShortBio{font-size:var(--FontSize3);line-height:25px;}.Buttons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;width:var(--Full-Width);padding:var(--Gap2);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.Buttons button{cursor:pointer;width:var(--Full-Width);color:var(--White-Color);font-family:inherit;border:0;-webkit-border-radius:var(--Radius2);-moz-border-radius:var(--Radius2);border-radius:var(--Radius2);background:var(--Secondary-Color);font-size:var(--FontSize2);text-align:center;padding:4px 0;overflow:hidden;}.Scorers-Tabs,.Stages-Tabs{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;margin-bottom:var(--Gap2);}.Scorers-Tab,.Stages-Tab{cursor:pointer;width:var(--Full-Width);-webkit-border-radius:var(--Radius2);-moz-border-radius:var(--Radius2);border-radius:var(--Radius2);background:var(--Main-BG);font-size:var(--FontSize2);text-align:center;padding:4px 0;border:var(--Border);overflow:hidden;}.Buttons button.active,.Scorers-Tab.active,.Stages-Tab.active{background:var(--Blue-Color);color:var(--White-Color);text-shadow:1px 0 5px #4b4b4b;}.Night .Buttons button:not(.active){background:var(--Secondary-BG);}table.standings,table.players{width:var(--Full-Width);font-size:var(--FontSize2);border-spacing:2px;margin:0 auto;}table.standings thead tr,table.players thead tr{background-color:#718ba1;color:var(--White-Color);}table.standings th:not(:nth-of-type(2)){width:65px;}table.standings th,table.players th{-webkit-border-radius:var(--Radius4);-moz-border-radius:var(--Radius4);border-radius:var(--Radius4);padding:4px 0;text-align:center;}table.standings tbody tr th.won{background-color:#00800030!important;}table.standings tbody tr th.draw{background-color:#a9710930!important;}table.standings tbody tr th.lost{background-color:#ff000030!important;}table.standings tbody tr.odd th:not(.won):not(.draw):not(.lost){background:var(--Main-BG);}table.standings tbody tr.even th:not(.won):not(.draw):not(.lost){background:#eceef2;}table.standings tbody tr.even.highlighted th,table.standings tbody tr.odd.highlighted th{background:#c4d9ff!important;}table.standings th span.team span.team-row,th span.player-info span.player-row,span.player-team-info span.player-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:var(--Full-Width);gap:10px;padding-right:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;}span.s-team-img,span.player-img,span.player-team-img{display:block;position:relative;width:30px;height:30px;overflow:hidden;}span.s-team-img img,span.player-img img,span.player-team-img img{max-width:30px!important;max-height:30px!important;width:auto;height:auto!important;margin:0 auto;}span.s-team-name,span.player-name,span.player-team-name{font-size:var(--FontSize3);height:35px;overflow:hidden;}th.against span.s-team-img{margin:auto!important;}.standings-group{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;overflow:hidden;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.standings-group:not(:last-child){margin-bottom:var(--Gap2);}.group-name,.Match-Date-Title,.position,.player-h5{display:block;width:var(--Full-Width);background:radial-gradient(circle,rgba(89,152,220,0.6) 0,rgb(35,35,35) 130%);color:var(--White-Color);font-weight:600;text-align:center;font-size:var(--FontSize1);padding:var(--Gap4);-webkit-border-radius:var(--Radius2);-moz-border-radius:var(--Radius2);border-radius:var(--Radius2);}table.standings thead tr th span.hide,.Buttons button span.hide{display:none;}table.players th:not(:nth-of-type(2)):not(:nth-of-type(3)){width:60px;}table.players tbody tr.odd th:not(.tnt){background-color:#e4eeff;}table.players tbody tr.even th:not(.tnt){background-color:#eceef2;}.keys{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:var(--Main-BG);padding:var(--Gap2);gap:var(--Gap3);overflow:hidden;position:relative;-webkit-border-radius:var(--Radius2);-moz-border-radius:var(--Radius2);border-radius:var(--Radius2);-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:var(--Gap2);}.keys span.key{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}span.destinations-color{width:5px;height:25px;display:inline-block;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;margin-left:var(--Gap4);}span.destinations-name{font-size:var(--FontSize3);}.Night table.standings tbody tr.even th:not(.won):not(.draw):not(.lost),.Night table.standings tbody tr.odd th:not(.won):not(.draw):not(.lost),.Night table.players tbody tr.even th:not(.tnt),.Night table.players tbody tr.odd th:not(.tnt){background:var(--Main-BG);}.Night table.standings tbody tr.even.highlighted th,.Night table.standings tbody tr.odd.highlighted th{background:rgb(57 219 191 / 15%)!important;}.Night table.standings thead tr,.Night table.players thead tr{background-color:var(--Black-Color);}.CollapseTitle{display:block;width:var(--Full-Width);background:radial-gradient(circle,rgba(89,152,220,0.6) 0,rgb(35,35,35) 130%);color:var(--White-Color);font-weight:600;text-align:center;font-size:var(--FontSize1);padding:var(--Gap3);-webkit-border-radius:var(--Radius2);-moz-border-radius:var(--Radius2);border-radius:var(--Radius2);margin-bottom:var(--Gap2);}.collapse-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:var(--Full-Width);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:var(--Gap2);-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.collapse-item-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:var(--Gap2);width:var(--Full-Width);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.collapse-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;cursor:pointer;background:var(--Main-BG);-webkit-border-radius:var(--Radius2);-moz-border-radius:var(--Radius2);border-radius:var(--Radius2);font-size:var(--FontSize2);border:var(--Border);-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:var(--Gap2);width:var(--Full-Width);-webkit-box-pack:space-between;-ms-flex-pack:space-between;justify-content:space-between;}.collapse-header .content{margin-right:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:20px;gap:var(--Gap2);}.collapse-header .content span{color:var(--Main-Color);}.collapse-header .content .star{display:-webkit-box;display:-ms-flexbox;display:flex;width:15px;height:15px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.collapse-header .content .star svg{-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;-o-transform:none!important;transform:none!important;}.collapse-item-wrap .collapse-header svg{-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);}.collapse-item-wrap .collapse-header.active svg{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);}.collapse-content{width:90%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:var(--Gap3);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.collapse-content .EventItemLink{display:block;width:var(--Full-Width);background:var(--Main-BG);border:var(--Border);color:var(--Font-Color);-webkit-border-radius:var(--Radius2);-moz-border-radius:var(--Radius2);border-radius:var(--Radius2);}.EventTeams{display:-webkit-box;display:-ms-flexbox;display:flex;width:var(--Full-Width);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;flex-wrap:wrap;}.EventTeam,.EventCenter{display:-webkit-box;display:-ms-flexbox;display:flex;width:33.3333%;height:60px;-webkit-box-flex:0 0 33.3333%!important;-ms-flex:0 0 33.3333%!important;flex:0 0 33.3333%!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.EventCenter{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.EventTeam.Right{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}.EventTeam.Left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}.EventTeamLogo{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:50%;height:100%;overflow:hidden;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.EventTeamLogo img{max-width:30px!important;max-height:30px!important;width:auto;height:auto!important;margin:0 auto;}.EventTeamName{display:-webkit-box;display:-ms-flexbox;display:flex;width:50%;height:100%;margin:0 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:var(--FontSize3);}.EventTiming{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:20px;font-size:var(--FontSize3);}.EventTiming > div{display:block;height:22px;line-height:22px;margin:0;font-size:var(--FontSize3);}.Match-Date-Group,.squad-grid{display:-ms-grid;display:grid;gap:6px;}.Match-Date-Group:not(:last-of-type),.squad-grid:not(:last-of-type){margin-bottom:var(--Gap2);}.Match-Teams{display:-ms-grid;display:grid;grid-template-columns:2fr .5fr 2fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--Main-BG);border:var(--Border);width:var(--Full-Width);margin:0 auto;padding:var(--Gap4);-webkit-border-radius:var(--Radius2);-moz-border-radius:var(--Radius2);border-radius:var(--Radius2);gap:var(--Gap2);}.Right-Team{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;gap:var(--Gap2);}.Left-Team{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;gap:var(--Gap2);}.MALIK-WEB-Scorers-Header .Position{text-align:start;margin-right:18px;}.Right-Team img,.Left-Team img{width:30px;height:30px;object-fit:contain;aspect-ratio:1/1;}.Match-Time,.Match-Goals,.Match-Round{text-align:center;font-size:var(--FontSize3);line-height:18px;}.Match-Center{display:-ms-grid;display:grid;gap:6px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.Club{width:30px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-self:center;}.Right-Team span,.Left-Team span{font-size:var(--FontSize3);}.Club img{width:100%;height:100%;object-fit:contain;aspect-ratio:1/1;}@media screen and (max-width:768px){.EntityBanner{padding:16px 8px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;}.EntityImg{margin:0 auto 10px;}.EntityInfo{height:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.EntityTitle{font-size:20px;}th span.team-info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}table.standings th span.team{width:100%;margin-bottom:6px;}.player-sec,.transfer-item .to-sec{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.player-sec .img-box,.club-logo{margin:0;}.transfer-item .exchange-label span{width:90px;}}@media screen and (max-width:576px){.LeaguePanner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.LeagueInfo{-webkit-box-pack:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.LeagueImg{margin:0 auto;}span.League{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-around;-ms-flex-pack:space-around;justify-content:space-around;margin-bottom:8px;}.Buttons button{font-size:12px;}table.standings th{width:50px;margin:auto;}table.standings th span.team{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:space-between;-ms-flex-pack:space-between;justify-content:space-between;}table.standings th:nth-of-type(8),span.s-team-name{display:none;}table.standings th span.team a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0!important;}.keys{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column!important;flex-direction:column!important;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}table.standings th span.team{margin-bottom:0;}table.standings th:nth-of-type(7){display:none;}.tab-item{height:51px;}.tab-item img{width:35px;height:35px;margin-left:0;}.tab-item span{display:none;}.player-sec{min-width:var(--Full-width);}}@media screen and (max-width:480px){table.standings th{width:30px!important;}table.standings tbody tr th img.teamlogo{width:30px;height:30px;}th span.team-name{display:none;}th span.player-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}table.team-members thead tr th:nth-child(3),table.team-members tbody tr td:nth-child(3){display:none;}.PlayerStats{display:-ms-grid;display:grid;grid-template-columns:repeat(2,1fr);}table.players th:nth-of-type(3){display:none;}th span.player-name{font-size:var(--FontSize3);}.LeagueImg img{height:60px;width:60px;}table.standings thead tr th span.hide,.Buttons button span.hide{display:block;}table.standings thead tr th span.show,.Buttons button span.show{display:none;}table.SeasonStatistics tbody tr th span{width:100%;}table.SeasonStatistics tbody tr th span:first-of-type{border-left:none;}table.player-table tbody tr th,table.SeasonStatistics tbody tr th{font-size:var(--FontSize3);}}