html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
*, *:before, *:after {
    box-sizing: inherit;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

body, html {
    padding: 0;
    width: 100%;
    direction: rtl;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
	margin: 0;
    padding: 0;
}
a:-webkit-any-link {
    color: #2962ff;
    color: -webkit-link;
    cursor: pointer;
    text-decoration: none;
}
svg:not(:root) {
    overflow: hidden;
}
:root {
    --bar-color-1: #623ce6;
    --bar-color-2: #623ce6;
    --bar-color-3: #623ce6;
    --bar-color-4: #623ce6;
    --bar-color-5: #623ce6;
    --bar-color-6: #623ce6;
    --bar-color-7: #623ce6;
	--color-text-primary: #1c2a38;
    --color-text-secondary: #8A8F98;
    --color-text-alert: #d72641;
    --color-text-icon: #dbdade;
    --color-bg-primary: #fff;
    --color-bg-secondary: #f3f5f9;
    --color-bg-alert: #fdeaec;
    --color-theme-primary: #623ce6;	
	--color-first: #65587f;
    --color-second: #f18867;
    --color-third: #e85f99;
    --color-forth: #50bda1;
    --block-width: 300px;
    --block-height: 270px;
    --border-width: .625rem;
    --border-radius-outer: 8px;
    --border-radius-inner: calc(var(--border-radius-outer) / 2);
    --font-plain: 'IBM Plex Sans', sans-serif;
    --font-special: 'Fredoka One', sans-serif;
    --red-flat-bg: #D2122E;
    --blue-flat-bg: #00308F;
    --blue-flat-bg-ticker: #2c3968;
    --red-flat-bg-category: #D2122E;
    --red-flat-text-category: #FFFFFF;
    --color-settings-color: #757575;
    --color-settings-bg: #f3f5f9;
    --color-settings-border: #dbdade;	
}
.icon-16 {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    fill: #a1a1a1;
}
div {
    display: block;
}
input:focus, textarea:focus, select:focus, div, a:active, a:focus, a {
    outline: none !important;
    border: none;
    -moz-outline-style: none;
    -webkit-tap-highlight-color: transparent !important;
}
img {
    border: 0;
}
img.lazy {
        opacity: 0;
      }
      img:not(.initial) {
        transition: opacity 0.2s;
      }
      img.initial,
      img.loaded,
      img.error {
        opacity: 1;
      }

      img:not([src]) {
        visibility: hidden;
      }

*, *:before, *:after {
    box-sizing: inherit;
}

.nomargin {
    margin: 0;
}
.noborder {
    border: 0;
}
ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
.index, .m-scene {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0;
	direction: rtl;

}
.section {
    width: 100%;
    position: relative;
    display: inline-block;
	border-top: 5px #f5f5f5 solid;
	margin-top:15px
}
#overlay {
    display: none;
    z-index: 6;
}
.header {
    background: #f0f0f0;
    width: 100%;
    height: 53px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 22%;
    background-color: white;
    box-shadow: 0px 0px 3px -1px black;
    position: fixed;
    top: 0px;
    display: inline-block;
    z-index: 6;
    margin: 0;
    padding: 0;
    transition: top 0.2s ease-in-out;
    background: #fff;
    border-bottom: 1px solid rgba(151,151,151,0.5);
    box-sizing: border-box;
    /* padding: 24px 24px 0 24px; */
    top: 0;
    width: 100%;
}
.menu-wrapper {
    float: right;
    width: 15%;
    margin-top: 12px;
    margin-right: 2%;
}
.weather-widget {
    float: left;
    width: 13.5%;
    margin-top: 12px;
    padding-right: 2%;
}
.weather-widget-inner {
    float: right;
    margin-right: 1%;
}
.redmail-icon {
    float: left;
    text-align: center;
    margin-top: 12px;
    border-left: 1px solid #8080804d;
    padding-left: 1%;
    width: 11%;
    line-height: 13px;
    color: black;
    text-decoration: none;
}
.head-icon {
    width: 32px;
    height: 32px;
}
.weather-widget small {
    float: left;
    font-size: 10px;
    position: absolute;
    left: 5px;
    color: #000;
}
.main-logo-icon {
    text-align: center;
    width: 52%;
    height: 50px;
    float: left;
}
.main-logo-icon-image {
    margin-top: 12px;
    height: 28px;
}
.main-logo-icon-image path {
	fill:var(--red-flat-bg);
}


.ticker-container {
	height: 38px;
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
	background-color: var(--blue-flat-bg-ticker);
	color: white;
	/*background-color: white;
	color: black;*/
	font-size: 1.1em;
	margin-top:14%
	
	
}
#ticker-wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	height: 800px;
	position: relative;
	transition: all 1500ms ease-in;
}

