@font-face {
    font-family: 'IranSansMedium';
    src: url('/client/themes/fa/main/fonts/woff/IranSansMedium.woff') format('woff'),
    url('/client/themes/fa/main/fonts/woff2/IranSansMedium.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'IranSansBold';
    src: url('/client/themes/fa/main/fonts/woff/IranSansBold.woff') format('woff'),
    url('/client/themes/fa/main/fonts/woff2/IranSansBold.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'IranSansRegular';
    src: url('/client/themes/fa/main/fonts/woff/IranSansRegular.woff') format('woff'),
    url('/client/themes/fa/main/fonts/woff2/IranSansRegular.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'IranSansLight';
    src: url('/client/themes/fa/main/fonts/woff/IranSansLight.woff') format('woff'),
    url('/client/themes/fa/main/fonts/woff2/IranSansLight.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'IranSansDemiBold';
    src: url('/client/themes/fa/main/fonts/woff/IRANSansDemiBold.woff') format('woff');
    font-display: swap;
}

:root {
    --white: #ffffff;
    --colorMenu: #486699;
    --borderColor: #E2E6E9;
    --section-bg: #fff;
    --borderColer: #E2E5E9;
    --titleColer: #374F76;
    --title2Coler: #E9EDF2;
    --background: #284066;
    --bg:#07111f;
    --bg-2:#0b1830;
    --card:#0f1d36;
    --card-2:#132544;
    --text:#f4f7fb;
    --muted:#9ba8c7;
    --blue:#1f6fff;
    --gold:#f3b43f;
    --border:rgba(255,255,255,0.08);
    --glass:rgba(255,255,255,0.05);
    --shadow:0 10px 40px rgba(0,0,0,0.45);
}
*{
    box-sizing: border-box;
}
li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.container-main {
    margin-top: 16px;
}

.border-radius {
    border-radius: 8px;
}
.page {
    background: #FFF;
    margin: auto;
    direction: rtl;
    padding: 5px 0;
}

.mb16 {
    margin-bottom: 16px;
}

.wrapper {
    clear: both;
    height: 0;
    overflow: hidden;
}

.p-right {
    padding-left: 12px;
}

.p-left {
    padding-right: 12px;
}

.BRS {
    border-radius: 12px;
    background-color: var(--white);
}
body{
    background-color: #F6F7F9;
    margin: 0;
}
a {
    outline: none;
    text-decoration: none;
}
#adx-1366 img{
    border-radius: 0 !important;
}
.line_center_section {
    margin: 16px 0;
    border-top: #B6C2C8 dashed 1px;
    border-bottom: 0;
}
.selected-tags {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .04);
    border-radius: 8px;
    padding: 16px;
    background-color: var(--section-bg);
    margin-bottom: 12px;
}


/*header*/

#header {
    margin-bottom: 16px;
    background-color: var(--white);
    -webkit-box-shadow: 0px 2px 12px 0px rgba(226, 229, 233, 0.7);
    -moz-box-shadow: 0px 2px 12px 0px rgba(226, 229, 233, 0.7);
    box-shadow: 0px 2px 12px 0px rgba(226, 229, 233, 0.7);
    width: 100%;
    transition: all 0.3s ease;
    z-index: 999;
}
#header.normal {
    position: relative;
    box-shadow: none;
    opacity: 1;
    transform: translateY(0);
}
#header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    opacity: 1;
    transform: translateY(0);
}

#header.hide {
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.3s ease;
}

