@import url("https://fonts.googleapis.com/css?family=Tajawal:400,500&subset=arabic&display=swap");





.wpcf7-submit:focus,
button:active,
button:focus {
	outline: none!important
}

.fonthead {
	font-family: "Tajawal", tahoma
}

.fonthead2 {
	font-family: Tajawal, sans-serif, tahoma
}

.center {
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.left {
	float: left
}

.right {
	float: right
}

.bold {
	font-weight: 500
}

.cleared {
	clear: both
}

.notmobile {
	display: inherit
}

.itsmobile {
	display: none
}

.visibility {
	visibility: hidden
}

strong {
	font-weight: bold
}

.hidden {
	display: none;
	visibility: hidden
}

.overflow {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6)
}

.overflow_fixer {
	width: 100%;
	overflow: hidden
}

.ltr {
	direction: ltr;
	text-align: left
}

.animate * {
	-webkit-transition: all 100ms;
	transition: all 100ms
}

.title_lined {
	position: relative;
	text-align: center;
	color: #53576b;
	font-weight: 400
}

.title_lined:before {
	content: "";
	display: block;
	border-top: solid 2px #53576b;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	z-index: 0
}

.title_lined span {
	display: inline-block;
	background: #232323;
	padding: 0 10px;
	position: relative;
	z-index: 1
}

.t_lined_light {
	color: #f3f3f3
}

.t_lined_light:before {
	border-color: #f3f3f3
}

.highlighter {
	padding: 1px 4px 8px;
	background: #3c3c3c;
	color: #ffffff
}

.loader {
	margin: 0 7px 0 0;
	background: white;
	border-radius: 100%
}

.boxed_message {
	padding: 4px 8px;
	background: #2b2b2b;
	font-size: 0.9rem;
	border-right: 2px solid transparent;
	border-radius: 2px
}

.border_sucess {
	border-color: #ff604f
}

.border_error {
	border-color: #ff604f
}

.icon_this {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor
}

p .icon_this {
	vertical-align: top
}

.its_gold {
	color: #e9b373
}

::-moz-selection {
	background: #53576b;
	color: white
}

::selection {
	background: #53576b;
	color: white
}

::-moz-selection {
	background: #53576b;
	color: white
}

::-webkit-scrollbar {
	width: 8px
}

::-webkit-scrollbar-track {
	background: #333435
}

::-webkit-scrollbar-thumb {
	background: #53576b
}

::-webkit-scrollbar-thumb:hover {
	background: #48bab2
}

.badge_fix {
	line-height: inherit
}

input,
textarea {
	padding: 6px 14px;
	background: #ececec;
	font-family: "Tajawal", sans-serif, Arial;
	border-radius: 2px;
	border: 0
}

input,
select,
textarea {
	color: #f1f1f1
}

select {
	padding: 4px 18px;
	background: #ececec;
	border-radius: 4px;
	border: 0
}

.breadcrumb {
	margin-bottom: 0;
	background-color: #0f0f0f;
	font-size: 0.9rem;
	border-radius: 0.2rem
}

.alert-dark {
	background-color: #0f0f0f;
	border-color: #0f0f0f;
	font-size: 0.9rem;
	border-radius: 0.2rem;
	color: white
}

.tooltip {
	font-family: "Tajawal", tahoma
}


.section_separator .title {
	font-size: 1.1rem;
	font-weight: normal
}

.section_separator .title .icon_this {
	vertical-align: middle
}

#fav_comps button .icon_this {
	vertical-align: middle
}

.sorting_mode .competition_slide .sorting_indicator {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -9px;
	margin: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.4rem
}

.sorting_mode .competition_slide .sorting_indicator .icon_this {
	background: #e8e8e8;
	color: #737373;
	border-radius: 2px
}

.sorting_mode .competition_slide .fav_toggle {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important
}

#default_comps .competition_slide .fav_toggle {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important
}

.fav_toggle {
	color: rgba(255, 255, 255, 0.2);
	cursor: pointer;
	vertical-align: middle
}

.fav_toggle.active {
	color: #e9b373
}

.fav_toggle:not(.active):hover {
	color: #8a8a8a
}

.competition_slide .fav_toggle {
	position: absolute;
	top: 0;
	right: 0;
	padding: 3px 7px 3px 5px;
	background: #333333;
	font-size: 1rem;
	border-radius: 3px 0 0 3px
}

.competition_slide {
	margin: 0;
	padding: 0
}

.competition_slide .cover {
	position: relative;
	margin: 0;
	padding: 0;
	float: right;
	width: 100%;
	height: 73px;
	background-color: #191919;
	overflow: hidden
}

.competition_slide .cover .item_image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 12px 0;
	float: right;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 27%;
	height: 100%;
	background-color: #F5F5F5;
	text-align: center;
	border-left: 3px solid #F00
}

.competition_slide .cover .item_image img {
	height: 44px
}

.competition_slide .cover .item_title {
	position: relative;
	margin: 0;
	padding: 0;
	float: right;
	width: 73%;
	height: 100%;
	text-align: center
}

.competition_slide .cover .item_title .title {
	margin: 11px 0 5px;
	font-size: 1.1rem;
	text-align: center;
	color: #FFF;
	font-weight: 500
}

.competition_slide .cover .item_title .types_hint {
	text-align: center;
	font-size: 0.7rem;
	color: #b3b0b0
}

.competition_slide .cover .season_hint {
	padding: 4px 12px 0;
	background: rgba(206, 60, 60, 0.65);
	border-radius: 2px;
	font-size: 0.7rem;
	color: #cccccc!important
}

.competition_slide .cover .item_arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	top: 0;
	left: 18px;
	position: absolute;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 0.9rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.competition_slide .action {
	display: none;
	float: right;
	width: 100%;
	background-color: #333333
}

.competition_slide .action a {
	margin: 0;
	padding: 12px 0;
	float: right;
	width: 100%;
	font-size: 0.9rem;
	text-align: center;
	color: white;
	border-bottom: 2px solid #484948
}

.competition_slide .action a:focus,
.competition_slide .action a:hover {
	background-color: #484848
}

.competition_slide.opened .closed_indicator,
.competition_slide .opened_indicator {
	display: none
}

.competition_slide.opened .opened_indicator {
	display: block
}



.competition_slide.sortable-ghost .cover {
	background-color: #404040
}

.jdwel_hero {
	position: relative;
	float: right;
	width: 100%;
	background-color: #232323
}

.jdwel_hero .overflow {
	background-color: #324e77;
	-webkit-filter: blur(44px);
	filter: blur(44px);
	opacity: 0.7
}

.jdwel_hero .cover {
	position: relative
}

.jdwel_hero .comp_logo {
	padding: 7px 12px;
	height: 74px;
	background-color: #f3f3f3;
	border-radius: 0 0 7px 7px
}

.jdwel_hero .title {
	font-size: 1rem
}



#groups_cover,
.jdwel_frame,




.jdwel_frame .rank {
	padding-right: 4px;
	font-size: 1rem;
	font-weight: 500
}

.club-logo {
	width: 26px;
	height: auto
}

.team_logo {
	height: auto
}

#standings_frame {
	width: 100%
}

.standings_jdwel thead th {
	padding: 12px 4px 16px
}

.standings_jdwel tbody td {
	padding: 18px 4px
}

.standings_jdwel tbody .live_update td {
	padding: 12px 6px 13px
}

.standings_jdwel .rank {
	position: relative;
	padding-right: 6px!important;
	padding-left: 0
}

.standings_jdwel .rank .rank_guide {
	position: absolute;
	top: 0;
	right: 0;
	width: 2.5px;
	height: 100%;
	background-color: #2cb767
}

.standings_jdwel td.team_logo {
	vertical-align: initial
}

