/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 08 2021 | 13:10:03 */
.icc-ranking-page-content{
    min-height: 780px;
    box-shadow: 3px 0 15px 0 rgb(0 0 0 / 16%);
  	border-radius:5px;
} 
.icc-ranking-page-nav-tabs{
    padding-top: 20px;
    padding-bottom: 35px;
    border-bottom: 0;
}
.icc-page-tab-4part{
  border-radius:5px;
  overflow:hidden;
}
.icc-ranking-inner-tab-pills .nav-item.show .nav-link, .icc-ranking-inner-tab-pills .nav-link.active {
    font-size: 19px;
    color: #070707;
    border-bottom: 2px solid #1c64ca;
    border-left: none;
    border-right: none;
    border-top: none;
    font-weight: 700;
    
}
.icc-ranking-inner-tab-pills .nav-link {
    font-size: 19px;
    color: #070707;
    border-bottom: 2px solid #e5e5e5;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
}
.icc-ranking-main-tab-pills .nav-item.show .nav-link, .icc-ranking-main-tab-pills .nav-link.active {
    font-size: 15px;
    color: #ffffff;
    border-bottom: 1px solid #1c64ca;
    border-left: none;
    border-right: none;
    background-color: #0856C9;
    border-top: none;
    padding: 12px 8px;
}
.icc-ranking-main-tab-pills .nav-link {
    font-size: 15px;
    color: #070707;
    border-bottom: 1px solid #e5e5e5;
    border-left: none;
    border-radius: 0;
    border-right: none;
    background-color: #EAEAEA;
    border-top: none;
    padding: 12px 8px;
}
.bx-shadow {
    box-shadow: 3px 0 15px 0 rgb(0 0 0 / 16%);
}
.icc-ranking-fix-height-400{
    min-height: 500px;
    max-height: 600px;
    overflow: scroll;
    overflow-x: hidden;
}
 .icc-ranking-fix-height-400::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: : 100px
}

.icc-ranking-fix-height-400::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
    border-radius: : 100px
}

.icc-ranking-fix-height-400::-webkit-scrollbar-thumb
{
    background-color: #6e7175;
    border-radius: : 100px
}
.icc-ranking-team-logo img {
    max-height: 30px;
}
.team-sidebar-ranking-tbl{
    width: 100%;
}
.team-sidebar-ranking-tbl td, .team-sidebar-ranking-tbl th {
    font-weight: 500;
    padding: 0.60rem;
    vertical-align: middle;
    border-top: 1px solid #ffffff;
    font-size: 12px;
}
.team-sidebar-ranking-tbl thead {
    border-bottom: 2px solid #eaeaea;
}
.team-sidebar-ranking-tbl tr td:nth-child(4), .team-sidebar-ranking-tbl tr th:nth-child(1), .team-sidebar-ranking-tbl tr th:nth-child(3) {
    text-align: center;
}
.headings{
    background-color: #0856C9;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    padding: 8px;
    font-weight: 500;
}
.icc-pb-30{
  padding-bottom: 30px;
}