#header > div {
    height: 100%;
    display: flex;
}
#header > div #logo {
    display: inline-block;
    width: 239px;
    height: 65px;
    margin-left: 48px;
}
#header > div #logo .logo_img{
    position: relative;
    bottom: -10px;
}
#header > div #logo .logo_text{
    position: relative;
}
#header > div #navigation {
    display: inline-block;
    height: 100%;
}
#header > div #navigation #navigation_ul {
    display: flex;
    border-right: 1px solid #F3F5F6;
    margin: 0;
    height: 100%;
    padding-right: 0 !important;
}
#header > div #navigation #navigation_ul li {
    border-left: 1px solid #F3F5F6;
    padding: 18px 12px;
    position: relative;
    border-bottom: 1px solid transparent;
}
#navigation_ul > li a{
    position: relative;
    text-indent: 30px;
}
#navigation_ul > li a:before{
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    transform: translateX(50%);
    position: relative;
    top: 5px;
    right: 10px;
    margin-left: 8px;
}
#header > div #navigation #navigation_ul li a {
    font: 14px/28px 'IranSansMedium';
    color: var(--colorMenu);
}
#header > div #navigation #navigation_ul li.active {
    border-bottom: 1px solid #DD4242;
}
#header > div #navigation #navigation_ul li.active a {
    font: 14px/28px 'IranSansBold';
}
#header > div #navigation #navigation_ul li:hover {
    border-bottom: 1px solid #486699;
}
#header > div  #menu_icon {
    width: 40px;
    height: 50px;
    border: none;
    background-color: transparent;
    margin-top: 6px;
    background-image: url('/client/themes/fa/main/../image/menu_icon.svg');
    float: left;
}
#navigation_ul > li#home_nav a:before {
    background-image: url('/client/themes/fa/main/img/home_icon1.svg');
}
#navigation_ul > li#league_nav a:before {
    background-image: url('/client/themes/fa/main/img/ranking_icon1.svg');
}
#navigation_ul > li#league_table_nav a:before {
    background-image: url('/client/themes/fa/main/img/grid_icon1.svg');
}
#navigation_ul > li#games_program_nav a:before {
    background-image: url('/client/themes/fa/main/img/calendar_icon1.svg');
}
#navigation_ul > li#live_results_nav a:before {
    background-image: url('/client/themes/fa/main/img/video_square_icon.svg');
}
#searchForm{
    position: relative;
}
#searchForm{
    position: relative;
}
#searchForm{
    position: relative;
    width: 186px;
    height: 44px;
    margin: auto auto auto 0;
}
#searchForm #searchInput{
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: none;
    background-color: #F6F7F9;
    padding-right: 20px;
    font: 14px/28px 'IranSansDemiBold';
    color: #4D536B;
}
#searchForm #searchBtn{
    position: absolute;
    left:20px;
    top: 12px;
    width: 20px;
    height: 20px;
    background: transparent url('/client/themes/fa/main/img/searchIcon.svg');
    border: none;
    cursor: pointer;

}
/*header*/



/*footer*/
#footer {
    background-color: var(--white);
    height: 64px;
    margin-top: 16px;
}

#footer > div {
    display: flex;
    height: 100%;
    justify-content: space-between;
}
#footer .footer-content{
    display: flex;
}

#footer > div #footer_ul {
    display: flex;
    margin: 0 0 0 40px;
    padding: 0;
    border-right: 1px solid #F3F5F6;
}

#footer > div #footer_ul li {
    padding: 18px 12px;
    border-left: 1px solid #F3F5F6;
}

#footer > div #footer_ul li a {
    font: 12px/28px 'IranSansMedium';
    color: var(--colorMenu);

}

#footer > div #footer_ul li:hover {
    border-bottom: 1px solid #486699;
}

#footer > div p {
    padding: 6px 0;
    font: 12px/28px IranSansRegular;
    color: #7C8AA2;
}

#footer > div p > a {
    font: 12px/28px IranSansRegular;
    color: var(--colorMenu);
}

#footer > div p > a:hover {
    color: #dd4242;
}
.iransamaneh-name{
    display: flex;
    align-items: center;
    font: 12px/28px 'IranSansMedium';
    color: var(--colorMenu);
}
.iransamaneh-name > a{
    margin-right: 4px;
    color: #374f76;
}
.iransamaneh-name > a:hover{
    color: red;
}