.standings_jdwel td.team {
	font-size: 0.7rem;
	text-align: right;
	font-weight: 500;
	white-space: nowrap
}

.standings_jdwel.starter td.team {
	white-space: unset
}

th.won {
	border-bottom: 2px solid #2cb767
}

th.draw {
	border-bottom: 2px solid #443bd0
}

th.lost {
	border-bottom: 2px solid #ff604f
}

td.pts {
	font-weight: 500
}

.border_right {
	border-right: solid;
	border-width: 3px;
	border-color: #dcdcdc
}



.peak_score {
	position: relative;
	display: inline-block;
	margin-top: 2px;
	padding: 3px 11px 2px 7px;
	background-color: #46484a;
	font-family: sans-serif, tahoma;
	font-size: 0.6rem;
	line-height: 100%;
	border-radius: 6px
}

.standings_jdwel .dot {
	position: absolute;
	right: 0;
	margin: 1px 4px 0 0;
	width: 4px;
	height: 4px
}

.peak_score.is_awayteam .live_awayscore,
.peak_score.is_hometeam .live_homescore {
	font-weight: 500
}

.peak_score.is_winner {
	background: #2cb767;
	color: white
}

.peak_score.is_loser {
	background: #ff604f;
	color: white
}

.peak_score.is_loser .dot,
.peak_score.is_winner .dot {
	background: white
}

.ranks_guide {
	background-color: #333435;
	border-radius: 4px
}

.ranks_guide .item {
	padding-right: 5px;
	border-right: 3.5px solid #2cb767;
	line-height: 100%
}

.ranks_guide .item span {
	font-size: 0.75rem;
	vertical-align: sub
}

.group_header {
	padding: 14px 0;
	background-color: #151515;
	text-align: center
}

.group_header .title {
	margin: 0;
	font-size: 1rem
}

.scorers_jdwel {
	font-size: 13px
}

.scorers_jdwel .photo {
	width: 18%
}

.scorers_jdwel .photo .cover {
	position: relative
}

.scorers_jdwel .player_photo {
	width: 79%;
	background: #191919;
	border-radius: 100%
}

.scorers_jdwel .badge.team {
	padding: 2px 6px;
	background: #191919
}

.badge.team .team_name {
	margin-right: 2px
}

.scorers_jdwel .team .club-logo {
	width: 19px
}

.scorers_jdwel .name .icon_this {
	background: #1d1b17;
	color: #f3ba03;
	font-size: 1.1rem;
	vertical-align: top;
	border-radius: 100%;
	padding: 2px
}

.goals_count span {
	display: inline-block;
	padding: 0;
	width: 30px;
	height: 30px;
	line-height: 37px;
	font-size: 1rem;
	font-weight: 700;
	background: #191919;
	color: #fff;
	border-radius: 50%
}

#matches_bar {
	margin: 0;
	padding: 0 0;
	float: right;
	width: 100%;
	background-color: #333435
}

#matches_bar .cover {
	padding: 0
}

#matches_toggle button {
	padding: 0.57rem 1rem;
	width: 100%;
	font-size: 0.9rem;
	text-align: right;
	font-weight: 500
}

#matches_toggle button .icon_this {
	vertical-align: middle
}

#matches_toggle button span {
	display: inline-block
}

#matches_bar #search_bar input {
	margin: 0;
	padding: 10px 12px;
	float: right;
	width: 100%;
	background: #333435;
	color: #f3f3f3;
	font-size: 0.88rem;
	border: 0
}

.settings_select {
	position: relative
}

.settings_select select {
	margin: 0;
	padding: 12px 15px 12px 30px;
	width: 100%;
	height: auto;
	background-color: #191919;
	border: 0;
	font-family: "Tajawal", tahoma;
	font-size: 0.88rem;
	color: white;
	text-align: center;
	-webkit-appearance: none;
	border-radius: 0
}

.settings_select:after,
.settings_select:before {
	position: absolute;
	color: #c5c7cc;
	pointer-events: none;
	z-index: 2
}

.settings_select:after {
	content: "";
	top: 50%;
	left: 15px;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='%23f1f1f1'%3E%3Ctitle%3Echevron-down%3C/title%3E%3Cpath d='M26.297 12.625l-11.594 11.578c-0.391 0.391-1.016 0.391-1.406 0l-11.594-11.578c-0.391-0.391-0.391-1.031 0-1.422l2.594-2.578c0.391-0.391 1.016-0.391 1.406 0l8.297 8.297 8.297-8.297c0.391-0.391 1.016-0.391 1.406 0l2.594 2.578c0.391 0.391 0.391 1.031 0 1.422z'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 12px;
	width: 12px;
	height: 12px;
	margin-top: -8px
}

.fixtures_header {
	position: relative;
	text-align: center
}

.fixtures_header .title {
	font-size: 1rem
}

#timezone_btn {
	top: 7.2px;
	right: 0;
	position: absolute;
	font-size: 0.8rem;
	padding: 0.35rem 0.7rem 0.15rem;
	border-radius: 7px 0 0 7px
}

#timezone_btn .icon_this {
	vertical-align: top
}

.matches_frame {
	background-color: #191919
}

.matches_frame ul {
	margin: 0;
	padding: 0
}

.matches_frame .single_match {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: 3px solid #232323;
	cursor: pointer
}

.matches_frame .single_match:last-child {
	border-bottom: 0
}

.matches_frame .single_match.opened,
.matches_frame .single_match:hover {
	background: #151515
}

.matches_frame .single_match.opened .match_tab {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important
}

.matches_frame .single_match .cell {
	padding: 15px 0
}

.matches_frame .single_match.live_match .cell,
.matches_frame .single_match.match_done .cell,
.matches_frame .single_match.timeforgame .cell {
	padding: 28px 0 18px
}

.matches_frame .single_match .team_logo {
	margin-bottom: 5px
}

.matches_frame .single_match .the_team {
	display: block;
	font-size: 1rem
}

.matches_frame .single_match .middle_column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.matches_frame .single_match .match_score {
	font-size: 1.5rem
}

.matches_frame .single_match .pen_score {
	display: inline-block;
	padding: 4px 12px 0px;
	font-size: 0.9rem;
	line-height: 100%;
	vertical-align: top;
	font-weight: 500;
	border: 2px solid #f1f1f1;
	border-radius: 10px;
	white-space: nowrap
}

.matches_frame .single_match .the_time {
	width: 100%;
	font-size: 0.77rem
}

.matches_frame .single_match .match_time .the_date {
	display: none
}

.matches_frame .single_match .the_otime {
	font-size: 0.7rem
}

.matches_frame .single_match .dot {
	display: inline-block;
	margin: 0 2px 1px 0;
	width: 7px;
	height: 7px;
	vertical-align: baseline
}

#jdwel_template .matchday_done {
	display: none
}

.matches_frame .single_match .match_status {
	top: -1px;
	right: 0;
	left: 0;
	position: absolute;
	margin: 0 auto;
	padding: 3px 0 0;
	width: 105px;
	background: #232323;
	font-size: 0.88rem;
	border-radius: 0 0 2px 2px
}

.match_status.postponed {
	border-top: 2px solid #f39c12
}

.dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #6ac9c1;
	vertical-align: middle;
	border-radius: 100%
}

.blink {
	-webkit-animation: blinker 1.5s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
	animation: blinker 1.5s cubic-bezier(0.5, 0, 1, 1) infinite alternate
}

@-webkit-keyframes blinker {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes blinker {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

.separator_header {
	padding: 16px 0;
	background-color: #232323;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.separator_header .title {
	line-height: 100%
}

.fixtures_stages {
	background-color: #414752
}

.fixtures_stages .title {
	font-size: 1.1rem
}

#jdwel_template .matches_list.matches_showall {
	display: block
}

#jdwel_template ul .matches_showall {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

#jdwel_template .nothing_scheduled .matches_frame .single_match,
#jdwel_template.season_over .matches_frame .single_match {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

#jdwel_template .nothing_scheduled .matches_frame .separator_header,
#jdwel_template .nothing_scheduled .matches_list,
#jdwel_template.season_over .matchday_done {
	display: inherit
}