#ticker-wrapper li {
	display: block;
	height: 80px;
	width: 100%;
	margin-bottom: 0.3em;
	position: relative;
}

#ticker-wrapper li:nth-child(even) {
	background: #f5f5f5;
}

#ticker-wrapper li figure {
	width: 80px;
	height: 80px;
	float: left;
	margin: 0;
	padding: 0;
}

#ticker-wrapper li figure img {
	display: block;
	width: 100%;
	height: 100%;
}

#ticker-wrapper li h3 {
	float: right;
	margin: 0;
	padding-top: 2em;
	padding-right: 0.5em;
	font-size: 1em;
}
.ticker-container .ticker-caption {
	height: 100%;
	width: 20%;
	background-color: #EC0B43;
	display: table;
	position: absolute;
	color: white;
	font-size: 0.8em;
	z-index: 1;
	float:right;
	display:none;
}
.ticker-container .ticker-caption p {
	height: inherit;
	width: inherit;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	font-size:15px
}
.ticker-container ul {
	list-style: none;
	padding: 0;
	height: auto;
	width:100%;
	float:right
}
.ticker-container ul div {
	overflow: hidden;
	position: absolute;
	z-index: 0;
	display: inline;
	width: 98%;
	left: 0;
	height: 100%;
	transition: 0.25s ease-in-out;
	font-size:15px
}
.ticker-container ul div.ticker-active {
	top: 3px;
}
.ticker-container ul div.not-active {
	top: 60px;
}
.ticker-container ul div.remove {
	top: -30px;
}
.ticker-container ul div li {
	padding: 5px 0;
}
.ticker-container ul div li a {
	color: #9ecae1;
	display:none
}
div.scrollmenu {
	float: left;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    background-color: #fff;
    height: auto;
    margin-top: 0px;
    position: relative;
    z-index: 1;
    overflow-y: hidden;
	margin-top:0px;
	display:inline-block;
	min-height:52px;
}

div.scrollmenu a {
	color: #757575;
    display: -webkit-inline-box;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 600;
    line-height: 48px;
    margin-right: 8px;
    padding: 0 8px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
	width:auto;
	padding-right:10px;
	padding-left:10px;

}
div.scrollmenu a.active{
    color: #c40002;
    border-bottom: 3px solid #c40002;
    top: 0px;
	padding-bottom:5px;
	font-weight: bold;

}
div.scrollmenu2 {
	float: left;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    height: auto;
    margin-top: 0px;
    position: relative;
    z-index: 1;
    overflow-y: hidden;
	margin-top:0px;
	display:inline-block;
	min-height:52px;
}

div.scrollmenu2 a {
	color: #757575;
    display: -webkit-inline-box;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 600;
    line-height: 48px;
    margin-right: 8px;
    padding: 0 8px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
	width:auto;
	padding-right:10px;
	padding-left:10px;

}

div.scrollmenu2 a.active_now {

	
	color: #018749;
    border-bottom: 2px solid #018749;
}