/*footer*/



/*news alert*/
.news-alert {
    position: fixed;
    bottom: 152px;
    right: -580px;
    width: 360px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    border-radius: 8px;
    transition: right 0.5s ease;
    z-index: 9999;
    padding-right: 10px;
}
.news-alert-link{
    display: flex;
}
.news-alert-link img{
    border-radius: 8px 0 0 8px;
}
#close-news-alert{
    position: absolute;
    left: -4px;
    top: -16px;
    background: transparent;
    color: red;
    font-size: 45px;
    border: none;
    cursor: pointer;
}
.news-alert h2{
    font: 14px/28px 'IranSansBold';
    color: black;
}
.news-alert.active {
    right: 5px;
}
.pr16{
    padding-right: 16px;
}
.pl16{
    padding-left: 16px;
}
.pl8{
    padding-left: 8px;
}
.pr8{
    padding-right: 8px;
}
/*news alert*/


/*last news*/
.lNewsCnt{
    box-shadow: 0 4px 8px rgba(0, 0, 0, .04);
    border-radius: 8px;
    padding: 16px;
    background-color: var(--section-bg);
}
.lNewsCnt .lNewsItem:before{
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: middle;
}
.lNewsCnt .lNewsItem.news-type:before{
    background-image: url('/client/themes/fa/main/img/news-type.svg');
}
.lNewsCnt .lNewsItem.video-type:before{
    background-image: url('/client/themes/fa/main/img/video-type.svg');
}
.lNewsCnt .section_header{
    margin-bottom: 8px;
    border-bottom: 1px solid var(--borderColer);
    padding: 0 8px 8px;
}
.lNewsCnt .lNewsItem{
    margin-bottom: 8px;
}
.lNewsCnt .title{
    font: 12px/28px 'IranSansBold';
    color: var(--titleColer);
}
.lNewsCnt.mNewsCnt .lNewsItem::before{
    display: none;
}
.mostVisitedParet{
    border-bottom: 1px solid #CBCBCB;
    margin-bottom: 12px;
}
.mostVisited{
    display: flex;
    padding-left: 10px;
}
.mostVisited .title{
    font: 13px/28px 'IranSansBold';
}
.numberMost{
    font: 20px/28px IranSansRegular;
    color: #dd4242;
    margin-left: 5px;
}
.mPageNews{
    margin-bottom: 12px;
}
.mPageNews .mostVisitedParet{
    border-bottom: 1px solid #CBCBCB !important;
}
.mPageNews .mostVisitedParet:last-child{
    border-bottom: none !important;
}
/*last news*/
@media screen and (min-width: 768px){
    #navigation_mobile{
        display: none;
    }
}
@media screen and (max-width: 1199px){
    #navigation_ul li{
        padding: 18px 10px !important;
    }
    #header > div #logo{
        margin-left: 20px;
    }
    #searchForm{
        width: 160px;
    }
}
@media screen and (max-width: 991px){
    .p-right{
        padding-left: 0;
    }
    .p-left{
        padding-right: 0;
    }
    .iransamaneh-name{
        display: none;
    }
    .list_news{
        grid-template-columns: repeat(3, 1fr) !important;
    }
    #navigation_ul > li a::before {
        display: none;
    }
    #searchForm{
        width: 20px;
    }
    #searchInput{
        display: none;
    }
    #searchForm #searchBtn{
        left: 0;
    }
    .mNewsCnt{
        margin-bottom: 12px;
    }
    .pr16,.pl16,.pl8,.pr8,.PlayerSTP{
        padding: 0 !important;
    }
    .SingleNews{
        margin-bottom: 12px;
        padding: 0 !important;
    }
    .Destination{
        padding: 0 !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    #header > div {
        padding: 0;
    }
    #header > div #navigation #navigation_ul {
        padding: 0;
    }
    #header > div #navigation #navigation_ul li a{
        font: 12px/24px 'IranSansMedium';
    }
    #header > div #navigation #navigation_ul li:active a{
        font: 12px/24px 'IranSansBold';
    }
}
@media screen and (max-width: 767px){
    #header > div {
        padding: 0;
    }
    #header > div #logo{
        margin-left: 0;
    }
    #header > div #navigation #navigation_ul {
        padding: 0;
    }
    #header > div #logo{
        display: block;
        margin: 0 12px 0 0;
    }
    #header > div #navigation{
        display: none;
    }

    #navigation_mobile{
        position: fixed;
        z-index: 9;
        bottom: 0;
        background-color: var(--white);
        -webkit-box-shadow: 0px 2px 12px 0px rgba(226, 229, 233, 0.7);
        -moz-box-shadow: 0px 2px 12px 0px rgba(226, 229, 233, 0.7);
        box-shadow: 0px 2px 12px 0px rgba(226, 229, 233, 0.7);
        width: 100%;
    }
    #navigation_ul_mobile{
        display: flex;
        justify-content: space-between;
        padding: 0;
        margin: 0;
        height: 64px;
    }
    #navigation_ul_mobile > li{
        text-align: center;
        width: 21%;
    }
    #navigation_ul_mobile > li#home_nav_mobile{
        width: 14%;
    }
    #navigation_ul_mobile > li#league_table_nav_mobile{
        width: 22%;
    }
    #navigation_ul_mobile > li#games_program_nav_mobile{
        width: 22%;
    }
    #navigation_ul_mobile > li a{
        font: 12px / 24px 'IranSansMedium';
        color: var(--colorMenu);
        display: inline-block;
        height: 100%;
        width: 100%;
        position: relative;
        padding-top: 32px;
    }
    #navigation_ul_mobile > li:last-child{
        border-left: 1px solid transparent;
    }
    #navigation_ul_mobile > li a:before{
        content: '';
        width: 20px;
        height: 20px;
        display: inline-block;
        position: absolute;
        top: 12px;
        right: 50%;
        transform: translateX(50%);
    }
    #navigation_ul_mobile > li#home_nav_mobile a:before {
        background-image: url('/client/themes/fa/main/img/home_icon1.svg');
    }
    #navigation_ul_mobile > li#league_nav_mobile a:before {
        background-image: url('/client/themes/fa/main/img/ranking_icon1.svg');
    }
    #navigation_ul_mobile > li#league_table_nav_mobile a:before {
        background-image: url('/client/themes/fa/main/img/grid_icon1.svg');
    }
    #navigation_ul_mobile > li#games_program_nav_mobile a:before {
        background-image: url('/client/themes/fa/main/img/calendar_icon1.svg');
    }
    #navigation_ul_mobile > li#live_results_nav_mobile a:before {
        background-image: url('/client/themes/fa/main/img/video_square_icon.svg');
    }
    .container{
        padding: 0 10px;
    }
    #footer{
        height: 128px;
    }
    #footer > div{
        flex-direction: column;
    }
    #footer > div p{
        text-align: center;
    }
    #footer > div #footer_ul{
        margin: 0;
        justify-content: center;
    }
    #footer > div #footer_ul li:last-child{
        border-left: 0;
    }

}

@media screen and (max-width: 575px){
    #header{
        padding: 0;
    }
    #footer .footer-content{
        flex-direction: column;
    }
    .Summary_game_section_prev,.Summary_game_section_next{
        display: none;
    }
    #header #logo{
        height: 53px !important;
        margin: 0 10px 0 0;
    }
    #header #logo .logo_text{
        height: 30px;
        width: 104px;
    }
    #header #logo .logo_img{
        height: 50px;
        width: 75px;
    }
    #searchForm{
        margin-left: 12px;
    }

    .news-alert-link img{
        width: 160px;
        height: auto;
    }
    .news-alert h2{
        font: 12px/28px 'IranSansBold';
        color: black;
    }
    .news-alert {
        width: 95%;
    }
}