#jdwel_template .nothing_scheduled #matches_toggle,
#jdwel_template.season_over #matches_toggle {
	display: none
}

.ignore_this {
	border-right: 4px solid #c5c5c5
}

.match_tab {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color:#fbf1f1 ;
	color: #170540
}

.match_tab .commentators {
	font-size: 0.9rem
}

.match_feed {
	width: 100%
}

.match_feed .teamfeed {
	padding: 0 8px;
	border-left: 1px solid #232323
}

.match_feed .teamfeed.awayteam {
	border-left: 0
}

.match_feed .item {
	position: relative;
	margin: 0 0 10px;
	padding: 3.5px 7px 0;
	font-size: 0.8rem;
	background: #c7cac7;
	border-radius: 4px;
	clear: both
}

.match_feed .teamfeed .item .icon {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.match_feed .hometeam .floater,
.match_feed .hometeam .item {
	float: left
}

.match_feed .awayteam .floater,
.match_feed .awayteam .item {
	float: right
}

.match_feed .hometeam .floater {
	margin-right: 5px
}

.match_feed .awayteam .floater {
	margin-left: 5px
}

.match_feed .minute {
	line-height: 150%
}

.match_feed .details {
	white-space: nowrap
}

.match_feed .item .extra {
	top: -8px;
	padding: 1px 7px;
	position: absolute;
	background: rgba(255, 255, 255, 0.88);
	font-size: 0.5rem;
	line-height: 100%;
	color: #000;
	white-space: nowrap
}

.match_feed .hometeam .item .extra {
	right: 0;
	border-radius: 2px 2px 0 4px
}

.match_feed .awayteam .item .extra {
	left: 0;
	border-radius: 2px 2px 4px 0
}

.match_feed .missed_pen .extra {
	border-radius: 2px!important
}

.match_feed .goals {
	background: #c7cac7
}

.match_feed .icon.goal .icon_this {
	font-size: 0.69rem;
	color: #151515
}

.match_feed .icon.goal .slash {
	position: absolute;
	left: 1.5px;
	top: -2px;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 100%;
	color: #ff604f
}

.match_feed .missed_pen .icon.goal .icon_this {
	color: #7b7b7b
}

.match_feed .card .icon {
	display: inline-block;
	width: 5px;
	height: 10px;
	border-radius: 1px
}

.match_feed .yellowcard {
	background: yellow
}

.match_feed .redcard {
	background: #e74c3c
}

.match_feed .pen_shootout {
	background: rgba(50, 107, 153, 0.1)
}

.match_feed .pen_shootout.scored {
	background: #1e496b
}

.match_feed .pen_shootout .icon.goal .icon_this {
	color: #f3f3f3
}

.match_feed .pen_shootout.missed .icon.goal .icon_this {
	color: #a9a9a9
}

.match_feed .player_in {
color: #0f2b19;
}

.match_feed .player_out {
	color: #bb4c40
}

.match_info .icon_this {
	vertical-align: top
}

#byday_nav {
	position: relative
}

#byday_nav li a {
	font-size: 1.2rem
}

#byday_nav li:first-child a:after {
	content: "";
	top: 25%;
	left: 0;
	position: absolute;
	width: 1px;
	margin-left: -2px;
	height: 40%;
	background: #545454;
	z-index: 999
}

#byday_nav li:first-child a.active:after,
#byday_nav li:first-child a:hover:after {
	width: 0
}

.byday_page .matchday_header .badge {
	display: none
}

.byday_page h1 {
	margin: 10px 0;
	padding: 0;
	width: 100%;
	text-align: center;
	font-size: 1.5rem
}

.byday_page .matches_frame .single_match .match_status {
	top: 0
}

.comp_separator .main {
	position: relative;
	background-color: #333435;
	color: white
}

.comp_separator .submenu {
	background-color: #252525
}

.comp_separator .comp_logo {
	margin: 0 4px 0 10px;
	float: right
}

.comp_separator .title {
	margin: 3px 0 0;
	padding: 0;
	float: right;
	font-size: 0.88rem;
	line-height: 26px;
	color: white
}

.comp_separator .switcher_goto li {
	float: right
}

.comp_separator .switcher_goto li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 13px 10px 10px;
	font-size: 0.8rem
}

.comp_separator .switcher_goto .icon_this.icon-list {
	font-size: 1rem
}

#jdwel_switcher {
	margin: 0;
	padding: 0;
	float: right;
	width: 100%;
	background-color: #0f0f0f
}

#jdwel_switcher .cover {
	margin: 0;
	padding: 0 0.4rem;
	float: right;
	width: 100%
}

ul#switcher_goto {
	margin: 0;
	padding: 0;
	list-style: none
}

#switcher_goto li {
	float: right
}

#switcher_goto li a {
	margin: 0;
	padding: 14px 8px 11px 10px;
	float: right;
	color: #f3f3f3;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap
}

#jdwel_switcher .dropdown-toggle,
#switcher_goto li a {
	font-size: 0.95rem
}

#jdwel_switcher #switcher_goto .active a,
#jdwel_switcher #switcher_goto li a:hover {
	border-bottom: 3px solid #48bab2
}

#jdwel_switcher .caret {
	margin-right: 4px!important;
	border-top-color: #e6e6e6
}

#jdwel_switcher .dropdown-menu {
	margin: 0;
	right: initial;
	left: 0;
	padding: 0;
	min-width: auto;
	text-align: center;
	border: 0
}

#jdwel_switcher .dropdown-toggle {
	margin: 8px 0 0;
	padding: 6px 8px;
	width: auto;
	background-color: #565656;
	color: white;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: Arial, Helvetica, sans-serif
}

#jdwel_switcher .dropdown-menu>li>a {
	display: inline-block;
	padding: 8px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.88rem;
	width: 100%
}

#jdwel_switcher .dropdown-menu>.active>a,
#jdwel_switcher .dropdown-menu>.active>a:focus,
#jdwel_switcher .dropdown-menu>.active>a:hover,
#jdwel_switcher .dropdown-menu>li>a:focus,
#jdwel_switcher .dropdown-menu>li>a:hover {
	background-color: #333435;
	font-weight: bold;
	color: white
}

.countdown>div {
	display: inline-block;
	margin: 0 4px;
	padding: 10px;
	background: #232323;
	border-radius: 3px
}

.countdown div .count {
	display: inline-block;
	padding: 6px 8px;
	background: #333435;
	font-family: sans-serif;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1;
	border-radius: 3px
}

.countdown .title {
	padding-top: 10px;
	font-size: 1rem;
	line-height: 1
}

#knockout-stage {
	position: relative;
	margin: 0 auto;
	padding: 17px 5px;
	height: auto;
	background-color: #232323;
	overflow: hidden;
	clear: both
}

#knockout-sheet {
	float: right;
	height: 100%;
	width: 100%
}

#final-sheet,
#qf-sheet,
#semifinal-sheet {
	padding: 0 2px
}

.knockout-box {
	display: inline-block;
	padding: 10px 0px;
	width: 100%;
	background: #353535;
	color: #FFF;
	border-radius: 5px
}

.knockout-box:hover {
	background: #1b1b1b
}

.knockout-date {
	margin: 0 6px;
	padding: 0;
	font-size: 0.65rem;
	font-weight: 500;
	text-align: center;
	border-bottom: 1px solid #4c4c4c
}

