
#p_player_result_st{display:none}
.players-profile-stats ul li{list-style:none}
.player-tab-bg{background:#001B46}
.player-sub-tab-bg{background:#0A396D}
.title-bg-light{background:#F7F7F7;}
.players-profile-stats .nav-pills .nav-link.active, .players-profile-stats .nav-pills .show>.nav-link {
    color: #ffffff;
    background-color: unset;
}

.players-profile-stats .nav{display:flex !important;}
.players-profile-stats .nav-pills.player-sub-tab .nav-link.active, .players-profile-stats .nav-pills.player-sub-tab .show>.nav-link {
    color: #ffffff;
    background-color: #0D6EFD;
	border-radius: unset;
}
.player-sub-tab .nav-pills .nav-link{background-color: #b1a0a0;}
.player-sub-tab li {background: #ffffff;}
.entry-content.players-profile-stats li {margin-top: unset;}
.nav-link-1{
border-top-left-radius: 0.25rem; 
border-bottom-left-radius: 0.25rem; 
}

.nav-link-4{
border-top-right-radius: 0.25rem; 
border-bottom-right-radius: 0.25rem; 
}

.players-profile-stats .nav-pills.player-sub-tab .nav-link {
border-left:1px solid #000;
border-radius:unset !important;
color: #000000;
}
ul.player-sub-tab li:first-child {
margin-top: unset;
border-radius: 9px 0px 0px 9px;
}
ul.player-sub-tab li:last-child {
margin-top: unset;
border-radius: 0px 9px 9px 0px;
}

.players-profile-stats .nav-link{color:#ffffff}

.nav-fill.player-tab-bg.players-profile-tab .nav-link.active{
border-bottom: 2px solid #0D6EFD;
}

.table.ipl-stats.tb-m-bold tr td {font-weight: 700;}
/*Table scroll*/

.table-wrapper table {
  border-collapse: collapse;
  width: 100%;
}

.table-wrapper table th,
.table-wrapper table td {
  padding: 8px;
  text-align: left;
}
.table-wrapper table th{
border-right: solid 0px #dadada;
}

.table-wrapper table th:first-child,
.table-wrapper table td:first-child {
  position: sticky;
  left: 0;
  background-color: #E3E9F0;
  color:#000000;
  z-index: 1;
}
.table-wrapper table th{
background-color: #E3E9F0;
color:#000000;}
.table-wrapper table td:first-child {
  border-right: 1px solid #ddd;
  background-color: #C8D2DF;
}
.table-wrapper table{margin-top:0px}
.players-profile-stats table {margin-top: 0px;}


