body{
    margin: 0;
    padding: 0;
    font-family: 'avertastd-regular';
    box-sizing:border-box;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
/*p{
    width: 100%;
}*/
.bg-dark {
    background-color: #212122;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}
.nav-link{
    padding: 0;
}
.navbar{
    padding: 8px 25px;
}
.border-top-0{
    border-top: 0px !important;
}
.btn-danger {
    color: #fff;
    background-color: #FF4037;
    border-color: #FF4037;
}
.btn-outline-danger {
    color: #FF4037;
    border-color: #FF4037;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #FF4037;
    border-color: #FF4037;
}
/* ------------- Home Page --------------*/

.topBar {
    background: #323334;
    padding: 8px 25px;
}

.topBar li a{
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    color: #626161;
    font-family: 'avertastd-semibold';
}
.social_icons li{
    margin-right: 12px;
}
.social_icons li:last-child{
    margin-right: 0px;
}
.searchInputCol input {
    width: 210px;
    height: 34px;
    padding: 0 12px;
    font-size: 13px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.5);
}
.searchInputCol button {
    position: absolute;
    top: 50%;
    right: 12px;
    border: 0;
    padding: 0;
    line-height: 0;
    transform: translateY(-50%);
}
.loginSuperfanCol li a{
    font-family: 'AvertaStd-Bold';
    font-size: 13px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.5);
}
.loginSuperfanCol li a.Superfan-item{
    color: #FF4037;
}
.loginSuperfanCol li:first-child{
    padding-right: 6px;
    margin-right: 7px;
    position: relative;
}
.loginSuperfanCol li:first-child::after{    
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.1);
    width: 1px;
    height: 21px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.infoLogo{
    margin-right: 18px;
}
.infoDiscription button{
    padding: 5px 15px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #FF4037;
}

.infoDiscription h5{
    font-size: 22px;
    line-height: 26px;
    color: #212122;
}
.infoDiscription p{
    font-size: 12px;
    line-height: 14px;
    color: #212122;
}
.infoCardMedia{
    padding: 12px 25px;
}
.subNavbar{
    padding: 0 25px !important;
}
.subNavbar{
    border-top: 1px solid #E9E9E9;
}
.subNavbar li{
    margin-right: 15px;
}
.subNavbar li a{
    font-size: 13px;
    line-height: 16px;
    color: #212121;
    padding: 12px 5px !important;
}
.subNavbar li a.active{
    border-bottom: 2px solid #FF4037;
}