.knockout_team {
	margin: 7px 4px 4px;
	font-size: 0.6rem;
	font-family: "Tajawal", tahoma
}

.logo-knockout {
	margin: 2px 0 0 5px;
	width: 20px;
	height: 14px;
	vertical-align: top
}

#knockout-stage h2 {
	display: inline-block;
	padding: 0px 4px 6px;
	color: #f3f3f3;
	border-bottom: 4px solid #53576b;
	border-radius: 4px
}

#knockout-sheet .the_sheet {
	float: right;
	text-align: center
}

#qf-sheet h2 {
	font-size: 0.9rem;
	margin: 0 0 20px 0
}

#qf-sheet .knockout-box {
	margin: 0 0 20px 0px;
	clear: both
}

#semifinal-sheet h2 {
	margin: 22px 0 0 0;
	font-size: 1rem
}

#semifinal-sheet .knockout-box {
	margin: 44px 0 60px 0
}

#final-sheet h2 {
	font-size: 1.2rem;
	margin: 100px 0 16px 0;
	color: #D19701
}

#final-sheet .knockout-box {
	margin: 41px 0 0 0
}

#final-sheet .champico {
	width: 14px;
	height: 14px
}

#knouckout-logo {
	position: absolute;
	bottom: 30px;
	left: 10px
}

#knockout-stage.world_cup.s2018 h2 {
	color: white!important;
	border-color: #d24c3e
}

.note_list {
	padding: 12px 25px 6px 15px;
	list-style: disc;
	background-color: #191919;
	border-radius: 2px
}

.note_list li {
	font-size: 0.9rem;
	margin-bottom: 4px
}

.note_list li:last-child {
	margin-bottom: 0
}

.tagged_item {
	position: relative;
	padding: 0;
	float: right
}

.tagged_item .season_name {
	margin: 0;
	padding: 7px 0px;
	float: right;
	width: 100%;
	background-color: #f3f3f3;
	color: #444444;
	font-size: 0.8rem;
	line-height: 100%;
	font-family: "Tajawal", tahoma;
	text-align: center;
	border-radius: 2px 2px 0 0
}

.tagged_item .comp_name,
.tagged_item .icon_this {
	font-size: 0.9rem;
	vertical-align: middle
}

.tagged_item .icon {
	margin: 0;
	padding: 10px 10px;
	float: right;
	line-height: 100%;
	background-color: #191919;
	color: #ffc000
}

.tagged_item .comp_name {
	padding: 10px 8px 6px 16px;
	float: left;
	background-color: #333435;
	font-weight: 500;
	border-radius: 2px 0 0 2px
}

.tagged_item:hover>a .comp_name {
	background-color: #efb800
}

.tagged_item:hover>a .season_name {
	background-color: #333435;
	color: white
}

.tagged_item:hover>a .comp_name {
	color: #444
}

#searchbar {
	background: #252525
}

#searchbar input {
	background-color: transparent;
	background-position: right 17.3px;
	background-size: 18px;
	background-image: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9Ijc2OCIgaGVpZ2h0PSI3NjgiIHZpZXdCb3g9IjAgMCA3NjggNzY4Ij4KPHRpdGxlPjwvdGl0bGU+CjxnIGlkPSJpY29tb29uLWlnbm9yZSI+CjwvZz4KPHBhdGggZmlsbD0iIzc1NzU3NSIgZD0iTTMwNC41IDQ0OC41cTYwIDAgMTAyLTQydDQyLTEwMi00Mi0xMDItMTAyLTQyLTEwMiA0Mi00MiAxMDIgNDIgMTAyIDEwMiA0MnpNNDk2LjUgNDQ4LjVsMTU5IDE1OS00OCA0OC0xNTktMTU5di0yNS41bC05LTlxLTU3IDQ5LjUtMTM1IDQ5LjUtODcgMC0xNDcuNzUtNjB0LTYwLjc1LTE0NyA2MC43NS0xNDcuNzUgMTQ3Ljc1LTYwLjc1IDE0NyA2MC43NSA2MCAxNDcuNzVxMCAzMS41LTE1IDcxLjI1dC0zNC41IDYzLjc1bDkgOWgyNS41eiI+PC9wYXRoPgo8L3N2Zz4K");
	background-repeat: no-repeat
}

.comp_cover #search_error {
	color: #252525
}

.comp_cover {
	background: #f3f3f3
}

.comp_single {
	padding: 0;
	background: #f3f3f3;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: gainsboro
}

.comp_single .cover {
	padding: 15px 0
}

#competition_archive .comp_logo,
#season_archive .comp_logo,
.comp_single .comp_logo {
	height: 82px
}

.comp_single:hover {
	background: #e4e4e4
}

.comp_single .title {
	font-size: 0.9rem;
	color: #333
}

.comp_single .title .sub_title {
	display: block;
	margin-top: 8px;
	font-size: 0.75rem;
	color: #636363
}

#competition_box {
	background-color: #f3f3f3;
	color: #333;
	border-bottom: 3px solid
}

#competition_box .title {
	font-size: 1.3rem
}

.season_single_box ul {
	padding: 0;
	list-style: none
}

.season_single_box ul li {
	margin-bottom: 10px
}

.season_single_box ul li .btn {
	width: 90%
}

#season_archive h2.title {
	font-size: 1.5rem
}

#season_archive h3.title {
	font-size: 1.1rem
}

#season_archive .comp_logo {
	padding: 7px 4px;
	background: #f3f3f3;
	border-radius: 4px
}

.rowslide:hover {
	cursor: pointer
}

.jdwel_frame .rowslide.opened,
.jdwel_frame .rowslide:hover {
	background: #191919
}

.jdwel_frame .rowslide.opened .row_slider {
	display: initial!important
}

.comp_logo_square {
	padding: 2px;
	height: 30px;
	background: #f3f3f3;
	border-radius: 10%
}

#jdwel_dates .title_date {
	font-size: 1rem;
	line-height: 1.5
}

#jdwel_dates .icon_this {
	vertical-align: sub
}

#jdwel_dates .comp_logo_square {
	padding: 2px 5px;
	height: 35px
}

#jdwel_dates .days_count {
	font-size: 1.3rem
}

#jdwel_dates .brow {
	background: #212121;
	border-bottom: 1px solid #333435
}

#jdwel_dates .brow:last-child {
	border-bottom: none
}

#jdwel_dates ul:last-child .brow:last-child {
	border-bottom: 1px solid #333435
}

#jdwel_dates .rowslide.opened,
#jdwel_dates .rowslide:hover {
	background: #191919
}

#jdwel_dates .row_slider {
	background: #151515
}

.separator_label {
	background: #282a2b
}

.separator_label .title_label {
	float: right;
	font-size: 1rem;
	background: #333435
}

#label_guide {
	padding: 0;
	list-style: none
}

#label_guide .item {
	float: right
}

#label_guide .item .symbol {
	background: #333435
}

#label_guide .item .label {
	background: #191919
}

.post-edit-link {
	padding: 10px 0;
	width: 100%;
	background: #2b2b2b;
	text-align: center
}

.page_frame .title {
	font-size: 1.5rem;
	font-weight: 500
}

.page_frame ul {
	list-style: disc;
	padding-right: 25px
}

.leading_icon .icon_this {
	padding: 14px;
	font-size: 4.4rem;
	background: #333435;
	color: #dedede;
	border-radius: 100%
}

#settings_page fieldset p {
	font-size: 0.8rem
}

#settings_page label {
	font-size: 1.05rem
}

#settings_page label .icon_this {
	vertical-align: top
}

#fcm_general_cover .spinner {
	margin-right: 5px;
	font-size: 0.9rem;
	vertical-align: inherit
}

.spinner {
	-webkit-animation: spinner 1.2s steps(12, end) infinite;
	animation: spinner 1.2s steps(12, end) infinite
}

