/*
Author URI:      https://themesx.com
*/
@font-face {
	font-family: "Droid Arabic Kufi";
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot);
	src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot?#iefix)
		format("embedded-opentype"),
	  url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff2)
		format("woff2"),
	  url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff)
		format("woff"),
	  url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.ttf)
		format("truetype");
		font-display:swap
  }
  @font-face {
	font-family: "Droid Arabic Kufi";
	font-style: normal;
	font-weight: 700;
	src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.eot);
	src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.eot?#iefix)
		format("embedded-opentype"),
	  url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.woff2)
		format("woff2"),
	  url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.woff)
		format("woff"),
	  url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.ttf)
		format("truetype");
		font-display:swap
  }
  .ThemexSportFixture {
    overflow: hidden;
    position: relative;
    padding: 0;
    box-sizing: border-box;
    font-family: Droid Arabic Kufi;
    border: 1px solid #dddfe2;
    background: #fff;
    width: 100%;
  }
  .ThemexSportFixture.AF_AsCover {
	background: transparent;
	box-shadow: none;
	padding: 0 !important;
	margin: 0 0 17px;
	border: 0;
  }
  .ThemexSportFixture.AF_AsCover .AF_EvItem.single {
	background: #f8f8f8;
  }
  .ThemexSportFixture * {
	box-sizing: border-box;
  }
  .ThemexSportFixture .AF_Title {
    height: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0 15px;
    background: #f9f9f9;
    margin: 0;
  }
  .ThemexSportFixture .AF_Title .title {
	margin: 0;
	padding: 0;
	font-weight: 700;
	flex: 1;
	font-size: 18px;
	line-height: 1;
	font-family: Droid Arabic Kufi;
  }
  .ThemexSportFixture .AF_Title .title:before,
  .ThemexSportFixture .AF_Title .after:before {
	display: none;
  }
  .single-alba-matches #content > div > div > div > section:nth-child(2) {
    display: none;
}
  .ThemexSportFixture .AF_Title select {
    height: 30px;
    min-width: 145px;
    padding-right: 10px;
    border-radius: 80px;
    background: #e2e8f066;
    border: 0;
    font-family: Droid Arabic Kufi;
    color: #1e73be;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
}
  .ThemexSportFixture .AF_Filters {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: #fff;
  }
  .ThemexSportFixture .tablinks {
    text-align: center;
    background: #e2e8f0;
    padding: 0 10px;
    transition: 0.2s;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    height: 40px;
    display: flex;
    border: 1px solid #e0e0e0;
    font-family: "Droid Arabic Kufi";
    font-weight: 700;
    color: #385898;
    width: 32%;
    border-radius: 0.3rem;
  }
  .ThemexSportFixture .AF_Contents {
    padding: 0 10px 10px;
    overflow: hidden;
    background: #f3f5f9;
    padding-top: 15px;
  }
  .ThemexSportFixture .tablinks.active {
	background: #df1818;
	color: #fff;
  }
  .ThemexSportFixture .AF_TabCon {
	display: none;
  }
  .ThemexSportFixture #today {
	display: block;
  }
  .ThemexSportFixture .AF_NoData {
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
  }

  
  .ThemexSportFixture .AF_Msg {
	color: #b4b4b4;
	font-weight: 700;
	font-size: 14px;
  }
  .ThemexSportFixture .AF_EvItem {
    display: flex;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 2px 0 rgb(48 48 48 / 10%), 0 4px 4px 0 rgb(48 48 48 / 10%);
    padding: 10px 10px;
    margin-bottom: 10px;
    position: relative;
    flex-direction: column;
    justify-content: center;
  }
  .ThemexSportFixture .AF_EvLink {
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
  }

  
  .ThemexSportFixture .AF_EventMask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	z-index: 8;
  }
  .ThemexSportFixture .AF_MaskInner {
    justify-content: center;
    align-items: center;
    height: 100%;
    background: #0f172a80;
    display: flex;
    border-radius: 6px;
  }
  .ThemexSportFixture .AF_MaskText {
    margin-top: 0;
    background-color: gray;
    color: #fff;
    padding: 5px 30px !important;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    z-index: 555;
    font-family: Droid Arabic Kufi;
    font-weight: 700;
    border-radius: 0.3em;
  }
  .ThemexSportFixture .AF_EvItem:hover .AF_EventMask {
	display: block;
  }
  .ThemexSportFixture .AF_EvItem:not(.single):hover .AF_inner,
  .ThemexSportFixture .AF_EvItem:not(.single):hover .AF_Footer {
	-webkit-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg"><filter id="blur"><feGaussianBlur stdDeviation="1" /></filter></svg>#blur');
  }
  .ThemexSportFixture .AF_inner {
	margin: 0;
	width: 100%;
	padding: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .ThemexSportFixture .red {
	background-color: #e00025 !important;
  }
  .ThemexSportFixture .AF_Team {
	position: relative;
	width: 25%;
	display: inline-flex;
	text-align: center;
	flex: 0 0 25%;
	justify-content: center;
  }
  .ThemexSportFixture .AF_Team .team {
	height: 100px;
	display: block;
	font-family: Droid Arabic Kufi;
  }
  .ThemexSportFixture .AF_TeamLogo {
	text-align: center;
	width: 100%;
	height: 70px;
	display: block;
	position: relative;
  }
  .ThemexSportFixture .AF_TeamLogo img {
	max-width: 55px !important;
	max-height: 55px;
	width: auto;
	height: auto !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 0 !important;
	padding: 0 !important;
	margin: 0 -50px 0 auto !important;
  }
  .ThemexSportFixture .AF_TeamName {
	display: block;
	font-size: 16px;
	width: 100%;
	margin: 0;
	color: #0277bd;
	text-align: center;
	font-weight: 700;
	line-height: 1;
	font-family: Droid Arabic Kufi;
  }
  .ThemexSportFixture .AF_Data {
	text-align: center;
	width: 50%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding: 0 10px;
	height: 100%;
	flex: 0 0 50% !important;
  }
  .ThemexSportFixture .AF_Data .AF_EvTime {
	text-align: center;
	letter-spacing: -2px;
	font-family: arial;
	direction: ltr;
	font-size: 30px;
	color: #4d4f58;
	font-weight: 700;
	padding: 0;
	margin: 0;
	line-height: 1.1;
  }
  .ThemexSportFixture .match-data .city {
	font-size: 11px;
	padding: 0;
	font-weight: 400;
	color: #d93131;
	margin: 0;
	font-family: "Droid Arabic Kufi";
  }
  .ThemexSportFixture .AF_EvStat .status {
	margin: 0;
	display: flex;
	flex-direction: column;
  }
  .ThemexSportFixture .AF_EventResult {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .ThemexSportFixture .result {
	color: #0277bd;
	font-size: 35px;
	font-family: arial;
	display: inline-block;
	position: relative;
	line-height: 1;
	font-weight: 700;
  }
  .ThemexSportFixture .match-data {
	flex: 1;
  }
  .ThemexSportFixture .AF_EvStat .status .AF_StaText {
    color: #fff;
    padding: 0 10px 1px;
    border-radius: 80px;
    background: #222222;
    font-weight: 700;
    line-height: 19px;
    display: inline-block;
    font-size: 12px;
    margin: 0 auto !important;
  }
  .AF_EvItem.finished .AF_StaText,.ThemexSportFixture .AF_EvStat .status .ended {
	background: #000;
  }
  .ThemexSportFixture .gools .AF_EvStat .status .AF_StaText,
  .AF_MaskText.orange {
	background: #ffa007;
  }
	.ThemexSportFixture .AF_EvStat.live .AF_EvStat .AF_StaText,
  .ThemexSportFixture .AF_EvStat .status .live {
	background: #e00025;
  }

  
  .AF_EvItem.soon .status .AF_Timer, .ThemexSportFixture .AF_EvItem.soon .AF_MaskText,
  .ThemexSportFixture .AF_EvStat .status .comming-soon {
	background: #35bd53;
  }

  .ThemexSportFixture .dark {
	background: gray;
	color: #fff;
  }
  .AF_Footer {
	border-top: 1px solid #e1e1e1;
	margin-top: 6px;
	text-align: center;
	padding: 6px 0 7px;
	width: 100%;
	margin-bottom: -8px;
  }
  .AF_EvInfo {
	display: flex;
	align-items: center;
  }
  .ThemexSportFixture .AF_EvInfo span {
	width: 33.33333333%;
	font-size: 0.7em;
	color: #2b2f47;
	text-align: center;
	padding: 0 3px;
	font-size: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
  }
.ThemexSportFixture.small div.AF_Contents {
    padding: 0 10px 5px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 10px;
}
  .ThemexSportFixture.small .AF_Data {
	height: 70px;
  }
  .ThemexSportFixture.small .result {
	font-size: 0.8em;
	font-weight: 700;
	padding: 5px;
	display: none;
  }
  .ThemexSportFixture.small .AF_Data {
	width: 33.33%;
	padding: 0;
  }
  .ThemexSportFixture.small .AF_Data .AF_EvTime {
	font-size: 0.8em;
	font-weight: 700;
  }
  .ThemexSportFixture.small .AF_Team {
	width: 33.33%;
  }
  .ThemexSportFixture.small .AF_Team .team {
	flex-direction: column;
	height: 70px;
  }
  .ThemexSportFixture.small .AF_STeam .AF_TeamLogo {
	order: 0;
  }
  .ThemexSportFixture.small .AF_TeamLogo {
	height: 50px;
  }
  .ThemexSportFixture.small .AF_TeamLogo img {
	max-width: 30px;
	max-height: 30px;
  }
  .ThemexSportFixture.small .AF_TeamName {
	font-size: 12px;
  }
  .ThemexSportFixture.small .AF_Footer {
	display: none;
  }
  .ThemexSportFixture.small .AF_Title select {
	min-width: auto;
  }
  .ThemexSportFixture.small .AF_Title .title {
	font-size: 14px;
  }
  .ThemexSportFixture.small .AF_Filters {
	margin: 8px 0;
	background: transparent;
	border: 0;
	padding: 0 10px;
	text-align: center;
	justify-content: space-between;
	height: auto;
	display: flex;
  }
  .ThemexSportFixture.small .AF_Filters .tablinks {
	padding: 0 10px;
	line-height: 19px;
	height: 32px;
	font-size: 11px;
  }
  .card-color {
    background-size: cover;
    background-position: 50% 100%;
    background-image: url(../img/stu.jpg);
  }
  .ThemexSportCard {
	font-family: Droid Arabic Kufi;
	width: 100%;
	position: relative;
	margin-bottom: 40px;
    background-color: #0f172a80;
  }
  .ThemexSportCard a {
	font-family: Droid Arabic Kufi;
  }
  .ThemexSportCard .AC_Inner {
	display: flex;
	position: relative;
	width: 100%;
  }
  .ThemexSportCard .AC_Data,
  .AC_FTeam {
	margin-top: 22px;
	text-align: center;
	flex-basis: 33.3%;
	position: relative;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  }
  .ThemexSportCard .AC_TeamImg {
	margin: 0 auto;
	width: 100px;
	display: block;
	max-height: 120px;
  }
  .ThemexSportCard .AC_TeamImg img {
	max-height: 100%;
	max-width: 100%;
	object-fit: cover;
  }
  .ThemexSportCard .AC_TeamTitle {
	width: 100%;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-shadow: -1px 0 1px rgba(35, 31, 32, 0.75);
	margin: 5px 0;
	display: block;
  }
  .AC_Result .text-center {
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .ThemexSportCard .AC_MDay {
	color: #fff;
	font-size: 13px;
	padding-top: 1px;
	height: 23px;
  }
  .ThemexSportCard .AC_Winner {
	opacity: 1;
  }
  .ThemexSportCard .match-details__looser {
	opacity: 0.4;
  }
  .ThemexSportCard .AC_Score {
	font-family: Tahoma;
	color: #fff;
	font-size: 80px;
	font-weight: 700;
	margin: 0 20px;
  }
  .ThemexSportCard .AC_Separator {
	display: inline-block;
	font-size: 70px;
	font-weight: 700;
	color: #fff;
	vertical-align: text-bottom;
	font-family: sans-serif;
	line-height: 90px;
  }
  .ThemexSportCard .uppergraph-AF_EvStat {
	display: inline-block;
	color: #fff;
	border-radius: 33px;
	background-color: rgba(0, 0, 0, 0.45);
	font-size: 14px;
	text-shadow: -1px 0 1px rgba(35, 31, 32, 0.75);
	padding: 4px 18px 2px;
  }
  .ThemexSportCard .AC_Info {
	width: 85%;
	border-radius: 3px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	background: #fff;
	position: relative;
	top: 18px;
	padding: 0 15px;
	box-shadow: 0 0 2px #808080;
	line-height: 1.5;
	height: 40px;
  }
  .ThemexSportCard .AC_Info span {
	font-size: 11px;
	color: #3a556a;
	display: inline-flex;
	align-items: center;
	flex: 0 0 33.33%;
	justify-content: center;
  }
  .ThemexSportFixture .AF_EvInfo .themexicon,
  .ThemexSportCard .themexicon {
	display: inline-block;
	width: 16px;
	height: 17px;
	margin-right: 6px;
	background-repeat: no-repeat;
	position: relative;
	top: 1px;
  }
  .rtl .ThemexSportFixture .AF_EvInfo .themexicon,
  .rtl .ThemexSportCard .themexicon {
	margin-left: 6px;
	margin-right: 0;
  }
  .ThemexSportFixture .AF_EvInfo .themexicon.microphone,
  .ThemexSportCard .themexicon.microphone {
	background-image: url(../img/com.svg);
	background-size: 100%;
  }
  .ThemexSportFixture .AF_EvInfo .themexicon.television,
  .ThemexSportCard .themexicon.television {
	background-image: url(../img/tv.svg);
	background-size: 100%;
  }
  .ThemexSportFixture .AF_EvInfo .themexicon.cup,
  .ThemexSportCard .themexicon.cup {
	background-image: url(../img/champ.svg);
	background-size: 100%;
  }
  .ThemexSportFixture .AF_EvInfo .themexicon.microphone,
  .ThemexSportCard .themexicon.microphone {
	background-size: 11px !important;
	height: 21px;
	position: relative;
	top: 3px;
  }
  .server-name {
	display: flex;
	border-radius: 3px;
	margin-bottom: 0;
	margin-top: 8px;
	width: 100%;
	clear: both;
	position: relative;
	overflow: hidden;
  }
  .server-name a {
	margin-bottom: 3px;
	display: inline-flex;
	position: relative;
	cursor: pointer;
	border: 0;
	font-size: 13px;
	font-weight: 700;
	float: right;
	margin-left: 3px;
	background: #ececec;
	z-index: 3;
	top: auto;
	color: #150f0f !important;
	border-radius: 2px;
	height: 32px;
	padding-right: 38px;
	line-height: 16px;
	overflow: hidden;
	align-items: center;
	padding-top: 0;
	padding-left: 20px;
  }
  .server-name a::before {
	content: "";
	color: #fff;
	text-align: center;
	position: absolute;
	right: 0;
	background-color: #444;
	height: 33px;
	top: 0;
	width: 30px;
	line-height: 32px;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url(../img/play.svg);
	background-size: 18px;
	background-position: center;
  }
  .server-name a.active,
  .server-name a:hover {
	background: #e00025;
	transition: 0.3s all cubi;
	color: #fff !important;
  }
  .embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
  }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
  }
  .embed-responsive-16by9 {
	padding-bottom: 56.25%;
  }
  .server-body {
	margin-bottom: 11px;
  }
  .server-body iframe {
	max-width: 100%;
  }
  .themex-ajaxLoad {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
	margin: auto;
	display: none;
  }
  .themex-ajaxLoad div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	margin: 8px;
	border: 2px solid;
	border-radius: 50%;
	animation: themex-ajaxLoad 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	-webkit-animation: themex-ajaxLoad 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #888 transparent transparent transparent;
  }
  .themex-ajaxLoad div:nth-child(1) {
	-webkit-animation-delay: -0.45s;
	animation-delay: -0.45s;
  }
  .themex-ajaxLoad div:nth-child(2) {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
  }
  .themex-ajaxLoad div:nth-child(3) {
	-webkit-animation-delay: -0.15s;
	animation-delay: -0.15s;
  }
  @-webkit-keyframes themex-ajaxLoad {
	0% {
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @keyframes themex-ajaxLoad {
	0% {
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @media screen and (max-width: 860px) {
	.AC_Score {
	  font-size: 70px;
	  margin: 0 15px;
	}
  }
  @media screen and (max-width: 769px) {
	.ThemexSportCard .AC_Score {
	  font-size: 62px;
	  margin: 0;
	  padding: 0 6px;
	}
	.ThemexSportCard .AC_Separator {
	  font-size: 56px;
	  line-height: 80px;
	}
  }
  .ThemexSportFixture.dark_style {
	background: #19232d;
	border-color: rgba(238, 238, 238, 0.03);
	color: #eee;
  }
  .ThemexSportFixture.dark_style .AF_Title {
	background: rgba(255, 255, 255, 0.03);
	border-color: rgba(255, 255, 255, 0.03);
	color: #fff;
  }
  .ThemexSportFixture.dark_style #change_timezone {
	background: #202a34;
	color: #fff;
  }
  .ThemexSportFixture.dark_style .AF_Filters .tablinks,
  .ThemexSportFixture.dark_style .AF_EvItem {
	background: rgba(255, 255, 255, 0.03);
	border-color: rgba(255, 255, 255, 0.03);
	color: #fff;
  }
  .ThemexSportFixture.dark_style .AF_Filters .tablinks.active {
	background: #df1818;
	color: #fff;
  }
  .ThemexSportFixture.dark_style .AF_Footer {
	border-color: #19232d;
  }
  .ThemexSportFixture.dark_style .AF_EvInfo span {
	color: #ddd;
  }
  .ThemexSportFixture.dark_style .AF_inner * {
	color: #eee;
  }
  .ThemexSportFixture.dark_style .tab.AF_Filters , .ThemexSportFixture.dark_style .AF_Contents {
    background: #0000;
}
  @media screen and (max-width: 640px) {
	.ThemexSportCard {
	  margin: 0 -10px 45px;
	  width: auto;
	}
	.ThemexSportFixture .AF_Contents {
    padding: 0 5px 2px;
    overflow: hidden;
    padding-top: 10px;
	}
	.ThemexSportFixture .AF_Filters {
	  display: flex;
	  justify-content: space-between;
	  padding: 8px 5px;
	}
	.ThemexSportFixture .AF_Filters .tablinks {
	  font-size: 12px;
	  height: 33px;
	  line-height: 33px;
	  padding: 0 5px;
	}
	.ThemexSportCard .AC_TeamImg {
	  margin: 0 auto;
	  width: 80px;
	}
	.ThemexSportCard .AC_TeamImg img {
	  height: auto;
	  max-width: 62px;
	}
	.ThemexSportCard .AC_TeamTitle {
	  margin-top: 5px;
	  font-size: 15px;
	  margin: 0;
	}
	.ThemexSportCard .AC_Score {
	  font-size: 38px;
	}
	.ThemexSportCard .AC_Separator {
	  font-size: 37px;
	  line-height: 56px;
	}
	.ThemexSportCard .AC_MDay {
	  color: #fff;
	  font-size: 13px;
	  padding-top: 2px;
	  height: 23px;
	}
	.ThemexSportCard .AC_Info {
	  width: 95%;
	  border-radius: 5px;
	  margin: 0 auto;
	  top: 25px;
	  padding: 0 10px;
	  height: 35px;
	}
	.ThemexSportCard .AC_Info span {
	  font-size: 10px;
	}
	.ThemexSportFixture .AF_Team .team,
	.ThemexSportFixture .AF_Data {
	  height: 80px;
	}
	.ThemexSportFixture .AF_TeamLogo {
	  height: 50px;
	}
	.ThemexSportFixture .AF_TeamLogo img {
	  max-width: 35px !important;
	  max-height: 35px;
	}
	.ThemexSportFixture .AF_TeamName {
	  font-size: 0.7em;
	}
	.ThemexSportFixture .AF_Data .AF_EvTime {
	  font-size: 1.5em;
	}
	.ThemexSportFixture .AF_EvStat .status .AF_Timer {
	  font-size: 9px;
	}
	.ThemexSportFixture .AF_EvInfo span.mic {
	  display: none;
	}
	.ThemexSportFixture .AF_EvInfo span {
	  font-size: 10px !important;
	  line-height: 1.5;
	  padding: 0 5px;
	  width: 50%;
	}
	.ThemexSportFixture .event_status_inner_coming {
	  width: 65px;
	  padding: 2px 5px 3px;
	  font-size: 12px;
	  font-weight: 700;
	  margin: auto 10px;
	}
  }
  @media screen and (max-width: 480px) {
	.ThemexSportCard .AC_Commenter {
	  display: none !important;
	}
	.ThemexSportFixture .AF_Title select {
	  min-width: 120px;
	}
	.ThemexSportFixture .AF_Title .title {
	  font-size: 14px;
	}
	.ThemexSportFixture .AF_Team {
	  width: 22%;
	}
	.ThemexSportFixture .AF_Data {
	  width: 56%;
	}
	.ThemexSportFixture .result {
	  font-size: 27px;
	}
	.ThemexSportFixture .match-data {
	  padding: 0 6px;
	}
	.ThemexSportFixture .match-data .city {
	  font-size: 9px;
	}
	.ThemexSportFixture .AF_Data .AF_EvTime {
	  font-size: 1.2em;
	  margin-top: 2px;
	}
	.ThemexSportFixture .AF_EvStat .status .AF_Timer {
	  font-size: 8px;
	  padding: 0 5px 1px;
	}
	.ThemexSportFixture .AF_TeamName {
	  font-size: 10px;
	  width: 100%;
	  height: 29px;
	  line-height: 17px;
	  margin: 0;
	}
	.ThemexSportFixture .events-team_score {
	  font-size: 16px;
	  width: 38px;
	}
	.ThemexSportFixture .event_status_inner_coming {
	  width: 70px;
	  padding: 0 1px;
	  font-size: 10px;
	  background: transparent;
	  margin: 0;
	}
	.ThemexSportCard .AC_TeamImg {
	  margin: 0 auto;
	  width: 70px;
	}
	.ThemexSportCard .AC_TeamImg img {
	  height: auto;
	}
	.ThemexSportCard .AC_TeamTitle {
	  margin-top: 5px;
	  font-size: 15px;
	  margin: 0;
	}
	.ThemexSportCard .AC_Score {
	  font-size: 38px;
	}
	.ThemexSportCard .AC_Separator {
	  font-size: 37px;
	  line-height: 56px;
	}
	.ThemexSportCard .AC_MDay {
	  font-size: 10px;
	  padding: 3px 2px;
	  height: auto;
	  line-height: 11px;
	}
	.ThemexSportCard .AC_Info {
	  width: 95%;
	  border-radius: 5px;
	  margin: 0 auto;
	  top: 15px;
	  padding: 0 10px;
	}
	.ThemexSportCard .AC_Info img {
	  width: 14px;
	  height: auto;
	}
	.ThemexSportCard .AC_Info span {
	  font-size: 10px;
	}
	.ThemexSportCard .uppergraph-AF_EvStat {
	  padding: 0 10px 0;
	  font-size: 11px;
	}
  }
  .themexflex {
	width: 100%;
	display: flex;
	flex-direction: column;
  }
  .AF_EvItem.live,.AF_EvItem.live.finished {
	order: 1;
  }
  .AF_EvItem.soon {
	order: 2;
  }
  .AF_EvItem {
	order: 3;
  }
  .AF_EvItem.gools {
	order: 4;
  }
  .AF_EvItem.finished {
	order: 5;
  }
  .ASE3lan {
	text-align: center;
	clear: both;
  }
  .ASE3lan.top {
	margin-top: 6px;
	margin-bottom: -6px;
  }
  .AF_EvItem.live .AF_MaskText {
	background: #e00025 !important;
  }
  .AF_EvPenalty {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #6c757d !important;
	line-height: 1.2;
	margin-top: 4px;
  }
  .AF_PenResult {
	font-size: 15px;
	color: #0277bd;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #ccc;
	border-radius: 50px;
	overflow: hidden;
	line-height: 1.2;
  }
  .AF_PenResult span.score {
	padding: 0 10px;
	height: 18px;
	color: #666;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
  }
  .AF_PenResult span.name {
	font-size: 11px;
	margin: 0;
	font-weight: 400;
	padding-bottom: 1px;
	letter-spacing: -0.5px;
  }
  .ThemexSportCard .AC_Inner .AF_PenResult {
	background: #ffffffd1;
  }
  .ThemexMatchInfo {
	padding: 20px;
	background: #f7f7f7;
	margin: 15px 0;
	border-radius: 5px;
  }
  .ThemexMatchInfo h2 {
    display: inline-block;
    background: #fefefe;
    padding: 3px 30px;
    border-radius: 0.3em;
    box-shadow: 0 10px 20px 0 rgba(30, 30, 30, 0.07);
    font-weight: 700;
    color: #4d4d54;
    margin-bottom: 10px;
  }
  .ThemexMatchInfo ul {
	padding: 0 10px 0 20px;
  }
  .rtl .ThemexMatchInfo ul {
	padding: 0 20px 0 10px;
  }
  .ThemexMatchInfo i,
  .ThemexMatchInfo img {
	font-style: normal !important;
	width: 1em;
  }
  .ThemexMatchInfo li {
	display: block;
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: solid 1px #eee;
  }
  .ThemexMatchInfo li:last-of-type {
	margin-bottom: 0 !important;
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
  }
  .wrapper.clearfix.mb-4 .ThemexSportFixture {
	margin-bottom: 20px;
}