.match_info{
    height: 290px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .04);
    border-radius: 8px;
    background-image: url('/client/themes/fa/main/img/backMatch.webp');
    margin-bottom: 12px;
}
.title_match{
    text-align: center;
    font: 18px/28px 'IranSansBold';
    padding: 16px;
    border-bottom: 1px solid var(--borderColer);
    color: #ffffff;
}
.matchInfoTeams{
    padding: 48px 16px 37px;
    border-bottom: 1px solid var(--borderColer);
    position: relative;
}
.matchResult{
    background-color: rgba(255, 255, 255, 0.32);
    padding:8px;
    border-radius: 8px;
}
.teamHome{
    text-align: left;
}
.imageTeam{
    margin: 0 16px;
}
.nationalTeam .imageTeam,.nationalTeam .nexItemMatch img{
    border-radius: 50%;
}
#timer{
    font: 10px/19px IranSansMedium;
    justify-content: center;
}
.timeItem{
    display: flex;
    flex-direction: column;
}
.timeItem span{
    font-size: 18px;
}
.timeItem span.titleTimer{
    font-size: 10px;
}
.matchResult .dots{
    font-size: 25px;
}
.dateCalender{
    text-align: center;
    font: 20px/28px 'IranSansBold';
    color: #ffffff;
}
.matchResultParent{
    padding: 0 30px;
}
.teamAway, .teamHome{
    display: flex;
    align-items: center;
    font: 18px/28px IranSansDemiBold;
    color: #ffffff;
}
.teamHome{
    justify-content: left;
}
.tableInfo{
    text-align: center;
    color: #ffffff;
    font: 14px/28px IranSansRegular;
    padding: 16px 0;
}
.tableInfo a {
    color: #ffffff;
    font: 14px/28px IranSansRegular;
    border-left: 1px solid #fff;
    padding-left: 10px;
}
.tableInfo span:nth-child(2){
    border-left: 1px solid #fff;
    padding: 0 10px;
}
.tableInfo span:nth-child(3){
    padding-right: 10px;
}
.liveResult{
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.23);
    border-radius: 8px;
    height: 100%;
    font: 30px/38px IranSansDemiBold;
    display: flex;
    align-items: center;
    justify-content: center;
}
#clock-box, #fullTime{
    position: absolute;
    top: 0;
    height: 40px;
    color: #139860;
    background-color: #ffffff;
    width: 90px;
    left: calc(50% - 45px);
    text-align: center;
    border-radius: 0 0 8px 8px;
    font: 15px/38px IranSansMedium;
}
.matchNewsSu{
    position: relative;
    margin: 0 auto 10px;
    width: fit-content;
}
.matchNewsSu h2{
    position: absolute;
    right: 0;
    bottom: 10px;
    border-radius: 5px 0 0 5px;
    background: rgba(0, 0, 0, 0.7);
    padding: 15px 24px;
    margin-left: 20px;
    max-height: 171px;
    overflow: hidden;
    color: #ffffff;
    font: 16px/28px IranSansDemiBold;
}
.matchNewsSu h2:hover{
    color: red;
}
.iconPlay{
    position: absolute;
    width: 45px;
    height: 45px;
    top: calc(50% - 15px);
    right: calc(50% - 15px);
    background: url('/client/themes/fa/main/img/icon_play.svg') no-repeat;
}
.news_tag_item{
    padding-left: 10px;
    margin-bottom: 10px;
}
.news_tag_item .newsImag{
    display: inline-block;
    width: 150px;
    height: 100px;
    float: right;
    margin-left: 10px;
}
.news_tag_item .newsImag img, .news_tag_item .newsImag span{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.news_tag_item .newsImag span{
    background-color: #011145;
    border-radius: 8px;
}
.newsInfo h3{
    font: 14px/28px IranSansBold;
    color: var(--titleColer);
}
.newsInfo p{
    font: 13px/28px IranSansRegular;
    margin: 0;
    color: #000000;
}
.nexItemMatch{
    box-shadow: 0 4px 8px rgba(0,0,0,.04);
    border-radius: 8px;
    background-color: var(--section-bg);
    display: inline-block;
    width: 100%;
    padding: 16px 0 0;
    position: relative;
    margin-bottom: 10px;
}
.nexItemMatch h2{
    position: absolute;
    top: 0;
    left: 8px;
    background-color: #607d8b;
    color: #ffffff;
    padding: 6px 8px;
    border-radius: 0 0 8px 8px;
    font: 11px/28px IranSansDemiBold;
}
.nexItemMatch .text{
    font: 12px/28px IranSansMedium;
    color: black;
}
.nexItemMatch .item{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 0 16px;
}
.nexItemMatch .item img{
    margin-left: 10px;
}
.nexItemMatch .leagueInfo{
    background-color: #fafafa;
    color: #607d8b;
    font: 12px/28px IranSansMedium;
    padding: 0 16px;
}
.league_child .league_child_top .section_main{
    padding: 0;
}
.lineTableM{
    height: 30px;
    background-color: #f5f7f8;
}
.league_child .league_child_top .section_main .league_section .scroller .league_row:nth-child(2n){
    background-color: #ffffff;
}
.ActiveT{
    background-color: #fcfcfd !important;
}
.ActiveT .team{
    color: #dd4242 !important;
}
.news-container {
    box-shadow: 0 4px 8px rgba(0,0,0,.04);
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
    background-color: var(--section-bg);
}
.news-container * {
    font: 15px/28px 'IranSansLight' !important;
}
.news-container h2 {
    font: 19px/28px IranSansBold !important;
    color: #dd4242;
}
.news-container > h3 {
    font: 17px/28px IranSansBold !important;
    color: #dd4242;
}
.newsParent{
    padding-left: 10px;
}
.newsParent img{
    height: auto;
}
.teamInfoMatch{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-left: 16px;
}
.teamInfoMatch .item_left{
    width: 139px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.teamInfoMatch .item_right{
    align-items: center;
}
.teamInfoMatch .item_right img{
    margin: 0 8px;
}
.teamInfoMatch .item_left .number{
    display: inline-block;
    width: 33px;
    text-align: center;
}
.liveMatch .section_header_child{
    flex-direction: column;
    align-items: start;
    height: 68px;
}
.apiMatch .PMatches{
    height: 512px;
}
#adx-1369,#adx-1381,#adx-1382,#adx-1370{
    margin-bottom: 8px;
}
.comma {
    color: #ff6600;
    font-weight: bold;
}
.formation{
    display: flex;
}
.formation > span{
    display: flex;
    flex-direction: row-reverse;
    margin-right: 10px;
    color: red;
}
.lastFiveGame > div{
    padding: 0 10px;
}
.matchFiveGames .matchGameNews{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #f6f7f9;
    border-radius: 5px;
}
.matchFiveGames img{
    width: 24px;
    height: 24px;
}
.matchFiveGames .gameLast span{
    text-align: center;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    color: #fff;
    padding: 0;
}
.matchFiveGames .matchGame{
    width: calc(100% - 40px);
    display: flex;
    justify-content: center;
}
.matchFiveGames .matchGame .matchHomeTeam,.matchFiveGames .matchGame .matchAwayTeam{
    color: black;
}
@media screen and (min-width: 768px) and (max-width: 1200px){
    .matchFiveGames .matchGame .matchHomeTeam,.matchFiveGames .matchGame .matchAwayTeam{
        font-size: 12px !important;
    }
}
@media screen and (max-width: 768px){
    .imageTeam{
        width: 48px;
        height: 48px;
    }
    .teamHome{
        flex-direction: column-reverse;
    }
    .teamAway{
        flex-direction: column;
    }
    .teamAway, .teamHome{
        font-size: 14px;
        margin-top: 6px;
    }
    .matchResultParent{
        padding: 0;
        height: 43px;
    }
    .matchResultParentLive{
        height: 100%;
    }
    .matchInfoTeams{
        align-items: center;
        padding: 24px 16px 37px;
    }
    .liveResult{
        font-size: 20px;
    }
    .container{
        padding: 0;
    }
    .title_match{
        font: 16px / 26px 'IranSansBold';
    }
    .match_info{
        border-radius: 0;
    }
    .dateCalender{
        font-size: 13px;
    }
    .timeItem span{
        font-size: 14px;
    }
    .titleTimer{
        display: none;
    }
    .matchResult .dots{
        font-size: 15px;
    }
    .parentMatchInfo{
        flex-direction: column-reverse;
        padding: 0 12px;
    }
    .newsParent{
        padding-left: 0;
    }
}