@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spinner {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

#snackbar {
	visibility: hidden;
	min-width: 250px;
	margin-left: -125px;
	background-color: #333;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	padding: 14px;
	position: fixed;
	z-index: 99;
	left: 50%;
	bottom: 30px
}

#snackbar.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s
}

.modal_alpha {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: black;
	background-color: rgba(0, 0, 0, 0.6)
}

.modal_box {
	position: relative;
	margin: 30% auto;
	padding: 0;
	width: 85%;
	background-color: #fbfbfb;
	color: #3a3a3a;
	text-align: center;
	border-radius: 3px;
	-webkit-box-shadow: 7px 7px 5px -4px black;
	box-shadow: 7px 7px 5px -4px black
}

.modal_box .action {
	margin: 0;
	padding: 15px 10px;
	background: #EEEEEE;
	color: dimgray;
	border-radius: 0 0 3px 3px
}

.modal_box .action p {
	font-size: 0.8rem
}

.modal_alpha .close {
	position: absolute;
	top: -40px;
	right: 0;
	color: #E5E5E5;
	float: right;
	font-size: 2rem;
	font-weight: normal
}

.modal_alpha .close:focus,
.modal_alpha .close:hover {
	color: white;
	text-decoration: none;
	cursor: pointer
}

#a2h_prompt .icon-shareios {
	font-size: 1.3rem;
	vertical-align: text-bottom
}

#a2h_prompt .icon-bolt {
	color: #ffb835
}

#a2h_prompt .a2h_ios_hint {
	background: #686871;
	color: white;
	border-radius: 30%;
	padding: 3px 6px;
	vertical-align: text-bottom;
	margin-right: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif
}

@-webkit-keyframes fadein {
	0% {
		bottom: 0;
		opacity: 0
	}
	to {
		bottom: 30px;
		opacity: 1
	}
}

@keyframes fadein {
	0% {
		bottom: 0;
		opacity: 0
	}
	to {
		bottom: 30px;
		opacity: 1
	}
}

@-webkit-keyframes fadeout {
	0% {
		bottom: 30px;
		opacity: 1
	}
	to {
		bottom: 0;
		opacity: 0
	}
}

@keyframes fadeout {
	0% {
		bottom: 30px;
		opacity: 1
	}
	to {
		bottom: 0;
		opacity: 0
	}
}

#notifications_frame {
	bottom: 0;
	right: 0;
	position: fixed;
	width: 100%;
	background: #0f0f0f;
	z-index: 999
}

#notifications_frame .icon {
	position: absolute;
	pointer-events: none
}

#notifications_frame .icon.bell {
	top: 10px;
	right: 10px;
	background: #020202;
	padding: 7px 8px;
	border-radius: 100%;
	line-height: 100%
}

#notifications_frame .bell .icon_this {
	vertical-align: middle
}

#notifications_frame .icon.arrow {
	top: 50%;
	left: 10px;
	margin-top: -8px;
	border-radius: 100%;
	font-size: 1rem;
	line-height: 100%
}

#notifications_frame .single_notification {
	text-align: center
}

#notifications_frame .single_notification .title {
	font-size: 1.15rem
}

#notifications_frame .single_notification .body {
	font-size: 0.9rem
}

#notifications_frame a:hover>.single_notification {
	background: #0e0e0e;
	color: white
}

#PWAloader {
	position: fixed;
	top: 0;
	left: 0;
	height: 3px;
	width: 0%;
	background: #00ffe7;
	-webkit-transition: width 0.45s ease;
	transition: width 0.45s ease
}

.whatsapp_btn {
	background-color: #5dc043
}

.whatsapp_btn:hover {
	background-color: #4ca534;
	color: white
}

.whatsapp_btn .icon_this {
	vertical-align: top
}

.byday_page .ad_top,
.jdwel_frame .ad_between {
	background-color: #333435
}

.skeleton {
	position: relative;
	background-color: #313131;
	border-radius: 2px;
	overflow: hidden
}

.skeleton.card-image {
	border-radius: 0
}

.skeleton:after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	-webkit-animation: skeleton 1.5s infinite;
	animation: skeleton 1.5s infinite
}

@-webkit-keyframes skeleton {
	to {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

@keyframes skeleton {
	to {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

.section_separator .title.skeleton {
	display: inline-block;
	width: 170px;
	height: 21px
}

.item_title .skeleton.title {
	display: inline-block;
	width: 40%;
	height: 1.6rem
}

.item_image .placeholder.skeleton {
	margin: 0 auto;
	width: 65px;
	height: 50px;
	background-color: #d8d8d8;
	border-radius: 7px
}

.item_arrow .placeholder.skeleton {
	margin: 0 auto;
	width: 25px;
	height: 1.3rem
}

.select2-container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}

.select2-container .select2-selection--single {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}

.select2-container .select2-selection--multiple {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-search--inline {
	float: left
}

.select2-container .select2-search--inline .select2-search__field {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}

.select2-results {
	display: block
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

.select2-results__option {
	padding: 6px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-results__option[aria-selected] {
	cursor: pointer
}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-search--dropdown {
	display: block;
	padding: 4px
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
	display: none
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0)
}

.select2-hidden-accessible {
	border: 0!important;
	clip: rect(0 0 0 0)!important;
	-webkit-clip-path: inset(50%)!important;
	clip-path: inset(50%)!important;
	height: 1px!important;
	overflow: hidden!important;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important;
	white-space: nowrap!important
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
	float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
	background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
	background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
	background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
	background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.select2-container--classic .select2-dropdown {
	background-color: white;
	border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
	border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: white
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}

.select2-dropdown {
	background-color: #0f0f0f;
	border: #0f0f0f!important
}

.select2-container--default .select2-selection--multiple {
	background-color: #191919;
	border: 0!important
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #53576b;
	border: 0!important
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #53576b
}

.select2-selection {
	padding: 5px 10px
}

.select2-results ul li {
	padding: 10px 8px
}



@media (min-width:767px) {

	.standings_jdwel .rank {
		padding-left: 5px
	}
	.standings_jdwel td.team {
		font-size: 1rem
	}
	.ranks_guide .item span {
		font-size: 0.8rem
	}
	#main_nav li:hover>a .icon_this.icon-soccer-ball {
		-webkit-animation: spinner 2.2s steps(100, end) infinite;
		animation: spinner 2.2s steps(100, end) infinite
	}
	.competition_slider .competition_slide {
		padding: 10px 15px
	}
	.competition_slider .cover {
		border-radius: 5px 5px 0 0
	}
	.competition_slider .cover .item_arrow {
		display: none
	}
	.competition_slider .action {
		display: block!important;
		border-radius: 0 0 4px 4px
	}
	.competition_slide .cover .item_image {
		width: 33%
	}
	.competition_slide .cover .item_title {
		width: 67%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.competition_slide .cover .item_title .title {
		margin: 0;
		font-size: 1rem
	}
	.competition_slide .cover .item_title .types_hint {
		display: none
	}
	.competition_slide .cover .season_hint {
		top: 0;
		left: -3px;
		position: absolute;
		padding: 5px 8px 1px;
		line-height: 1;
		border-radius: 0 4px 4px 0
	}
	.sorting_mode .competition_slide .sorting_indicator {
		right: -12px
	}
	.competition_slide .fav_toggle {
		padding: 2px 4px;
		font-size: 0.9rem
	}
	.jdwel_hero .title {
		font-size: 1.2rem
	}
	#jdwel_switcher .cover {
		padding: 0 0.9rem
	}

	.matches_frame .single_match .the_time {
		width: auto
	}
	.matches_frame .single_match .the_time {
		background: transparent;
		font-size: 1rem
	}
	.matches_frame .single_match .match_score {
		font-size: 2rem
	}
	.matches_frame .single_match .the_team {
		font-size: 1.3rem
	}
	.matches_frame .single_match .team_logo {
		margin: 0 18px
	}
	.matches_frame .single_match .hometeam .team_logo,
	.matches_frame .single_match .hometeam .the_team {
		float: left
	}
	.matches_frame .single_match .awayteam .team_logo,
	.matches_frame .single_match .awayteam .the_team {
		float: right
	}
	.matches_frame .single_match .cell {
		padding: 25px 0
	}
	.matches_frame .single_match.live_match .cell,
	.matches_frame .single_match.match_done .cell {
		padding: 35px 0 20px
	}
	.match_feed .teamfeed .item {
		font-size: 0.9rem
	}
	.match_feed .teamfeed {
		padding: 0 20px
	}

	.scorers_jdwel .player_photo {
		width: 40%
	}
	.goals_count span {
		width: 41px;
		height: 41px;
		line-height: 50px;
		font-size: 1.5rem
	}
	.comp_logo_square {
		height: 35px
	}
	.comp_separator .title {
		margin: 6px 0 0
	}
	#jdwel_dates .comp_logo_square {
		padding: 4px 9px!important;
		height: 47px
	}
	#final-sheet,
	#qf-sheet,
	#semifinal-sheet {
		padding: 0 35px
	}
	#semifinal-sheet .knockout-box {
		margin: 60px 0 60px 0
	}
	#final-sheet .knockout-box {
		margin: 57px 0 0 0
	}
	#byday_nav li a {
		font-size: 1.1rem
	}
	#jdwel_dates .title_date {
		font-size: 1.2rem
	}
	#jdwel_dates .days_count {
		font-size: 1.5rem
	}
}