.block {
    width: 100%;
    float: left;
    height: auto;
    direction: rtl;
    text-align: right;
    color: black;
    text-decoration: none !important;
}
.top-story-wrapper {
    margin-bottom: 0px;
    margin-top: 16px;
}
.nomargin{
	margin:0;
}
.top-story-single {
    color: black;
    text-decoration: none;
    position: relative;
	display:block;
    top: 0px;
   position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    height: 0;
    overflow: hidden;
}
#top-story-image {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
	
}
#top-story-title {
    font-size: 5.6vw;
    margin-top: 0px;
    width: 94%;
    padding: 0 10px;
    display: inline-block;
    margin: 0 auto;
    text-align: right;
    margin-top: 9px;
	text-decoration:none;
	color:#000
}
#top-story-title a{

	text-decoration:none;
	color:#000
}
.top-story-date {
    width: 94%;
    padding: 0 10px;
    display: inline-block;
    margin: 0 auto;
    text-align: right;
    margin-top: 9px;
	color:#a1a1a1
}
.top-story-date span {
    float: right;
    padding-left: 6px;
}
.top-story-date a {
    padding-left: 6px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
	color:#2962ff
}
#top-story-subtitle {
    margin-top: 10px;
    width: 94%;
    padding: 0px 11px;
    font-size: 3.2vw;
    font-style: normal;
    font-variant: normal;
    line-height: 18.6px;
    margin-bottom: 4px;
    font-weight: normal;
    color: rgba(0,0,0,0.87);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 22px;
}
#top-story-subtitle a{
  text-decoration:none;
  color:#000;
  outline: none !important;
    border: none;
    -moz-outline-style: none;
    -webkit-tap-highlight-color: transparent !important;
    direction: rtl;
    cursor: pointer;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
	overflow:hidden;
  	-webkit-line-clamp:3

}
.hotnewsvideoIcon {
	width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 10px;
    margin-top: 80px;
    fill: #FFF;
}.hotnewsvideoIconsecoundry {
	width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 10px;
    margin-top: 80px;
	fill:#757575
}.clock {
	background:url(mobile_assets/icons/clock.png);
	width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    display: block;
    float: right;
	-webkit-tap-highlight-color: transparent !important;
	margin-top:1px;
	margin-left:6px;
}
 .mainstoryvideoIcon {
	width: 26px;
    height: 26px;
    fill: #fff;
    display: block;
    -webkit-tap-highlight-color: transparent !important;
    margin-left: 6px;
    margin-top: -30px;
    position: absolute;
    top: 200px;
    left: 6px;

}
.section .hotnews {
    width: 100%;
    display: inline-block;
    float: left;
}
.section .hotnews .hotnewspost {
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
}
.section .hotnews .hotnewspost a.imgarticle {

    float: right;
	display:block;
	position: relative;
    height: 0;
    overflow: hidden;
	width: 140px;
	height:100px
}
.section .hotnews .hotnewspost a img.article {
    width: 100%;
    position: absolute;
	top: 0;
    left: 0;
    border-left: 0px #fff solid;
}
.section .hotnews .hotnewspost .strip-text {
    float: right;
    width: 56%;
    margin-right: 11px;
    -webkit-line-clamp: 3;
    height: 100%;
	position:relative;
	min-height: 95px;
}
.section .hotnews .hotnewspost .strip-text a.stitle {
    float: right;
    outline: none !important;
    border: none;
    -moz-outline-style: none;
    -webkit-tap-highlight-color: transparent !important;
    direction: rtl;
    cursor: pointer;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    padding-bottom: 0px;
    margin-top: 13px;
    font-size: 4.3vw;
    font-weight: 700;
    width: 99%;
    max-height:70px;
    display: block;
    overflow: hidden;
    color: white;
    text-align: right;
    -webkit-line-clamp: 3;
}
.section .hotnews .hotnewspost .strip-text a.ssdata {
    float: right;
    outline: none !important;
    border: none;
    -moz-outline-style: none;
    -webkit-tap-highlight-color: transparent !important;
    direction: rtl;
    cursor: pointer;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    padding-bottom: 0px;
    font-size: 3.0vw;
    line-height: 20px;
    width: 93%;
    max-height: 70px;
    overflow: hidden;
    color: white;
    text-align: right;
    -webkit-line-clamp: 3;
}
.section .hotnews .hotnewspost:nth-child(1) {
    background: #ff0000;
	 background-color: var(--red-flat-bg);
}
.section .hotnews .hotnewspost:nth-child(2) {
    background: #000066;
	 background-color: var(--blue-flat-bg);
}
.section .hotnews .hotnewspost:nth-child(3) {
    background: #ff0000;
}
.section .hotnews .hotnewspost:nth-child(4) {
    background: #336699;
}
.section .hotnews .hotnewspost:nth-child(5) {
    background: #4d7fb0;
}
.section .secoundry .hotnewspost:nth-child(1) {
    background: #FFF;
}
.section .secoundry .hotnewspost:nth-child(2) {
    background: #f8f7f7;
}
.section .hotnews .hotnewspost:nth-child(3) {
    background: #ff0000;
}
.section .hotnews .hotnewspost:nth-child(4) {
    background: #336699;
}
.section .hotnews .hotnewspost:nth-child(5) {
    background: #4d7fb0;
}
.top-story-date-hotnews {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: right;
    margin-top: 2px;
    color: #f2f5fc;
    position: absolute;
    top: 80%;
    left: 0;
	font-size:11px
}
.head_result {
	width:100%;
	align-items: center;
	padding-top:52px;
	position:relative;
	display:inline-block;
	background:#f9f9f9;
    transition: top 0.2s ease-in-out;
    top: 0px;
	margin-bottom:10px;
	border-top:var(--color-settings-border) 1px solid;
	border-bottom:var(--color-settings-border) 1px solid;
	
}
.sport {
	background:#f5f4f3;
}
.sport.nav-down {
	background:#FFF;
	box-shadow: none;
}
.sport.nav-up {
	box-shadow: none;
	background:#FFF;

}
.sport.nav-down .article-icon-share, .article-icon-share-nagish{
	color:#FFF;
}
.sport .back-icon{
		color:#a5a5a5;

}
.sport.nav-up .back-icon {
	color:#ca2828
}
.head_result h1 {
	 font-weight: 500;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 32px;
	text-align:center;

}
.head_result h2 {
	 font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 22px;
	text-align:center;
	color:#9c9c9c
}
.head_result .result {
	WIDTH: 100%;
    display: inline-block;
    position: relative;
	margin-top:15px;
	    padding-bottom: 20px;
}
.head_result .result .block{
	WIDTH: 33%;
    display: flex;
    position: relative;
	float:left
}
.head_result .result .block .logoimage{
	width:60px;
	height:auto;
    display: inline-block;
    position: relative;
	margin: 0 auto
}
.head_result .result .block .team_name{
	width:100%;
	height:auto;
    display: inline-block;
    position: relative;
	margin: 0 auto;
	font-weight: 500;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 32px;
	text-align:center;
}.head_result .result .block .score{
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}
.head_result .result .block .logoimage img{
width:100%;
}
.head_result .result .block .score .top {
	font-size:25px;
}.head_result .result .block .score .match_events {
	color:#9c9c9c;
	
}
.head_result .tools {
	width:90%;
	margin:5%;
	border:1px #eee solid;
	border-radius:6px;
	background:#fbfbfb;
	display:none;
}







