@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";:root{--white: #ffffff;--dark: #151521;--red: #ff5858;--red-01: #fc9f9f;--pink:#F809A1;--green: #008000d5;--blue: #2596be;--lite-gray: #eeeeee;--yellow: #F7D107;--purple: #8047e0;--ticker-text-color: #3c3c3c;--purple-01: #e2d0ff}#wrapper[data-theme=Light]{--primary-900: #8047e0;--purple-900: #8047e0;--purple-lite: #b696ee;--background-600: #ffffff;--background-700: #eeeeee;--background-800: #f5efff;--background-900: #8047e0;--font-900: #8047e0;--font-800: #3c3c3c;--background-alt: rgba(21, 21, 33, .5);--border-700: #eae0ff;--border-900: rgba(21, 21, 33, .15);--border-800: #b696ee;--sideNav-border: rgba(21, 21, 33, .15);--header-bg: rgba(55, 0, 179, .5);--scroll-bar-color: rgb(184, 182, 182)}#wrapper[data-theme=Dark]{--primary-900: #2d2d2e;--purple-900: #69b1dd;--purple-800: #997dcc;--purple-lite: #eae0ff;--background-600: #1e1e2d;--background-700: #151521;--background-800: #33334d;--background-900: #2b2b40;--background-alt: rgba(238, 238, 238, .4);--font-900: #fafafa;--font-800: #fafafa;--border-900: #2b2b40;--border-800: #3a3a44;--sideNav-border: rgba(238, 238, 238, .4);--header-bg: rgba(30, 30, 45, .5);--scroll-bar-color: rgb(158, 158, 158)}*{margin:0;padding:0}body,#wrapper,.public-wrapper{font-size:14px;font-family:Poppins,sans-serif;font-weight:500;color:var(--font-800);background-color:var(--background-700);height:100vh}.brand-logo{position:fixed;top:10px;left:20px;z-index:2000;width:200px;max-width:200px;height:auto;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.96;transition:all 2s cubic-bezier(.34,1.56,.64,1);border-radius:20px}.brand-logo:hover{opacity:1;transform:translateY(-4px) scale(1.03)}@media (min-width: 1920px){.brand-logo{width:200px;max-width:200px;top:10px;left:20px}}@media (min-width: 1400px) and (max-width: 1919px){.brand-logo{width:180px;max-width:180px;top:10px;left:20px}}@media (max-width: 1199px){.brand-logo{width:160px;max-width:160px;top:10px;left:20px}}@media (max-width: 768px){.brand-logo{width:150px;max-width:150px;top:10px;left:15px}}@media (max-width: 576px){.brand-logo{width:120px;max-width:120px;top:10px;left:12px}}body.has-footer-ad .brand-logo,.nav-wrapper.has-footer-ad .brand-logo{left:230px!important;transition:left 2s cubic-bezier(.34,1.56,.64,1)!important}@media (max-width: 1199px){body.has-footer-ad .brand-logo,.nav-wrapper.has-footer-ad .brand-logo{left:180px!important}}@media (max-width: 768px){body.has-footer-ad .brand-logo,.nav-wrapper.has-footer-ad .brand-logo{left:135px!important}}@media (max-width: 576px){body.has-footer-ad .brand-logo,.nav-wrapper.has-footer-ad .brand-logo{left:132px!important}}body.has-footer-ad #wrapper,.nav-wrapper.has-footer-ad~#wrapper{height:auto!important}@media (max-width: 1199px){body.has-footer-ad #wrapper,.nav-wrapper.has-footer-ad~#wrapper{height:auto!important}}@media (max-width: 768px){body.has-footer-ad #wrapper,.nav-wrapper.has-footer-ad~#wrapper{height:auto!important}}.sponsor-popup{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;height:250px;z-index:9999;display:flex;align-items:center;justify-content:center;animation:slideUpFromBottom 4s cubic-bezier(.34,1.56,.64,1);padding:10px}.footer-ad{position:fixed;left:200px;right:0;bottom:0;width:calc(100% - 200px);height:120px;display:flex;align-items:center;justify-content:center;background:transparent;overflow:hidden;z-index:9998;margin:3px;transform:translateY(100%);opacity:0;pointer-events:none;transition:transform 3s cubic-bezier(.2,.8,.2,1),opacity 2s ease}.footer-ad.visible{transform:translateY(0);opacity:1;pointer-events:auto}.footer-ad-image{width:100%;max-width:1300px;height:100%;object-fit:cover;border-top-left-radius:12px;border-top-right-radius:12px;box-shadow:0 -8px 30px #00000040;display:block}@media (max-width: 1199px){.footer-ad{height:100px;left:160px;width:calc(100% - 160px)}}@media (max-width: 768px){.footer-ad{height:80px;left:120px;width:calc(100% - 120px)}.footer-ad-image{object-fit:cover}}.side-banner{position:fixed;top:0;left:0;bottom:0;width:200px;z-index:960;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:2px;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.04));transform:translate(-30%);opacity:0;pointer-events:none;transition:transform 2s cubic-bezier(.2,.8,.2,1),opacity 2s ease}.side-banner.visible{transform:translate(0);opacity:1;pointer-events:auto}.side-banner-image{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 1199px){.side-banner{width:160px;bottom:0}}@media (max-width: 768px){.side-banner{width:120px;bottom:0}}@media (max-width: 576px){.side-banner{width:80px;bottom:0}.footer-ad{left:80px;width:calc(100% - 80px)}}body.has-footer-ad .nav-wrapper,.nav-wrapper.has-footer-ad{left:200px}.main-wrapper.has-footer-ad{margin-left:200px}.main-wrapper.nav-active.has-footer-ad{margin-left:424px}@media (max-width: 1199px){body.has-footer-ad .nav-wrapper,.nav-wrapper.has-footer-ad{left:160px}.main-wrapper.has-footer-ad{margin-left:160px}.main-wrapper.nav-active.has-footer-ad{margin-left:384px}}@media (max-width: 768px){body.has-footer-ad .nav-wrapper,.nav-wrapper.has-footer-ad{left:120px}.main-wrapper.has-footer-ad{margin-left:120px}.main-wrapper.nav-active.has-footer-ad{margin-left:344px}}@media (max-width: 576px){body.has-footer-ad .nav-wrapper,.nav-wrapper.has-footer-ad{left:80px}.main-wrapper.has-footer-ad{margin-left:80px}.main-wrapper.nav-active.has-footer-ad{margin-left:304px}}.main-wrapper.has-footer-ad{padding-bottom:120px!important}@media (max-width: 1199px){.main-wrapper.has-footer-ad{padding-bottom:100px!important}}@media (max-width: 768px){.main-wrapper.has-footer-ad{padding-bottom:80px!important}}.nav-wrapper.has-footer-ad,body.has-footer-ad .nav-wrapper{height:calc(100vh - 120px)}.nav-wrapper.has-footer-ad nav,body.has-footer-ad .nav-wrapper nav{height:calc(100vh - 120px)}.nav-wrapper.has-footer-ad .sidenav-body,body.has-footer-ad .nav-wrapper .sidenav-body{max-height:calc(100vh - $sideNav-header-height - $sideNav-footer-height - 120px)}@media (max-width: 1199px){.nav-wrapper.has-footer-ad,body.has-footer-ad .nav-wrapper{height:calc(100vh - 100px)}.nav-wrapper.has-footer-ad nav,body.has-footer-ad .nav-wrapper nav{height:calc(100vh - 100px)}.nav-wrapper.has-footer-ad .sidenav-body,body.has-footer-ad .nav-wrapper .sidenav-body{max-height:calc(100vh - $sideNav-header-height - $sideNav-footer-height - 100px)}}@media (max-width: 768px){.nav-wrapper.has-footer-ad,body.has-footer-ad .nav-wrapper{height:calc(100vh - 80px)}.nav-wrapper.has-footer-ad nav,body.has-footer-ad .nav-wrapper nav{height:calc(100vh - 80px)}.nav-wrapper.has-footer-ad .sidenav-body,body.has-footer-ad .nav-wrapper .sidenav-body{max-height:calc(100vh - $sideNav-header-height - $sideNav-footer-height - 80px)}}.sponsor-popup.closing{animation:slideDownToBottom 4s cubic-bezier(.34,1.56,.64,1) forwards}.sponsor-popup-image{width:100%;height:100%;object-fit:fill;border-radius:24px 24px 0 0;box-shadow:0 -10px 40px #0006;border:3px solid rgba(255,255,255,.3);display:block}@keyframes slideUpFromBottom{0%{transform:translate(-50%) translateY(100%);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}@keyframes slideDownToBottom{0%{transform:translate(-50%) translateY(0);opacity:1}to{transform:translate(-50%) translateY(100%);opacity:0}}@media (max-width: 1199px){.sponsor-popup{height:200px}}@media (max-width: 768px){.sponsor-popup{height:160px}}@media (max-width: 576px){.sponsor-popup{height:120px}}main{height:100vh;overflow-y:auto;overflow-x:hidden}h1,h2,h3,h4,h5,h6,p,a{font-family:Poppins,sans-serif;margin-bottom:0}h1{font-size:2em}h2{font-size:1.5em}h3{font-size:1em}h6{font-size:.8em}p{font-size:1em;margin-bottom:0!important}ul{list-style:none;padding:0;margin:0}a{font-size:1em;color:var(--purple-900);text-decoration:none;outline:none;cursor:pointer}a:focus{outline:none}a:hover{color:var(--purple-900);text-decoration:underline}input,select{background-color:var(--background-600)!important;color:var(--font-800)!important;border-color:var(--border-700)!important;padding:0}input:checked,select:checked{background-color:var(--purple-900)!important;border-color:var(--purple-900)!important}input:focus,select:focus{border-color:var(--purple-900)!important;box-shadow:none!important}input:focus-visible,select:focus-visible{outline:none}.purple-text{color:var(--font-900);font-size:.75em}.black-text{color:var(--font-800)}.NB-text{font-size:.6em!important;line-height:1em;font-weight:500px}.yellow-text{color:var(--yellow)}.ng-select{background:var(--background-600)}.ng-select input{background:transparent!important}.ng-select .ng-dropdown-panel{border:1px solid var(--scroll-bar-color);background:var(--background-600);left:-1px;box-shadow:#0000001a 0 10px 15px -3px,#0000000d 0 4px 6px -2px}.ng-select .ng-dropdown-panel-items,.ng-select .ng-dropdown-panel-items .ng-option{padding:.5em}.ng-select .ng-dropdown-panel-items .ng-option:hover{background:var(--background-900);color:var(--white)}input[type=radio]{border-color:var(--purple-900)!important}.list-group .list-group-item{background:var(--background-700);border-color:var(--border-700)}.pointer{cursor:pointer}.teamPlayer-page-title{background:var(--background-600);border-radius:10px;color:var(--purple-900)}.teamPlayer-page-title h3{font-size:1.125em;font-weight:600}.loader-sec .loader{color:var(--purple-900)!important;font-size:16px;font-weight:600}.underline-border{border-bottom:1px solid transparent}.underline-border:hover{border-bottom:1px solid var(--font-800)}.bg-purple{background:var(--purple);color:var(--white)}.bg-red{background:var(--red);color:var(--white)}.bg-green{background:var(--green);color:var(--white)}.bg-blue{background:var(--blue);color:var(--white)}.bg-red{background:var(--red)}.bg-lite-gray{background:var(--lite-gray);color:var(--dark)}.bg-pink{background-color:var(--pink);border:1px solid var(--pink)!important}.bg-blue-01{background:var(--blue);border:1px solid var(--blue)!important}.fw-bold{font-weight:600!important}.text-white{color:var(--white)}.text-purple{color:var(--purple-900)}.text-purple-lite{color:var(--purple-lite)}.text-red{color:var(--red)!important}.text-blue{color:var(--blue)}.text-green{color:var(--green)}.text-pink{color:var(--pink)}.border-purple{border-color:var(--purple-900)}.badge{height:30px;width:30px;font-size:1em;line-height:150%}.badge.badge-large{height:50px;width:50px;font-size:2em;line-height:110%}.login-btn{border:1px solid var(--purple-900);background:var(--purple-900);color:var(--white)}.login-btn:hover{color:var(--purple-900);background:transparent}.font-weight-lite{font-weight:400}.font-weight-medium{font-weight:500}.font-weight-bold{font-weight:700}.table-title{color:var(--white);background-color:var(--background-900);font-weight:500}.table-head{background:var(--background-800);border-bottom:1px solid var(--border-900)}.table-head.sticky-top{z-index:1000}.purple-border-top{border-top:10px solid var(--purple-900)}.rules-border{border:1px solid var(--border-900);border-bottom:none}#wrapper{height:100vh;max-width:2100px}.container-fluid{font-size:1.1em}.navbar-default.navbar-static-side li a{color:#f5f5f5}.no-bg-cards .card{background:transparent;border:none}.btn-large-dim{width:150px;height:90px;font-size:20px}.font-12{font-size:12px}.font-16{font-size:16px}.font-20{font-size:20px!important}.ui-select-choices{position:fixed;top:auto;left:auto;min-width:200px}.ng-option{overflow-x:auto}button{border:none}.accordion-button{padding:0!important;background:var(--background-900)!important;box-shadow:none!important;transition:none!important}.accordion-button .down-btn{position:absolute;right:0}.accordion-button:not(.collapsed):after{margin-left:0;background-image:none}.accordion-button:after{margin-left:0;background-image:none}input[type=date]::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}input[type=time]::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}.technical-icon svg{color:var(--purple-900)}.non-technical-icon svg{color:var(--purple-900)}.nav-wrapper{position:fixed;top:0;left:0;width:0;z-index:5000;visibility:hidden;opacity:0;background:var(--background-900);height:100vh}.nav-wrapper.active{width:224px;visibility:visible;opacity:1}.nav-wrapper nav{height:100vh;color:var(--white);padding-top:1.5em}.nav-wrapper nav a{color:var(--white);text-decoration:none}.nav-wrapper nav button{color:var(--white)}.nav-wrapper nav button:hover{color:var(--white)}.nav-wrapper nav button:focus{box-shadow:none}.nav-wrapper .sidenav-header{height:12vh;position:relative}.nav-wrapper .sidenav-header .sideNav-toggle-btn{position:absolute;top:0;visibility:hidden}.nav-wrapper .sidenav-header .sideNav-toggle-btn button{background:var(--background-800);color:var(--dark);padding:.4em .8em;border-radius:5px;font-size:1.2em}.nav-wrapper .sidenav-header .sideNav-toggle-btn button svg{color:var(--font-800)}.nav-wrapper .sidenav-header .title-content{display:flex;flex-direction:column;align-items:center;padding:0 2em;font-size:14px;background:var(--background-900)}.nav-wrapper .sidenav-header .title-content .title-image{width:7.5em}.nav-wrapper .sidenav-header .title-content .title-image img{width:100%;border-radius:5px}.nav-wrapper .sidenav-header .title-content .title{padding-top:.2em}.nav-wrapper .sidenav-body{padding:1.5em 1em 0;max-height:66vh;overflow-y:auto}.nav-wrapper .sidenav-body li{height:3em;min-width:42px;border-radius:5px;margin:.4em 0}.nav-wrapper .sidenav-body li a{display:flex;flex-grow:1;align-items:center;font-size:1em;height:100%;padding-left:.4em}.nav-wrapper .sidenav-body li a :nth-child(1){padding-right:.4em}.nav-wrapper .sidenav-body li:hover{background:var(--background-alt)}.nav-wrapper .sidenav-footer{border-top:1px solid var(--sideNav-border);height:22vh;padding:1em .8em}.nav-wrapper .sidenav-footer .footer-content .footer-image{padding:1em 0}.nav-wrapper .sidenav-footer .footer-content .footer-image a{font-size:12px;background:var(--white);height:4em;display:flex;flex-grow:1;align-items:center;justify-content:center;padding:.8em 0;border-radius:8px}.nav-wrapper .sidenav-footer .footer-content .footer-image a img{height:100%;object-fit:contain}.main-wrapper{margin-left:0;transition:margin-left .3s;background:var(--background-700)}.main-wrapper.nav-active{margin-left:224px}.main-wrapper .main-header{background:url(header-img.d203ba3fadfb5dd0.png) no-repeat center center}.main-wrapper .main-header .sideNav-toggle-btn{position:relative}.main-wrapper .main-header .sideNav-toggle-btn button{background:var(--background-800);color:var(--dark);padding:.4em .8em;border-radius:5px;font-size:1.2em}.main-wrapper .main-header .sideNav-toggle-btn button svg{color:var(--font-800)}.main-wrapper .main-header .inner-header{background:var(--header-bg)}.main-wrapper .main-header .inner-header .session{font-family:Eras ITC,Eras Light ITC,sans-serif}.main-wrapper .main-header .inner-header .match-select select{border:none!important;background:transparent!important;color:var(--white)!important;font-family:Eras ITC,Eras Light ITC,sans-serif;font-size:1.6em;font-weight:700;border-radius:10px}.main-wrapper .main-header .inner-header .match-select select option{color:var(--font-800);font-size:16px;background:var(--background-800)!important}.main-wrapper .live-match-wrapper .live-indicator{display:inline;background:var(--red);color:var(--white);padding:.4em 1em;border-top-left-radius:5px;border-top-right-radius:5px;font-weight:600}.main-wrapper .live-match-wrapper .live-match-link{color:var(--font-800)}.main-wrapper .live-match-wrapper .live-match-link:hover{text-decoration:none}.main-wrapper .live-match-wrapper .live-match{background:var(--background-600);border-radius:5px;border-top:8px solid var(--red);font-size:12px}.main-wrapper .live-match-wrapper .live-match .live-logo{padding:0}.main-wrapper .live-match-wrapper .live-match .live-logo .live-img{font-size:12px;height:70px;width:180px;padding:8px;background:var(--white);border-radius:5px}.main-wrapper .live-match-wrapper .live-match .live-logo .live-img img{height:100%;width:100%;object-fit:contain}.main-wrapper .live-match-wrapper .live-match .live-logo h2{text-align:center;padding:.4em 0;font-weight:700}.main-wrapper .live-match-wrapper .live-match .live-score{background:var(--background-800);padding:1.5rem;border-radius:5px}.main-wrapper .live-match-wrapper .live-match .live-score p{padding:.5em 0}.main-wrapper .live-match-wrapper .live-match .live-score .score-01{font-size:1.2em;font-weight:700}.main-wrapper .live-match-wrapper .live-match .live-score .score-vs{font-size:1.2em;font-weight:500}.main-wrapper .live-match-wrapper .live-match .live-score .score-02{font-size:1em;font-weight:500}.main-wrapper .live-match-wrapper .live-match .live-score .outcome{font-size:1.2em;padding-bottom:1em;border-bottom:1px solid var(--border-900);color:var(--red)}.main-wrapper .live-match-wrapper .live-match .live-score .ground{padding-top:1em;font-size:.9em}.main-wrapper .main-score-board .inner-score-board{border-top:8px solid var(--purple-900)}.main-wrapper .main-score-board .inner-score-board .score span,.main-wrapper .score-board-table h3,.main-wrapper .score-board-table p{color:var(--font-800)}.main-wrapper .score-board-table .table-title h3{color:var(--white)}.main-wrapper .score-board-table .table-content{overflow:auto}.main-wrapper .score-board-table .table-content .row{margin-left:0;margin-right:0}.main-wrapper .score-board-table .table-content .inner-score-table{min-width:800px}.main-wrapper .scoreboard-live-table .table-head .table-head-sec{padding:0 8px}.main-wrapper .dashboard-table-wrapper section{border-radius:10px}.main-wrapper .dashboard-table-wrapper section header{border-top-left-radius:inherit;border-top-right-radius:inherit}.main-wrapper .dashboard-table-wrapper section header h2{padding:1rem}.main-wrapper .dashboard-table-wrapper section .table-content{padding:0 0 1rem;background:var(--background-600)}.main-wrapper .dashboard-table-wrapper section .table-content:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.main-wrapper .dashboard-table-wrapper section .table-content .row{border-bottom:1px solid var(--border-900);margin:0}.main-wrapper .dashboard-table-wrapper section .table-content .row:last-child{border-bottom:0}.main-wrapper .dashboard-table-wrapper section .table-content .row.table-head{background:var(--background-800);font-weight:700}.main-wrapper .dashboard-table-wrapper section .table-content .row:hover{background-color:var(--background-800)}.main-wrapper .dashboard-table-wrapper section .table-content .row:hover .search-btn-sec{background-color:var(--white)}.main-wrapper .dashboard-table-wrapper section .table-content .row.no-hover:hover{background-color:var(--background-600)}.main-wrapper .dashboard-table-wrapper section .table-content .row .match{font-size:1.1em}.main-wrapper .dashboard-table-wrapper section .table-content .printView-img{width:70px;height:70px;overflow:hidden}.main-wrapper .dashboard-table-wrapper section .table-content .printView-img img{width:100%;height:100%}.main-wrapper .dashboard-table-wrapper section .table-content .select-team-sec{border:1px solid var(--border-800);border-radius:5px;background-color:var(--background-600)!important;color:var(--font-800);overflow:hidden}.main-wrapper .dashboard-table-wrapper section .table-content .select-team-sec .select-team-header{background-color:var(--background-800)}.main-wrapper .dashboard-table-wrapper section .table-content .select-team-sec .select-team-header .select-accordion-button{background-color:var(--background-800)!important;color:var(--font-800)}.main-wrapper .dashboard-table-wrapper section .table-content .select-team-sec .select-team-header .select-accordion-button .down-btn svg{fill:var(--font-800)}.main-wrapper .dashboard-table-wrapper section .update-match-content .ng-select{border:1px solid red}.main-wrapper .main-content-wrapper .teams-page{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;grid-column-gap:16px;grid-row-gap:16px}.main-wrapper .main-content-wrapper .group-info{border-radius:10px;background:var(--background-600);overflow:hidden;box-shadow:#0000001a 0 10px 15px -3px,#0000000d 0 4px 6px -2px;color:var(--font-800)}.main-wrapper .main-content-wrapper .group-info .row:last-child{border-bottom:0}.main-wrapper .main-content-wrapper .group-info .table-info{border-bottom:1px solid var(--border-900)}.main-wrapper .main-content-wrapper .group-info .table-info:hover{background-color:var(--background-800)}.main-wrapper .main-content-wrapper .group-info .table-info .serial-num{color:var(--font-800)}.main-wrapper .main-content-wrapper .group-info .table-info .logo{border:1px solid var(--purple-900);background:var(--white);border-radius:5px;height:60px;width:150px}.main-wrapper .main-content-wrapper .group-info .table-info .logo img{max-width:100%;max-height:100%;object-fit:cover;margin:auto}.main-wrapper .main-content-wrapper .group-info .table-info .team-name{color:var(--purple-900);font-size:1.1em}.main-wrapper .main-content-wrapper .group-info .table-info .team-name:hover{text-decoration:underline}.main-wrapper .main-content-wrapper .group-info .player-profile-info{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;grid-column-gap:0px;grid-row-gap:0px}.main-wrapper .main-content-wrapper .print-teamPlayers p{color:var(--font-800)}.main-wrapper .main-content-wrapper .statistic-table{height:calc(100vh - 252px);overflow:auto}.main-wrapper .main-content-wrapper .statistic-table .table-content,.main-wrapper .main-content-wrapper .statistic-table .table-content .inner-statistic-table{min-width:800px}.main-wrapper .main-content-wrapper .statistic-table .table-content .create-match-table h3,.main-wrapper .main-content-wrapper .print-player-list p,.main-wrapper .main-content-wrapper .print-player-list h3{color:var(--font-800)}.main-wrapper .main-content-wrapper .rules-page .table-content{font-size:16px;font-weight:400}.main-wrapper .main-content-wrapper .rules-page .table-content .table-info{color:var(--font-800)}.main-wrapper .main-content-wrapper .score-nav{background-color:none!important;border-radius:10px;overflow:hidden}.main-wrapper .main-content-wrapper .score-nav .nav-link{padding:.8rem 2rem;border:1px solid var(--font-900);border-radius:10px;color:var(--font-800)}.main-wrapper .main-content-wrapper .score-nav .nav-link:hover{text-decoration:none}.main-wrapper .main-content-wrapper .score-nav .active{border:2px solid var(--purple-900);background-color:var(--purple-900);color:var(--white)}.main-wrapper .main-content-wrapper .print-button{background-color:var(--purple-900);border:1px solid var(--purple-900);border-radius:5px}.main-wrapper .main-content-wrapper .player-info p{color:var(--font-800)}.main-wrapper .main-content-wrapper .player-info .player-image{border:1px solid var(--purple-900);display:flex;border-radius:10px;background:var(--white);overflow:hidden;object-fit:cover;height:140px;width:140px}.main-wrapper .main-content-wrapper .player-info .player-image img{max-width:100%;object-fit:cover;margin:auto}.main-wrapper .main-content-wrapper .player-info .player-verification .valid-icon svg{color:var(--green)}.main-wrapper .main-content-wrapper .player-info .player-verification .invalid-icon svg{color:var(--red)}.main-wrapper .main-content-wrapper .company-logo{background:var(--white);max-height:100px;min-height:100px;overflow:hidden}.main-wrapper .main-content-wrapper .company-logo .logo{max-width:100%;max-height:100%;object-fit:cover;margin:auto}.main-wrapper .main-content-wrapper .company-info,.main-wrapper .main-content-wrapper .company-name{color:var(--font-800)}.main-wrapper .player-profile-content .player-profile{display:flex}.main-wrapper .player-profile-content .player-profile .player-profile-img{height:300px;max-height:100%;width:300px;max-width:100%}.main-wrapper .player-profile-content .player-profile .player-profile-img img{height:100%;width:100%;object-fit:cover}.main-wrapper .player-profile-content .btn-outline{width:150px;border-radius:5px;color:var(--font-800);background-color:var(--background-800);cursor:auto}.main-wrapper .player-profile-content .btn-outline h2{color:var(--red)}.main-wrapper .player-profile-content .player-profile-table .table-content{overflow:auto}.main-wrapper .player-profile-content .player-profile-table .table-content .inner-table-content{min-width:900px}.main-wrapper .point-table-sec .group-info{border-top-left-radius:0}.main-wrapper .point-table-sec .group-info .table-content{overflow:auto}.main-wrapper .point-table-sec .group-info .table-content .inner-point-table{min-width:450px}.main-wrapper .point-table-sec .group-info .table-info a{color:var(--font-800)}.main-wrapper .point-table-sec .live-indicator{background-color:var(--purple-900)}.match-result-table p{padding-top:5px}.match-result-table .row:hover{background:var(--background-600)!important}.register-player form input,.register-player form .ng-select{font-size:1.1em;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0;border-bottom-right-radius:0}.register-player form .btn-input{border-top-left-radius:0;border-bottom-left-radius:0;font-size:1em;border-color:var(--purple-900)}.register-player form .btn-input:hover{color:var(--white)}.register-player form .ng-select{font-size:1.1em}.register-player form .ng-select .ng-dropdown-panel{background:var(--background-600);padding:1em;border-radius:.25rem}.register-player .player-list-img{width:5em;height:5em}.register-player .player-list-img img{width:100%;height:100%}.register-player .player-register-list{max-height:calc(100vh - 150px);overflow-y:auto}.player-validation-page .btn-input{font-size:1em;border-color:var(--purple-900);background:var(--purple-900);color:var(--white)}.player-validation-page .btn-input:hover,.player-validation-page button:hover{color:var(--white)}.player-validation-page .profile-img{height:6em;width:6em}.player-validation-page .profile-img img{height:100%;width:100%;object-fit:contain}.modal-backdrop{z-index:9000!important}.modal{z-index:9001}.auth-page{background:var(--background-700)}.auth-page .login-page{background:var(--background-600);border-radius:10px;overflow:hidden;box-shadow:#0000001a 0 10px 15px -3px,#0000000d 0 4px 6px -2px;margin-left:0;margin-right:0}.auth-page .login-page .login-page-img img{width:100%;height:100%;object-fit:cover}.create-team .create-team-logo{height:5.5em;width:11em;object-fit:contain;padding:.6em;color:var(--dark)}.create-team .create-team-logo img{height:100%;max-width:100%}.update-match-score input,.update-match-score select{border:1px solid var(--border-900)!important}.update-match-score .ng-select{padding:.4em;border-radius:5px;border:1px solid var(--border-900)!important}.update-match-score .ng-select input{border:none!important}.image-preview-container{max-height:80vh;text-align:center;overflow-y:auto}.image-preview-container img{max-width:100%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-corner{background:var(--background-600);border-color:var(--background-600)}::-webkit-scrollbar-thumb{border-radius:8px;background:var(--scroll-bar-color)}::-webkit-scrollbar-track{border-radius:8px;background:var(--background-600)}.fb-icon{color:#1977f3}.youtube-icon{color:red}.live-match-link{color:var(--purple-900);background-color:var(--background-600);border-radius:10px}.live-match-link .live-link-icon .live-text{border-radius:5px;background-color:var(--red);color:var(--white);animation:blink 1s linear infinite}.live-match-link .live-link-icon .social-icon{color:var(--white)}.live-match-link .live-link-icon .social-icon h5{border-radius:5px;color:var(--white)}.live-match-link .live-link-icon .social-icon.fb-icon h5{background-color:#1977f3}.live-match-link .live-link-icon .social-icon.youtube-icon h5{background-color:red}@keyframes blink{0%{opacity:.1}50%{opacity:.5}70%{opacity:.7}to{opacity:1}}.ticker-container{background:var(--white)}.ticker-container .Supported-text{width:85%;position:absolute;clip-path:polygon(10% 0%,90% 0%,100% 50%,70% 50%,28% 50%,0% 50%);top:-27px;left:50%;transform:translate(-50%);color:var(--ticker-text-color);background-color:var(--purple-01);font-size:1.1em}.ticker-container .company-logo{background:var(--white);width:6em;height:4em;box-shadow:#0000001a 0 10px 15px -3px,#0000000d 0 4px 6px -2px}.ticker-container .company-logo img{max-height:100%}.ticker-container .match-score-container{border:5px solid var(--purple);border-top:0;border-bottom:0;color:var(--purple);position:relative}.ticker-container .match-score-container.toss-result{justify-content:space-evenly!important}.ticker-container .match-score-container .right-arrow-icon svg{color:var(--pink)}.ticker-container .match-score-container .main-score-sec{clip-path:polygon(100% 50%,92% 100%,8% 100%,0 50%,8% 0,92% 0);background-color:var(--purple);color:var(--white)}.ticker-container .match-score-container .main-score-sec .score-box{clip-path:polygon(100% 50%,92% 100%,8% 100%,0 50%,8% 0,92% 0);background-color:var(--pink)}.ticker-container .match-score-container .main-score-sec .score-box .score-tag{background-color:var(--yellow)}.ticker-container .match-score-container .main-score-sec .score-box .score-tag p{color:var(--ticker-text-color)}.ticker-container .match-score-container .score-number .rounded-circle{width:1.7em;height:1.7em;overflow:hidden;border:1px solid var(--purple);color:var(--white);margin-left:.5em}.ticker-container .match-score-container .score-number .rounded-circle p{font-size:1em;font-weight:800}@media (max-width: 1680px){.main-wrapper .main-content-wrapper .player-info .player-image{width:110px;height:110px}.main-wrapper .main-content-wrapper .statistic-table .create-match-table{min-width:900px}}@media (max-width: 1440px){.NB-text{font-size:.5em!important;font-weight:500px}.main-wrapper .register-player .player-list-img{margin-left:auto;margin-right:auto}.main-wrapper .register-player .player-name{width:100%}.main-wrapper .ticker-container .right-arrow-icon svg{width:.8em;height:.8em}.main-wrapper .ticker-container h5{font-size:.75em}.main-wrapper .ticker-container h4{font-size:1.1em}.main-wrapper .ticker-container p{font-size:.7em}.main-wrapper .ticker-container .company-logo{width:4em;height:3em}.main-wrapper .ticker-container .match-score-container .player-name-sec{overflow:hidden;max-width:9ch;white-space:nowrap}.main-wrapper .ticker-container .match-score-container .score-number .rounded-circle{width:1.3em;height:1.3em;margin-left:.3em}.main-wrapper .ticker-container .match-score-container .score-number .rounded-circle p{font-size:.75em}}@media (max-width: 1280px){.main-wrapper .main-content-wrapper .teams-page{grid-template-columns:repeat(2,1fr)}.main-wrapper .main-content-wrapper .group-info .player-profile-info{grid-template-columns:repeat(1,1fr);grid-row-gap:10px}.main-wrapper .player-profile-content .player-profile{display:flex}.main-wrapper .player-profile-content .btn-outline{width:115px}}@media (max-width: 1024px){body{font-size:12px}.main-wrapper .main-content-wrapper .teams-page{grid-template-columns:repeat(2,1fr)}.main-wrapper .main-content-wrapper .group-info .player-profile-info{grid-template-columns:repeat(1,1fr);grid-row-gap:10px}.main-wrapper .main-content-wrapper .player-info .player-image{width:100px;height:100px}.main-wrapper .ticker-container .match-score-container .player-name-sec{overflow:hidden;max-width:6ch;white-space:nowrap}.main-wrapper .ticker-container .match-score-container .match-score-container .player-name-sec{overflow:hidden;max-width:9ch;white-space:nowrap}.main-wrapper .ticker-container .match-score-container .match-score-container .score-number .rounded-circle{width:1em;height:1em;margin-left:.3em}.main-wrapper .ticker-container .match-score-container .match-score-container .score-number .rounded-circle p{font-size:.75em}}@media (max-width: 992px){.NB-text{font-weight:600px}.main-wrapper .main-content-wrapper .player-info .player-image{width:84px;height:84px}.main-wrapper .main-content-wrapper .main-score-board .inner-score-board .score-board-content{order:3}.main-wrapper .ticker-container .Supported-text{top:-24px;font-size:.8em}.main-wrapper .ticker-container .right-arrow-icon svg{width:.7em;height:.7em}.main-wrapper .ticker-container h5{font-size:.6em}.main-wrapper .ticker-container h4{font-size:.75em}.main-wrapper .ticker-container p{font-size:.6em}.main-wrapper .ticker-container .company-logo{width:3em;height:2em}.main-wrapper .ticker-container .match-score-container .player-name-sec{max-width:9ch}.main-wrapper .ticker-container .match-score-container .score-number .rounded-circle{margin-left:.2em}.main-wrapper .ticker-container .match-score-container .score-number .rounded-circle p{font-size:.6em;font-weight:500}}@media (max-width: 768px){body{font-size:10px}.container-fluid,.wrapper-content{padding:0}.main-wrapper{margin-left:0}.main-wrapper .main-content-wrapper .teams-page{grid-template-columns:repeat(1,1fr)}.main-wrapper .live-match-wrapper .live-match .live-logo .live-img{width:225px}.match-select select{font-size:1.3em!important}.main-title{font-size:1.3em}}@media (max-width: 576px){.NB-text{font-size:.4em!important;line-height:.7em;font-weight:500px!important}.nav-wrapper{font-size:15px;width:0;visibility:hidden;opacity:0;transition:opacity .3s}.nav-wrapper .sidenav-header .sideNav-toggle-btn{visibility:visible}.nav-wrapper.active{width:100%;visibility:visible;opacity:1;transition:opacity .3s}.nav-wrapper.active .sidenav{padding:1em;height:100%}.nav-wrapper.active .sidenav .sidenav-footer .footer-content a{font-size:8px}.main-wrapper.nav-active{margin-left:0}.main-wrapper.nav-active .nav-active-header{display:none}.main-wrapper .player-profile-content .player-profile{display:block}.main-wrapper .player-profile-content .player-profile .player-profile-img{width:100%!important}.main-wrapper .player-profile-content .player-profile .player-profile-img img{height:100%}.main-wrapper .player-profile-content .btn-outline{width:115px}.main-wrapper .ticker-container .Supported-text{top:-24px;font-size:.5em}.main-wrapper .ticker-container .right-arrow-icon svg{width:.5em;height:.5em}.main-wrapper .ticker-container h5{font-size:.45em}.main-wrapper .ticker-container h4{font-size:.5em}.main-wrapper .ticker-container p{font-size:.4em}.main-wrapper .ticker-container .company-logo{width:1.5em;height:1em}.main-wrapper .ticker-container .match-score-container{border:2px solid var(--purple-900);border-top:0;border-bottom:0}.main-wrapper .ticker-container .match-score-container .player-name-sec{max-width:5ch}.main-wrapper .ticker-container .match-score-container .score-number .rounded-circle{width:.7em;height:.7em;margin-left:.1em}.main-wrapper .ticker-container .match-score-container .score-number .rounded-circle p{font-size:.45em}}@media (max-width: 425px){body{font-size:14px}.main-wrapper .live-match-wrapper .live-match{font-size:9px}.main-wrapper .live-match-wrapper .live-match .live-logo{padding:.5em}.main-wrapper .live-match-wrapper .live-match .live-logo .live-img{font-size:5px;height:16em;width:100%}.main-wrapper .player-profile-content .btn-outline{width:85px}.main-wrapper .player-profile-content .btn-outline h2{font-size:1.2em}.main-wrapper .player-profile-content .btn-outline p{font-size:.75em}.dashboard-table-wrapper svg{font-size:.9em!important}}@media (max-width: 320px){.main-wrapper .main-content-wrapper .player-info .player-image{width:70px;height:70px}}