@media (max-width:375px) {
	header .nametagline {
		margin: 9px 0 0;
		font-size: 0.8rem
	}
	header .nametagline .spacer {
		margin: 0 8px 0 3px
	}
	#main_nav li a {
		font-size: 0.9rem
	}
	.competition_slide .cover .item_title .title {
		font-size: 1rem
	}
	.competition_slide .cover .item_arrow {
		left: 10px
	}
	.sorting_mode .competition_slide .sorting_indicator {
		right: -12px
	}
	.jdwel_hero .title {
		font-size: 0.9rem
	}

	.standings_jdwel .match-left {
		display: none
	}
	.matches_frame .single_match .the_team {
		font-size: 0.8rem
	}
	.match_feed .teamfeed .item {
		font-size: 0.7rem
	}
	#jdwel_switcher .dropdown-toggle,
	#switcher_goto li a {
		font-size: 0.82rem
	}
	.matches_frame .single_match .match_status {
		font-size: 0.85rem
	}
	#matches_toggle button {
		padding: 0.62rem 0.5rem;
		font-size: 0.8rem
	}
	.tagged_item .comp_name,
	.tagged_item .icon_this {
		font-size: 0.8rem
	}
	.tagged_item .season_name {
		font-size: 0.7rem
	}
	#jdwel_dates .title_date {
		font-size: 0.9rem
	}
	#jdwel_dates .days_count {
		font-size: 1.2rem
	}
	#jdwel_dates .day_date {
		font-size: 0.7rem
	}
}

@media (max-width:340px) {
	header #logo {
		height: 32px
	}
	header .nametagline {
		font-size: 0.7rem
	}
	header #settings_link .icon_this {
		font-size: 1.2rem
	}
	#main_nav li a {
		font-size: 0.8rem
	}
	#footer_menu li {
		font-size: 0.7rem
	}
	.jdwel_hero .title {
		font-size: 0.8rem
	}

	.standings_jdwel tbody td {
		padding: 18px 2px
	}

	.competition_slide .cover .item_title .title {
		font-size: 0.8rem
	}
	.competition_slide .cover .item_title .types_hint {
		font-size: 0.5rem
	}
	.competition_slide .cover .item_arrow {
		left: 5px
	}
	.competition_slide .cover .item_title span {
		font-size: 10px
	}
	#jdwel_switcher .dropdown-toggle,
	#switcher_goto li a {
		font-size: 0.7rem
	}
	.matches_frame .single_match .match_status,
	.matches_frame .single_match .the_team {
		font-size: 0.8rem
	}
	#matches_bar #search_bar input,
	#matches_toggle .btn,
	.matches_frame .single_match .match_time,
	.matches_frame .single_match .pen_score {
		font-size: 0.7rem
	}
	.match_feed .teamfeed .item {
		font-size: 0.65rem
	}
	.comp_separator .title {
		font-size: 0.77rem
	}
	.comp_separator .switcher_goto li a {
		font-size: 0.7rem
	}
	.comp_separator .switcher_goto .icon_this.icon-list {
		font-size: inherit
	}
	#notifications_frame .single_notification .title {
		font-size: 0.9rem
	}
	#notifications_frame .single_notification .body {
		font-size: 0.7rem
	}
	#timezone_btn {
		font-size: 0.7rem
	}
	.tagged_item .comp_name,
	.tagged_item .icon_this {
		font-size: 0.7rem
	}
	.tagged_item .season_name {
		font-size: 0.65rem
	}
	#jdwel_dates .title_date {
		font-size: 0.8rem
	}
	#jdwel_dates .days_count {
		font-size: 1rem
	}
	#jdwel_dates .day_date {
		font-size: 0.6rem
	}
}

@media (max-width:310px) {
	header #logo {
		height: 28px
	}
	header .nametagline {
		font-size: 0.6rem
	}
	.competition_slide .cover .item_title .title {
		font-size: 0.9rem
	}
	.jdwel_hero .title {
		font-size: 0.7rem
	}

	#jdwel_switcher .dropdown-toggle,
	#switcher_goto li a {
		font-size: 0.63rem
	}
	.matches_frame .single_match .match_status,
	.matches_frame .single_match .the_team,
	.matches_frame .single_match .the_time {
		font-size: 0.7rem
	}
	.fixtures_header .title {
		font-size: 0.88rem
	}
	.separator_header .title {
		font-size: 0.9rem
	}
	#timezone_btn {
		font-size: 0.5rem
	}
	#byday_nav li a {
		font-size: 1rem
	}
	.comp_separator .switcher_goto li a {
		font-size: 0.6rem
	}
}
.Statistics_online-statistics__w0d9C {
	background: #f8f9fa;
	border: 1px solid #efefef;
	border-radius: 6px;
	padding: 16px 16px 0;
	margin: 0 auto
}

.Statistics_online-statistics__block-title__81zvI {
	margin: 32px 0 16px;
	font-family: Montserrat, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 34px;
	letter-spacing: .25px;
	color: #2b2b2b
}

.Statistics_online-statistics__content-wrapper__eAaOw {
	padding: 8px 8px 0
}

.Statistics_online-statistics__info-bars__eomjF {
	margin-bottom: 16px
}

.Statistics_online-statistics__teams__JuHuQ {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.Statistics_online-statistics__team-wrapper__IZmoT {
	display: flex;
	align-items: center
}

.Statistics_online-statistics__team-cards-wrapper__nT350 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: calc(100% - 112px)
}

.Statistics_online-statistics__btn-more__uBHoQ {
	width: 100%;
	height: 40px;
	padding: 8px 16px;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0;
	border-radius: 100px;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 16px;
	cursor: pointer;
	outline: none;
	background: rgba(61, 114, 237, .15);
	color: #3d72ed
}

.Statistics_info-bar__R6a0W {
	margin-bottom: 8px
}

.Statistics_info-bar__stat__F2_Wh {
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: .25px
}

.Statistics_info-bar__header__tu5xM {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 8px;
	color: #2b2b2b
}

.Statistics_info-bar__title__Sa9hG {
	margin: 0 auto;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-align: center
}