.section .hom_cat_bar .match-status {
	position: absolute;
    top: 14px;
    right: 11px;
	color:#2962ff;
	background:none;
  background-color: var(--red-flat-bg-category);
  color: var(--red-flat-text-category);}
.section .hom_cat_bar .match-status:before {
	content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: currentColor;
    border-radius: 50%;
    margin-left: 8px;
	
}
.section .hom_cat_bar .match-status-live {
  background-color: var(--color-bg-alert);
  color: var(--color-text-alert);
  padding: 8px 12px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  line-height: 1;
  margin-right: auto;
	width:auto;
    top: 14px;
    right: 11px;
	position:absolute
  }
.section .hom_cat_bar .match-status-live:before {
	content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: currentColor;
    border-radius: 50%;
    margin-left: 8px;
	
}
.section.sport_main_page .top-story-wrapper{
	margin-top:0
}
.section.sport_main_page {
	padding:0px 10px;
	border:0;
	margin-top:0px
}
.section.sport_main_page #top-story-image {
	/*border-radius:2px*/
}
.section.sport_main_page .hotnews .hotnewspost a img.article {
	/*border-radius:8px*/
}
.section.sport_main_page #top-story-title  {
	color:#3a3a3a;
	width:100%;
	margin-top:8px;
	font-size: 5.6vw;
	padding:5px 0px;
	font-weight:800
}
.section.sport_main_page .hotnews .hotnewspost .strip-text a.stitle {
	color:#3a3a3a;
	font-size: 4.6vw;
}
.section.sport_main_page .top-story-date span {
	color:#666;
}
.section.sport_main_page .top-story-date-hotnews {
	color:#a1a1a1;

}
.section.sport_main_page .top-story-single  {
	padding-bottom:64.28%
}
.section.sport_main_page .hotnews .hotnewspost a.imgarticle {
	padding-bottom:56.25%;
	display: block;
    top: 0px;
    position: relative;
    padding-bottom: 0%;
    height: 80px;
    overflow: hidden;
	width:100%;
}
.section.sport_main_page .hotnews .hotnewspost a.imgarticle img{
	width: 120px;
    position: absolute;
    top: 0;
    right: 0;
	height: auto;
	
	}.section.sport_main_page .hotnews .hotnewspost .strip-text{
	position: absolute;
    left: 10px;
    width: 58%;
	}
	.sport-home-head {
background-image: linear-gradient(90deg, #020024 0%, #090979 35%, #00d4ff 100%);
display:inline-block;
position:relative;
width:100%;
	}
.sportmenu {
    justify-items: center;
    overflow-x: auto;
    grid-auto-columns: max-content;
    padding-top: 0;
    -webkit-box-pack: center;
    justify-content: right;
    float: left;
    margin-left: 18%;
    padding-left: 35px;
    width: 60%;
}
.non_active {
	cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 17px;
    text-align: center;
    border-bottom: 0px solid #ddd;
    height: 100%;
    padding: 0 0px;
    margin-right: 9%;
    width: auto;
    float: right;
    padding: 8px;
	padding-left: 0px;
}
.non_active .icon {
    fill: var(--color-text-secondary);
    width: 20px;
    height: 20px;
}
.active .icon {
    fill: var(--red-flat-bg-category);	
	width:20px;
	height:20px;	
	
}
.sport_home_head {
	width:auto;
    margin-bottom: auto;
    font-weight: 400;
    font-size: 20px;
    color: #FFF;
	text-align:right;
	color:#000;
	margin-bottom:20px;
	 padding: 0 0px;
}

.active {
	
    fill: #20a46a;
	cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 17px;
    text-align: center;
    border-bottom: 3px solid var(--color-theme-primary);
    height: 100%;
    padding: 0 0px;
    width: auto;
    float: right;
}	
.active div, .non_active div {
	width:100%;
	font-size:12px;
	text-align:center;
	color:var(--color-text-secondary);
}
.active a div{
	color:var(--color-theme-primary);
}
.active a {
	color:#FFF;
}