.cubsSlides{
    border-bottom: 1px solid #E9E9E9;
    border-top: 1px solid #E9E9E9
}
.cubsSlidesItem {
    /* width: 123px; */
    height: 82px;
    border-right: 1px solid #D5D5D5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 12px 10px 20px;
    flex: 1;
    position: relative;
}
.cubsSlidesItem button{
    font-size: 13px;
    line-height: 16px;
    text-align: right;
    color: #212122;
    padding: 0;
    background-color: transparent;
    border: 0;
}
.cubsSlidesItem button:hover{
    background-color: transparent;
    color: #212122;

}
.cubsSlidesItem .dropdown {
    text-align: center;
}
.cubsSlidesItem:first-child, .cubsSlidesItem:nth-child(2){
    background: #F4F4F4;
}
.cubsSlidesItem:nth-child(2){
    border-right: 0;
}
.cubsSlidesItem p{
    font-family: 'AvertaStd-Semibold';
    font-size: 12px;
    line-height: 16px;
    color: #212122;
    margin-bottom: 5px;
}
.cubsSlidesItem p:last-child{
    margin-bottom: 0px;
}
.cubsSlidesArrow {
    background: #F4F4F4;
    border-right: 1px solid #E9E9E9;
    width: 65px;
    height: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cubsSlidesArrow span{
    cursor: pointer;
}
.cubsSlidesItem .min-arr-col{
    color: rgba(33, 33, 34, 0.5)
}
.min-arr-col svg{
    position: absolute;
    right: -1px;
}
footer{
    background: #121416; 
}
.footerMenuRow{
    padding: 52px 0 65px;
}
footer p{
    font-size: 12px;
    line-height: 17px;
    color: #7D7C7C;
}

.footerSection .collapse {
    display: block;
    /* pointer-events: none; */
}
footer li a{
    font-size: 12px;
    line-height: 26px;
    color: #7D7C7C;
}
footer h5, footer h5 button, footer h5 button span{
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-decoration: none !important;
    margin-bottom: 12px;
}
.subscriptionForm input {
    background: #212122;
    border: 1px solid #3D3D3D;
    border-radius: 4px;
    margin-bottom: 9px;
    padding: 12px 15px;
    font-size: 12px;
    line-height: 14px;
    color: #B6B6B6;
}
.subscriptionForm button {
    background: #FF4037;
    border-radius: 4px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    width:140px;
    height: 40px
}
.copyright {
    font-size: 12px;
    line-height: 26px;
    color: #575757;
    padding: 12px 0;
    border-top: 1px solid rgba(233, 233, 233, 0.1);
}
.footerMenuRow .col-md-4:first-child {
    padding-right: 147px;
}
.addSection{
    padding: 30px 0;
}
.allInfoModal{
    max-width: 1170px;
}
.teamInfoHeader h5, .teamInfoHeader p{
    font-family: 'AvertaStd-Bold';
    font-size: 18px;
    line-height: 16px;
    text-align: right;
    color: #212122;
}
.teamInfoHeader p{
    font-size: 13px;
    font-family: 'AvertaStd-Regular';
}
.teamInfoHeader h1{
    font-family: 'AvertaStd-Semibold';
    font-size: 34px;
    line-height: 40px;
    color: #000000;
}
.teamInfoHeader:nth-child(3) h5{
    color: rgba(33, 33, 34, 0.7);
}

.matchStatus{
    /* padding-left: 84px;
    padding-right: 108px; */
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
.allInfoModal .modal-header .btn-close {
    position: absolute;
    right: 14px;
    top: 12px;
    font-size: 10px;
}
.allInfoModal .modal-header {
    justify-content: space-evenly;
    padding: 0 0 20px;
}
.allInfoModal .modal-content{
    padding: 28px 15px !important;
}
.winLossTable .infoDiscription p{
    font-family: 'AvertaStd-Regular';
    font-size: 10px;
    line-height: 11.72px;
    color: #505050;
}
.winLossTable .infoDiscription h6{
    font-family: 'AvertaStd-Semibold';
    font-size: 13px;
    line-height: 15.23px;
    color: #212122;
}
.winLossTable .infoCardMedia {
    padding: 0 19px;
    border-left: 1px solid #E9E9E9;
    flex: 1
}
.winLossTable tr:last-child td{
    padding: 15px 12px;
}
.winLossTable .infoCardMedia:first-child{
    border-left: 0;
    padding-left: 0px;
}
.table>:not(:first-child) {
    border-top: 0px;
}
.winLossTable .infoCardMedia:first-child, .winLossTable .infoCardMedia:nth-child(2){
    min-width: 430px;
}
.winLossTable th{
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #212122;
}
.winLossTable td{
    font-family: 'AvertaStd-Regular';
    font-size: 13px;
    line-height: 15px;
    color: #000000;
}
table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}
.BrewHitCol h6{
    font-family: 'AvertaStd-Semibold';
    font-size: 14px;
    line-height: 16px;
    color: #212122;
    padding: 15px 0;
    margin-bottom: 0 !important;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #F9F9FB;
}
.table {
    border-color: #E9E9E9;
}
.BrewHitCol table th{
    font-size: 11px;
    color: #000000;
}
.battingContentCol{
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 19px;
}
.battingContentCol:last-child{
    border-bottom: 0;
    padding-bottom: 20px;
}
.battingContentCol h5{
    font-family: 'AvertaStd-Semibold';
    font-size: 14px;
    line-height: 16px;
    color: #212122;
}
.battingContentCol ul li{
    font-size: 12px;
    line-height: 16px;
    color: rgba(33, 33, 34,0.7)   
}
.battingContentCol ul li span{
    font-size: 14px;
    line-height: 16px;
    color: #212122;
    font-family: 'AvertaStd-Semibold';
}
.modalContentCol{
    border: 1px solid #e9e9e9;
    padding: 16px 11px 30px;
    border-radius: 6px;
    position: relative;
}
.modalContentCol::before {
    position: absolute;
    content: "";
    background: #e9e9e9;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    transform: translateX(-50%);
}
.modalContentCol table th, .modalContentCol table td{
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    color: #000000;
    text-align: left;
}
.teamImgDisc{
    display: flex;
    align-items: center;
}
.footer-grid .accordion-header button{
    pointer-events: none !important;
    background: transparent;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
}
.accordion-button:not(.collapsed)::after {
    background-image: none
}
.side-posts h4{
    transition: 0.7s;
}
.side-posts:hover h4, .border-box:hover .post-title{
    color: #FF4037;
}

body .newLInk a{
    color: rgba(255, 255, 255, 0.5) !important
 }