.Statistics_info-bar__stat-bar-wrapper__I9hc_ {
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box
}

.Statistics_info-bar__stat-bar-inner__0kKD9 {
	display: flex;
	width: 100%;
	max-width: calc(100% - 112px)
}

.Statistics_info-bar__stat__F2_Wh {
	line-height: 1;
	min-width: 50px
}

.Statistics_info-bar__stat__F2_Wh:last-child {
	text-align: right
}

.Statistics_info-bar__stat-bar__KABGq {
	box-sizing: border-box;
	height: 8px;
	border-radius: 4px;
	width: 50px
}

.Statistics_info-bar__stat-bar--first-team__L3kuV {
	margin-right: 4px
}

.Statistics_info-bar__stat-bar--second-team__9w4pM {
	margin-left: 4px;
	flex: 1 1
}.has-text-align-justify{text-align:justify;}

                    .icon_this {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}
                    @media (min-width:767px) {
                    .match_tab {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color:#fbf1f1 ;
	 color:#170540;
}

.match_tab .commentators {
	font-size: 0.9rem
}


.matches_frame .single_match.opened .match_tab {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important
}

.match_feed {
	width: 100%
}

.match_feed .teamfeed {
	padding: 0 8px;
	border-left: 1px solid #232323
}

.match_feed .teamfeed.awayteam {
	border-left: 0
}

.match_feed .item {
	position: relative;
	margin: 0 0 10px;
	padding: 3.5px 7px 0;
	font-size: 0.8rem;
	background: #c7cac7;
	border-radius: 4px;
	clear: both
}

.match_feed .teamfeed .item .icon {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.match_feed .hometeam .floater,
.match_feed .hometeam .item {
	float: left
}

.match_feed .awayteam .floater,
.match_feed .awayteam .item {
	float: right
}

.match_feed .hometeam .floater {
	margin-right: 5px
}

.match_feed .awayteam .floater {
	margin-left: 5px
}

.match_feed .minute {
	line-height: 150%
}

.match_feed .details {
	white-space: nowrap
}

.match_feed .item .extra {
	top: -8px;
	padding: 1px 7px;
	position: absolute;
	background: rgba(255, 255, 255, 0.88);
	font-size: 0.75rem;
	line-height: 100%;
	color: #000;
	white-space: nowrap
}

.match_feed .hometeam .item .extra {
	right: 0;
	border-radius: 2px 2px 0 4px
}

.match_feed .awayteam .item .extra {
	left: 0;
	border-radius: 2px 2px 4px 0
}

.match_feed .missed_pen .extra {
	border-radius: 2px!important
}

.match_feed .goals {
	background: #c7cac7
}

.match_feed .icon.goal .icon_this {
	font-size: 0.69rem;
	color: #151515
}

.match_feed .icon.goal .slash {
	position: absolute;
	left: 1.5px;
	top: -2px;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 100%;
	color: #ff604f
}

.match_feed .missed_pen .icon.goal .icon_this {
	color: #7b7b7b
}

.match_feed .card .icon {
	display: inline-block;
	width: 5px;
	height: 10px;
	border-radius: 1px
}

.match_feed .yellowcard {
	background: yellow
}

.match_feed .redcard {
	background: #e74c3c
}

.match_feed .pen_shootout {
	background: rgba(50, 107, 153, 0.1)
}

.match_feed .pen_shootout.scored {
	background: #1e496b
}

.match_feed .pen_shootout .icon.goal .icon_this {
	color: #f3f3f3
}

.match_feed .pen_shootout.missed .icon.goal .icon_this {
	color: #a9a9a9
}

.match_feed .player_in {
color: #0f2b19;
}

.match_feed .player_out {
color: #fb0713;
}

.match_info .icon_this {
	vertical-align: top
}

                        
                        	.matches_frame .single_match .the_time {
		width: auto
	}
	.matches_frame .single_match .the_time {
		background: transparent;
		font-size: 1rem
	}
	.matches_frame .single_match .match_score {
		font-size: 2rem
	}
	.matches_frame .single_match .the_team {
		font-size: 1.3rem
	}
	.matches_frame .single_match .team_logo {
		margin: 0 18px
	}
	.matches_frame .single_match .hometeam .team_logo,
	.matches_frame .single_match .hometeam .the_team {
		float: left
	}
	.matches_frame .single_match .awayteam .team_logo,
	.matches_frame .single_match .awayteam .the_team {
		float: right
	}
	.matches_frame .single_match .cell {
		padding: 25px 0
	}
	.matches_frame .single_match.live_match .cell,
	.matches_frame .single_match.match_done .cell {
		padding: 35px 0 20px
	}
	.match_feed .teamfeed .item {
		font-size: 0.9rem
	}
	
	.match_feed .teamfeed {
		padding: 0 20px
	}
                  
                	.match_feed .teamfeed .item {
		font-size: 0.85rem
	}
	.comp_separator .title {
		font-size: 0.77rem
	}  
                    }
.center {
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
          #sho_right{
        float:right;

        height: auto;
    
        width:150px;
        position:fixed;
  
     
          }

        
     #sho{
        float:left;

        height: auto;
    
        width:150px;
        position:fixed;
        left:0;
     
   
    }    
     #main{
     display: flex;
    }
     #div3{
        float:right;
 
        max-width:30px;
   
    }
    
    #contentBody{
      float:left;
        margin:0px;
    
    }

          #sho_right{
        float:right;

        height: auto;
    
        width:150px;
        position:fixed;
     
          }

.alert {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

		
    #iframe_cntnt{  position: relative;   background:url("https://kooora2day.online/news/spinner13.gif") center center no-repeat;}

  .content-box{
    margin:18px 0 22px;
    padding:20px 22px;
    border:1px solid #e5e7eb;
    border-radius:18px;
    background:#ffffff;
    box-shadow:0 10px 26px rgba(15,23,42,.08);
    color:#1f2937;
    line-height:2;
    font-size:16px;
    font-family:"Tajawal","Cairo","Noto Kufi Arabic","Almarai",tahoma,Arial,sans-serif;
    letter-spacing:.2px;
  }
  .content-box h1,
  .content-box h2,
  .content-box h3,
  .content-box h4{
    color:#111827;
    margin:0 0 12px;
    font-weight:900;
    line-height:1.45;
    letter-spacing:.1px;
  }
  .content-box h1{font-size:22px}
  .content-box h2{font-size:20px}
  .content-box h3{font-size:17px}
  .content-box p{margin:0 0 12px;color:#1f2937}
  .content-box ul,
  .content-box ol{
    margin:10px 0 14px;
    padding:0 24px;
    list-style-position:inside;
  }
  .content-box li{margin:6px 0;color:#1f2937}
  .content-box a{
    color:#0f3d8f;
    font-weight:800;
    text-decoration:none;
  }
  .content-box a:hover{text-decoration:underline}
  .content-box strong{color:#111827}
  .content-box blockquote{
    margin:12px 0;
    padding:12px 14px;
    border-right:4px solid #d42a00;
    background:#fff7f4;
    color:#7c2d12;
    border-radius:12px;
  }
  .content-box img{
    max-width:100%;
    height:auto;
    border-radius:12px;
    box-shadow:0 8px 18px rgba(15,23,42,.12);
    margin:8px 0;
  }
  .content-box figure{margin:10px 0}
  .content-box figcaption{font-size:12px;color:#64748b;margin-top:6px}
  .content-box table{
    width:100%;
    border-collapse:collapse;
    margin:12px 0;
    font-size:14px;
  }
  .content-box th,
  .content-box td{
    border-bottom:1px dashed #e5e7eb;
    padding:8px 6px;
    text-align:right;
  }
  .content-box th{color:#64748b;font-weight:800}
  .content-box hr{
    border:0;
    border-top:1px dashed #e5e7eb;
    margin:12px 0;
  }

  .ms-wrap{margin-top:16px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:18px;box-shadow:0 12px 28px rgba(15,23,42,.08);font-family:"Tajawal",tahoma}
  .ms-head{font-weight:800;font-size:18px;margin-bottom:14px;letter-spacing:.2px}
  .ms-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:14px}
  .ms-tab{padding:9px 16px;border-radius:999px;border:1px solid #e5e7eb;background:#f8fafc;color:#6b7280;font-size:13px;font-weight:700;cursor:pointer}
  .ms-tab.active{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#7f1d1d;border-color:transparent;font-weight:700}
  .ms-panel{display:none}
  .ms-panel.active{display:block}
  .ms-teams{display:grid;grid-template-columns:1fr 50px 1fr;align-items:center;margin-bottom:14px}
  .ms-team{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:700;color:#0f172a}
  .ms-team.away{justify-content:flex-end}
  .ms-team img{width:28px;height:28px;object-fit:contain}
  .ms-vs{font-size:12px;color:#94a3b8;text-align:center;font-weight:700}
  .ms-row{display:grid;grid-template-columns:88px 1fr 88px;gap:14px;align-items:center;font-size:13px;padding:8px 0}
  .ms-row:not(:last-child){border-bottom:1px dashed #e5e7eb}
  .ms-value{text-align:center;font-weight:800;color:#0f172a;font-size:15px}
  .ms-label{text-align:center;color:#6b7280;font-size:12px;font-weight:700}
  .ms-track{position:relative;height:12px;background:#f1f5f9;border:1px solid #e5e7eb;border-radius:999px;overflow:hidden}
  .ms-track .home{position:absolute;inset:0 auto 0 0;background:linear-gradient(90deg,#fca5a5,#f87171)}
  .ms-track .away{position:absolute;inset:0 0 0 auto;background:linear-gradient(90deg,#93c5fd,#60a5fa)}
  .ms-timeline{display:grid;gap:10px}
  .ms-event{display:grid;grid-template-columns:1fr 70px 1fr;gap:10px;align-items:center}
  .ms-card{border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px;background:#f8fafc;min-height:52px;font-size:13px;line-height:1.4}
  .ms-card.empty{background:transparent;border:1px dashed #e5e7eb}
  .ms-time{text-align:center;font-weight:800;color:#f59e0b;font-size:12px}
  .ms-chip{display:inline-block;background:#eef2f7;color:#475569;border-radius:999px;padding:4px 10px;font-size:11px;margin-top:6px}
  .ms-muted{color:#6b7280;font-size:12px}
  .ms-lineups{display:grid;gap:12px}
  .ms-lineup-team{border:1px solid #e5e7eb;border-radius:16px;background:#fff;padding:14px}
  .ms-lineup-head{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:800;margin-bottom:12px}
  .ms-lineup-head img{width:26px;height:26px;object-fit:contain}
  .ms-positions{display:grid;grid-template-columns:1fr 1fr;gap:12px}
  .ms-pos{border:1px solid #e5e7eb;border-radius:12px;padding:10px;background:#f8fafc}
  .ms-pos span{display:block;color:#64748b;font-weight:800;font-size:12px;margin-bottom:8px}
  .ms-players{display:flex;flex-wrap:wrap;gap:8px}
  .ms-player{background:#f1f5f9;border:0;border-radius:999px;padding:6px 10px;font-size:12px;color:#1f2937;white-space:nowrap}
  .ms-player b{margin-left:6px;background:#fee2e2;color:#b91c1c;border-radius:999px;padding:2px 6px;font-size:11px}
  .ms-info-list{display:grid;gap:6px;font-size:12px}
  .ms-info-item{display:flex;justify-content:space-between;gap:8px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:8px 10px}
  .ms-info-item b{color:#0f172a}

  @media (max-width: 640px) {
    .ms-row{grid-template-columns:70px 1fr 70px}
    .ms-event{grid-template-columns:1fr 60px 1fr}
    .ms-positions{grid-template-columns:1fr}
    .ms-player{font-size:11px;padding:5px 8px}
  }

  /* Modal backdrop */
  .modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 15px;
  }
  .modal.active {
    display: flex;
  }

  /* Prompt card styles */
  .prompt-card {
    background: linear-gradient(135deg, #1e3a8a, #3b82f6);
    color: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    padding: 24px;
    max-width: 450px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    text-align: center;
    position: relative;
    margin: 20px auto;
    animation: slideIn 0.3s ease-out;
  }

  @keyframes slideIn {
    from { transform: translateY(-20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
  }

  /* Close button */
  .close-modal {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    transition: color 0.3s ease;
  }
  .close-modal:hover {
    color: #ef4444;
  }

  /* Image container */
  .image-container {
    margin-bottom: 20px;
  }
  .image-container img {
    max-width: 100%;
    max-height: 180px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }

  /* Features list */
  .features {
    text-align: right;
    margin-bottom: 24px;
    padding: 0;
  }
  .features li {
    list-style: none;
    margin-bottom: 12px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .features li::before {
    content: "★";
    color: #facc15;
    font-size: 20px;
  }

  /* Call-to-action button */
  .cta-button {
    background: linear-gradient(90deg, #ef4444, #f97316);
    color: #fff;
    border: none;
    padding: 14px 32px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  }

  /* Responsive design */
  @media (max-width: 600px) {
    .prompt-card {
      padding: 16px;
      max-width: 90%;
    }
    .features li {
      font-size: 14px;
    }
    .cta-button {
      padding: 12px 24px;
      font-size: 16px;
    }
    .image-container img {
      max-height: 150px;
    }
  }


.slicknav_nav {
    background-color:#ccc;;
}
    @keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}@keyframes rubberBand{from{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,0.75,1)}40%{transform:scale3d(0.75,1.25,1)}50%{transform:scale3d(1.15,0.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scale3d(1,1,1)}}#wdbloogablock{background:rgba(0,0,0,0.65);position:fixed;margin:auto;left:0;right:0;top:0;bottom:0;overflow:auto;z-index:999999;animation:fadeInDown 1s}#wdbloogablock .header {margin: 0 0 15px 0;box-shadow: 0 0 0 rgba(0,0,0,0.09);background: initial;}#wdbloogablock .inner{background:#e3482d;color:#fff;box-shadow:0 5px 20px rgba(0,0,0,0.1);text-align:center;width:600px;padding:20px;margin:5% auto 2% auto;position: relative}#wdbloogablock button{padding:10px 20px;border:0;background:rgba(0,0,0,0.15);color:#fff;margin:20px 5px;cursor:pointer;transition:all .3s}#wdbloogablock button:hover{background:rgba(0,0,0,0.35);color:#fff;outline:none}#wdbloogablock button.active,#wdbloogablock button:hover.active{background:#fff;color:#222;outline:none}#wdbloogablock .fixblock{background:#fff;text-align:right;color:#000;padding:20px;height:250px;overflow:auto;line-height:30px}#wdbloogablock .fixblock img {max-width: 100%;}#wdbloogablock .fixblock div{display:none}#wdbloogablock .fixblock div.active{display:block;animation:fadeInUp .5s}#wdbloogablock ol{margin-left:20px}#wdbloogref a {padding: 10px 20px;border: 0;background: rgba(0,0,0,0.15);color: #fff;cursor: pointer;transition: all .3s;display: block;    margin-top: 10px;}#wdbloogref a.bywdbloog {padding: 0;background: initial!important;display: inline-block;position: absolute;left: 20px;font-size: 1px;    margin: 0;}#wdbloogref a:hover {background: rgba(0,0,0,0.35);color: #fff;outline: none;}    

    ins[data-ad-status=unfilled] {display:none!important}

