/*
Theme Name: KarMuqabla Theme
Theme URI: https://www.karmuqabla.com/
Description: A Custom Theme for KarMuqabla Platform
Author: Faizan Sohail
Author URI: 
Version: 1.0.0
*/

@import "colors.css";
@font-face {
	font-family: Sindhi;
	src: url(./inc/fonts/MB-Lateefi-Regular.ttf);
}

html,
body {
	height: 100%;
}

body {
	font-family: "Varela Round", sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5 {
	color: var(--color-dark-gray);
}
.pg-tournament .team-images {
	text-align: center;
	float: none;
	clear: both;
	display: block;
}
.pl-20 {
	padding-left: 20px;
}
p {
	font-size: 16px;
}

button,
input,
optgroup,
select,
textarea {
	font-family: "Varela Round", sans-serif;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: var(--background-transparent);
}
.table-striped tbody tr:nth-of-type(even) {
	background-color: var(--boxshadow-dark-5);
}
.title_outer {
	margin-bottom: 30px;
}
.about-wrapper {
	font-family: "Varela Round", sans-serif;
	color: var(--color-dark-gray);
}
.title-about,
.section-title {
	font-size: 40px;
	font-weight: 700;
	color: var(--color-dark-gray);
}
.wrapper-pg-80 {
	width: 100%;
	margin: 0 auto;
	max-width: 1600px;
	padding: 0 15px;
}
.title-about:before {
	content: "";
	display: block;
	border-top: 5px solid var(--border-km-orange);
	width: 100px;
	padding-bottom: 16px;
}
.btn-primary {
	background-color: var(--background-km-orange);
	border-color: var(--border-km-orange);
}

.alert-msg {
	margin: 60px;
	font-weight: bold;
	color: var(--red);
	text-align: center;
	width: 100%;
}
.padded {
	padding-top: 50px;
	padding-bottom: 50px;
}

.margin {
	margin-top: 25px;
	margin-bottom: 25px;
}

.books {
	margin: 20px 0 50px 0;
}

.books .search {
	margin: 20px 0;
}
.search.text-left h5 {
	font-size: 15px;
	color: var(--color-dark-gray);
	font-family: "Varela Round", sans-serif;
}
.book-cover {
	text-align: center;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	margin-bottom: 10px;
}
.book-page-nav-wrapper {
	position: static;
	margin-left: -25px;
}
.breadcrumb {
	display: none;
}
.chapters-link {
	display: none;
}
header.fixed.scrolled .header_top {
	background-color: var(--boxshadow-dark-75) !important;
}

.book-cover img {
	width: 100%;
	min-height: 180px;
}

.book-meta {
}

.book-meta span {
	display: block;
	word-wrap: break-word;
	text-align: left;
	font-size: 12px;
	line-height: 1em;
	padding: 2px 0;
}
.book-meta span h4 {
	font-size: 12px;
	font-weight: bold;
}
.rtl .book-meta span {
	text-align: right;
}

.book-meta .book-meta-inner {
	position: relative;
	min-height: 105px;
	padding-bottom: 30px;
}
.book-meta .book-publish-date {
	min-height: 16px;
}
.book-meta .book-icons {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
}

.rtl .book-meta .book-icons {
	left: 0;
	right: auto;
}

.book {
	margin-bottom: 50px;
}

.book-icons a {
	padding: 0 4px;
	display: inline-block;
	vertical-align: bottom;
}
.book-icons a:first-child {
	background-color: var(--background-light-gray);
	width: 77%;
	font-size: 11px;
	text-decoration: none;
	color: var(--white);
	font-weight: bold;
	line-height: 26px;
	text-align: left;
}
.book-icons a:first-child i {
	padding-right: 8px;
	padding-left: 4px;
}
.book-icons a:last-child {
	background-color: var(--background-light-gray);
	width: 20%;
	color: var(--color-medium-light-gray);
	text-align: center;
	height: 26px;
}
.tax-filter {
	display: block;
}

.book-filter-section,
.book-search-section {
	max-width: 1100px;
	margin: auto;
	padding-top: 20px;
}

.book-search-section h4 {
	margin-bottom: 8px;
}

.book-filter-section {
	padding: 25px 0;
}

.book-filter-container,
.book-search-container {
	background-color: var(--white);
}

.single-books .container {
	background-color: var(--white) !important;
}

.single-books .content {
	background-color: var(--background-light-gray);
}

.book-chapter.page-nav {
	top: 0;
	margin: 50px 0 0 0;
	left: 0;
}

.book-page-nav-wrapper {
	margin: 0;
}

.single-books .container {
	background-color: var(--white);
}

.swiper-wrap {
	position: relative;
}

.swiper-container {
	padding: 20px 0;
}

.grade-next,
.subject-next,
.grade-prev,
.subject-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.grade-prev,
.subject-prev {
	background-image: url("inc/images/arrow-prev.png");
	left: 10px;
	right: auto;
}

.grade-next,
.subject-next {
	background-image: url("inc/images/arrow-next.png");
	right: 10px;
	left: auto;
}

.shortcode .grade-prev,
.shortcode .subject-prev {
	background-image: url("inc/images/arrow-prev.png");
}

.shortcode .grade-next,
.shortcode .subject-next {
	background-image: url("inc/images/arrow-next.png");
}

.grade-prev,
.subject-prev {
	left: -50px;
}

.grade-next,
.subject-next {
	right: -50px;
}

.swiper-slide {
	text-align: center;
	cursor: pointer;
}

.swiper-slide .term-image {
	color: var(--white);
	font-size: 20px;
	padding: 0;
	text-align: center;
	display: block;
	width: 100%;
	margin: 25px 0;
}

.swiper-slide a:hover {
	text-decoration: none;
}

.swiper-slide a {
	color: var(--black);
	text-decoration: none;
}

.swiper-slide.active .book_filter_term::after {
	background-color: var(--boxshadow-dark-70);
	content: "";
	position: absolute;
	background-image: url("inc/images/book-tick.png");
	top: 0;
	left: 0;
	width: 100%;
	height: 110%;
	background-repeat: no-repeat;
	background-position: center;
}

.pagination {
	align-items: flex-end;
	justify-content: flex-end;
}
.pagination ul li a {
	background-color: var(--background-light-gray);
	color: var(--white);
}
.pagination ul li a:hover,
.pagination ul li span {
	color: var(--white) !important;
	background-color: var(--background-km-orange);
	border-color: var(--border-km-orange);
}

.pagination ul li a,
.pagination ul li span {
	border: 1px solid var(--border-transparent);
	border-radius: 0px;
	margin: 0 4px 0 0;
}
.pagination ul li span {
	color: var(--color-dark-gray);
}
.pagination ul li a.next,
.pagination ul li a.prev {
	background-color: var(--background-km-orange);
	border-color: var(--border-km-orange);
	color: var(--white);
	min-width: 100px;
	font-size: 16px;
	text-transform: capitalize;
	font-family: "Varela Round", sans-serif;
}
/* Chapters */

.chapters {
	overflow-y: auto;
	/*display: block;*/
	background-color: var(--background-light-gray);
	color: var(--color-dark-gray);
}

.chapter-toggler {
	display: none;
}

.chapters ul li {
	list-style-type: none;
	padding: 4px;
	border-bottom: 1px solid var(--border-transparent);
	cursor: pointer;
	font-size: 12px;
}

.rtl .chapters ul li {
	text-align: right;
}

.chapters ul li.active {
	font-weight: bold;
}

.icon::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.angle::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f101";
	padding-right: 4px;
}
.bookmark_page_wrapper {
	padding: 16px 0 8px;
	display: inline-block;
	width: 100%;
}
.bookmark_page {
	cursor: pointer;
	font-size: 12px;
	width: 90px;
	display: inline-block;
	position: relative;
	text-align: left;
	float: right;
}
.bookmark_page i {
	font-size: 40px;
	color: var(--color-km-orange);
	padding-right: 4px;
}
.bookmark_page span {
	position: absolute;
	top: 2px;
}
.bookmark_message {
	text-align: left;
	float: left;
	font-size: 13px;
	font-weight: 600;
	line-height: 2em;
	padding: 4px 16px;
	width: 70%;
	height: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(
		45deg,
		var(--gradient-start-green) 0%,
		var(--gradient-mid-green) 67%,
		var(--gradient-end-green) 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		45deg,
		var(--gradient-start-green) 0%,
		var(--gradient-mid-green) 67%,
		var(--gradient-end-green) 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		45deg,
		var(--gradient-start-green) 0%,
		var(--gradient-mid-green) 67%,
		var(--gradient-end-green) 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--gradient-start-green)', endColorstr='var(--gradient-end-green)',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: var(--white);
	display: none;
}
.bookmark_message a {
	text-decoration: underline;
	color: var(--white);
}
.bookmark_message a:hover,
.bookmark_message a:visited {
	color: var(--white);
}
.user-results.user-bookmarks .bookmark_message {
	width: 100%;
	background: var(--background-km-green);
	color: var(--black);
}
.remove_bookmark {
	color: var(--red);
	width: 10% !important;
	min-width: 32px;
	text-align: right;
	cursor: pointer;
}
.bookmark_link {
	width: 83% !important;
	text-align: left;
	word-break: break-all;
	color: var(--white);
}
.bookmark_link,
.remove_bookmark {
	display: inline-block;
}
.remove_bookmark i {
	font-size: 19px;
}
.bookmark_chapter_page {
	font-size: 11px;
	color: var(--color-medium-light-gray);
}
.book-main {
	min-height: 100vh;
	padding: 0 50px 50px 50px;
}

.book-main .container {
	background-color: var(--white);
}
.book .container {
	background-color: var(--background-transparent);
}

.book-head {
	padding: 40px 0 10px 0;
}

.book-title h4 {
	color: var(--color-dark-gray);
	margin-bottom: 0;
	line-height: 1em;
	min-height: 19px;
	font-family: "Varela Round", sans-serif;
	/*min-height: 30px;*/
	/*font-family: 'Source Sans Pro';*/
}
.book-footer {
	background-color: var(--background-km-orange);
	color: var(--white);
	font-family: "Varela Round", sans-serif;
	padding: 16px;
	font-size: 15px;
	margin-left: -15px;
	margin-right: -15px;
	font-weight: 600;
}
.book-footer .page_no {
	color: var(--white);
}
.rtl .book-title h4 {
	text-align: right;
}

.book-title,
.chapter-title {
	/*font-family: Ovo;*/
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: var(--color-dark-gray);
}

.chapter-title {
	font-size: 50px;
	font-weight: 400;
	color: var(--color-dark-gray);
}

.book-content {
	padding: 10px 10px 40px 10px;
	font-size: 15px;
	line-height: 21px;
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-weight: 300;
	font-style: normal;
	text-align: justify;
	margin-bottom: 0;
	color: var(--color-dark-gray);
}

.rtl .book-content,
.rtl h3,
.rtl .chapter-title {
	font-family: "Noto Nastaliq Urdu", serif;
	color: var(--color-dark-gray);
}

.rtl.urdu .quiz-area .watu-question .question-content,
.single-muqabla .muqabla-header.rtl.urdu h1,
.rtl.urdu
	.quiz-area
	.watu-question
	.question-choices.watupro-choices-columns
	.watupro-question-choice
	label
	span,
.rtl.urdu .muqabla-results .basic-info table tr:first-child td,
.rtl.urdu .single-page-quiz .watupro-choices-columns {
	font-family: "Noto Nastaliq Urdu", serif;
}

.rtl.sindhi .quiz-area .watu-question .question-content,
.single-muqabla .muqabla-header.rtl.sindhi h1,
.rtl.sindhi
	.quiz-area
	.watu-question
	.question-choices.watupro-choices-columns
	.watupro-question-choice
	label
	span,
.rtl.sindhi .muqabla-results .basic-info table tr:first-child td,
.rtl.sindhi .single-page-quiz .watupro-choices-columns {
	font-family: Sindhi;
}

.rtl .book-content {
	text-align: right;
}

.rtl h3 {
	font-size: 40px;
	font-weight: 600;
}

.rtl .chapter-title {
	font-size: 36px;
	color: var(--color-km-dark-green);
}

.rtl .book-content p,
.rtl .book-content span {
	font-size: 32px !important;
	line-height: 50px;
	margin-bottom: 35px;
	color: var(--color-dark-gray);
}

.rtl .book-content ul {
	font-size: 28px !important;
	line-height: 50px;
	margin-bottom: 35px;
	color: var(--color-dark-gray);
}

.rtl .muqabla-results div,
.rtl .muqabla-results h1,
.rtl .muqabla-results h2,
.rtl .muqabla-results h3,
.rtl .muqabla-results h4,
.rtl .muqabla-results h5,
.rtl .muqabla-results h6,
.rtl .muqabla-results span,
.rtl .muqabla-results p,
.rtl .muqabla-results li,
.rtl .muqabla-results,
.book-single.rtl .muqabla-results,
.book-single.rtl .muqabla-results div,
.book-single.rtl .muqabla-results h1,
.book-single.rtl .muqabla-results h2,
.book-single.rtl .muqabla-results h3,
.book-single.rtl .muqabla-results h4,
.book-single.rtl .muqabla-results h5,
.book-single.rtl .muqabla-results h6,
.book-single.rtl .muqabla-results span,
.book-single.rtl .muqabla-results p,
.book-single.rtl .muqabla-results li {
	font-family: "Varela Round", sans-serif !important;
}

.rtl .book-content .muqabla-results p,
.rtl .book-content .muqabla-results span {
	font-size: initial !important;
	line-height: initial;
	margin-bottom: 0px;
}

.rtl .muqabla-results {
	direction: initial;
}

.book-read img {
	width: auto;
	margin-top: 5px;
	max-width: 20px;
}

.book-content p {
	font-size: 20px;
	line-height: 33px;
}

.book-content table {
	border-collapse: collapse;
	margin: auto auto 23px auto;
	border: 2px solid var(--border-light-gray);
	width: 80% !important;
}
.book-content table tbody {
	width: 100% !important;
	display: table;
}
.book-content table td {
	border-left: 2px solid var(--border-light-gray);
	border-right: 2px solid var(--border-light-gray);
}
.book-content table td:first-child {
	border-left: none;
}
.book-content table td:last-child {
	border-right: none;
}
.book-content table tr {
	background-color: var(--background-light-gray);
}
.book-content table tr:nth-child(even) {
	background-color: var(--background-light-gray);
}
.book-content table tr:first-child td,
.book-content table tr:first-child th {
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	padding: 10px 16px;
}
.book-content table h3 {
	padding: 0 !important;
}
.book-content td {
	min-width: 100px;
}

/* Let's get this party started */
.book-content::-webkit-scrollbar {
	width: 8px;
}

/* Track */
.book-content::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px var(--black);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* Handle */
.book-content::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: var(--black);
	-webkit-box-shadow: inset 0 0 6px var(--black);
}
.book-content::-webkit-scrollbar-thumb:window-inactive {
	background: var(--black);
}

.book-navigation {
	text-align: right;
	font-size: 16px;
	margin-top: 10px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 15px;
}

.book-chapter {
	position: relative;
	display: block;
	margin-top: 50px;
}

.book-chapter .prev,
.book-chapter .next {
	display: inline;
	position: absolute;
	top: 50%;
	cursor: pointer;
}

.page-navigation.disabled {
	opacity: 0.5;
	cursor: not-allowed !important;
}

.book-navigation .fas,
.page-navigation .fas {
	font-size: 60px;
	padding: 7px;
}

.book-chapter .prev {
	left: -70px;
}

.book-chapter .next {
	right: -70px;
}

.rtl .book-chapter .prev {
	right: 70px;
	left: auto;
}

.single-books .chapter-lecture .container {
	background-color: var(--background-transparent) !important;
}

.rtl .book-chapter .next {
	left: -70px;
	right: auto;
}

.book-loader {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(255, 255, 255, 0.5);
	display: none;
	text-align: center;
}

.book-loader .fas {
	font-size: 30px;
	right: 0;
	left: 0;
	margin: auto;
	vertical-align: middle;
	display: inline-block;
	top: 50%;
	position: absolute;
}

.test {
	margin-top: 30px;
}

/* Quiz */

.mlw_qmn_quiz {
	margin-bottom: 20px;
}

.mlw_qmn_quiz .mlw_qmn_timer {
	font-size: 25px;
	background-color: var(--background-km-green) !important;
	-webkit-box-shadow: 0 4px 8px var(--boxshadow-dark-80);
	-moz-box-shadow: 0 4px 8px var(--boxshadow-dark-80);
	box-shadow: 0 4px 8px var(--boxshadow-dark-80);
}

.mlw_qmn_quiz .quiz_section label,
.mlw_qmn_quiz .quiz_section .mlw_qmn_question,
.mlw_qmn_quiz .quiz_section .mlw_qmn_question p {
	margin: 0 0 5px 0;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	color: var(--color-dark-gray);
	display: inline;
}

/*rtl*/

.mlw_qmn_quiz {
	display: block;
	width: 100%;
}

.rtl {
	direction: rtl;
}

.rtl .mlw_qmn_quiz,
.rtl .title {
	text-align: right;
}

.rtl .mlw_qmn_quiz input {
	float: right;
	margin: 16px 0;
}

.rtl .mlw_qmn_quiz .quiz_section label,
.mlw_qmn_message_before p {
	color: var(--color-dark-gray);
	font-size: 32px !important;
	line-height: 40px !important;
}

.rtl .mlw_qmn_question p {
	font-size: 36px !important;
	line-height: 40px !important;
}

/* Registration Form */

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"] {
	border: 1px solid var(--boxshadow-dark-15) !important;
	border-radius: 0.25rem !important;

	-webkit-transition: border-color ease-in-out 0.15s,
		-webkit-box-shadow ease-in-out 0.15s !important;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
	-moz-transition: border-color ease-in-out 0.15s,
		box-shadow ease-in-out 0.15s !important;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
		-webkit-box-shadow ease-in-out 0.15s !important;
}

.header-right-widget ul {
	margin-bottom: 0;
}

.header-widget.widget_nav_menu ul.menu li a {
	color: var(--white);
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
textarea,
select {
	display: block;
	width: 100%;
	padding: 0.5rem 0.75rem;
	font-size: 1.5rem;
	line-height: 1.25;
	color: var(--color-dark-gray);
	background-color: var(--background-light-gray);
	background-image: none;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid var(--boxshadow-dark-15);
	border-radius: 0.25rem;
	-webkit-transition: border-color ease-in-out 0.15s,
		-webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-moz-transition: border-color ease-in-out 0.15s,
		box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
		-webkit-box-shadow ease-in-out 0.15s;
}

#loginform {
	max-width: 320px;
}
#loginform label {
	display: block;
}

.muqabla-ask #loginform,
.bookmark-ask #loginform {
	max-width: 320px;
	margin: 0 auto;
}
.muqabla-ask #loginform label,
.bookmark-ask #loginform label {
	display: none;
}
.muqabla-ask #wp-submit,
.bookmark-ask #wp-submit {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 320px;
}

#wp-submit {
	color: var(--white);
	background-color: var(--background-km-orange);
	display: inline-block;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid var(--border-km-orange);
	padding: 0.5rem 1rem;
	font-size: 1rem;
	border-radius: 0.25rem;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*Leaderboard*/

ul.nav.nav-tabs.leaderboardFilters,
ul.nav.nav-tabs.leaderboardFilters li {
	border-bottom: none;
	width: auto;
}
.tab-content.section-leaderboardfilter {
	margin-top: 1px;
	border-top: 1px solid var(--border-km-orange);
}
.leaderboard li {
	border-color: var(--white) !important;
}
.leaderboardFilters li {
	border-bottom: none;
	width: auto;
}
.qmn_results_page .quiz_leaderboard,
.quiz_leaderboard {
	background-color: var(--background-km-orange);
	color: var(--white);
	border-color: var(--white);
	margin: 0;
}

.quiz_leaderboard td,
.quiz_leaderboard th {
	font-size: 21px;
	font-weight: 500;
	line-height: 43px;
	text-align: center;
	border: 1px solid var(--white);
}

.user_leaderboard {
	width: 100%;
	margin-top: 20px;
}

.qmn_results_page .col-md-12 {
	margin-bottom: 50px;
}

.qmn_results_page ol,
.leaderboard ol {
	margin-top: 15px;
}

.qmn_results_page li,
.leaderboard li {
	line-height: 20px;
	vertical-align: top;
	display: inline-block;
	border: 1px solid var(--white);
	width: 100%;
	max-width: 1140px;
}

.qmn_results_page ol td,
.leaderboard ol td {
	width: 30%;
}

.qmn_results_page table,
.leaderboard table {
	width: 100%;
	max-width: 1140px;
}

.qmn_results_page table td {
	margin: 0;
	border-right: 1px solid var(--black);
}

.muqabla-ask,
.bookmark-ask {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 3000;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background-color: var(--boxshadow-dark-5);
	display: none;
	font-family: "Varela Round", sans-serif;
}
.muqabla-ask .popup-wrapper,
.bookmark-ask .popup-wrapper {
	max-width: 480px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: var(--white);
	padding: 30px;
	position: absolute;
}
.muqabla-ask .btn,
.bookmark-ask .btn {
	cursor: pointer;
	font-weight: 700;
	font-size: 14px;
	width: 46%;
}
.btn-primary {
	background-color: var(--background-km-orange);
	color: var(--white);
}
.btn-default {
	background-color: var(--background-light-gray);
	color: var(--color-dark-gray);
}
.no-btn-radius {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.btn-readAgain {
	max-width: 320px;
	border: 0;
	padding: 0.4rem 1rem;
	font-size: 1rem;
	width: 100%;
	margin: 0 auto;
}
h4.popup-title {
	color: var(--color-medium-dark-gray);
	font-size: 32px;
	font-weight: 700;
}
.color-green {
	color: var(--color-km-orange);
}

.popup-sub-title-text {
	color: var(--color-medium-dark-gray);
	font-size: 12px;
}
.muqabla-ask h5,
.bookmark-ask h5 {
	margin: 7px 0px;
}

.rtl .muqabla-ask h5,
.rtl .bookmark-ask h5 {
	text-align: right;
}

/* Profile Settings */

.tab-content {
	margin-top: 40px;
}

.tml-profile .tml-form-table th,
.tml-profile .tml-form-table td {
	display: table-cell !important;
}

.tml-profile .tml-form-table {
	margin: 20px 0;
}

.qsm_results,
.qsm_results_table {
	margin-bottom: 30px;
	font-size: 20px;
}

.qsm_results,
.qsm_results button {
	margin-bottom: 30px;
}

.qsm_results h1 {
	font-size: 30px;
	border-bottom: 1px solid var(--border-light-gray);
	padding-bottom: 15px;
}

.qmn_question_answer {
	margin-bottom: 20px;
	border-bottom: 1px solid var(--background-light-gray);
	padding: 10px 0;
	font-size: 15px;
}

.qmn_question_answer_correct {
	color: var(--color-km-dark-green);
}
.qmn_question_answer_incorrect {
	color: var(--red);
}

.tml-login,
.tml-social-divider,
.tml-social-providers {
	margin: 0 auto;
}
/* Footer */

.single-book-image {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 20px;
}

.book-single-title {
	text-align: center;
	font-size: 17px;
	margin-bottom: 24px;
}
.text-copyright {
	text-align: left;
	margin: 8px 0;
	padding-left: 40px;
}
.text-bottom-nav {
	text-align: right;
	margin: 8px 0;
	padding-right: 40px;
}
/* Muqabla Archive */

.quiz-archive-single {
	background-color: var(--background-light-gray);
	padding: 10px 24px;
}

.quiz-taxonomies {
	font-size: 13px;
	margin-top: -5px;
	display: block;
}

.muqabla-button {
	margin-top: 5px;
}

#timerDiv {
	margin-bottom: 20px;
	color: var(--color-dark-gray) !important;
	background-color: var(--background-light-gray);
	padding: 10px 15px;
	border-radius: 0;
	font-weight: 600;
	font-family: "Varela Round", sans-serif;
	font-size: 35px;
	-webkit-box-shadow: 0px 0px 5px 0px var(--boxshadow-dark-40);
	-moz-box-shadow: 0px 0px 5px 0px var(--boxshadow-dark-40);
	box-shadow: 0px 0px 5px 0px var(--boxshadow-dark-40);
}

#timeNag {
	text-align: center;
	display: block;
	width: 100%;
	font-size: 32px;
}
.timeLeftTxt {
	font-size: 14px;
	font-weight: 600;
	text-align: right;
	text-transform: uppercase;
}
#timeNag a,
#watupro_quiz input[type="submit"],
#watupro_quiz button,
input[type="button"] {
	background: linear-gradient(
		45deg,
		var(--gradient-start-orange),
		var(--gradient-end-orange)
	) !important;
	/*border-color: var(--border-km-orange);*/
	color: var(--white);
	max-width: 300px;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid var(--border-transparent);
	padding: 0.5rem 1rem;
	font-size: 18px;
	border-radius: 0.25rem;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}

#timeNag a,
#watupro_quiz input[type="submit"] {
	display: block;
}

.rtl .watupro-question-choice input[type="radio"],
.rtl .watupro-question-choice input[type="checkbox"] {
	float: right;
	display: inline-block !important;
	margin-top: 20px;
}

.rtl form.quiz-form {
	text-align: right;
}

.rtl form.quiz-form,
.rtl form.quiz-form .question-content p,
.rtl .watupro-choices-columns {
	font-size: 32px !important;
	color: var(--color-dark-gray);
}

.rtl .watu-question {
	float: right;
}

.rtl .watupro-question-choice span {
	padding-right: 10px;
}

.rtl .watupro-question-choice {
	padding: 0;
}

.rtl div#timerDiv {
	left: 20px;
	right: 0px;
	text-align: center;
	direction: ltr;
	line-height: 1;
}

.rtl .book-content .quiz-area .show-question .show-question-content {
	padding-right: 50px;
	padding-left: 0px;
	overflow: hidden;
}

.rtl .show-question-content span.watupro_num {
	left: inherit;
	right: 0;
	font-family: "Varela Round", sans-serif !important;
	font-size: 20px !important;
}

.rtl .book-content .show-question .show-question-content p,
.rtl .book-content .show-question .show-question-content span {
	margin-bottom: 0;
}

.rtl .correct-answer span.answer {
	padding-right: 30px;
	display: inline-block;
	vertical-align: text-top;
	background-size: 25px;
}

.watupro-basic-chart-points tbody tr td:first-child div,
.watupro-basic-chart-percent tbody tr td:first-child div {
	background-color: var(--background-km-orange) !important;
}

.toggleSearFilter {
	display: none;
}
#filter_wrapper .ftitle {
	color: var(--color-medium-dark-gray);
}
#filter_wrapper input[type="text"],
#filter_wrapper input[type="password"] {
	border: 1px solid var(--white) !important;
	border-radius: 0 !important;
	background-color: var(--white);
}
#filter_wrapper button#searchsubmit {
	background-color: var(--white);
	border: 1px solid var(--border-transparent);
	margin-left: -1px;
	color: var(--color-km-orange);
	padding: 0 16px;
	cursor: pointer;
}
.btn-outline-km {
	border: 1px solid var(--border-km-orange);
	background-color: var(--background-transparent);
	color: var(--color-km-orange);
}
.btn-outline-km:hover,
.btn-outline-km:active,
.btn-outline-km:focus {
	border: 1px solid var(--border-transparent);
	background-color: var(--background-km-orange);
	color: var(--white);
}
#filter_wrapper .sg {
	color: var(--color-medium-light-gray);
	font-weight: bold;
	margin-bottom: 16px;
	font-size: 14px;
}
#filter_wrapper .term {
	width: 30%;
	height: 95px;
	background-color: var(--white);
	float: left;
	padding: 2px;
	margin-right: 3%;
	margin-bottom: 8px;
	text-align: center;
	cursor: pointer;
	border: 1px solid var(--border-light-gray);
}
#filter_wrapper .term:nth-child(3n + 0) {
	/*    margin-right: 0;*/
}
.grade-filter div {
	color: var(--color-medium-dark-gray);
	line-height: 1em;
}

.grade-filter .fgrade {
	font-size: 50px;
	font-weight: 700;
	font-family: "Varela Round", serif;
	line-height: 1em;
}

.grade-filter .fgradetxt {
	font-size: 16px;
	font-family: "Varela Round", sans-serif;
	font-weight: 600;
	line-height: 1em;
}
.subject-filter .term {
	position: relative;
	font-size: 12px;
	font-family: "Varela Round", sans-serif;
	font-weight: 600;
	line-height: 1em;
}

.subject-filter .subject-name {
	font-size: 12px;
	font-family: "Varela Round", sans-serif;
	font-weight: 600;
	line-height: 1em;
	color: var(--color-medium-dark-gray);
	min-height: 40px;
	padding: 0;
}
.subject-filter .term > div {
	text-align: center;
	height: 100%;
	width: 100%;
	padding: 0;
}

.subject-filter .term .term-image {
	height: 55px;
	margin-bottom: 4px;
}
#filter_wrapper .term.active {
	background-color: var(--color-light-orange);
}
.btn-filter-outline {
	color: var(--color-km-orange);
	background-image: none;
	background-color: var(--background-light-gray);
	border-color: var(--border-km-orange);
}
.term.active div {
	color: var(--white);
}
.grade-filter-wrapper,
.subject-filter-wrapper {
	display: inline-block;
	margin-bottom: 25px;
	width: 100%;
}
.grade-filter-wrapper h6,
.subject-filter-wrapper h6 {
	color: var(--color-medium-dark-gray);
	font-size: 15px;
}
.no-bradius {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.shadow {
	box-shadow: 0 1px 6px var(--boxshadow-dark-25);
}
.page-nav {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-left: -50px;
	margin-right: 0;
	color: var(--color-light-gray);
	z-index: 999;
}
.bg-light-gray {
	background-color: var(--background-light-gray);
}
.thead-primary thead {
	background-color: var(--background-km-orange);
}
.thead-primary thead th {
	color: var(--white);
	font-size: 14px;
	font-weight: bold;
}

table.quizes tbody {
	font-size: 13px;
	color: var(--color-medium-dark-gray);
}
table.quizes span.subjects {
	font-weight: normal;
	font-size: 13px;
}
.text-primary a {
	color: var(--color-km-orange);
	text-decoration: none;
	font-size: 13px;
}
/* Title*/
.content.content_top_margin {
	margin-top: 0 !important;
}
.header_bottom {
	background-color: var(--background-transparent);
}
/* Plugin CSS */
/*.timeNag-wrapper{
    height: 100%;
    width: 100%;
    background-color: var(--boxshadow-dark-5);

}
#timeNag{
    max-width: 480px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -0%);
    background-color: var(--white);
    padding: 30px;
    position: absolute;
}*/
/* Quiz */
span.watupro_num {
	width: 65px !important;
	background-color: var(--color-light-orange);
	display: inline-block !important;
	color: var(--white);
	text-align: center;
	font-weight: 700;
	font-size: 15px;
	margin-right: 16px;
	padding: 6px;
}
.watupro-question-choice span {
	color: var(--color-dark-gray);
	font-weight: 400;
}
div.watupro-choices-columns {
	padding-left: 84px;
	font-size: 15px;
}
table.watupro_buttons {
	border-top: 1px dotted var(--border-light-gray) !important;
}
/* Quiz Results */
.single-page-quiz .watu-question {
	border: 1px solid var(--border-light-gray);
}

.single-page-quiz .watu-question img,
.show-question-content img {
	/*    width: 250px;*/
	height: auto;
	margin: auto;
	width: 100%;
	/*    padding: 10px 20px;*/
}

.quiz-area
	.watu-question
	.question-choices.watupro-choices-columns
	.watupro-question-choice {
	text-align: center;
}

.watupro-main-feedback p,
.watupro-main-feedback span {
	display: inline-block;
	vertical-align: middle;
	width: 80%;
}

.show-question-content p {
	display: inline-block;
	width: auto;
}

.single-page-quiz .watu-question,
.single-page-quiz {
	width: 100%;
}
h1.quiz_result_heading {
	color: var(--color-km-orange);
	width: 100%;
	text-align: center;
	font-family: "Varela Round", sans-serif;
	font-weight: 700;
}

.quiz_result_sub_heading_wrapper {
	width: 100%;
	font-family: "Varela Round", sans-serif;
	font-weight: 400;
}

.quiz_result_sub_heading {
	max-width: 50%;
	text-align: center;
	margin: 0 auto;
}

h3.quiz_heading {
	width: 100%;
	overflow: hidden;
	position: relative;
	font-family: "Varela Round", sans-serif;
	font-weight: 700;
	font-size: 30px;
}

h3.quiz_heading:after {
	content: " ";
	position: absolute;
	border-bottom: 1px solid var(--black);
	width: 100%;
	bottom: 0;
}
.retake {
	background-color: var(--background-km-orange);
	color: var(--white);
}

/*.show-question-content{
    margin-left: -84px;
}*/
.mb-60 {
	margin-bottom: 60px;
}

.show_quiz_results_text {
	font-family: "Varela Round", sans-serif;
	font-weight: 700;
	font-size: 19px;
	border-bottom: 1px solid var(--black);
	padding-bottom: 8px;
}
.show_quiz_results {
	cursor: pointer;
	color: var(--color-km-orange);
}
.quiz_results {
	display: none;
}
/* Home Page */
.green_shade {
	background: var(--background-km-green); /* Old browsers */
	background: -moz-linear-gradient(
		-45deg,
		var(--background-km-green) 1%,
		var(--background-km-orange) 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		-45deg,
		var(--background-km-green) 1%,
		var(--background-km-orange) 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		135deg,
		var(--background-km-green) 1%,
		var(--background-km-orange) 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--background-km-green)', endColorstr='var(--background-km-orange)',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.image_with_text img {
	display: inline-block;
}
.image_with_text h2 {
	font-weight: 700;
}
.text-gray {
	color: var(--color-dark-gray);
}
.achievement-wrapper {
	width: 100%;
	margin: 50px auto;
}

.achievement {
	width: 33%;
	display: inline-block;
	text-align: center;
}
.achievement-text-wrapper {
	width: 280px;
	height: 280px;
	padding: 10% 0;
	border-radius: 50%;
	background-color: var(--white);
	border: 2px solid var(--border-light-orange);
	margin: auto;
	box-shadow: 0 0 50px var(--boxshadow-dark-5);
}
.achievement-title {
	font-family: "Varela Round", sans-serif;
	font-weight: 700;
	font-size: 35px;
}
.achievement-sub-text {
	color: var(--color-medium-dark-gray);
	font-size: 18px;
	font-weight: 400;
}
.about-us-section-img {
	width: 300px;
	height: auto;
	margin: 0 auto;
}
.featured-quiz-wrapper {
}
.bg-gray {
	background-color: var(--background-light-gray);
}
.featured-books-wrapper .book-img-wrapper {
	height: 164px;
	width: 100%;
	max-width: 150px;
	overflow: hidden;
	margin: 0 auto;
}
.featured-books-wrapper h2 {
	font-family: "Varela Round", sans-serif;
	font-weight: 700;
	font-size: 32px;
	color: var(--color-dark-gray);
	padding-bottom: 32px;
}

.featured-quiz-wrapper h2 {
	font-family: "Varela Round", sans-serif;
	font-weight: 700;
	font-size: 32px;
	color: var(--white);
	padding-bottom: 32px;
}
.featured-quiz-wrapper div.heading {
	font-size: 14px;
	font-weight: 500;
	color: var(--white);
	text-decoration: none;
	text-shadow: 0.5px 0.5px 0.5px var(--text-shadow-green);
	padding: 8px;
}
.featured-quiz-wrapper ul {
	padding: 0;
	margin: 6px 0;
}
.featured-quiz-wrapper li {
	list-style: none;
	color: var(--white);
	padding: 8px;
	font-size: 14px;
	position: relative;
}
.featured-quiz-wrapper li:nth-child(odd) {
	background-color: rgba(255, 255, 255, 0.15);
	color: var(--white);
}
.featured-quiz-wrapper li a {
	text-decoration: none;
	color: var(--white);
	text-shadow: 0.5px 0.5px 0.5px var(--text-shadow-green);
}
.featured-quiz-wrapper li:hover a {
	color: var(--color-km-dark-green);
	text-shadow: none;
}
.featured-quiz-wrapper .btn {
	background: var(--boxshadow-dark-5);
	color: var(--white);
	font-weight: 500;
	border-radius: 0;
	font-size: 16px;
	display: block;
	text-align: center;
	padding: 8px;
}
.top-quiz-categories-wrapper {
	margin: 34px 0;
	font-size: 14px;
	font-weight: 700;
	padding: 8px;
}
.quiz-categories-title {
	color: var(--white);
}
.quiz-categories-content {
	color: var(--color-km-dark-green);
}
.featured-quiz-name {
	width: 85%;
	display: inline-block;
}
.total-quiz-played {
	min-width: 40px;
	display: inline-block;
	width: 15%;
	text-align: right;
	font-style: italic;
	padding-right: 8px;
}
.featured-book-wrapper {
	display: inline-block;
	padding-bottom: 20px;
	width: 80%;
	overflow: hidden;
	min-height: 250px;
}

.featured-book-wrapper .book-meta .name a {
	color: var(--color-dark-gray);
	font-weight: 700;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.featured-book-wrapper .book-meta .name {
	overflow: hidden;
	text-overflow: ellipsis;
}
.featured-book-wrapper .book-meta .action a {
	color: var(--color-km-orange);
	font-weight: 400;
	font-size: 11px;
	padding: 4px 4px 4px 0;
	line-height: 10px;
}
.featured-book-wrapper .book-meta .action a:last-child:before {
	content: "";
	padding-right: 10px;
	border-left: 1px solid var(--border-km-orange);
}
.featured-books-wrapper .btn {
	background: var(--background-light-gray);
	color: var(--color-medium-dark-gray);
	font-weight: 500;
	border-radius: 0;
	font-size: 16px;
	display: block;
	text-align: center;
	padding: 8px;
}
.leaderboard-wrapper {
	padding: 80px 0;
	color: var(--white);
}
.leaderboard-wrapper h2 {
	font-family: "Varela Round", sans-serif;
	font-weight: 700;
	font-size: 32px;
	color: var(--color-km-green);
}
.tbl-leaderboard-wrapper {
	color: var(--white);
	padding: 40px 0;
}
.tbl-leaderboard-wrapper table thead th,
.tbl-leaderboard-wrapper table tbody td {
	color: var(--white);
}
.tbl-leaderboard-wrapper td {
	line-height: 32px;
}
.leaderboard-wrapper a {
	color: var(--white);
}
.leaderboard-wrapper a.read-more:before,
.leaderboard-wrapper a.read-more:after {
	display: block;
	border-top: 1px solid var(--white);
	width: 28%;
	content: " ";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.post-wrapper {
	font-size: 16px;
	font-family: "Varela Round", sans-serif;
	margin-top: 30px;
	margin-bottom: 30px;
}
a.post-title {
	font-weight: 700;
	font-size: 19px;
	color: var(--color-dark-gray);
	text-decoration: none;
	margin: 8px 0;
}
.post-wrapper .post-meta span {
	background-color: var(--background-light-gray);
	display: inline-block;
	padding: 0 12px;
	border-radius: 15px;
	font-size: 11px;
	color: var(--color-light-gray);
	margin: 4px 0;
}
.post-wrapper .post-meta span > span {
	color: var(--color-dark-gray);
}
.post-wrapper .post-excrept {
	color: var(--color-dark-gray);
}
.post-wrapper .post-read-more {
	font-weight: 600;
	color: var(--color-km-green);
}
.book-single {
	/*margin-top: 113px !important;*/
}
div.read-more-wrapper {
	width: 70%;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.leaderboard-wrapper a.read-more:before {
	left: 0;
}
.leaderboard-wrapper a.read-more:after {
	right: 0;
}
.tbl-leaderboard-wrapper table tbody td div {
	background-color: rgba(255, 255, 255, 0.2);
}

.container-leaderboard {
	margin: 0 auto;
}

.pagination-wrapper {
	margin: 32px auto;
	font-family: "Varela Round", sans-serif;
	font-weight: 700;
}

.pagination-wrapper .pagination a,
.pagination-wrapper .pagination span.current {
	line-height: 32px;
	text-align: center;
	padding: 0 16px;
	font-size: 16px;
	margin: 2px;
	display: inline-block;
}
.pagination-wrapper .pagination a {
	color: var(--white);
	background-color: var(--background-light-gray);
}
.pagination-wrapper .pagination a.prev,
.pagination-wrapper .pagination a.next {
	font-size: 12px;
	font-weight: 400;
}
.pagination-wrapper .pagination a.prev,
.pagination-wrapper .pagination a.next,
.pagination-wrapper .pagination span.current {
	background-color: var(--background-km-green);
	text-decoration: none;
	color: var(--white);
}
.pagination-wrapper .page-numbers.dots {
	color: var(--color-light-gray);
}
.pagination ul li span.page-numbers.dots {
	background-color: var(--background-transparent);
	color: var(--color-medium-light-gray) !important;
}
.flexslider,
.portfolio_slider {
	margin: 0;
}

a.btn-read-more {
	font-family: "Varela Round", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: var(--white);
	text-decoration: none;
	padding: 8px 32px;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	background-color: var(--background-km-orange);
	border-radius: 0;
}

.footer_bottom ul li {
	margin-right: 24px;
}
ul.navigation-bottom {
	text-align: right;
}
/* User Profile */

.user-profile-edit-wrapper {
	margin-bottom: 60px;
}
.pg-userProfile {
	padding: 60px 0;
}
ul.user-profile-nav {
	padding: 0;
	margin: 30px 0;
}
ul.user-profile-nav li {
	list-style: none;
	text-align: left;
	font-family: "Varela Round", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: var(--color-medium-dark-gray);
	text-decoration: none;
	padding: 8px 32px 8px 8px;
	margin-bottom: 0;
	cursor: pointer;
}
ul.user-profile-nav li:not(:last-child) {
	border-bottom: 1px dotted var(--border-light-gray);
}
ul.user-profile-nav li i {
	padding-right: 8px;
}
.back-to-leaderboard {
	font-family: "Varela Round", sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: var(--color-km-orange);
	text-decoration: none;
	padding: 8px 32px;
	margin-bottom: 40px;
	text-align: right;
	border: 0;
	background-color: var(--background-transparent);
	cursor: pointer;
}
.tml.tml-subscriber_profile .tml-field-wrap {
	margin-bottom: 1em;
	width: 45%;
	display: inline-block;
	margin-left: 20px;
}
.tml.tml-subscriber_profile .tml-field-wrap:nth-last-child(-n + 5) {
	width: 100% !important;
	text-align: center;
	margin-left: 0 !important;
}
.tml.tml-subscriber_profile label {
	padding-left: 4px;
}
.tml-field-wrap label[for="first_name"]:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "FontAwesome";
	content: "\f007";
	padding-right: 8px;
	color: var(--color-medium-dark-gray);
}
.tml-field-wrap label[for="last_name"]:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "FontAwesome";
	content: "\f007";
	padding-right: 8px;
	color: var(--color-medium-dark-gray);
}
.tml-field-wrap label[for="nickname"]:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "FontAwesome";
	content: "\f007";
	padding-right: 8px;
	color: var(--color-medium-dark-gray);
}
.tml-field-wrap label[for="email"]:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "FontAwesome";
	content: "\f0e0";
	padding-right: 8px;
	color: var(--color-medium-dark-gray);
}
.section-userProfile .user-activity,
.section-userProfile .user-bookmarks {
	padding: 16px;
}
.user-intro {
	background-color: var(--background-light-gray);
	padding: 15px;
}
.user-img {
	height: 200px;
	max-width: 200px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	background-color: var(--white);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	-webkit-box-shadow: 0px 0px 5px 0px var(--boxshadow-dark-40);
	-moz-box-shadow: 0px 0px 5px 0px var(--boxshadow-dark-40);
	box-shadow: 0px 0px 5px 0px var(--boxshadow-dark-40);
}

.user-image {
	width: 250px;
	height: 250px;
	overflow: hidden;
}
.user-activity {
	background-color: var(--background-km-green);
}
.user-results {
	background-color: var(--background-light-gray);
}
.no-record {
	border-top: 12px solid var(--border-km-orange);
	border-bottom: 1px solid var(--border-light-gray);
	border-left: 1px solid var(--border-light-gray);
	border-right: 1px solid var(--border-light-gray);
	border-radius: 4px;
	padding: 32px 16px;
}

.content,
.content .container,
.full_width,
body,
.wrapper,
.content,
.full_width,
.overlapping_content .content > .container,
.more_facts_holder {
	background-color: var(--background-transparent);
}

.books-template-default.single.single-books .header_top_bottom_holder {
	background-color: var(--white);
	border-bottom: 6px solid var(--border-km-orange);
}
a.view_profile {
	color: var(--color-km-orange);
	font-family: "Varela Round", sans-serif;
	font-weight: 600;
	font-size: 12px;
	text-decoration: none;
}
.section-leaderboard,
.user-profile-wrapper {
	margin-bottom: 80px;
}
.tml.tml-subscriber_profile .section-leaderboard h2,
.section-userProfile h2 {
	font-weight: 300;
	color: var(--color-medium-dark-gray);
	margin-bottom: 40px !important;
}
.section-leaderboardfilter {
	margin-bottom: 40px;
	padding: 16px 16px 24px;
	background-color: var(--background-light-gray);
	border-radius: 4px;
	font-size: 14px;
	color: var(--color-medium-dark-gray);
	border-bottom: 1px solid var(--border-light-gray);
}
.section-leaderboardfilter select,
.section-leaderboardfilter button {
	font-size: 14px;
}
.section-leaderboardfilter button {
	margin-top: 30px;
}
.section-leaderboardfilter .form-group {
	margin-bottom: 1rem;
}
.profile-data {
	font-family: "Varela Round", sans-serif;
}
.profile-data > div > div {
	padding: 16px;
}
.user-data {
	text-align: center;
}
.profile-data div.user-activity,
.profile-data div.user-results,
.profile-data div.book_progress_wrapper {
	padding: 16px;
}
.profile-data div.book_progress_wrapper {
	margin-top: 30px;
	background-color: var(--background-light-gray);
	padding-bottom: 40px;
	border-bottom: 1px solid var(--border-light-gray);
	height: 250px;
	overflow-y: auto;
}
.book_progress_wrapper .bpwrapper {
	margin-top: 32px;
}
.bpw:not(:first-child) {
	margin-top: 10px;
}

.progress_base {
	background-color: var(--background-light-gray);
	width: 100%;
	height: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid var(--border-light-gray);
	position: relative;
	overflow: hidden;
}
.book_progress_wrapper h5 {
	font-weight: 600;
}
.book_progress {
	background-color: var(--background-km-green);
	height: 11px;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	top: 1px;
	left: 1px;
}
.bpwrapper {
	margin: 8px 0;
}

.percentRead {
	font-size: 11px;
	font-weight: 500;
	position: absolute;
	top: 50%;
	right: 0;
	color: var(--white);
	background-color: var(--background-km-green);
	padding: 0 4px;
	display: none;
	border: 1px solid var(--border-km-orange);
	box-shadow: 2px 2px 2px var(--boxshadow-light-gray);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.bpw {
	position: relative;
}
.bpw .percentRead {
	top: -2px;
}

.sbpwrapper .progress_base {
	height: 8px;
	background-color: var(--background-light-gray);
	border-color: var(--border-light-gray);
}
.sbpwrapper .book_progress {
	height: 4px;
}
.book_title {
	font-size: 13px;
	font-weight: 500;
}

.watupro-warning {
	text-align: center;
	width: 100%;
}
input.tml-button {
	border: 0;
	padding: 12px 32px;
	line-height: 1em;
	cursor: pointer;
	background-color: var(--background-km-orange);
	color: var(--white);
	font-size: 14px;
	font-weight: 400;
}
.col-xs-6 {
	width: 50%;
}
.bg-white {
	background-color: var(--white);
}
.pum-theme-default-theme {
	background-color: rgba(255, 255, 255, 1);
}
.pum-title.popmake-title {
	font-family: "Varela Round", sans-serif;
	font-weight: 300;
	text-align: center;
	line-height: 1em;
	margin-bottom: 40px;
	color: var(--color-km-orange);
}
.pum-theme-default-theme .pum-container {
	background-color: var(--background-transparent);
}
.pum-theme-default-theme .pum-container .nav-link {
	border-bottom: 1px solid var(--border-transparent);
	font-size: 19px;
}
.pum-theme-default-theme .pum-container a.nav-link {
	color: var(--color-light-gray);
}
.pum-theme-default-theme .pum-container .nav-link.active {
	background: var(--background-transparent);
	color: var(--color-km-orange);
	font-weight: 500;
}
.pum-theme-default-theme .pum-container .tab-content {
	margin-top: 0;
	color: var(--color-dark-gray);
	padding: 60px 30px 30px 30px;
	background: var(--background-transparent);
}
.pum-theme-default-theme .pum-container .tab-content p {
	color: var(--white);
}
.pum-theme-default-theme .pum-container .tab-content input.tml-button {
	font-size: 19px;
	font-weight: 700;
}
.pum-content .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	border-bottom: 2px solid;
	border-color: var(--white) var(--white) var(--border-km-orange) var(--white);
}
.pum-content .nav.nav-tabs li {
	border-bottom: none;
	width: 50%;
}
.pum-content .nav.nav-tabs li a {
	width: 100%;
}
.pum-content .nav.nav-tabs li:hover a,
.pum-content .nav.nav-tabs li a.active {
	border-bottom: 2px solid var(--border-km-orange);
}
.pum-content .nav.nav-tabs li:hover a {
	border-bottom: none;
}

ul.tml-links li {
	list-style: none;
	text-align: center;
}
ul.tml-links li a {
	line-height: 30px;
}
ul.tml-links li:before {
	content: unset;
}
span.avatar-wrapper {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.3);
	height: 40px;
	width: 40px;
	border-radius: 20px;
	padding: 2px;
}
.avatar_boy {
	background: url("./inc/images/favatar-m.png") no-repeat center 15px
		var(--background-light-gray);
}
.avatar_girl {
	background: url("./inc/images/favatar-f.png") no-repeat center 15px
		var(--background-light-gray);
}

.user-intro.avatar_boy .user-data,
.user-intro.avatar_girl .user-data {
	background-color: rgba(255, 255, 255, 0.9);
	margin-top: 120px;
	padding: 8px;
	min-height: 365px;
}
/* Support */

.support-articles.container {
	padding: 70px 0;
}

.support-articles {
	font-family: "Varela Round", sans-serif;
	color: var(--color-dark-gray);
}
.support-articles h2 {
	margin-bottom: 40px;
}
.support-articles .nav-tabs .nav-item {
	margin-bottom: -4px;
}
.nav.nav-tabs li {
	border-bottom: 4px solid var(--border-transparent);
}
.nav.nav-tabs li a {
	padding: 12px 20px;
	font-size: 19px;
	line-height: 1em;
	display: inline-block;
	color: var(--color-dark-gray);
	text-decoration: none;
}
.nav.nav-tabs li:hover a,
.nav.nav-tabs li a.active {
	text-decoration: none;
	color: var(--color-km-orange);
}
.nav.nav-tabs li:hover a,
.nav.nav-tabs li a.active {
	border-bottom: 4px solid var(--border-km-orange);
	margin-bottom: -1px;
}
.card {
	/* border: 1px solid var(--border-light-gray); */
	min-height: 168px;
	/* box-shadow: 0 2px 4px 0 var(--boxshadow-dark-10); */
	padding: 16px;
	margin-bottom: 30px;
	overflow: hidden;
	-webkit-transition: color 1s;
	-moz-transition: color 1s;
	-ms-transition: color 1s;
	-o-transition: color 1s;
	transition: color 1s;
}
.bottom-card .card {
	min-height: 100px;
}
.card .title {
	font-weight: bold;
	color: var(--color-dark-gray);
}
a.card-wrapper .title {
	height: auto;
	margin-bottom: 16px;
	font-weight: 700;
	color: var(--color-dark-gray);
	text-decoration: none;
}
a.card-wrapper .description p {
	font-size: 14px;
}
a.card-wrapper {
	text-decoration: none;
	color: var(--color-dark-gray);
}
a.card-wrapper:hover {
	text-decoration: none;
	cursor: pointer;
}
a.card-wrapper:hover .title {
	color: var(--color-km-orange);
}
.btn.btn-help {
	background-color: var(--white);
	color: var(--color-km-orange);
	font-size: 19px;
	font-weight: 700;
	padding: 16px 32px;
	box-shadow: 0 2px 4px 0 var(--boxshadow-dark-10);
	border: 1px solid var(--border-light-gray);
	line-height: 1em;
}
.btn.btn-help-sm {
	font-size: 16px;
	font-weight: normal;
	padding: 12px 16px;
	background-color: var(--white);
	color: var(--color-km-orange);
	box-shadow: 0 2px 4px 0 var(--boxshadow-dark-10);
	border: 1px solid var(--border-light-gray);
	line-height: 1em;
}
.btn.btn-help:active,
.btn.btn-help-sm:active {
	margin-top: 1px;
	margin-bottom: -1px;
	box-shadow: 0 1px 2px 0 var(--boxshadow-dark-10);
}
.help-wrapper {
	margin-top: 32px;
	padding-bottom: 32px;
}
.help-txt {
	color: var(--color-dark-gray);
	font-size: 21px;
	font-weight: 500;
	line-height: 2.5em;
}
.row.bb {
	border-bottom: 2px solid var(--border-light-gray);
	margin-top: 40px;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.row.bt {
	border-top: 2px solid var(--border-light-gray);
	padding-top: 40px;
}
.btn.btn-media {
	border-radius: 22px;
	height: 44px;
	width: 44px;
	padding: 12px;
	color: var(--white);
}
.bg-facebook {
	background-color: #4267b2;
}
.bg-twitter {
	background-color: #1da1f2;
}
.book-single .chapters a {
	color: var(--color-dark-gray);
}
.book-single .chapters a:hover {
	text-decoration: none;
}
.page-nav a {
	color: var(--color-km-orange);
}
.disabled a {
	cursor: not-allowed !important;
}

/* World Cup Page Tempalte */
.wc.leader-board .section-leaderboard {
	/*background-color: var(--boxshadow-dark-80);*/
	margin-top: -18px;
}

.wc-leaderboard {
	padding-top: 80px;
	padding-bottom: 150px;
	position: relative;
}
.wc.leader-board .table td,
.wc.leader-board .table th {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.wc.leader-board .table td {
	color: var(--color-dark-gray);
}
.wc.leader-board .section-userProfile {
	background-color: var(--background-transparent);
	margin-top: 45px;
}
.wc.leader-board .section-leaderboard tbody {
	color: var(--white) !important;
}
.facts-repeat-img {
	max-width: 50px;
}
.championship-page #page-title {
	background: var(--black);
	min-height: 60px;
	color: var(--white);
}
.championship-page #page-title h1 {
	padding: 25px;
}
.teams-name {
	position: relative;
	top: 14px;
}

.team-names p {
	background: var(--background-dark-gray);
	color: var(--white);
	text-align: center;
	border-radius: 15px;
	padding: 10px;
}
.match-vs {
	text-align: center;
	vertical-align: middle;
	color: var(--color-km-orange);
	font-size: 50px;
	font-weight: bold;
}
.nxt-muqabla-txt {
	margin-top: 20px;
}
.nxt-muqabla-txt h3 p {
	color: var(--color-km-orange);
	font-size: 38px;
	padding: 8px;
}
.teams-img img {
	margin-top: 150px;
	position: relative;
}

.team-names {
	margin-top: 50px;
}
.enter-muqabla a,
.enter-muqabla a:hover {
	background: var(--white);
	color: var(--color-km-orange);
	padding: 30px 75px;
	font-weight: bold;
	border: none;
	position: relative;
	margin-top: 15px;
}
#match-info {
	min-height: 350px;
	background: var(--background-light-gray);
	padding: 40px 0;
	position: relative;
}
#fun-facts {
	background: var(--white);
}
#fun-facts .content-middle {
	max-width: 800px;
	padding: 0 15px;
}
#fun-facts .fun-contents .content-middle {
	max-width: 700px;
}
.content-middle {
	max-width: 700px;
	margin: 0 auto;
}
#fun-facts .title-bg {
	background: var(--background-km-orange);
	padding-top: 10px;
}
.facts-repeat-content p {
	position: relative;
}
.fun-facts .title-bg img {
	max-width: 103px;
}
.fact-contents {
	padding: 60px 0;
}
.player-img img {
	margin-top: 15px;
}
.title-section h2 {
	font-size: 42px;
	font-weight: bold;
	color: var(--white);
	text-transform: uppercase;
	margin-top: 50px;
}

.muqablaTimmer {
	color: var(--white);
	padding: 16px 32px;
	margin: 0 auto;
	border: 8px solid var(--border-dark-gray);
	font-size: 56px;
	border-radius: 8px;
	margin-top: 24px;
	display: inline-block;
	line-height: 1em;
	background: var(--gradient-start-orange); /* Old browsers */
	background: -moz-linear-gradient(
		-45deg,
		var(--gradient-start-orange) 0%,
		var(--gradient-end-orange) 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		-45deg,
		var(--gradient-start-orange) 0%,
		var(--gradient-end-orange) 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		135deg,
		var(--gradient-start-orange) 0%,
		var(--gradient-end-orange) 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--gradient-start-orange)', endColorstr='var(--gradient-end-orange)',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.muqablaTimmerHomePg .muqablaTimmer {
	padding: 8px 16px;
	font-size: 45px;
}
.muqablaTimmer span:nth-child(even) {
	background-color: var(--boxshadow-dark-15);
	font-family: arial;
	border: 1px solid var(--border-light-gray);
}
.muqablaTimmer.red {
	border: 8px solid var(--red);
}
.muqablaTimmer.green {
	border: 8px solid var(--border-km-orange);
}

.btn-playNow {
	padding: 8px 32px;
	background: var(--background-km-green);
	border-top: 0;
	border-right: 0;
	border-bottom: 4px solid var(--border-km-dark-green);
	border-left: 0;
	color: var(--white);
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
}
.championship-page .no-record {
	color: var(--white);
}
.championship-page .wc .leader-board {
	padding-bottom: 8px;
}
/* Championship Template */
.pg-worldcup section {
	position: relative;
}
.pg-worldcup section .container {
	background-color: var(--background-transparent);
}
.pg-worldcup section#page-title {
	background-color: var(--background-light-gray);
}
.pg-worldcup section h1.pg-title {
	color: var(--color-km-green);
	font-size: 60px;
	font-family: "Lobster", cursive;
	padding: 40px 0;
}
.pg-worldcup .teams-name p {
	background-color: var(--background-dark-gray);
	line-height: 46px;
	margin-top: 16px;
	border-radius: 0;
	color: var(--white);
}

.pg-worldcup .team-a-name p:after {
	content: "";
	top: 0;
	left: 100%;
	position: absolute;
	border-top: 46px solid var(--border-transparent);
	border-right: 15px solid var(--border-transparent);
	border-left: 24px solid var(--border-dark-gray);
}
.pg-worldcup .team-b-name p:before {
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	border-top: 46px solid var(--border-transparent);
	border-right: 15px solid var(--border-dark-gray);
	border-left: 15px solid var(--border-transparent);
}
.pg-worldcup .match-info .teams-img img {
	margin-top: 64px;
	max-width: 250px;
}
.pg-worldcup .match-info .cup {
	max-width: 150px;
}
.pg-worldcup .nxt-muqabla-txt,
.title-section {
	margin-top: 40px;
	font-family: "Lobster", cursive;
	color: var(--color-km-green);
	font-size: 50px;
}
.pg-worldcup .enter-muqabla a {
	background: var(--white);
	color: var(--color-km-orange);
	padding: 24px 56px;
	font-size: 21px;
	font-weight: bold;
	border: 3px solid var(--border-transparent);
	cursor: pointer;
	-webkit-box-shadow: 0 1px 6px var(--boxshadow-dark-15);
	box-shadow: 0 1px 6px var(--boxshadow-dark-15);
}
.pg-worldcup .enter-muqabla a:hover {
	border: 3px solid var(--border-km-orange);
}
.pg-worldcup .enter-muqabla a:active {
	margin-top: 1px;
	margin-bottom: -1px;
	box-shadow: 0 1px 2px 0 var(--boxshadow-dark-10);
}
.pg-worldcup .img-kids {
	max-width: 780px;
	margin: 0 auto;
}
.fun-facts {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1589b8+0,00feca+100 */
	background: var(--gradient-start-green); /* Old browsers */
	background: -moz-linear-gradient(
		45deg,
		var(--gradient-start-green) 0%,
		var(--gradient-end-green) 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		45deg,
		var(--gradient-start-green) 0%,
		var(--gradient-end-green) 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		45deg,
		var(--gradient-start-green) 0%,
		var(--gradient-end-green) 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--background-km-green)', endColorstr='var(--background-km-orange)',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.fun-contents:after {
	content: "";
	background: url(inc/images/cricke2t.png) no-repeat center center;
	opacity: 0.05;
	filter: alpha(opacity=10);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.facts-repeat-content p {
	color: var(--white);
}
.wc-leaderboard .title-head img {
	min-width: 450px;
	max-width: 500px;
	width: 32vw;
}
.wc-leaderboard .section-leaderboard {
	margin-bottom: 0;
}
.match-info:after {
	content: "";
	background: url(inc/images/stadium_sketch.png) no-repeat;
	background-position-y: bottom;
	background-position-x: center;
	background-size: 1140px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 0.2;
}
.wc-leaderboard h2 {
	color: var(--red);
	position: relative;
	height: 70px;
	padding-left: 70px;
	padding-top: 22px;
	display: inline-block;
}
.wc-leaderboard h2:before {
	content: "";
	background: url(inc/images/cup.png) no-repeat;
	background-position-y: bottom;
	background-position-x: left;
	opacity: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: 60px;
}
.showTimeText {
	text-align: center;
}
.timerText {
	font-size: 16px;
}
.timerAlert {
	color: var(--color-medium-light-gray);
	font-size: 11px;
	font-weight: 600;
	text-align: justify;
}
/* Tournament Page */
.pg-tournament {
	font-family: "Varela Round", sans-serif;
}
.pg-tournament section {
	padding: 60px 0;
}
.pg-tournament section#page-title {
	background-color: var(--white);
}
.pg-tournament .pg-title,
.pg-tournament .nxt-muqabla-txt {
	color: var(--color-km-orange);
	font-size: 25px;
	font-weight: bold;
}
.pg-tournament .title-subtext {
	color: var(--color-dark-gray);
	font-size: 17px;
	max-width: 550px;
	margin: 0 auto;
}
.pg-tournament #match-info {
	background: var(--white);
	position: relative;
	padding-top: 0;
	min-height: initial;
}
.pg-tournament .match-info:after {
	content: normal;
}
.pg-tournament .muqablainfo {
	position: relative;
}

.pg-tournament .muqablaTimmer {
	font-szie: 50px;
	background: var(--gradient-start-orange); /* Old browsers */
	background: -moz-linear-gradient(
		-45deg,
		var(--gradient-start-orange) 0%,
		var(--gradient-end-orange) 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		-45deg,
		var(--gradient-start-orange) 0%,
		var(--gradient-end-orange) 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		135deg,
		var(--gradient-start-orange) 0%,
		var(--gradient-end-orange) 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--gradient-start-orange)', endColorstr='var(--gradient-end-orange)',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.pg-tournament .muqablaTimmer span:nth-child(even) {
	background-color: var(--boxshadow-dark-15);
	font-family: arial;
	border: 1px solid var(--border-light-gray);
}
.pg-tournament .enter-muqabla a {
	background: var(--background-km-orange);
	color: var(--white);
	padding: 30px 75px;
	font-weight: bold;
	border: none;
	position: relative;
	margin-top: 15px;
	font-size: 21px;
}
.pg-tournament #fun-factss .container {
	background: var(--background-transparent);
}
.pg-tournament #fun-factss .title-white {
	color: var(--white);
	font-weight: bold;
}
.winner-wrapper {
	margin-bottom: 60px;
}
.mt-40 {
	margin-top: 40px;
}
.winner-head,
.winner-body {
	position: relative;
}
.winner-head {
	z-index: 101;
}
.winner-body {
	z-index: 100;
}
.winner-ribbion {
	text-align: center;
	background-image: url(inc/images/winner-ribbion.png);
	background-repeat: no-repeat;
	height: 67px;
	color: var(--white);
	background-position: center;
	padding-top: 10px;
	font-weight: bold;
	font-size: 21px;
}
.winner-wrapper .winner-body {
	background-color: var(--white);
	max-width: 285px;
	margin: -20px auto;
	padding: 50px 32px;
	text-align: center;
}
.winner-name {
	font-size: 32px;
	font-weight: bold;
}
.winner-img {
	margin-bottom: 24px;
	position: relative;
}
.winner-img img {
	border: 8px solid var(--border-km-green);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.winner-img:before {
	content: "";
	background: url(inc/images/badge.png) no-repeat;
	display: block;
	position: absolute;
	height: 84px;
	width: 73px;
	top: -20px;
	z-index: 100;
}
.winner-img-default {
	margin-bottom: 24px;
	position: relative;
}
.congrats-txt {
	font-weight: bold;
	font-size: 26px;
	color: var(--color-km-orange);
	text-align: center;
}

/* Top Menu Container */

header .menu-top-menu-container {
	display: none;
	position: absolute;
	right: 0;
	top: 8px;
}
header .menu-top-menu-container ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
header .menu-top-menu-container ul li {
	list-style: none;
	display: inline-block;
}
header .menu-top-menu-container ul.sub-menu li {
	list-style: none;
	display: block;
	text-align: left;
}

header .menu-top-menu-container li a {
	line-height: 5;
	padding: 0 12px;
	color: inherit !important;
	cursor: pointer;
	position: relative;
	/*background:linear-gradient(45deg, var(--gradient-start-orange), var(--gradient-end-orange)) !important;*/
	border-radius: 50px;
}
header .menu-top-menu-container ul.sub-menu li a {
	line-height: 4em;
	padding: 16px;
	color: inherit;
	cursor: pointer;
	position: relative;
	border: none;
	border-radius: 0;
}
header .menu-top-menu-container i {
	color: inherit;
}

.drop_down .second .inner {
	padding-top: 40px;
}
.notification .badge {
	position: absolute;
	top: -10px;
	right: -8px;
	padding: 4px;
	border-radius: 0.25rem;
	background: var(--red);
	color: white;
}
#menu-top-menu li ul.sub-menu {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	background-color: var(--white);
	border: 1px solid var(--border-light-gray);
}
/* Login Form */
.tml.tml-login .tml-field-wrap {
	width: 100%;
	margin-left: 0;
}
/* Registeration Form*/

.tml.tml-register .tml-field-wrap {
	margin-bottom: 1em;
	width: 47%;
	display: inline-block;
	margin-left: 20px;
}
.pum-theme-default-theme .pum-container .tab-content p.indicator-hint {
	color: var(--color-medium-dark-gray);
}
.tml-field-wrap:nth-last-child(-n + 4) {
	width: 100% !important;
	text-align: center;
	margin-left: 0 !important;
}
.tml-field-wrap label {
	font-size: 14px;
}
.tml-field-wrap input[type="text"],
.tml-field-wrap input[type="email"],
.tml-field-wrap input[type="password"],
.tml-field-wrap select {
	background-color: var(--background-light-gray);
	-webkit-box-shadow: 0 10px 5px -10px var(--boxshadow-dark-20);
	-moz-box-shadow: 0 10px 5px -10px var(--boxshadow-dark-20);
	box-shadow: 0 10px 10px -10px var(--boxshadow-dark-20);
	border-radius: 0 !important;
	border: 1px solid var(--background-light-gray) !important;
}

.tml-field-wrap label[for="user_login"]:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "FontAwesome";
	content: "\f007";
	padding-right: 8px;
	color: var(--color-medium-dark-gray);
}
.tml-field-wrap label[for="user_email"]:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "FontAwesome";
	content: "\f0e0";
	padding-right: 8px;
	color: var(--color-medium-dark-gray);
}
.tml-field-wrap label[for="status"]:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "FontAwesome";
	content: "\f19d";
	padding-right: 8px;
	color: var(--color-medium-dark-gray);
}
.tml-field-wrap label[for="gender"]:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "FontAwesome";
	content: "\f228";
	padding-right: 8px;
	color: var(--color-medium-dark-gray);
}
.tml-field-wrap label[for="school_name"]:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "FontAwesome";
	content: "\f1ad";
	padding-right: 8px;
	color: var(--color-medium-dark-gray);
}
.tml-field-wrap label[for="city"]:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "FontAwesome";
	content: "\f286";
	padding-right: 8px;
	color: var(--color-medium-dark-gray);
}
.tml-field-wrap label[for="pass1"]:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "FontAwesome";
	content: "\f023";
	padding-right: 8px;
	color: var(--color-medium-dark-gray);
}
.tml-field-wrap label[for="pass2"]:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "FontAwesome";
	content: "\f023";
	padding-right: 8px;
	color: var(--color-medium-dark-gray);
}
.tml-field-wrap label[for="user_pass"]:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "FontAwesome";
	content: "\f023";
	padding-right: 8px;
	color: var(--color-medium-dark-gray);
}
/*
    Contact Form
*/
.wpcf7-form-control.wpcf7-textarea {
	border: 1px solid var(--boxshadow-dark-15) !important;
	border-radius: 5px !important;
}

/*============================================================ FAIZAN CSS START*/
.rtl {
	direction: rtl;
}
.rtl .single-page-quiz,
.rtl .timeNag-wrapper {
	direction: ltr;
}

.rtl .single-page-quiz .watupro-choices-columns {
	direction: rtl;
}

.rtl .question-content {
	direction: rtl;
	text-align: right;
}

.rtl form.quiz-form {
	text-align: left;
}

.rtl .watupro-choices-columns {
	text-align: right;
}

.rtl .timeLeftTxt {
	text-align: left;
}

/*REMOVE EXTRA SECTION ELIXIR SCHOOL TOURNAMENT*/

.page-id-11072 section#fun-factss {
	display: none;
}

.page-id-11072 section#page-title,
.page-id-11072 section#page-title h3,
.page-id-11072 section#page-title p,
.page-id-11072 section#page-title h1 {
	padding: 0;
}

.page-id-11072 section#page-title .col.text-center {
	background-color: var(--yellow);
	color: var(--color-dark-gray);
}

/*REMOVE EXTRA SECTION ELIXIR SCHOOL TOURNAMENT*/

.muqabla-grid-section {
	text-align: center;
}

.muqabla-grid-section .muqabla-grid-title {
	margin-bottom: 45px;
	color: var(--color-km-orange);
	font-weight: 700;
}

.muqabla-grid-section .muqabla {
	background: var(--white);
	padding: 0;
	box-shadow: 0px 0px 20px var(--boxshadow-dark-5);
	border-radius: 7px;
	overflow: hidden;
	min-height: 240px;
	text-align: center;
	color: var(--color-km-orange);
	margin-bottom: 45px;
	display: block;
	text-transform: none;
	text-decoration: none;
	border: 1px solid var(--border-light-gray);
}

.muqabla-grid-section .muqabla:hover {
	transform: translateZ(0) scale(1.0312);
	box-shadow: 0px 0px 10px var(--boxshadow-dark-10);
	background-color: var(--background-km-green);
	color: var(--white);
}

.muqabla-grid-section .muqabla:hover .muqabla-info,
.muqabla-grid-section .muqabla:hover .muqabla-title {
	color: var(--white);
}

.muqabla-grid-section .muqabla .muqabla-img {
	background: var(--white);
	height: 180px;
	width: 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	background-image: none !important;
}

.muqabla-grid-section .muqabla .muqabla-img img {
	position: absolute;
	padding: 0 15px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.muqabla-grid-section .muqabla .muqabla-title {
	padding: 5px;
	margin-bottom: 5px;
	color: var(--color-dark-gray);
}

.muqabla-grid-section .muqabla .muqabla-info {
	padding: 5px;
	position: relative;
	font-size: 15px;
	margin-bottom: 10px;
	color: var(--color-medium-light-gray);
}

.muqabla-grid-section .muqabla,
.muqabla-grid-section .muqabla .muqabla-info,
.muqabla-grid-section .muqabla .muqabla-title {
	backface-visibility: hidden;
	-webkit-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	transition: 0.2s linear all;
	transform: translateZ(0);
	-webkit-transform: translateZ(0) scale(1, 1);
	font-smoothing: antialiased !important;
	-webkit-font-smoothing: antialiased;
}

.muqabla-grid-section .muqabla .muqabla-info .muqabla-topscorer {
	display: block;
}

.muqabla-grid-section .muqabla_loadmore {
	text-align: center;
	display: inline-block;
	background: var(--background-dark-gray);
	padding: 10px 15px;
	border-radius: 3px;
	color: var(--white);
	line-height: 1;
	font-weight: 600;
	line-break: normal;
	vertical-align: middle;
	white-space: nowrap;
}

ul.rulesandreg li {
	padding: 0px 0px 15px 5px;
	list-style-position: outside;
	line-height: 1.3;
}

ul.rulesandreg li > ul {
	margin-left: 20px;
	padding: 10px 0;
}

ul.rulesandreg li > ul li {
	padding: 0px 0px 7px 4px;
}

.monthly.qualifers-banner .qualifers-desc h5 {
	z-index: 9999;
	position: relative;
}

.section-leaderboard .table-responsive {
	overflow: inherit;
}
.section-leaderboard .table {
	border-collapse: separate;
	border-spacing: 0 10px;
}
.section-leaderboard .thead-primary thead {
	background-color: var(--background-transparent);
}

.section-leaderboard .thead-primary thead th {
	border: none;
}

.section-leaderboard .thead-primary tbody tr {
	background: var(--white);
	text-decoration: none !important;
	color: var(--color-dark-gray);
	-webkit-transition: 0.3s linear all;
	-o-transition: 0.3s linear all;
	-moz-transition: 0.3s linear all;
	transition: 0.3s linear all;
	font-weight: 500;
}

.section-leaderboard .thead-primary tbody tr td {
	border-bottom: 1px solid var(--border-light-gray);
	border-top: 1px solid var(--border-light-gray);
	padding: 10px;
	vertical-align: middle;
	-webkit-transition: 0.3s linear all;
	-o-transition: 0.3s linear all;
	-moz-transition: 0.3s linear all;
	transition: 0.3s linear all;
}
.section-leaderboard .thead-primary tbody tr td:first-child {
	border-left: 1px solid var(--border-light-gray);
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

.section-leaderboard .thead-primary tbody tr td:last-child {
	border-right: 1px solid var(--border-light-gray);
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

.section-leaderboard .thead-primary tbody tr:hover td {
	border-color: var(--border-km-orange);
	color: var(--white);
	background: var(--background-km-orange);
}

.section-leaderboard .thead-primary tbody tr td span.profile_img,
.divTableCell span.img {
	width: 70px;
	height: 70px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: var(--white);
	display: block;
	margin: auto;
	border: 1px solid var(--border-light-gray);
	border-radius: 50%;
}

.divTableRow {
	position: relative;
}

.divTableRow a {
	background: var(--white);
	font-size: 0;
	text-decoration: none !important;
	color: var(--color-dark-gray);
	-webkit-transition: 0.3s linear all;
	-o-transition: 0.3s linear all;
	-moz-transition: 0.3s linear all;
	transition: 0.3s linear all;
	border: 2px solid var(--border-light-green);
	box-shadow: 0 0 20px rgba(180, 206, 107, 0.14);
	border-radius: 15px;
	margin-bottom: 7px;
	line-height: 1;
	padding: 5px 0;
	display: block;
}

.divTableRow a:hover {
	border-color: var(--border-km-orange) !important;
	background: var(--background-km-orange) !important;
	color: var(--white) !important;
}

.divTableRow a:hover .divTableCell {
	color: var(--white) !important;
}

.divTableRow a.active {
	border-color: var(--border-km-orange) !important;
	background: var(--background-km-orange) !important;
	color: var(--white) !important;
}

.divTableRow a.active .divTableCell {
	color: var(--white) !important;
}

.divTableRow a.moving {
	transform: scale(1.015);
	box-shadow: 0 0 10px var(--black);
}

.divTableHeading {
	display: block;
	background: var(--background-light-orange);
	padding-bottom: 40px;
	margin-bottom: -30px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	padding-top: 10px;
	text-transform: uppercase;
}

.divTableCell,
.divTableHead {
	display: inline-block;
	padding: 3px 10px;
	vertical-align: middle;
	width: 30%;
	font-size: 21px;
	font-weight: 500;
	text-align: center;
}

.divTableCell:nth-child(3),
.divTableCell:nth-child(1),
.divTableCell:nth-child(6) {
	font-family: "Varela Round";
}

.divTableCell:nth-child(1) {
	color: var(--color-km-green);
	font-size: 29px;
}

.divTableCell:nth-child(6) {
	color: var(--color-light-orange);
}

.divTableCell:nth-child(1),
.divTableHead:nth-child(1) {
	width: 5%;
}

.divTableCell:nth-child(2),
.divTableHead:nth-child(2) {
	width: 10%;
}

.divTableCell:nth-child(3),
.divTableHead:nth-child(3) {
	width: 26%;
}
.divTableCell:nth-child(4),
.divTableHead:nth-child(4) {
	width: 29%;
}

.divTableCell:nth-child(5),
.divTableHead:nth-child(5),
.divTableCell:nth-child(6),
.divTableHead:nth-child(6) {
	width: 15%;
}

.include-branch .divTableCell:nth-child(3),
.include-branch .divTableHead:nth-child(3) {
	width: 23%;
}

.include-branch .divTableCell:nth-child(4),
.include-branch .divTableHead:nth-child(4) {
	width: 23%;
}

.include-branch .divTableCell:nth-child(5),
.include-branch .divTableHead:nth-child(5) {
	width: 19%;
}

.include-branch .divTableCell:nth-child(6),
.include-branch .divTableHead:nth-child(6),
.include-branch .divTableCell:nth-child(7),
.include-branch .divTableHead:nth-child(7) {
	width: 10%;
}

.include-branch .divTableHeading {
	background: var(--background-transparent);
	font-size: 0;
}

.divTableHead {
	font-weight: 700;
	color: var(--color-medium-dark-gray);
	font-size: 16px;
}
.divTableFoot {
	background-color: var(--background-light-gray);
	display: block;
	font-weight: bold;
}
.divTableBody {
	display: block;
}

.nav-tabs {
	display: block;
	font-size: 0;
}

.nav-tabs .nav-item {
	display: inline-block;
}

.nav.nav-tabs li a.nav-link {
	color: var(--color-dark-gray);
	background-color: var(--background-light-gray);
	border: none;
	margin-right: 2px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}

.nav.nav-tabs li:hover a.nav-link,
.nav.nav-tabs li a.nav-link.active {
	border: none;
	background-color: var(--background-km-orange);
	z-index: 1;
	color: var(--white);
	-webkit-transition: 0.3s linear all;
	-o-transition: 0.3s linear all;
	-moz-transition: 0.3s linear all;
	transition: 0.3s linear all;
	margin-bottom: 0;
}
.nav.nav-tabs li:hover a.nav-link {
	background-color: var(--background-km-orange);
}
.nav.nav-tabs li:hover a.active.nav-link {
	background-color: var(--background-km-orange);
}

.tab-content.section-leaderboardfilter {
	background-color: var(--background-km-orange);
	margin-top: 0;
	border: none;
	border-top-left-radius: 0;
	color: var(--white);
}

ul.nav.nav-tabs.leaderboardFilters,
ul.nav.nav-tabs.leaderboardFilters li {
	margin: 0;
}

.section-leaderboardfilter button {
	background-color: var(--white);
	color: var(--color-dark-gray);
	font-weight: 700;
	text-transform: uppercase;
}

button.btn.btn-primary:hover {
	color: var(--white);
	background-color: var(--background-dark-gray);
	border-color: var(--border-dark-gray);
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-primary.disabled,
.btn-primary:disabled {
	background-color: var(--background-light-gray);
	border-color: var(--border-light-gray);
	opacity: 1;
	color: var(--color-medium-light-gray);
}

/* mohtashim */
.notice {
	/* padding: 50px 20px; */
	background-color: var(--background-km-orange);
	border-radius: 10px;
	margin-bottom: 50px;
	margin-top: 50px;
	line-height: 1;
}

.notice h5 {
	text-transform: uppercase;
	font-weight: 600;
	font-family: inherit;
	font-size: 22px;
	margin: 0;
}

.notice .wpcf7 {
	padding: 35px 35px 0;
	text-align: left;
}
.tml-field-wrap
	input:not([type="submit"]):not([type="file"]):not([type="button"]):not(
		[type="radio"]
	):not([type="select"]):-moz-read-only,
input:not([type="submit"]):not([type="file"]):not([type="button"]):not(
		[type="radio"]
	):not([type="select"]):-moz-read-only,
.tml-field-wrap select:disabled,
select:disabled {
	/* For Firefox */
	background-color: var(--background-light-gray);
	pointer-events: none;
	box-shadow: none;
	font-style: italic;
	color: var(--color-medium-light-gray);
	-webkit-appearance: none;
}

.tml-field-wrap input[type="text"]:read-only,
input[type="text"]:read-only,
.tml-field-wrap select:disabled,
select:disabled {
	background-color: var(--background-light-gray);
	pointer-events: none;
	box-shadow: none;
	font-style: italic;
	color: var(--color-medium-light-gray);
	-webkit-appearance: none;
}

.my_school_page {
	padding: 90px 0;
}
.my_school_page .school_info {
	display: block;
	position: relative;
	font-size: 0;
}

.my_school_page .school_info .school_logo {
	width: 30%;
	height: 200px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 0 25px 0;
	display: inline-block;
	vertical-align: top;
}

.my_school_page .school_info .school_desc {
	width: 70%;
	margin: 0 0 25px 0;
	vertical-align: top;
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	padding: 0 25px;
}

.my_school_page .report-cards {
	padding: 90px 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.my_school_page .report-cards .container {
	background-color: var(--background-transparent);
}

.my_school_page .report-cards .card {
	min-height: auto;
	padding: 25px 0;
	border: none;
	background-color: rgba(255, 255, 255, 0.8);
}

.my_school_page .report-cards .card .card-text,
.my_school_page .report-cards .card .card-title {
	color: var(--color-dark-gray);
	padding: 0 10px;
}

.my_school_page .report-cards .card .card-title {
	text-transform: uppercase;
	font-weight: 600;
}

.my_school_page .report-cards .card .verticle-sep {
	height: 26px;
	width: 1px;
	background: var(--background-light-gray);
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}

.my_school_page .report-cards .card .btn-link {
	padding: 5px;
	font-weight: 500;
	line-height: 1;
	border: none;
	font-size: 15px;
}

.my_school_page .leaderboards {
	padding: 90px 0 0;
}

.my_school_page .quiz_result_heading {
	margin-bottom: 55px;
}

label {
	width: 100%;
}

.tab-content.section-leaderboardfilter .no-record {
	border-top-color: var(--border-dark-gray);
	background-color: var(--white);
	color: var(--color-dark-gray);
	font-weight: 600;
}

.muqabla-trivia-facts {
	padding: 20px;
	border-radius: 3px;
	font-weight: 500;
	box-shadow: 0 0 20px var(--boxshadow-dark-5);
	margin-bottom: 70px;
	animation: 0.6s ease-out 0s 1 slideInFromLeft;
	text-align: left;
}

.muqabla-trivia-facts .image {
	border: 1px solid var(--border-light-gray);
	padding: 0;
}
.muqabla-trivia-facts .facts {
	padding: 10px 25px;
}
.muqabla-trivia-facts .facts h3 {
	margin-bottom: 15px;
	font-weight: 800;
}
.muqabla-trivia-facts .facts ul,
.muqabla-trivia-facts .facts ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.muqabla-trivia-facts .facts h3,
.muqabla-trivia-facts .facts .fact {
	color: var(--color-dark-gray);
	text-shadow: 0 0 2px var(--boxshadow-dark-5);
	/*font-style: italic;*/
}

.muqabla-trivia-facts .facts .fact {
	margin-bottom: 12px;
	font-size: 18px;
}

.user-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@keyframes slideInFromLeft {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}

/*SINGLE MUQABLA PAGE */

.container.single_muqabla {
	margin-top: -150px;
	background-color: var(--white);
	border-radius: 5px;
	box-shadow: 0 0 40px var(--boxshadow-dark-10);
	border: 3px solid var(--border-light-green);
	margin-bottom: 50px;
}

.single-muqabla .alert-msg {
	margin: 30px;
	padding: 50px 20px;
	text-align: center;
	background-color: rgba(122, 192, 31, 0.19);
	border-radius: 10px;
	color: var(--color-km-orange);
	max-width: 100%;
}

#timeNag {
	margin: 0;
	padding: 0 20px;
}

#timeNag a,
#watupro_quiz input[type="submit"],
#watupro_quiz button,
input[type="button"] {
	max-width: max-content;
	text-decoration: none !important;
}

.shadow:hover {
	box-shadow: 0 1px 15px var(--boxshadow-dark-25);
}

.single-muqabla .alert-msg.watupro-warning {
	background-color: var(--light-pink);
	color: var(--red);
}

.quiz-area {
	/*padding: 0px 70px;*/
	overflow: hidden;
	text-align: left;
	width: 100%;
}

.quiz-area .watu-question {
	margin-bottom: 0px !important;
	position: relative;
	width: 100%;
}

.watupro_buttons td {
	display: table;
	width: 100%;
}

.quiz-area .watu-question > div {
	padding: 50px;
}

.quiz-area .watu-question:nth-child(odd) > div {
	padding-top: 70px;
}
.quiz-area .watu-question:nth-child(even) > div {
	padding-bottom: 70px;
}

.quiz-area .watu-question .watupro-category-header {
	display: inline-block;
	color: var(--color-km-orange);
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	position: absolute;
	top: 70px;
	z-index: 1;
	left: 40px;
}

.quiz-area .watu-question .watupro-category-header {
	display: none;
}

.watupro-question-hints {
	text-align: center;
	margin: auto;
	width: fit-content;
}
.watupro-question-hints .watupro-hint {
	background-color: var(--background-light-orange);
	border: 1px solid var(--border-km-orange);
	border-radius: 5px;
	padding: 10px 24px;
	font-size: inherit;
	line-height: inherit;
	box-shadow: 0 0 13px var(--boxshadow-dark-20);
	margin-top: 10px;
}

.quiz-area
	.watu-question
	.question-content
	.watupro-question-hints
	.watupro-hint
	p {
	padding: 0;
	font-weight: 500;
}

.watu-question input[type="text"],
.watupro input[type="text"],
input.watupro-gap {
	padding: 4px 10px;
	margin-bottom: 0;
	font-weight: inherit;
	line-height: inherit;
	border: 2px solid var(--border-km-green) !important;
	vertical-align: bottom;
}

.watupro-question-hints a {
	animation: blinker 1.7s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
	animation-delay: 3s;
	background-color: var(--background-km-orange);
	color: var(--white);
	padding: 6px 15px;
	border-radius: 2px;
}

.watupro-question-hints a:hover {
	color: var(--white);
	animation: none;
}

@keyframes blinker {
	to {
		background-color: var(--black);
	}
}

.quiz-area .watu-question .watupro-category-wrap {
	padding: 10px !important;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	text-align: right;
	background: var(--background-dark-gray);
}

.quiz-area .watu-question .watupro-category-wrap p {
	margin: 0;
	color: var(--white);
}

.quiz-area .watu-question .watupro-category-wrap p img {
	width: 150px;
	height: 150px;
	border: 1px solid var(--border-dark-gray);
	border-radius: 50%;
	background-color: var(--white);
	display: inline-block;
	margin-right: 15px;
	object-fit: contain;
}

.quiz-area .quiz-form {
	padding: 30px 70px;
	padding: 0px;

	overflow: hidden;
}

.quiz-area .watu-question .question-content {
	margin: 0 0 20px;
	position: relative;
	overflow: hidden;
}

.quiz-area .watu-question .question-content p {
	margin: 0;
	line-height: 1;
	padding: 10px 0 10px 50px;
}

.quiz-area .watu-question .question-content h2,
.quiz-area .watu-question .question-content h3,
.quiz-area .watu-question .question-content h4,
.quiz-area .watu-question .question-content h5 {
	padding-left: 60px;
}

.quiz-area .watu-question .question-content h2.urdu span {
	padding: 0 20px;
}

.quiz-area .watu-question .question-content h2.urdu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	flex-direction: row;
}

.single-muqabla .rtl .quiz-area .watu-question .question-content p {
	padding: 10px 80px 10px 0;
}

.single-muqabla .rtl .quiz-area .watu-question .question-content h3 {
	padding: 10px 70px 10px 0;
}

.quiz-area .watu-question .question-content p span.watupro_num {
	width: auto !important;
	margin-right: 0;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 10px;
	font-size: inherit;
	line-height: inherit;
}

.single-muqabla
	.rtl
	.quiz-area
	.watu-question
	.question-content
	p
	span.watupro_num {
	left: auto;
	right: 0;
}

.quiz-area .watu-question .question-choices.watupro-choices-columns {
	float: none;
	margin: 0 !important;
	padding-left: 0px;
}

.quiz-area
	.watu-question
	.question-choices.watupro-choices-columns
	.watupro-question-choice {
	position: relative;
	margin: 0 1% 10px;
	padding: 0;
	width: 49%;
	display: inline-block;
	box-sizing: border-box;
}

.quiz-area
	.watu-question
	.question-choices.watupro-choices-columns
	.watupro-question-choice:nth-child(odd) {
	margin-left: 0;
}

.quiz-area
	.watu-question
	.question-choices.watupro-choices-columns
	.watupro-question-choice:nth-child(even) {
	margin-right: 0;
}

.single-muqabla
	.rtl
	.quiz-area
	.watu-question
	.question-choices.watupro-choices-columns
	.watupro-question-choice:nth-child(odd) {
	margin-right: 0;
	margin-left: 1%;
}

.single-muqabla
	.rtl
	.quiz-area
	.watu-question
	.question-choices.watupro-choices-columns
	.watupro-question-choice:nth-child(even) {
	margin-right: 1%;
	margin-left: 0;
}

.quiz-area
	.watu-question
	.question-choices.watupro-choices-columns
	.watupro-question-choice
	input[type="radio"],
.quiz-area
	.watu-question
	.question-choices.watupro-choices-columns
	.watupro-question-choice
	input[type="checkbox"] {
	-webkit-appearance: none;
	width: 100%;
	height: 100%;
	margin: 0;
	left: 0;
	top: 0;
	cursor: pointer;
}

.quiz-area
	.watu-question
	.question-choices.watupro-choices-columns
	.watupro-question-choice
	label {
	display: block !important;
	margin: 0;
	padding: 10px 17px;
	font-weight: 500;
	border: 1px solid var(--border-light-gray);
	border-radius: 5px;
	line-height: 1;
}

.quiz-area
	.watu-question
	.question-choices.watupro-choices-columns
	.watupro-question-choice
	label
	span {
	line-height: 1;
	font-weight: 500;
}

.quiz-area
	.watu-question
	.question-choices.watupro-choices-columns
	.watupro-question-choice
	label,
.quiz-area
	.watu-question
	.question-choices.watupro-choices-columns
	.watupro-question-choice
	label
	span {
	-webkit-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	transition: 0.2s linear all;
}

.quiz-area
	.watu-question
	.question-choices.watupro-choices-columns
	.watupro-question-choice
	input:focus {
	outline: none;
}

.quiz-area
	.watu-question
	.question-choices.watupro-choices-columns
	.watupro-question-choice
	input[type="radio"]:hover
	+ label,
.quiz-area
	.watu-question
	.question-choices.watupro-choices-columns
	.watupro-question-choice
	input[type="checkbox"]:hover
	+ label {
	border-color: var(--border-km-green);
	background-color: var(--background-light-gray);
}

.quiz-area
	.watu-question
	.question-choices.watupro-choices-columns
	.watupro-question-choice
	input[type="radio"]:hover
	+ label
	span,
.quiz-area
	.watu-question
	.question-choices.watupro-choices-columns
	.watupro-question-choice
	input[type="checkbox"]:hover
	+ label
	span {
	color: var(--color-km-green);
}

.quiz-area
	.watu-question
	.question-choices.watupro-choices-columns
	.watupro-question-choice
	input[type="radio"]:checked
	+ label
	span,
.quiz-area
	.watu-question
	.question-choices.watupro-choices-columns
	.watupro-question-choice
	input[type="checkbox"]:checked
	+ label
	span {
	color: var(--white);
}

.quiz-area
	.watu-question
	.question-choices.watupro-choices-columns
	.watupro-question-choice
	input[type="radio"]:checked
	+ label,
.quiz-area
	.watu-question
	.question-choices.watupro-choices-columns
	.watupro-question-choice
	input[type="checkbox"]:checked
	+ label {
	border-color: var(--border-km-green);
	background-color: var(--background-km-green);
	box-shadow: 0 0 10px var(--boxshadow-dark-10);
}

div#timerDiv {
	z-index: 9999;
	background: var(--background-km-orange);
	color: var(--white) !important;
}

table.watupro_buttons {
	border: none !important;
}
/*
    .muqabla-results {        
        padding: 30px 40px;
        color: var(--color-dark-gray);
        border: 2px solid var(--color-light-orange);
        background: var(--white);
        box-shadow: 0 0 20px var(--boxshadow-dark-5);
        margin-bottom: 70px;
        animation: .6s ease-out 0s 1 slideInFromLeft;
    }



    .muqabla-results .row > div{
        padding:0;
    }

    .muqabla-results .header span.muqabla-points, .muqabla-results .header span.muqabla-correct {
        text-align: right;
        display: block;
    }

    .muqabla-results .header span .title {
        font-weight: 600;
        display: inline-block;
        width: auto;
        height: auto;
    }

    .muqabla-results .header span {
        font-size: 14px;
        font-weight: 500;
    }

    .muqabla-results .header span.muqabla-points .numb {
        font-weight: 600;
        font-size: inherit;
        padding: 8px 17px;
        border-radius: 20px;
        background: var(--background-km-orange);
        height: 100%;
        text-align: center;
        color: var(--white);
    }

    .muqabla-results .header span.muqabla-points {
        padding: 10px 0px;
        font-weight:500;
        font-size: 18px;
        line-height: 1;
        margin-bottom: 8px;
    }

    .muqabla-results table td, .muqabla-results table th {
        text-align: left;
    }

    .muqabla-results .basic-info .img {
        background-position: center;
        background-size: 90%;
        background-repeat: no-repeat;
        padding: 0;
    }

    .muqabla-results .stats h4 {
        font-weight: 700;
    }

    .muqabla-results table {
        width: 100%;
    }

    .muqabla-results .stats table {
        margin-bottom: 30px;
    }

    .muqabla-results .stats table th {
        width: 250px;
    }

    .muqabla-results .basic-info table th {
        width: 160px;
    }

    .muqabla-results table th {
        font-weight: 500;
    }

    .muqabla-results .stats table td {
        padding: 0;
        height: 100%;
        line-height: 1;
    }

    .muqabla-results .stats table td span {
        background:  #1f67c0;
        border-radius: 2px;
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
        color: var(--white);
        padding: 3px 0;
        text-align: center;
        text-shadow: 0 0 3px var(--color-dark-gray);
    }

    .muqabla-results .stats p {
        text-align: center;
        margin: 0;
        font-size: 20px;
        color: var(--white);
        font-weight: 500;
        padding: 10px 0;
        background: var(--background-dark-gray);
        line-height: 1;
    }

    .muqabla-results .basic-info, .muqabla-results .stats {
        padding: 20px;
        background: var(--background-light-gray);
        border: 1px solid  #f7f5f5;
    }*/

table.watupro-table.watupro-leaderboard {
	width: 100%;
	background: var(--white);
}

table.watupro-table.watupro-leaderboard tbody {
	background: var(--white);
	border: 2px solid var(--border-km-orange);
}

table.watupro-table.watupro-leaderboard thead {
	background: var(--background-km-orange);
	color: var(--white);
	border: 2px solid var(--border-km-orange);
}

table.watupro-table.watupro-leaderboard tbody td {
	width: 50%;
}

table.watupro-table.watupro-leaderboard tbody tr:nth-child(odd) {
	background-color: var(--background-light-green);
}

.single-muqabla .muqabla-header h1 {
	font-weight: 700;
}

.single-muqabla .muqabla-header h1,
.single-muqabla .muqabla-header img {
	display: inline-block;
	padding: 0 10px;
	margin: 0;
	z-index: 1;
	position: relative;
}

.single-muqabla .timeNag-wrapper {
	position: relative;
	width: 100%;
	/*color: var(--color-km-orange);*/
}
.content .container.single_muqabla .row:first-child {
	padding: 50px 0;
	text-align: center;
	position: relative;
}

.content .container.single_muqabla .row:first-child p:first-child {
	width: 100%;
}

/*SINGLE MUQABLA PAGE END*/

.notification_banner {
	text-align: center;
	font-weight: 500;
	position: relative;
	z-index: 1;
}
.notification_banner .alert {
	box-shadow: 0 0 20px var(--boxshadow-dark-10);
	border-color: var(--border-light-gray);
}

.notification_banner span {
	padding: 15px;
	position: relative;
	display: inline-block;
	font-size: 19px;
	line-height: 1;
	color: var(--color-dark-gray);
	vertical-align: middle;
}
.notification_banner img {
	display: inline-block;
	padding: 10px;
}
.notification_banner span strong {
	text-transform: uppercase;
}

.notification_banner span.close {
	position: absolute;
	right: 20px;
	top: 50%;
	box-shadow: none;
	transform: translateY(-50%);
	padding: 5px;
	color: var(--white);
	font-weight: 600;
	-webkit-transition: 0.3s linear all;
	-o-transition: 0.3s linear all;
	-moz-transition: 0.3s linear all;
	transition: 0.3s linear all;
	text-transform: lowercase;
	text-shadow: none;
	z-index: 1;
}

.notification_banner .notification {
	background-color: var(--background-km-orange);
	box-shadow: none;
	border-bottom: 1px dotted var(--boxshadow-dark-5);
	display: block;
	position: relative;
}
.notification_banner .notification a {
	color: var(--white);
}
.notification_banner .notification:nth-child(even) {
	background-color: var(--red);
}
.uagb-block
	.uagb-timeline__main
	.uagb-timeline__marker.uagb-timeline__in-view-icon {
	background: var(--background-km-orange);
	border-color: var(--border-km-green);
}
.uagb-block .uagb-timeline__field:not(:last-child) {
	margin-bottom: 50px;
}
.uagb-block .uagb-timeline__marker {
	background-color: var(--background-dark-gray);
	min-height: 40px;
	min-width: 40px;
	line-height: 40px;
	border: 2px solid var(--border-dark-gray);
}
.uagb-block
	.uagb-timeline__main
	.uagb-timeline__marker
	.uagb-timeline__icon-new {
	color: var(--white);
	font-size: 20px;
	width: 20px;
}
.uagb-block
	.uagb-timeline__left-block
	.uagb-timeline__day-new.uagb-timeline__day-left {
	margin-left: 15px;
}
.uagb-block .uagb-timeline__main .uagb-timeline__icon-new svg {
	fill: var(--white);
}
.uagb-block .uagb-timeline__events-new,
.uagb-block .uagb-timeline__image a,
.uagb-block .uagb-timeline__heading {
	text-align: left;
}
.uagb-block .uagb-timeline__heading-text {
	margin-bottom: 5px;
}
.uagb-block .uagb-timeline__line__inner {
	background-color: var(--background-km-orange);
}
.uagb-block .uagb-timeline__line {
	background-color: var(--background-dark-gray);
	width: 4px;
}
.uagb-block .uagb-timeline__left-block .uagb-timeline__line {
	left: calc(40px / 2);
}
.uagb-block .uagb-timeline__events-inner-new {
	background-color: var(--background-light-gray);
	border-radius: 5px;
	padding: 0;
}
.uagb-block .uagb-timeline__heading a {
	text-align: left;
	color: var(--color-dark-gray);
	font-weight: 600;
}
.uagb-block .dashicons-admin-users,
.uagb-block .uagb-timeline__author-link {
	color: var(--color-medium-dark-gray);
	font-size: 11px;
}
.uagb-block .uagb_timeline__cta-enable .uagb-timeline-desc-content {
	margin-bottom: 0;
}
.uagb-block .uagb-timeline-desc-content {
	text-align: left;
	color: var(--color-medium-dark-gray);
}
.uagb-block .uagb-timeline__date-hide.uagb-timeline__date-inner {
	margin-bottom: 0;
	color: var(--white);
	font-size: 12px;
	text-align: left;
}
.uagb-block .uagb-timeline__author {
	text-align: left;
	margin-bottom: 10px;
}

.uagb-timeline-wrapper .uagb-timeline__field .uagb-timeline__day-new {
	padding: 0 30px 0 0;
}

.uagb-timeline-wrapper
	.uagb-timeline__field
	.uagb-timeline__day-new
	.uagb-timeline__events-new:before {
	content: "";
	right: 100%;
	position: absolute;
	display: inline;
	width: 0;
	height: 0;
	border-top: 12px solid var(--border-transparent);
	border-bottom: 12px solid var(--border-transparent);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-right: 13px solid;
	border-right-color: var(--border-light-gray);
	z-index: 1;
}

.uagb-timeline-wrapper
	.uagb-timeline__field
	.uagb-timeline__day-new
	.uagb-timeline__events-new
	.uagb-timeline__events-inner-new {
	font-size: 0;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 25px var(--boxshadow-dark-10);
}

.uagb-timeline-wrapper
	.uagb-timeline__field
	.uagb-timeline__day-new
	.uagb-timeline__events-new
	.uagb-timeline__events-inner-new
	.uagb-timeline__date-inner {
	position: absolute;
	z-index: 1;
	background: var(--background-dark-gray);
	padding: 5px 10px;
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
	right: 0;
	top: 0;
}

.uagb-timeline-wrapper
	.uagb-timeline__field
	.uagb-timeline__day-new
	.uagb-timeline__events-new
	.uagb-timeline__events-inner-new
	.uagb-timeline__image,
.uagb-timeline-wrapper
	.uagb-timeline__field
	.uagb-timeline__day-new
	.uagb-timeline__events-new
	.uagb-timeline__events-inner-new
	.uagb-content {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.uagb-timeline-wrapper
	.uagb-timeline__field
	.uagb-timeline__day-new
	.uagb-timeline__events-new
	.uagb-timeline__events-inner-new
	.uagb-content {
	width: 75%;
	font-size: 14px;
	padding: 30px 15px 30px 30px;
}

.uagb-timeline-wrapper
	.uagb-timeline__field
	.uagb-timeline__day-new
	.uagb-timeline__events-new
	.uagb-timeline__events-inner-new
	.uagb-content,
.uagb-timeline-wrapper
	.uagb-timeline__field
	.uagb-timeline__day-new
	.uagb-timeline__events-new
	.uagb-timeline__events-inner-new
	.uagb-content
	.uagb-timeline__heading,
.uagb-timeline-wrapper
	.uagb-timeline__field
	.uagb-timeline__day-new
	.uagb-timeline__events-new
	.uagb-timeline__events-inner-new
	.uagb-content
	.uagb-timeline__heading-text
	a {
	line-height: 1;
}

.uagb-timeline-wrapper
	.uagb-timeline__field
	.uagb-timeline__day-new
	.uagb-timeline__events-new
	.uagb-timeline__events-inner-new
	.uagb-content
	.uagb-timeline-desc-content {
	line-height: 1.3;
}

.uagb-timeline-wrapper
	.uagb-timeline__field
	.uagb-timeline__day-new
	.uagb-timeline__events-new
	.uagb-timeline__events-inner-new
	.uagb-content
	.uagb-timeline__arrow {
	display: none;
}

.uagb-timeline-wrapper
	.uagb-timeline__field
	.uagb-timeline__day-new
	.uagb-timeline__events-new
	.uagb-timeline__events-inner-new
	.uagb-content
	.uagb-timeline__link_parent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.uagb-timeline-wrapper
	.uagb-timeline__field
	.uagb-timeline__day-new
	.uagb-timeline__events-new
	.uagb-timeline__events-inner-new
	.uagb-content
	.uagb-timeline__link_parent
	.uagb-timeline__link {
	width: 100%;
	padding: 0;
	height: 100%;
	display: block;
	background-color: var(--background-transparent);
	font-size: 0;
	z-index: 1;
}

.uagb-timeline-wrapper
	.uagb-timeline__field
	.uagb-timeline__day-new
	.uagb-timeline__events-new
	.uagb-timeline__events-inner-new
	.uagb-timeline__image {
	width: 25%;
	overflow: hidden;
	background-color: var(--background-light-gray);
}

.uagb-timeline-wrapper
	.uagb-timeline__field
	.uagb-timeline__day-new
	.uagb-timeline__events-new
	.uagb-timeline__events-inner-new
	.uagb-timeline__image
	img {
	width: 100%;
	height: auto;
}

.uagb-timeline-wrapper .uagb-timeline__field .uagb-timeline__day-new,
.uagb-timeline-wrapper
	.uagb-timeline__field
	.uagb-timeline__day-new
	.uagb-timeline__events-new
	.uagb-timeline__events-inner-new,
.uagb-timeline-wrapper
	.uagb-timeline__field
	.uagb-timeline__day-new
	.uagb-timeline__events-new
	.uagb-timeline__events-inner-new
	.uagb-content
	.uagb-timeline-desc-content,
.uagb-timeline-wrapper
	.uagb-timeline__field
	.uagb-timeline__day-new
	.uagb-timeline__events-new
	.uagb-timeline__events-inner-new
	.uagb-content
	.uagb-timeline__author
	.dashicons-admin-users,
.uagb-timeline-wrapper
	.uagb-timeline__field
	.uagb-timeline__day-new
	.uagb-timeline__events-new
	.uagb-timeline__events-inner-new
	.uagb-content
	.uagb-timeline__author
	.uagb-timeline__author-link,
.uagb-timeline-wrapper
	.uagb-timeline__field
	.uagb-timeline__day-new
	.uagb-timeline__events-new
	.uagb-timeline__events-inner-new
	.uagb-content
	.uagb-timeline__heading-text
	a {
	-webkit-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	transition: 0.2s linear all;
}

.uagb-timeline-wrapper .uagb-timeline__field:hover .uagb-timeline__day-new {
	padding: 0;
}

.uagb-timeline-wrapper
	.uagb-timeline__field:hover
	.uagb-timeline__day-new
	.uagb-timeline__events-new:before {
	border-right-color: var(--border-km-orange);
}

.uagb-timeline-wrapper
	.uagb-timeline__field:hover
	.uagb-timeline__day-new
	.uagb-timeline__events-new
	.uagb-timeline__events-inner-new {
	background-color: var(--background-km-orange);
}

.uagb-timeline-wrapper
	.uagb-timeline__field:hover
	.uagb-timeline__day-new
	.uagb-timeline__events-new
	.uagb-timeline__events-inner-new
	.uagb-content
	.uagb-timeline-desc-content,
.uagb-timeline-wrapper
	.uagb-timeline__field:hover
	.uagb-timeline__day-new
	.uagb-timeline__events-new
	.uagb-timeline__events-inner-new
	.uagb-content
	.uagb-timeline__author
	.dashicons-admin-users,
.uagb-timeline-wrapper
	.uagb-timeline__field:hover
	.uagb-timeline__day-new
	.uagb-timeline__events-new
	.uagb-timeline__events-inner-new
	.uagb-content
	.uagb-timeline__author
	.uagb-timeline__author-link,
.uagb-timeline-wrapper
	.uagb-timeline__field:hover
	.uagb-timeline__day-new
	.uagb-timeline__events-new
	.uagb-timeline__events-inner-new
	.uagb-content
	.uagb-timeline__heading-text
	a {
	color: var(--white);
}

.widget.relatedposts .post {
	margin-bottom: 10px;
}

.widget.relatedposts .post .image,
.widget.relatedposts .post .text {
	display: inline-block;
	vertical-align: top;
}

.widget.relatedposts .post .image {
	width: 75px;
}

.widget.relatedposts .post .text {
	width: calc(100% - 75px);
	font-size: 14px;
	padding-left: 17px;
}

.widget.relatedposts .post {
	font-size: 0;
	display: block;
}

.widget #searchform {
	background: none;
}

.header_top #searchform input[type="text"],
.widget.widget_search form input[type="text"],
.header_top #searchform input[type="submit"],
.widget.widget_search form input[type="submit"] {
	background-color: var(--white);
	line-height: inherit;
	height: 37px;
	width: 100%;
	float: none;
}

.header_top #searchform input[type="submit"],
.widget.widget_search form input[type="submit"] {
	width: auto;
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid var(--border-km-orange);
	background-color: var(--background-km-orange);
	color: var(--white);
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.blog_single.blog_holder {
	margin-bottom: 25px;
}

.blog_holder article .post_info {
	font-size: 0;
	color: var(--color-transparent);
}

.blog_holder article .post_info a {
	color: var(--color-dark-gray);
	font-size: 14px;
	line-height: inherit;
	display: inline-block;
	-webkit-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	transition: 0.2s linear all;
}

.blog_like {
	line-height: inherit;
}

.blog_holder article .post_image {
	margin-bottom: 20px;
}

.blog_holder article .post_text h2 .date {
	font-size: 16px;
	vertical-align: text-top;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	bottom: 100%;
	color: var(--color-km-orange);
}

.blog_holder.blog_single article h2 {
	position: relative;
}

.blog_holder article .post_info a:before {
	content: "/";
	padding: 0 10px;
	display: inline-block;
	vertical-align: middle;
	line-height: inherit;
}

.single-post .blog_single p {
	margin-bottom: 15px;
	line-height: inherit;
	font-size: inherit;
}

.blog_holder article .post_info .time,
.blog_holder article .post_info .dots,
.single_tags,
.author_description,
.blog_holder article .post_info > a:first-of-type:before {
	display: none;
}

.blog_single.blog_holder {
	margin-bottom: 25px;
}

.comment_holder {
	padding: 20px;
	border-top: 1px solid var(--border-light-gray);
}

.comment_holder .comment {
	padding: 10px 15px;
	border: 1px solid var(--border-km-orange);
	background: var(--white);
	font-size: 0;
}

.comment_holder .comment .image {
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.comment_holder .comment .text {
	padding: 0 0 0 15px;
	display: inline-block;
	min-height: auto;
	width: calc(100% - 50px);
	vertical-align: middle;
}

.comment_holder .comment .text .comment_date {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
}

.comment_holder .comment .text .name {
	margin: 0;
	display: inline-block;
	color: var(--color-dark-gray);
	font-size: 17px;
}

.comment_holder .comment .text .text_holder {
	margin: 0;
	font-size: 14px;
	line-height: 16px;
	padding: 5px 0 0 10px;
}
.comment_holder .comment .text .text_holder p {
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 5px;
	word-break: break-all;
}
.comment_holder .comment_number {
	margin-bottom: 10px;
}
.comment_holder .comment_number .comment_number_inner {
	display: inline-block;
	background: var(--background-km-orange);
	padding: 2px 10px;
	color: var(--white);
}
.comment_holder .comment_number .comment_number_inner h5 {
	margin-bottom: 0;
}
.comment_holder .comment-list li ul.children {
	padding: 0 0 0 30px;
	margin: 12px 0 0;
	position: relative;
}
.comment_holder .comment-list li ul.children:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: var(--background-km-orange);
	left: 9px;
	top: 0;
}
.comment-respond {
	position: relative;
}
.comment-respond small,
.comment-respond h5 {
	display: inline-block !important;
	margin: 0 !important;
}
.comment-respond form p.logged-in-as {
	margin: 0 !important;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	line-height: 16px;
}
#respond textarea,
.comment_holder #respond textarea {
	border: 1px solid var(--background-light-gray);
	margin: 12px 0;
}
#cancel-comment-reply-link {
	font-size: 9px;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--color-km-orange);
}

.support-articles .video h4,
.support-articles .text h4 {
	margin-bottom: 25px;
}

.support-articles .text h4 {
	display: none;
}

.support-articles a.card-wrapper .card .title {
	text-transform: capitalize;
}

.support-articles .video a.card-wrapper .card {
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	min-height: 300px;
	max-height: initial;
	transition: 0.12s linear all;
	-webkit-transition: 0.12s linear all;
	-o-transition: 0.12s linear all;
	-moz-transition: 0.12s linear all;
	-ms-transition: 0.12s linear all;
}

.support-articles .video a.card-wrapper:hover .card {
	background-size: 110%;
}

.support-articles .video a.card-wrapper:hover .card:before {
	background-color: var(--boxshadow-dark-5);
}

.support-articles .video a.card-wrapper .card:before {
	content: "";
	background-color: var(--boxshadow-dark-5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: 0.12s linear all;
	-webkit-transition: 0.12s linear all;
	-o-transition: 0.12s linear all;
	-moz-transition: 0.12s linear all;
	-ms-transition: 0.12s linear all;
}

.support-articles .video a.card-wrapper .card .title {
	color: var(--white);
	position: absolute;
	margin: 0;
	text-align: center;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	padding: 10px;
}

.support-articles .column1 img {
	box-shadow: 0px 0px 18px var(--boxshadow-dark-10);
	border: 1px solid var(--border-light-gray);
}

.content ol > li,
.content ul > li {
	padding-left: 8px;
	padding-bottom: 5px;
}

.content ol,
.content ul {
	list-style-position: outside;
	padding-left: 25px;
}

.tml .tml-action-confirmaction .success,
.tml .tml-error,
.tml .tml-message,
.tml .tml-success {
	text-align: center;
}

.content .tml-login ol,
.content .tml-login ul {
	padding: 0;
}

.content .tml-login ol > li,
.content .tml-login ul > li {
	padding-left: 0;
}

.profile-data {
	position: relative;
}

.profile-data .sidebar {
	/*position: fixed;*/
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 0; /* Behind the navbar */
	padding: 100px 0 0; /* Height of navbar */
	box-shadow: inset -1px 0 0 var(--boxshadow-dark-10);
	background-color: var(--background-dark-gray);
	color: var(--white);
	text-align: center;
	z-index: 1;
}

.profile-data .sidebar-sticky {
	position: relative;
	top: 0;
	height: calc(100vh - 48px);
	padding-top: 0.5rem;
	overflow-x: hidden;
	overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.profile-data .sidebar #sidebar-close {
	display: none;
	width: 25px;
	height: 25px;
	line-height: 25px;
	position: absolute;
	right: 20px;
	top: 20px;
	background: var(--white);
	color: var(--black);
	border-radius: 50%;
}

.profile-data .sidebar .user-meta {
	color: var(--color-km-orange);
	font-size: 12px;
	font-weight: 500;
}

.profile-data .sidebar .user-meta .user-name {
	font-weight: 700;
	margin-top: 8px;
	color: var(--white);
}

.profile-data .sidebar .user-meta .member-since {
	font-weight: 400;
}

.profile-data .sidebar .user-meta span {
	color: var(--white);
}

.profile-data .sidebar .nav-tabs {
	max-width: 200px;
	margin: 50px auto;
	border: none;
	padding: 0;
}

.profile-data .sidebar .nav-tabs .nav-item {
	padding: 0;
	display: block;
	text-align: left;
	margin-bottom: 8px;
}

.profile-data .sidebar .nav-tabs .nav-item a {
	color: var(--white);
	padding: 10px 0;
	border: 0;
	width: 100%;
}

.profile-data .sidebar .nav-tabs li:hover a,
.profile-data .sidebar .nav-tabs li a.active {
	color: var(--color-km-green);
}

.profile-data .sidebar .nav-tabs .nav-item a i {
	margin-right: 15px;
}

.profile-data .profile-statistics .card {
	border-width: 0px;
	backface-visibility: hidden;
	font-weight: 400;
	-webkit-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	transition: 0.2s linear all;
	padding: 30px 20px;
}

.profile-data .profile-statistics .subjects .card {
	color: var(--white);
}
.profile-data .profile-statistics .card table {
	width: 100%;
}

.profile-data .profile-statistics .card table tr th,
.profile-data .profile-statistics .card table tr td {
	width: 50%;
	text-align: left;
}

.profile-data .profile-statistics .card:hover {
	transform: translate3d(-5px, -5px, 0);
	box-shadow: 5px 5px 8px 0px var(--boxshadow-dark-20);
}

.profile-data .profile-statistics .card h5 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 24px;
}

.profile-data .profile-statistics .card button.btn:focus {
	box-shadow: none;
}

.profile-data .profile-statistics .card button.btn {
	border: none;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 25px;
	-webkit-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	transition: 0.2s linear all;
	cursor: pointer;
}

.profile-data .profile-statistics .subjects .card:hover button.btn {
	background: rgba(255, 255, 255, 0.35);
}

.profile-data .profile-statistics .subjects .card button.btn {
	background: rgba(255, 255, 255, 0.15);
	color: var(--white);
}

.profile-data .profile-statistics .tournaments .card:hover button.btn {
	background: var(--boxshadow-dark-35);
}

.profile-data .profile-statistics .tournaments .card button.btn {
	background: var(--boxshadow-dark-15);
	color: var(--white);
}

.profile-data .profile-statistics .key {
	color: var(--white);
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
}

.profile-data .profile-statistics .key span {
	padding: 8px 15px;
	position: relative;
	line-height: 1;
	display: inline-block;
}

.profile-data .user-activity,
.profile-data .user-results {
	height: 420px;
	overflow-y: auto;
}

.profile-data .user-activity h5,
.profile-data .user-results h5 {
	color: var(--white);
	font-weight: 600;
}

.profile-data .user-activity ul,
.profile-data .user-results ul {
	margin: 32px 0;
}
.profile-data .user-activity ul li,
.profile-data .user-results ul li {
	font-size: 13px;
	border: 1px solid var(--border-transparent) !important;
	margin-bottom: 8px;
	font-weight: 500;
	display: inline-block;
	width: 100%;
}

.profile-data .user-activity ul li a {
	color: var(--white);
}

.profile-data .user-results ul li {
	color: var(--white);
}

.profile-data .user-results ul li a {
	color: var(--color-km-green);
}

.profile-data .user-activity ul li:before,
.profile-data .user-results ul li:before {
	content: "\f101"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	width: 1.3em;
	float: left;
}

ul.user-activity-list li div {
	float: left;
	width: 93%;
}

#sidebar-toggle {
	text-align: center;
	color: var(--color-km-orange);
	padding: 7px 10%;
	width: 100%;
	margin-top: 5px;
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
}

#sidebar-toggle i {
	float: right;
}

#sidebar-toggle .fa-caret-down {
	display: none;
}

#sidebar-toggle.collapsed .fa-caret-up {
	display: none;
}

#sidebar-toggle.collapsed .fa-caret-down {
	display: inline-block;
}

.modal-body {
	overflow: auto;
}

.single-muqabla .muqabla-header {
	position: relative;
	text-align: center;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 0 200px;
	background-position: center;
	box-shadow: 0 0 20px var(--color-dark-gray);
	background-image: none !important;
	box-shadow: none;
}

.single-muqabla .muqabla-header:before {
	content: "";
	background-color: var(--black);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
}

.single-muqabla .muqabla-header h1 {
	color: var(--color-km-green);
	margin-top: 70px;
	margin-bottom: 30px;
	width: 100%;
}

.single-muqabla .content {
	margin-top: -100px !important;
}

.single-muqabla header .header_bottom {
	/*        background-color: rgba(255, 255, 255, 0.8) !important;*/
}

.page-template-template-muqabla .content,
.post-type-archive-muqabla .content {
	padding: 50px 0;
}

.muqabla-grid-section .row .sep {
	height: 1px;
	background-color: var(--background-light-gray);
	width: 100%;
	margin: 0 15px 45px;
}

.muqabla-grid-section .row:last-child .sep {
	display: none;
}

.rtl .muqabla-trivia-facts {
	direction: rtl;
	text-align: right;
}

.rtl .muqabla-trivia-facts h3 {
	font-family: inherit;
}
/*============================================================ FAIZAN CSS END*/

/*FAIZANNEW*/
html {
	scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5 {
	font-family: "Varela Round";
	line-height: 1;
}

a,
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: var(--color-km-orange);
}

h1 {
	font-size: 60px;
	line-height: 1.2;
	color: var(--color-km-green);
}
h2 {
	font-size: 45px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 25px;
}
h5 {
	font-size: 20px;
}

p,
body {
	font-size: 18px;
	color: var(--black);
}

nav.main_menu ul li.menu-item-object-login a,
.btn,
input[type="button"] {
	background: linear-gradient(
		45deg,
		var(--gradient-start-orange),
		var(--gradient-end-orange)
	) !important;
	line-height: 1;
	vertical-align: middle;
	color: var(--white) !important;
	padding: 15px 20px;
	border-radius: 50px;
	box-shadow: none !important;
	text-transform: uppercase;
	position: relative !important;
	z-index: 1;
	border-width: 0;
	-webkit-transition: 0.3s linear all;
	-moz-transition: 0.3s linear all;
	-o-transition: 0.3s linear all;
	transition: 0.3s linear all;
	width: auto;
}

.drop_down .narrow .second .inner ul li {
	width: 100%;
}

input[type="button"]:focus {
	outline: none;
}
.btn:before,
nav.main_menu ul li.menu-item-object-login a:before,
input[type="button"]:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	background: linear-gradient(
		45deg,
		var(--gradient-start-green),
		var(--gradient-end-green)
	) !important;
	opacity: 0;
	transition: opacity 0.4s;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	z-index: -1;
}

.btn:hover:before,
nav.main_menu ul li.menu-item-object-login a:hover:before,
input[type="button"]:hover:before {
	opacity: 1;
}

#timeNag a:hover,
#watupro_quiz input[type="submit"]:hover,
#watupro_quiz button,
input[type="button"]:hover,
.btn:hover,
nav.main_menu ul li.menu-item-object-login a:hover {
	transform: scale(1.04);
}

.btn.btn-light {
	border: 2px solid var(--border-light-green);
	background: var(--white) !important;
	color: var(--color-km-green) !important;
}

.btn.btn-light:hover {
	color: var(--color-km-orange) !important;
}

.btn.btn-light:before {
	display: none;
}

.content,
.full_width,
body,
.wrapper,
.content,
.full_width,
.overlapping_content .content > .container,
.more_facts_holder {
	background-color: var(--white);
}

.home .content {
	margin-top: -100px !important;
}

.home .header_bottom {
	background-color: var(--background-transparent) !important;
}

.q_logo a {
	height: 50px !important;
}

.header_bottom {
	padding: 0;
}

.logo_wrapper,
.side_menu_button,
.shopping_cart_inner {
	height: 100px;
}
.side_menu_button > a:hover,
.mobile_menu_button span:hover,
.popup_menu:hover .line,
.popup_menu:hover .line:after,
.popup_menu:hover .line:before,
nav.mobile_menu ul li a:hover,
nav.mobile_menu ul li.active > a,
nav.mobile_menu ul li.current-menu-item > a {
	color: var(--color-km-orange);
}
nav.main_menu ul li {
	margin-right: 80px;
	float: none;
	line-height: 1;
	vertical-align: middle;
}

nav.main_menu ul li:last-child {
	margin: 0;
}

nav.main_menu ul > li.menu-item-type-tml_action,
nav.main_menu ul > li.loggedOut {
	margin: 0;
}

.drop_down .second .inner ul,
.drop_down .second .inner ul li ul,
.shopping_cart_dropdown,
li.narrow .second .inner ul,
.header_top .right #lang_sel ul ul,
.drop_down .wide .second ul li.show_widget_area_in_popup .widget,
.drop_down .wide.wide_background .second {
	background-color: var(--white);
}

nav.main_menu ul li.active a {
	color: var(--black);
}

nav.main_menu > ul > li > a {
	line-height: 1;
	color: var(--black);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}
nav.main_menu ul li:hover a {
	color: var(--color-light-orange);
}

.drop_down .second .inner > ul > li > a:hover,
.drop_down .wide .second ul li ul li.menu-item-has-children > a:hover,
.drop_down
	.wide
	.second
	.inner
	ul
	li.sub
	ul
	li.menu-item-has-children
	> a:hover {
	color: var(--color-light-orange) !important;
}

nav.main_menu.right {
	line-height: 100px;
}

nav.main_menu ul li:hover a span.underline_dash,
nav.vertical_menu ul li:hover a span.underline_dash {
	display: none;
}

nav.main_menu > ul > li > a {
	padding: 0;
}

nav.main_menu ul li.loggedOut a,
nav.main_menu ul li.notification a {
	/*background: linear-gradient(45deg, var(--gradient-start-orange), var(--gradient-end-orange)) !important;*/
	/*color: var(--color-km-green);*/
	padding: 0 5px;
	/*border-radius: 50px;*/
}

nav.main_menu ul li.loggedOut .drop_down_start ul {
	background-color: var(--white);
}

.drop_down .second .inner > ul > li > a {
	background: var(--white) !important;
	color: var(--color-dark-gray);
}

.drop_down .second .inner ul {
	box-shadow: 0 0 20px var(--boxshadow-dark-15);
}

.podiums {
	background-image: url(inc/images/podiums.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 130px;
}

.podiums .second {
	padding-top: 21%;
}

.podiums .third {
	padding-top: 25%;
}

.podiums .icon-usr {
	margin-bottom: 20px;
}

.podiums .school {
	color: var(--color-medium-dark-gray);
	font-size: 15px;
	font-weight: 800;
	margin-bottom: 20px;
}

.podiums .points,
.podiums .exams {
	color: var(--color-light-orange);
}

.podiums .second .icon-play,
.podiums .third .icon-play {
	width: 35px;
}

.flip-box {
	width: 100%;
	height: 400px;
}

.flip-box .front,
.flip-box .back {
	background-color: var(--white);
}

.flip-box .back {
	opacity: 0;
}

.partial-collapse.collapse[aria-expanded="false"] {
	display: block;
	height: 48px !important;
	overflow: hidden;
}
.partial-collapse.collapsing[aria-expanded="false"] {
	height: 48px !important;
}

.partial-collapse p,
.partial-collapse li {
	line-height: 24px;
}

.partial-collapse {
	margin-bottom: 20px;
}

a.collapsed.partial-collapse:after {
	content: "+ Read More";
}

a.partial-collapse:not(.collapsed):after {
	content: "- Read Less";
}

section .headings {
	margin-bottom: 90px;
}

section .sec-subheading {
	font-size: 20px;
}

section.home-sec2,
section.home-sec3,
section.home-sec4,
section.home-sec5 {
	padding: 120px 0;
}

section.home-sec1 {
	background-position: center bottom !important;
	background-color: var(--background-light-green) !important;
	padding-top: 100px;
	padding-bottom: 130px;
	position: relative;
}

section.home-sec1:after {
	content: "";
	height: 260px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	background-image: url(inc/images/home-top-seperator.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 10;
}
section.home-sec1 .overlay {
	content: "";
	top: 0;
	display: block;
	left: 0;
	width: 100%;
	position: absolute;
	height: 100%;
	background: linear-gradient(
		0,
		var(--gradient-start-green) -150%,
		var(--background-transparent) 50%
	);
}

section.home-sec1 .container {
	z-index: 0;
}
section.home-sec1 h1 {
	margin-bottom: 40px;
}

section.home-sec1 h4 {
	margin-bottom: 35px;
}

section.home-sec2 {
	text-align: center;
}

section.home-sec2 .row {
	background-image: url(inc/images/process-lines.png);
	background-position: center 22%;
	background-size: 100%;
	background-repeat: no-repeat;
}
section.home-sec2 .flip-box {
	width: 350px;
	height: 450px;
	margin: auto;
}
section.home-sec2 .flip-box .front {
	background-color: var(--background-transparent);
}

section.home-sec2 .flip-box .front img,
section.home-sec2 .flip-box .back {
	box-shadow: 0 0 50px var(--boxshadow-dark-10);
	border: 2px solid var(--border-light-green);
}

section.home-sec2 .flip-box .front img {
	background-color: var(--white);
	overflow: hidden;
	border-radius: 50%;
	padding: 20px;
	margin-bottom: 30px;
}

section.home-sec2 .flip-box .front h2 {
	margin-bottom: 20px;
}

section.home-sec2 .flip-box .back {
	border-radius: 8px;
	padding: 20px;
}

section.home-sec2 .hide {
	margin-top: 20px;
	opacity: 0;
	transition: 0.3s linear all;
	-webkit-transition: 0.3s linear all;
	-o-transition: 0.3s linear all;
	-moz-transition: 0.3s linear all;
}

section.home-sec2 ul {
	transition: 0.3s linear all;
	-webkit-transition: 0.3s linear all;
	-o-transition: 0.3s linear all;
	-moz-transition: 0.3s linear all;
	/* list-style: none; */
	text-align: left;
	counter-reset: my-awesome-counter;
}

section.home-sec2 ol li {
	counter-increment: my-awesome-counter;
	position: relative;
	line-height: 1;
	padding: 0 0 15px 20px;
}

section.home-sec2 ol li:before {
	content: counter(my-awesome-counter);
	color: var(--white);
	font-weight: bold;
	border-radius: 50%;
	background: orange;
	font-size: 11px;
	position: absolute;
	left: -18px;
	top: 0;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
}

section.home-sec3 {
	background-image: url(inc/images/home-sec3-bg.png);
	background-position: right center;
	background-size: contain;
	background-repeat: no-repeat;
}

section.home-sec3 h3,
section.home-sec3 h2,
section.home-sec3 a {
	margin-bottom: 15px;
}

section.home-sec3 h2:nth-child(3) {
	margin-bottom: 50px;
}

section.home-sec4 {
	background-position: center bottom !important;
	background-color: var(--background-light-green) !important;
	position: relative;
	text-align: center;
	padding-top: 0;
}

section.home-sec4 .overlay {
	content: "";
	top: 0;
	display: block;
	left: 0;
	width: 100%;
	position: absolute;
	height: 100%;
	background: linear-gradient(
		180deg,
		var(--gradient-start-green) -150%,
		var(--background-transparent) 50%
	);
}

section.home-sec4:before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-image: url(inc/images/home-bottom-seperator.png);
	background-position: center top;
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 10;
}

.cat-tournament.single-muqabla {
	background-image: var(--bg-light-url);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.cat-tournament.single-muqabla.dark-mode {
	background-image: var(--bg-dark-url);
}

.cat-tournament .container.single_muqabla {
	margin-top: 0;
	background-color: transparent;
	border: none;
	margin-bottom: 150px;
	box-shadow: none;
}

.cat-tournament .container.single_muqabla .single-page-quiz,
.cat-tournament .container.single_muqabla .timeNag-wrapper {
	background-color: rgb(255 255 255 / 85%);
	backdrop-filter: blur(10px);
	box-shadow: 0 0px 35px 50px rgb(255 255 255/85%);
}

.cat-tournament.dark-mode .container.single_muqabla .single-page-quiz,
.cat-tournament.dark-mode .container.single_muqabla .timeNag-wrapper {
	background-color: rgb(0 0 0 / 85%);
	box-shadow: 0 0px 35px 50px rgb(0 0 0/85%);
}

.cat-tournament .muqabla-header {
	padding: 150px 0 100px;
}
.cat-tournament .content,
.cat-tournament body,
.cat-tournament .wrapper,
.cat-tournament .content {
	background-color: var(--background-transparent);
}

.cat-tournament .footer_bottom_holder,
.cat-tournament .footer_top_holder {
	background-color: transparent;
}

.dark-mode .watupro_catpage h3 {
	/* color: var(--black) !important; */
	color: black;
}

@media (prefers-color-scheme: light) {
	/*section.home-sec1,
        section.home-sec1 h2,
        section.home-sec1 h3,
        section.home-sec1 h4,
        section.home-sec1 h5{
            color: var(--color-medium-dark-gray);
        }
        section.home-sec4:before{
            background-image: url(inc/images/home-bottom-seperator-light.png);
        }

        section.home-sec1:after{
            background-image: url(inc/images/home-top-seperator-light.png);
        }
        .page-template-page-tournament section.home-sec1{
            background-blend-mode: color-burn;
        }*/
}

@media (prefers-color-scheme: dark) {
	/*section.home-sec1,
        section.home-sec1 h2,
        section.home-sec1 h3,
        section.home-sec1 h4,
        section.home-sec1 h5{
            color: var(--color-medium-dark-gray);
        }

        section.home-sec1, section.home-sec4{
            background-color:var(--background-transparent) !important;
        }
        .page-template-page-tournament section.home-sec1{
            background-blend-mode: color-burn;
        }*/
}

.single-muqabla footer {
	z-index: 0;
}

.footer_top_holder,
footer #lang_sel > ul > li > a,
footer #lang_sel_click > ul > li > a {
	background-color: var(--white);
	border-top: 1px solid var(--border-light-gray);
}
.footer_top,
.footer_top p,
.footer_top
	span:not(.q_social_icon_holder):not(.fa-stack):not(
		.qode_icon_shortcode
	):not(.qode_icon_font_elegant),
.footer_top li,
.footer_top .textwidget,
.footer_top .widget_recent_entries > ul > li > span {
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	text-transform: none;
	font-style: normal;
}

.footer_top,
.footer_top p,
.footer_top span,
.footer_top li,
.footer_top .textwidget,
.footer_top .widget_recent_entries > ul > li > span {
	color: var(--color-medium-light-gray);
}

.footer_top,
.footer_top.footer_top_full {
	padding-top: 100px;
	padding-bottom: 100px;
}

.footer_top h5 {
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--black);
	font-style: normal;
}

.footer_top .column_inner > div h2,
.footer_top .column_inner > div h3,
.footer_top .column_inner > div h4,
.footer_top .column_inner > div h5,
.footer_top .column_inner > div h6 {
	color: var(--color-medium-light-gray);
}

.footer_top a {
	font-size: 16px;
	line-height: 16px;
	color: var(--color-medium-light-gray) !important;
}
.footer_bottom,
.footer_bottom span,
.footer_bottom p,
.footer_bottom p a,
.footer_bottom a,
#lang_sel_footer ul li a,
footer #lang_sel > ul > li > a,
footer #lang_sel_click > ul > li > a,
footer #lang_sel a.lang_sel_sel,
footer #lang_sel_click a.lang_sel_sel,
footer #lang_sel ul ul a,
footer #lang_sel_click ul ul a,
footer #lang_sel ul ul a:visited,
footer #lang_sel_click ul ul a:visited,
footer #lang_sel_list.lang_sel_list_horizontal a,
footer #lang_sel_list.lang_sel_list_vertical a,
#lang_sel_footer a,
.footer_bottom ul li a {
	color: var(--color-medium-light-gray);
}
.footer_bottom_holder {
	padding-bottom: 25px;
	padding-top: 25px;
	background-color: var(--white);
}

.footer_bottom {
	padding-top: 25px;
}

.four_columns > .column1 {
	width: 40%;
}

.four_columns > .column2,
.four_columns > .column3,
.four_columns > .column4 {
	width: 20%;
}

.four_columns > .column1 > .column_inner {
	padding: 0 35% 0 0;
}

.four_columns > .column1 .widget_media_image {
	margin-bottom: 20px;
}

/* BOOKS REDESIGN START*/

.book-single {
	min-height: 400px;
}

.book-single.rtl,
.book-single.rtl div,
.book-single.rtl h1,
.book-single.rtl h2,
.book-single.rtl h3,
.book-single.rtl h4,
.book-single.rtl h5,
.book-single.rtl h6,
.book-single.rtl span,
.book-single.rtl p,
.book-single.rtl li {
	font-family: "Noto Nastaliq Urdu", serif !important;
}

.book-single.rtl.sindhi,
.book-single.rtl.sindhi div,
.book-single.rtl.sindhi h1,
.book-single.rtl.sindhi h2,
.book-single.rtl.sindhi h3,
.book-single.rtl.sindhi h4,
.book-single.rtl.sindhi h5,
.book-single.rtl.sindhi h6,
.book-single.rtl.sindhi span,
.book-single.rtl.sindhi p,
.book-single.rtl.sindhi li {
	font-family: "Sindhi" !important;
}

.book-single.rtl .chapter-game .headings .sec-heading {
	margin-bottom: 35px;
}

.book-single.rtl .chapter-game .headings .sec-subheading {
	font-size: 24px;
}

.book-single-title {
	color: var(--color-medium-light-gray);
}

.pswp__zoom-wrap {
	overflow: auto;
}

.pswp__item {
	background: var(--white);
}
.pswp__container {
	width: 80%;
	margin: auto;
}

.pswp__zoom-wrap {
	padding: 50px;
}

.pswp__button--fs,
.pswp__button--close,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background-image: url("inc/images/pswp-default-skin.png") !important;
}

.chapter-game,
.chapter-lecture,
.chapter-text {
	position: relative;
	text-align: center;
}

.chapter-lecture:after,
.chapter-text:before {
	content: "";
	width: 100%;
	height: 200px;
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.chapter-game {
	padding: 90px 0;
	background-color: var(--white);
}

.chapter-lecture {
	padding-bottom: 200px;
	text-align: left;
}

.rtl .chapter-lecture {
	text-align: right;
}

.chapter-lecture:after {
	bottom: 0;
	background-image: url("inc/images/sep-gamerow-top.png");
	background-position: center bottom;
}

.chapter-lecture .info.row .col-md-4 div {
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
}
.chapter-lecture .info.row [class*="col-"] {
	/*background-color:  #F5F3F4;*/
	padding: 20px;
}

.chapter-lecture .info.row h5,
.chapter-lecture .info.row h3 {
	text-transform: uppercase;
}

.chapter-lecture .info.row .col-md-4 div p,
.chapter-lecture .info.row .col-md-4 div h5 {
	margin: 7px;
	line-height: 25px;
}

.chapter-lecture .iframe-embed-wrapper.iframe-embed-responsive-16by9,
.iframe-embed-wrapper.iframe-embed-responsive-16by9 {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}

.iframe-embed-wrapper.iframe-embed-responsive-16by9 iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.book-single .chapter-lecture .lecture-vid {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.chapter-text {
	padding: 200px 0 90px;
}
.chapter-text:before {
	top: 0;
	background-image: url("inc/images/sep-gamerow-bottom.png");
	background-position: center bottom;
}

.chapter-text .pagecontent,
.chapter-text .pagecontent p {
	font-size: 5px;
}

.chapter-text .pagecontent h1 {
	font-size: 15px;
}
.chapter-text .pagecontent h2 {
	font-size: 13px;
}
.chapter-text .pagecontent h3 {
	font-size: 11px;
}
.chapter-text .pagecontent h4 {
	font-size: 9px;
}
.chapter-text .pagecontent h5 {
	font-size: 7px;
}
.chapter-text .pagecontent h6 {
	font-size: 5px;
}
.chapter-text .pagecontent p,
.chapter-text .pagecontent hr {
	margin: 5px;
}

.chapter-text .pagecontent {
	background: var(--background-light-gray);
	padding: 50px 10px;
	max-height: 120px;
	overflow: hidden;
}

.chapter-text .swiper-slide {
	box-shadow: 0 0 10px var(--black);
	border: 1px solid var(--border-light-gray);
	border-radius: 10px;
	overflow: hidden;
	padding: 0;
}
.swiper-slide::marker {
	font-size: 0;
}

a#show-sidebar:hover:before {
	opacity: 0;
}

.row {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
/*
    .iframe-embed-wrapper {
        position: relative;
        display: block;
        height: 0;
        padding: 0;
        overflow: hidden;
    }
    .iframe-embed {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }
    .iframe-embed-responsive-16by9 {
        padding-bottom: 56.25%;
    }*/
/*BOOKS REDESIGN END*/

.members-access-error {
	width: 100%;
}

@media only screen and (min-width: 1400px) {
	.qode_grid_1300 .carousel-inner .slider_content_outer,
	.qode_grid_1300 .container_inner,
	.qode_grid_1300 .container_inner nav.content_menu,
	.qode_grid_1300 .footer_bottom_border.in_grid,
	.qode_grid_1300 .footer_top_border.in_grid,
	.qode_grid_1300 .full_width .parallax_content,
	.qode_grid_1300 .grid_section .section_inner,
	.qode_grid_1300 .title_border_in_grid_holder,
	.qode_grid_1300 nav.content_menu ul,
	.qode_grid_1300.boxed .section .section_inner,
	.qode_grid_1300.boxed nav.content_menu.fixed {
		width: 1100px;
	}
}

/*FAIZANNEW*/

/*PAST PAPER*/

.book-content .quiz-area {
	background-color: var(--white);
	border-radius: 5px;
	box-shadow: 0 0 40px var(--boxshadow-dark-10);
	padding: 40px 20px;
}

.book-main {
	padding: 0;
}

.book-content .watupro-warning {
	margin: 60px;
}

.book-content .quiz-area .watu-question,
.book-content .quiz-area {
	width: 100%;
}

.book-content .quiz-area .watu-question > div {
	padding: 0;
}

.book-content .watupro-qnum-info:nth-of-type(2) {
	display: none;
}

.book-content table.watupro_buttons tr {
	background-color: var(--background-transparent);
}

.book-content table.watupro_buttons td {
	padding: 0 !important;
	min-width: unset;
}

.book-content .quiz-area .show-question {
	float: none;
	padding: 0;
	margin-bottom: 35px !important;
}

.book-content .quiz-area .show-question .show-question-choices .anwser {
	display: none;
}

.book-content .quiz-area .show-question .show-question-choices .answer {
	display: none;
	margin: 0;
	padding: 5px 17px;
	font-weight: 500;
	border-radius: 5px;
	line-height: 1;
}

.book-content
	.quiz-area
	.show-question
	.show-question-choices
	.answer.correct-answer {
	display: inline-block;
	background: var(--background-medium-light-green);
}

.book-content
	.quiz-area
	.show-question
	.show-question-choices
	.answer.user-answer {
	display: inline-block;
	background: var(--light-pink);
}

.book-content
	.quiz-area
	.show-question
	.show-question-choices
	.answer.user-answer.correct-answer {
	background: var(--background-medium-light-green);
}

.book-content .quiz-area .show-question .show-question-choices .answer .answer {
	display: inherit;
	background: none;
	padding: 0;
	vertical-align: middle;
	color: var(--black);
	font-weight: 400;
}

.book-content
	.quiz-area
	.show-question
	.show-question-choices
	.watupro-unanswered {
	font-size: inherit;
	color: var(--color-light-orange);
	float: none;
	margin: 0;
	line-height: 1;
	display: inline-block;
	padding-left: 25px;
}

.book-content .quiz-area .show-question .show-question-content {
	margin-left: 0;
	margin-bottom: 20px;
	/*overflow: hidden;*/
}

.book-content table.watupro_buttons {
	text-align: center;
}

.book-content td#prev-question,
.book-content td#next-question {
	display: inline-block;
	width: auto;
	padding: 0 10px !important;
}

.book-content .muqabla-results table {
	margin: 0;
	background-color: var(--background-transparent);
	border: none;
	width: 100% !important;
}

.book-content .muqabla-results table tr {
	background-color: var(--background-transparent);
}

.book-content .muqabla-results table tr th,
.book-content .muqabla-results table tr td {
	font-weight: 400;
	padding: 5px 7px;
	border: none;
}

.book-content .timeNag-wrapper {
	background-color: var(--white);
	border-radius: 5px;
	box-shadow: 0 0 40px var(--boxshadow-dark-10);
}

.book-content #timeNag {
	line-height: 1;
	padding: 40px 0;
}

.watupro-progress-container {
	background-color: var(--background-light-gray);
	height: auto;
	border-radius: 0.625em;
}

.watupro-progress-bar {
	background: linear-gradient(
		45deg,
		var(--gradient-start-orange),
		var(--gradient-end-orange)
	) !important;
	height: 100%;
}

.muqabla-results .row:first-child {
	padding: 50px 0;
	text-align: center;
	position: relative;
}

input#pp_input {
	-webkit-appearance: none;
	cursor: pointer;
}

input#pp_input + label {
	display: block !important;
	margin: 0;
	padding: 10px 17px;
	font-weight: 500;
	border: 1px solid var(--border-light-gray);
	border-radius: 5px;
	line-height: 1;
}

input#pp_input:checked + label {
	border-color: var(--border-km-green);
	background-color: var(--background-km-green);
	box-shadow: 0 0 10px var(--boxshadow-dark-10);
	color: var(--white);
}

.quiz-area .show-question {
	display: none;
}

/*PAST PAPER*/
.text-no-display {
	display: none;
}
.user_points_down i.fa-arrow-down {
	color: var(--red);
}
.user_points_up i.fa-arrow-up {
	color: var(--color-km-green);
}
.user_points_equal {
	color: var(--color-dark-gray);
}
/*RESULTS NEW*/
.muqabla-results {
	padding: 0 80px;
}
.muqabla-results .left span.img {
	width: 100px;
	height: 100px;
	display: inline-block;
	background-size: contain;
	border: 2px solid;
	border-color: var(--border-km-dark-green);
	overflow: hidden;
	border-radius: 50%;
}

.muqabla-results .left .more {
	margin-top: 100px;
}

.muqabla-results .left .more input {
	display: block;
	width: 100%;
	max-width: 100%;
}

.muqabla-results .left .more #show_answers {
	text-transform: uppercase;
	color: var(--color-km-dark-green);
}

.muqabla-results .right {
	text-align: left;
}
.muqabla-results .right .card {
	background-color: var(--background-light-green);
	padding: 40px;
	text-transform: uppercase;
	font-weight: 800;
}
.single-resources .muqabla-results .right .card {
	background-color: var(--background-light-gray);
}

.single-resources
	.quiz-area
	.watu-question
	.question-choices.watupro-choices-columns
	.watupro-question-choice
	label {
	border-color: var(--border-km-dark-green);
}
.muqabla-results .right .card .title {
	display: inline-block;
	height: auto;
	width: auto;
	color: var(--color-km-dark-green);
	padding: 0 !important;
}

.muqabla-results .right .card .muqabla-points img {
	display: inline-block;
}

.muqabla-results .right .card .muqabla-points .img,
.muqabla-results .right .card .muqabla-points .score {
	display: inline-block;
	vertical-align: middle;
}

.muqabla-results .right .card .muqabla-points .img {
	width: 25%;
}
.muqabla-results .right .card .muqabla-points .score {
	width: 74%;
}

.muqabla-results .right .card .stats h5 {
	text-align: center;
	text-transform: uppercase;
	color: var(--color-km-green);
}

.muqabla-results .right .card .stats span {
	font-size: 15px;
	display: block;
}
.muqabla-results .right .card .stats .bar {
	height: 10px;
	display: inline-block;
	background-color: var(--background-km-green);
	border-radius: 5px;
	max-width: 330px;
}

.muqabla-results .right .card .stats .numb {
	display: inline-block;
	float: right;
}
.muqabla-results .right .card .stats .better-than {
	padding: 15px 10px;
	border-radius: 50px;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	background-color: var(--white);
	color: var(--red);
}

.result-answers {
	background-color: var(--background-light-gray);
	border: 1px solid var(--border-light-green);
	display: none;
}
.result-answers div.watupro-choices-columns {
	width: 49.8%;
	clear: none;
	float: none;
	margin: 0 !important;
	display: inline-block;
	padding: 10px 50px;
}

.result-answers div.watupro-choices-columns {
	border: 1px solid var(--border-light-green);
	vertical-align: top;
}

.result-answers div.watupro-choices-columns:nth-child(1),
.result-answers div.watupro-choices-columns:nth-child(2) {
	padding-top: 70px;
}
.show-question-choices {
	margin-bottom: 10px;
}

.show-question-content {
	position: relative;
	padding-left: 50px;
	line-height: 1;
}

.result-answers .show-question-content {
	padding-left: 0;
}
.show-question-choices li.answer {
	display: inline-block;
	color: var(--color-medium-light-gray);
	width: 49%;
	box-sizing: border-box;
}
.show-question-choices .answer img {
	width: 100%;
}
.show-question-choices .answer.correct-answer .answer {
	color: var(--color-dark-gray);
}
.show-question-choices ul {
	padding-left: 35px;
	display: block;
	width: 100%;
	margin-bottom: 0;
}
.show-question-choices ul > li:before {
	content: "\25cf";
	margin-right: 2em;
	font-size: 5px;
}

.show-question-choices .watupro-unanswered {
	/*        padding-left: 40px;*/
	color: var(--color-light-orange);
	font-size: 15px;
}

.show-question-content span.watupro_num {
	display: inline-block !important;
	width: 34px !important;
	height: 34px;
	line-height: 34px;
	vertical-align: middle;
	padding: 0;
	border-radius: 50%;
	position: absolute;
	margin: 0;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
/*RESULTS NEW END*/

.tml-register {
	max-width: initial;
}

#reportView .key span {
	padding: 5px 20px;
	width: 20%;
	display: inline-block;
	text-align: center;
}

div#reportView .card {
	padding: 15px 25px;
	border-radius: 5px;
	box-shadow: 0 0 15px var(--boxshadow-dark-10);
}

div#reportView .card table {
	margin-bottom: 20px;
	text-align: left;
}

div#reportView .card .btn {
	background: var(--background-dark-gray) !important;
	border-color: var(--border-dark-gray);
	font-size: 16px;
	padding: 7px 2px;
}

div#reportView .card h2 {
	font-size: 21px;
}

div#reportView .card table th,
div#reportView .card table td {
	text-align: left;
}

.snowfall-flakes {
	box-shadow: var(--boxshadow-light-gray) 1px 1px 5px !important;
}

.certificates .certificate img {
	min-height: 300px;
	object-fit: contain;
}
.tournament-nav .tournament-grades {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 30px;
	max-width: 575px;
	margin: auto;
	justify-content: center;
	padding-bottom: 126px;
	position: relative;
}

.tournament-nav .tournament-grades .gradebuttons {
	gap: 12px;
	display: inline-flex;
	align-content: space-around;
	align-items: center;
	justify-content: center;
}
.tournament-nav .tournament-grades .gradepicker {
	background-size: contain;
	background-position: center center;
	background-color: var(--background-transparent);
	padding: 0;
	width: auto;
	height: 80px;
	background-repeat: no-repeat;
	font-size: 0;
	box-shadow: none;
	border: none;
	margin-top: 10px;
	margin-bottom: 20px;
	transition: 0.25s linear;
	cursor: pointer;
}
.tournament-nav .tournament-grades .gradepicker {
	font-size: 13px;
	text-transform: uppercase;
	color: var(--white);
	font-weight: 500;
	line-height: 1;
	text-align: center;
	height: 80px;
	width: 80px;
	vertical-align: middle;
	padding: 18px;
	background-image: radial-gradient(
		circle farthest-corner at 10% 20%,
		rgba(37, 145, 251, 0.98) 0.1%,
		rgba(0, 7, 128, 1) 99.8%
	) !important;
	border-radius: 50%;
	/*background-image: none !important;*/
	background-color: var(--background-transparent);
	background-size: 200% 100%;
	box-shadow: var(--boxshadow-dark-10) 2px 2px 10px;
	margin: 15px 10px;
}

.tournament-nav .tournament-grades .gradepicker span {
	width: 100%;
	display: inline-block;
	font-size: 31px;
	font-weight: 900;
}
.tournament-nav .tournament-grades .gradepicker:hover {
	transform: scale(1.2);
	background-position: right center;
}
.tournament-nav .tournament-grades span.grade {
	text-transform: uppercase;
	color: var(--black);
	display: inline-block;
	padding: 2px 9px;
	background-color: var(--white);
	border: 3px solid var(--black);
	border-radius: 8px;
	font-size: 20px;
	font-weight: 800;
}
.tournament-nav .tournament-languages {
	background: linear-gradient(
		to top left,
		var(--gradient-start-blue) 0%,
		var(--gradient-end-blue) 100%
	);
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.tournament-nav .langpicker {
	background-size: contain;
	background-position: center center;
	background-color: var(--background-transparent);
	padding: 0;
	background-repeat: no-repeat;
	font-size: 0;
	box-shadow: none;
	border: none;
	min-height: 80px;
	width: auto;
}

.tournament-nav .tournament-months {
	max-width: 575px;
	margin: auto;
}

.tournament-nav .h1.back {
	position: absolute;
	left: 0;
	top: 0;
}

.tournament-nav .tournament-months span.month {
	text-transform: uppercase;
	color: var(--black);
	display: inline-block;
	padding: 2px 9px;
	background-color: var(--white);
	border: 3px solid var(--black);
	border-radius: 8px;
	font-size: 20px;
	font-weight: 800;
	display: block;
	width: 300px;
	margin: auto;
	text-align: center;
}

.tournament-nav .tournament-months .tourny {
	border: 2px solid var(--white);
	border-radius: 18px;
	box-shadow: 2px 2px 12px var(--black);
	margin-bottom: 30px;
	padding: 25px 5px 30px 5px;
	background-color: var(--white);
	margin: 0 1% 20px;
	position: relative;
	width: 47%;
	display: inline-block;
	transition: 0.3s linear;
	cursor: pointer;
}
.tournament-nav .tournament-months .tourny:nth-child(6) {
	margin: auto;
	display: block;
}
.tournament-nav .tournament-months .tourny.disabled {
	cursor: no-drop;
}

.tournament-nav .tournament-months .tourny.disabled:before {
	/*content: '';*/
	background-color: var(--boxshadow-dark-5);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	border-radius: 18px;
}
.tournament-nav .tournament-months .tourny span {
	position: absolute;
	bottom: -14px;
	left: 50%;
	transform: translateX(-50%);
	padding: 4px 8px;
	border-radius: 35px;
	color: var(--white);
	text-transform: uppercase;
	width: 165px;
	font-size: 12px;
	text-align: center;
	z-index: 2;
	display: inline-block;
}
.tournament-nav .tournament-months .tourny.concluded span {
	background: var(--background-dark-gray);
}
.tournament-nav .tournament-months .tourny.activenow span {
	background: var(--megenta);
}
.tournament-nav .tournament-months .tourny.comingsoon span {
	background: var(--light-blue);
}
.tournament-nav .tournament-months .tourny span i.fa-lock-open {
	display: none;
}
.tournament-nav .tournament-months .tourny.activenow span i.fa-lock-open {
	display: inline;
}

.tournament-nav .tournament-months .tourny.activenow span i.fa-lock {
	display: none;
}

.tournament-nav .tournament-months .tourny img {
	transform: rotate(355deg);
	vertical-align: middle;
}

.tournament-nav .tournament-months .tourny img[naptha_cursor="text"] {
	cursor: inherit !important;
}

.tournament-nav .tournament-months .tourny ul {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	list-style: none;
	margin: 0;
}

.tournament-nav .tournament-months .tourny ul li {
	font-size: 22px;
	margin: 0;
}

.tournament-nav .tournament-months .tourny:nth-child(7) {
	margin-left: 26%;
}

.tournament-nav .tournament-months .tourny:not(.disabled):hover {
	scale: 1.05;
	background-color: var(--white);
}

.tournament-nav .month-details .grade {
	background: rgba(255 255 255 / 84%);
	padding: 30px 45px;
	border-radius: 27px;
	overflow-y: scroll;
	max-height: 500px;
	scrollbar-width: thin; /* "auto" or "thin" */
	scrollbar-color: var(--border-km-orange) var(--background-transparent);
}

.tournament-nav .month-details .grade::-webkit-scrollbar,
.tournament-nav .month-details .grade::-webkit-scrollbar-thumb {
	width: 10px;
	border-radius: 13px;
}
.tournament-nav .month-details .grade::-webkit-scrollbar-thumb {
	box-shadow: inset 0 0 0 10px var(--boxshadow-dark-25);
	height: 20px;
}
.tournament-nav .month-details {
	overflow: hidden;
	border-radius: 27px;
}

.tournament-nav .month-details p {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 11px;
}

.tournament-nav .month-details .title_tournament_name {
	text-align: center;
	margin-bottom: 15px;
	font-size: 25px;
	font-weight: 700;
	line-height: 1;
}

.tournament-nav .month-details .title_tournament_name img {
	width: 200px;
}

.tournament-nav .month-details .description .subject {
	margin-bottom: 15px;
	line-height: 1;
	padding: 10px;
	background: var(--boxshadow-dark-5);
	text-align: center;
}

.tournament-nav .month-details .description .subject .title_sub {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	color: var(--purple);
}

.tournament-nav .month-details .description .subject.urdu .disc_sub p {
	font-family: "Noto Nastaliq Urdu", serif;
	font-size: 23px;
	line-height: 1;
}

.btn-overlay {
	display: block;
	position: absolute;
	left: -10px;
	top: -12%;
	width: 100%;
	height: 100%;
}
.btn-overlay .btn.video_lang_toggle {
	top: 50%;
	/*                background: var(--white) !important;*/
	color: var(--black) !important;
	border-radius: 10px !important;
	box-shadow: 0 0 20px var(--black);
}

.btn-overlay .btn.video_lang_toggle {
	padding: 17px 25px;
	font-size: 16px;
	border: 2px solid var(--black);
}

.btn-overlay .btn.video_lang_toggle.urdu {
	font-family: "Noto Nastaliq Urdu", serif;
	font-size: 18px;
	padding: 17px 50px;
}

.btn-overlay .btn.video_lang_toggle:before {
	display: none;
}
.hero-video {
	text-align: center !important;
	position: relative;
}

.hero-video-tabs {
	text-align: center !important;
	position: relative;
}

.hero-video-tabs iframe {
	border-radius: 15px;
	box-shadow: 0 0 20px var(--boxshadow-dark-15);
}

.hero-video iframe {
	border-radius: 15px;
	box-shadow: 0 0 20px var(--boxshadow-dark-15);
}

/* Player background */
#watupro_quiz .mejs-audio .mejs-container,
#watupro_quiz .mejs-audio .mejs-controls,
#watupro_quiz .mejs-audio .mejs-embed,
#watupro_quiz .mejs-audio .mejs-embed body {
	background-color: var(--background-light-gray) !important;
	position: relative;
	display: block;
	border: none;
}

.mejs-audio .mejs-inner {
	height: 100%;
}

#watupro_quiz .mejs-audio .mejs-controls {
	height: 100%;
}

#watupro_quiz .mejs-audio .mejs-mediaelement,
#watupro_quiz .mejs-audio .mejs-controls .mejs-time-rail,
#watupro_quiz .mejs-audio .mejs-controls .mejs-time,
#watupro_quiz .mejs-audio .mejs-controls .mejs-horizontal-volume-slider,
#watupro_quiz .mejs-audio .mejs-controls .mejs-volume-button {
	display: none !important;
}
#watupro_quiz .mejs-container.wp-audio-shortcode {
	width: 70px !important;
	height: 70px !important;
	display: inline-block;
	box-shadow: 0 0 10px var(--boxshadow-dark-10);
	border: 3px solid var(--border-km-green);
	border-radius: 100%;
	overflow: hidden;
	margin-right: 30px;
	min-width: auto !important;
	vertical-align: middle;
}

#watupro_quiz .watupro-question-choice .mejs-container.wp-audio-shortcode {
	width: 40px !important;
	height: 40px !important;
	border: 1px solid var(--border-km-green);
}

#watupro_quiz .watupro-question-choice .mejs-audio .mejs-controls button {
	/*  background-size: 10px !important;*/
}

#watupro_quiz .mejs-audio .mejs-controls button {
	background-repeat: no-repeat !important;
	background-position: center !important;
	position: relative !important;
	background-size: 20px !important;
	width: 100%;
	height: 100%;
	transform: none;
	max-width: 100%;
	display: block;
	border: none;
	line-height: 1;
	font-size: 0;
	margin: 0;
}

#watupro_quiz .mejs-audio .mejs-controls .mejs-play button,
#watupro_quiz .mejs-audio .mejs-controls .mejs-replay button {
	background-image: url(https://www.karmuqabla.com/wp-content/themes/karm/inc/images/sound.png) !important;
}

#watupro_quiz .mejs-audio .mejs-controls .mejs-pause button {
	background-image: url(https://www.karmuqabla.com/wp-content/themes/karm/inc/images/mute.png) !important;
}

#watupro_quiz .mejs-audio .mejs-button.mejs-playpause-button.mejs-play,
#watupro_quiz .mejs-audio .mejs-button.mejs-playpause-button.mejs-replay,
#watupro_quiz .mejs-audio .mejs-button.mejs-playpause-button.mejs-pause {
	width: 100% !important;
	height: 100% !important;
	float: none;
}

#watupro_quiz .mejs-audio .mejs-button.mejs-playpause-button.mejs-play button {
	background-size: 15px !important;
}

.result-answers .show-question-content .wp-audio-shortcode,
.result-answers .show-question-choices .wp-audio-shortcode {
	display: none !important;
}

.watupro-main-feedback {
	border: 1px solid var(--border-light-green);
	padding: 10px 20px;
	background-color: var(--background-light-green);
	border-radius: 7px;
}

.result-answers .watupro-main-feedback span {
	display: inline-block;
	width: calc(100% - 115px);
	vertical-align: middle;
}

.result-answers div.watupro-choices-columns {
	margin: 50px 0 !important;
	position: relative;
}

.quiz-area .watu-question .question-content p:has(.wp-audio-shortcode) + p {
	display: inline-block;
	padding: 10px 0;
}

.quiz-area .watu-question .question-content p:has(.wp-audio-shortcode) {
	display: inline-block;
	width: auto !important;
}

.quiz-area .watupro-question-choice p {
	display: inline-block;
	width: auto;
	margin: 0;
}

.quiz-area .watu-question .question-content p:has(img) {
	display: inline-block;
	width: 100%;
}

.rtl .show-question-content p,
.rtl .result-answers .watupro-main-feedback span {
	font-weight: 400;
	font-size: 25px;
	line-height: 1.5;
}

.rtl .show-question-content {
	padding-right: 50px;
	padding-left: 0;
}

.rtl .quiz-area .watu-question .question-content p:has(.wp-audio-shortcode) {
	padding: 10px 50px 10px 0px;
}

.rtl .quiz-area .watu-question .question-content .wp-audio-shortcode {
	margin-right: 0 !important;
	margin-left: 30px;
}

.rtl .quiz-area .watu-question .question-content p span.watupro_num {
	left: initial;
	right: 0;
	font-size: 20px;
}

.rtl
	.quiz-area
	.watu-question
	.question-choices.watupro-choices-columns
	.watupro-question-choice:nth-child(odd) {
	margin-left: 1%;
	margin-right: 0;
}

.rtl
	.quiz-area
	.watu-question
	.question-choices.watupro-choices-columns
	.watupro-question-choice:nth-child(even) {
	margin-right: 1%;
	margin-left: 0;
}

table.watupro_buttons {
	text-align: center;
}

@media only screen and (min-width: 992px) {
	div#filter_wrapper {
		display: block;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
	/*p, body, .featured-quiz-wrapper li, li, .divTableCell, .divTableHead, .pagination-wrapper .pagination a, .pagination-wrapper .pagination span.current{
        font-size: 13px;
        line-height: 1.6;
    }*/

	/*h1, .achievement-title{
        font-size: 1.85rem;
    }

    h2{
        font-size: 1.65rem;
    }

    h3, .achievement-sub-text{
        font-size: 1.45rem;
    }

    h4{
        font-size: 1.25rem;
    }

    h5, .nav.nav-tabs li a{
        font-size: 1.05rem;
    }*/

	.title-about,
	.section-title {
		font-size: 1.75rem;
	}

	.divTableHead {
		font-size: 14px;
	}

	.uagb-timeline-wrapper
		.uagb-timeline__field
		.uagb-timeline__day-new
		.uagb-timeline__events-new
		.uagb-timeline__events-inner-new
		.uagb-content {
		padding: 17px;
	}
	.uagb-timeline-wrapper
		.uagb-timeline__field
		.uagb-timeline__day-new
		.uagb-timeline__events-new
		.uagb-timeline__events-inner-new
		.uagb-timeline__date-inner {
		padding: 0 10px;
	}

	.uagb-timeline-wrapper
		.uagb-timeline__field
		.uagb-timeline__day-new
		.uagb-timeline__events-new
		.uagb-timeline__events-inner-new
		.uagb-content {
		font-size: 13px;
	}
}

@media only screen and (min-width: 1000px) {
	.content .container .container_inner.default_template_holder,
	.content .container .container_inner.page_container_inner {
		padding: 80px 0;
	}
	.mlw_qmn_quiz .mlw_qmn_timer {
		height: 78px;
		padding: 15px 20px;
		font-size: 50px;
	}
}

@media only screen and (min-width: 1200px) {
	.wrapper-pg-80,
	.container,
	.uagb-section__wrap .uagb-section__inner-wrap {
		width: 80% !important;
		max-width: initial !important;
	}
	.qode_grid_1300 .container_inner {
		width: 100%;
	}

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: initial;
	}
}

@media only screen and (max-width: 1650px) {
	.q_logo a {
		height: 45px !important;
	}
	nav.main_menu ul li {
		margin-right: 60px;
	}
	.podiums {
		background-size: 50%;
		padding-bottom: 100px;
	}
}

@media only screen and (max-width: 1500px) {
	.q_logo a {
		height: 45px !important;
	}

	section.home-sec2 .flip-box {
		width: 100%;
	}

	h1 {
		font-size: 42px;
	}

	h2 {
		font-size: 37px;
	}

	h3 {
		font-size: 28px;
	}

	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 15px;
	}
	p,
	body {
		font-size: 16px;
		color: var(--black);
	}
	section.home-sec2,
	section.home-sec3,
	section.home-sec4,
	section.home-sec5 {
		padding: 90px 0;
	}

	nav.main_menu ul li.menu-item-object-login a,
	.btn {
		padding: 13px 40px;
	}

	section.home-sec1 h1 {
		margin-bottom: 30px;
	}

	section.home-sec1 h4 {
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 1450px) {
	nav.main_menu ul li {
		margin-right: 45px;
	}

	.muqabla-results {
		padding: 0 40px;
	}
}

@media only screen and (max-width: 1300px) {
	.q_logo a {
		height: 40px !important;
	}

	nav.main_menu ul li {
		margin-right: 36px;
	}

	.tml-field-wrap {
		width: 45%;
	}
}

@media only screen and (max-width: 1200px) {
	h1 {
		font-size: 42px;
	}
	.featured-books-wrapper .book-img-wrapper {
		height: 150px;
	}

	.sidebar,
	.profile-data .sidebar {
		position: relative;
		max-width: 100%;
		flex: none;
		padding: 0;
	}

	.sidebar .sidebar-sticky,
	.profile-data .sidebar .sidebar-sticky {
		padding: 20px;
		height: 100%;
	}

	.profile-data .sidebar .sidebar-sticky .user-meta,
	.profile-data .sidebar .sidebar-sticky .user-img {
		display: inline-block;
		vertical-align: middle;
	}

	.profile-data .sidebar .sidebar-sticky .user-meta {
		text-align: left;
	}

	.profile-data .sidebar .sidebar-sticky .user-img {
		width: 130px;
		height: 130px;
		max-width: 130px;
		margin-right: 20px;
	}

	.profile-data .sidebar .sidebar-sticky .nav-tabs {
		margin: 50px 0 10px 0;
		width: 100%;
		max-width: 100%;
	}

	.profile-data .sidebar .sidebar-sticky .nav-tabs .nav-item {
		display: inline-block;
		margin: 0;
		padding: 0 20px;
	}

	.profile-data .sidebar .sidebar-sticky .nav-tabs .nav-item a {
		padding: 5px 0;
	}

	.profile-data .sidebar .sidebar-sticky .nav-tabs .nav-item a i {
		margin-right: 8px;
	}

	.profile-data .profile-statistics .card {
		backface-visibility: initial;
	}

	section.home-sec2,
	section.home-sec3,
	section.home-sec4,
	section.home-sec5 {
		padding: 70px 0;
	}

	section.home-sec1 {
		padding: 150px 0 150px;
	}

	section.home-sec1 .col-md-5,
	section.home-sec1 .col-md-7 {
		/*flex: 0 0 50%;*/
		/* max-width: 50%;*/
	}

	section.home-sec1:after,
	section.home-sec4:before {
		background-size: cover;
		height: 200px;
	}

	section.chapter-game iframe {
		width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.btn-overlay .btn.video_lang_toggle {
		padding: 18px 18px;
		font-size: 12px;
		/* border: 2px solid var(--black); */
	}

	.btn-overlay .btn.video_lang_toggle.urdu {
		/* font-family: "Noto Nastaliq Urdu", serif; */
		font-size: 16px;
		padding: 16px 32px;
	}
}

@media only screen and (max-width: 992px) {
	h1 {
		font-size: 38px;
	}

	h2 {
		font-size: 34px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 15px;
	}
	p,
	body {
		font-size: 14px;
		color: var(--black);
	}

	.container {
		width: 100%;
	}

	.container_inner {
		width: auto;
	}
	nav.mobile_menu ul li span.mobile_arrow i,
	nav.mobile_menu ul li span.mobile_arrow i {
		color: var(--white);
	}

	.profile-data .user-activity,
	.profile-data .user-results {
		min-height: 100%;
	}
	.header_bottom {
		padding: 0 15px;
	}
	header .menu-top-menu-container {
		display: inline-block;
		width: 100%;
	}

	.logo_wrapper {
		z-index: 999;
	}
	.mobile_menu .menu-item-type-tml_action {
		display: none;
	}
	nav.mobile_menu > ul {
		width: auto;
		padding: 0 15px;
	}
	nav.mobile_menu li.loggedOut,
	nav.mobile_menu li.notification {
		display: none;
	}

	.header_bottom,
	nav.mobile_menu {
		background-color: var(--white) !important;
	}

	.notification .badge {
		top: -8px;
		right: -8px;
		padding: 7px 5px;
		border-radius: 50%;
		width: 28px;
		height: 28px;
	}

	.support-articles .card {
		max-height: inherit;
	}
	.championship-page {
		margin-top: 0;
	}
	.toggleSearFilter {
		display: block;
	}
	.books {
		margin: 0 auto;
	}
	#filter_wrapper .term {
		width: 90px;
	}
	.percentRead {
		display: block;
	}
	.single-muqabla .content {
		margin-top: -100px !important;
		z-index: 9999;
	}

	.container.single_muqabla {
		width: 94%;
	}

	.content .container.single_muqabla .row:first-child {
		padding: 25px 0;
	}

	.quiz-area {
		padding: 0 50px;
	}

	div#timerDiv,
	.rtl div#timerDiv {
		max-width: 100%;
		left: 0;
		margin-bottom: 0;
	}

	header {
		z-index: 99999;
	}

	/* FAIZAN CSS NEW */
	.home .content {
		margin-top: -100px !important;
	}
	section.home-sec1 {
		padding: 22% 0;
	}

	/* FAIZAN CSS NEW END */
	.achievement-text-wrapper {
		width: 240px;
		height: 240px;
	}

	.achievement {
		margin-bottom: 20px;
	}

	section.chapter-game iframe {
		height: 390px;
	}

	.logo_wrapper,
	.mobile_menu_button {
		display: table;
	}

	nav.mobile_menu {
		display: block;
	}
	.main_menu {
		display: none !important;
	}
	.header_inner_left,
	footer.uncover,
	header {
		position: relative !important;
		left: 0 !important;
		margin-bottom: 0;
	}

	nav.mobile_menu ul li:last-child {
		display: none;
	}
	.logo_wrapper {
		left: 50%;
	}
	.fixed_top_header .q_logo img.mobile,
	.logo_wrapper {
		position: absolute;
	}
	.logo_wrapper,
	.mobile_menu_button {
		display: table;
	}
	.q_logo {
		display: table-cell;
		position: relative;
		top: auto;
		vertical-align: middle;
	}
	.q_logo a {
		left: -50%;
		width: auto !important;
	}
	.q_logo img {
		top: 0;
		left: 0;
	}
	header .q_logo img.dark,
	header .q_logo img.light,
	header .q_logo img.normal,
	header .q_logo img.sticky {
		display: none !important;
	}
	header .q_logo img.mobile {
		display: block !important;
		opacity: 1 !important;
		position: relative;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 768px) {
	nav.mobile_menu > ul {
		width: auto;
		padding: 0 15px;
	}
	#qode-home-slider .image {
		background-image: url(https://www.karmuqabla.com/wp-content/uploads/2018/03/rural-kids-mobile-compressor.jpg) !important;
	}
	.achievement-wrapper {
		width: 100%;
	}
	.leaderboard-wrapper a.read-more:before {
		top: 0;
		width: 100%;
	}
	.leaderboard-wrapper a.read-more:after {
		top: 100%;
		width: 100%;
	}
	.quiz_result_sub_heading {
		max-width: 100%;
	}
	.enter-muqabla a {
		padding: 30px 40px;
	}
	#timerDiv {
		font-size: 40px;
	}

	.watupro-category-wrap {
		border-bottom: 1px dotted var(--border-light-gray);
		background: var(--background-light-gray);
		padding: 0 8px;
	}
	.watu-question h2.watupro-category-header {
		text-align: center;
		background: var(--background-light-gray);
		padding: 16px 0;
		margin: 8px 0 0;
	}
	.watupro-category-wrap img {
		display: block;
		margin: 0 auto;
	}

	.text-copyright,
	.text-bottom-nav {
		text-align: center;
		margin: 12px auto;
		padding: 0;
	}
	ul.navigation-bottom {
		text-align: center;
		margin-bottom: 0;
	}

	.quiz-area .watu-question .watupro-category-wrap {
		border: none;
	}

	.quiz-area .watu-question .watupro-category-header {
		background: none;
		padding: 0;
	}

	.quiz-area .watu-question > div {
		padding: 20px 30px;
	}

	.quiz-area .watu-question .watupro-category-wrap p img {
		width: 100px;
		height: 100px;
	}

	.comment_holder .comment_number {
		text-align: center;
	}

	.support-articles .video a.card-wrapper .card {
		min-height: 168px;
	}

	.podiums {
		background-size: 80%;
		padding-bottom: 100px;
	}

	.podiums .second {
		margin-left: 5%;
		padding-top: 30%;
	}

	.podiums .third {
		padding-top: 36%;
	}
	.podiums .second,
	.podiums .first,
	.podiums .third {
		flex: 0 0 30%;
		max-width: 30%;
	}

	.divTableHeading,
	.divTableRow a {
		display: grid;
		grid-gap: 0;
		align-items: center;
		grid-template-columns: 10% 20% auto 20%;
	}

	.divTableCell,
	.divTableHead {
		width: auto !important;
	}

	.divTableCell:nth-child(1),
	.divTableHead:nth-child(1) {
		order: 1;
		grid-column: 1;
		grid-row: 1 / span 2;
	}
	.divTableCell:nth-child(2),
	.divTableHead:nth-child(2) {
		order: 2;
		grid-column: 2;
		grid-row: 1 / span 2;
	}
	.divTableCell:nth-child(3),
	.divTableHead:nth-child(3) {
		order: 3;
		grid-column: 3;
		grid-row: 1;
	}
	.divTableCell:nth-child(4),
	.divTableHead:nth-child(4) {
		order: 5;
		grid-column: 3;
		grid-row: 2;
	}
	.divTableCell:nth-child(5),
	.divTableHead:nth-child(5) {
		order: 6;
		grid-column: 4;
		grid-row: 2;
		text-align: left;
	}
	.divTableCell:nth-child(6),
	.divTableHead:nth-child(6) {
		order: 4;
		grid-column: 4;
		grid-row: 1;
		text-align: left;
	}
	.divTableCell:nth-child(7),
	.divTableHead:nth-child(7) {
		order: 7;
		grid-column: 3;
		grid-row: 3;
		text-align: left;
	}
	.include-branch .divTableCell:nth-child(5),
	.include-branch .divTableHead:nth-child(5) {
		order: 7;
		grid-column: 3;
		grid-row: 3;
		text-align: left;
	}

	.include-branch .divTableCell:nth-child(7),
	.include-branch .divTableHead:nth-child(7) {
		order: 6;
		grid-column: 4;
		grid-row: 2;
		text-align: left;
	}
	.divTableCell:nth-child(1) {
		font-size: 20;
	}

	/*.divTableCell:nth-child(1), .divTableHead:nth-child(1){
        width: 10%;
    }

    .divTableCell:nth-child(2), .divTableHead:nth-child(2){
        width: 30%;
    }
    .divTableCell:nth-child(5), .divTableHead:nth-child(5),
    .divTableCell:nth-child(6), .divTableHead:nth-child(6){
        width: 20%;
    }
    .divTableCell:nth-child(3), .divTableHead:nth-child(3),
    .divTableCell:nth-child(4), .divTableHead:nth-child(4){
        width: 40%;
    }*/

	.watupro-choices-columns.show-question {
		width: 100% !important;
		border: none !important;
	}

	.muqabla-results {
		padding: 0 !important;
	}

	.show-question-choices li.answer {
		width: 100%;
	}
	.quiz-area
		.watu-question
		.question-choices.watupro-choices-columns
		.watupro-question-choice
		label {
		padding: 5px;
	}
	.show-question-choices ul {
		padding: 0;
	}

	.show-question-content {
		padding-bottom: 30px;
	}

	.result-answers div.watupro-choices-columns {
		padding: 40px 20px !important;
	}

	#show-sidebar {
		z-index: 101;
	}

	.book-chapter .prev {
		left: 0;
	}

	.book-chapter .next {
		right: 0;
	}

	.book-main .container {
		max-width: 90%;
	}

	.book-content .quiz-area table tr:first-child td,
	.book-content .quiz-area table tr:first-child th {
		padding: 10px 4px;
	}

	.show-question-content table {
		margin-left: -50px;
	}

	section.chapter-game iframe {
		height: 290px;
	}
	.footer_top .four_columns .column1,
	.footer_top .four_columns .column2,
	.footer_top .four_columns .column3,
	.footer_top .three_columns .column1,
	.footer_top .three_columns .column2,
	.footer_top .two_columns_50_50 .column1,
	.footer_top .two_columns_50_50 .column2 {
		margin: 0 0 25px;
	}
	.footer_top .footer_col1,
	.footer_top .footer_col2,
	.footer_top .footer_col3,
	.footer_top .footer_col4 {
		width: 100%;
		float: none;
	}

	.three_columns > .column1 {
		width: 100%;
	}

	.hero-video-tabs {
		width: 80%;
	}
}

@media only screen and (max-width: 580px) {
	h1 {
		font-size: 39px;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 26px;
	}

	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 16px;
	}
	p,
	body {
		font-size: 18px;
		color: var(--black);
	}

	.achievement {
		width: 100%;
	}
	.match-vs {
		font-size: 30px;
	}
	.muqabla-timer #timer {
		padding: 16px 8px;
	}
	.muqablaTimmerHomePg .muqablaTimmer {
		padding: 5px 8px !important;
	}
	span#timer-hours,
	span#timer-mins,
	span#timer-secs,
	span.time-divider {
		font-size: 12px !important;
	}
	.pg-tournament span#timer-hours,
	.pg-tournament span#timer-mins,
	.pg-tournament span#timer-secs,
	.pg-tournament span.time-divider {
		font-size: inherit !important;
	}
	.enter-muqabla a {
		padding: 30px 16px;
	}
	.pg-worldcup section h1.pg-title {
		font-size: 45px;
	}

	.championship-page .title-text h2 {
		top: 10px !important;
		font-size: 36px;
	}
	.championship-page h2 {
		color: var(--white);
		font-size: 21px;
		padding-bottom: 8px;
	}
	.pg-worldcup .match-info .teams-img img {
		margin-top: 0;
		max-width: 150px;
	}
	.pg-worldcup .match-info .cup {
		margin: 40px 0;
	}
	.pg-worldcup .team-b-name p:before,
	.pg-worldcup .team-a-name p:after {
		content: none;
	}
	.pg-worldcup .nxt-muqabla-txt {
		font-size: 30px;
	}
	.wc-leaderboard h2:before {
		content: none;
	}
	.wc-leaderboard h2 {
		padding-left: 0;
	}
	#timerDiv {
		width: 95%;
	}
	.muqablaTimmer {
		padding: 16px;
		font-size: 44px;
	}
	.pg-tournament .enter-muqabla a {
		padding: 30px 60px;
	}
	.timerAlert {
		text-align: center;
	}
	.bookmark_message {
		width: 100%;
	}
	.tml.tml-register .tml-field-wrap,
	.tml.tml-login .tml-field-wrap,
	.tml.tml-subscriber_profile .tml-field-wrap {
		width: 100% !important;
		margin-left: 0;
	}
	.wc-leaderboard .title-head img {
		width: 100%;
		min-width: 100%;
	}
	.book-icons a:first-child {
		width: 76%;
	}
	/*.row {
        margin: 0;
    }*/

	.section-leaderboard {
		padding: 5px;
	}
	.divTable {
		padding: 5px 0;
	}

	.divTableCell,
	.divTableHead {
		padding: 5px;
		line-height: 1;
		width: 25%;
	}

	.section-leaderboard .thead-primary tbody tr td span.profile_img,
	.divTableCell span.img {
		width: 35px;
		height: 35px;
	}

	.section-leaderboardfilter {
		padding: 10px;
	}

	.section-leaderboardfilter select,
	.section-leaderboardfilter button,
	.section-leaderboardfilter,
	.divTableCell,
	.divTableHead {
		font-size: 12px;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="url"],
	textarea,
	select {
		padding: 5px 10px;
		font-size: 12px;
	}

	label {
		margin-bottom: 5px;
	}

	.quiz-area .watu-question .question-content {
		margin: 0 0 15px;
	}
	.quiz-area .watu-question .question-content p {
		line-height: 1.2;
	}

	.quiz-area
		.watu-question
		.question-choices.watupro-choices-columns
		.watupro-question-choice,
	.single-muqabla
		.rtl
		.quiz-area
		.watu-question
		.question-choices.watupro-choices-columns
		.watupro-question-choice {
		width: 100%;
		margin: 5px 0;
	}
	.quiz-area .watu-question .watupro-category-header {
		top: 50px;
		left: 20px;
		font-size: 20px;
	}
	#timerDiv,
	.rtl div#timerDiv {
		font-size: 25px;
		margin-bottom: 0 !important;
		width: 100% !important;
		right: 0 !important;
		padding: 20px 5px;
		max-width: 100%;
		left: 0;
	}
	table.watupro_buttons,
	table.watupro_buttons td,
	table.watupro_buttons tr,
	table.watupro_buttons tbody {
		width: 100%;
		display: block;
	}
	.quiz-area .watu-question .watupro-category-wrap p img {
		display: block;
		margin-bottom: 10px;
	}

	.quiz-area .watu-question .watupro-category-wrap p {
		text-align: center;
	}

	.quiz-area .watu-question:nth-child(even) > div {
		padding-bottom: 20px;
	}
	.quiz-area .watu-question:nth-child(odd) > div {
		padding-top: 20px;
	}

	.quiz-area .watu-question:nth-child(even) > div,
	.quiz-area .watu-question:nth-child(odd) > div {
		padding: 20px 0;
	}
	.quiz-area .watu-question .question-content h2,
	.quiz-area .watu-question .question-content h3,
	.quiz-area .watu-question .question-content h4,
	.quiz-area .watu-question .question-content h5,
	.quiz-area .watu-question .question-content p {
		padding: 0;
	}

	.quiz-area .watu-question .question-content p span.watupro_num {
		position: relative;
		line-height: 2;
		padding: 0 10px;
		display: inline-block !important;
		left: auto;
		top: auto;
		margin-bottom: 10px;
		transform: none;
	}
	.rtl form.quiz-form,
	.rtl form.quiz-form .question-content p,
	.rtl .watupro-choices-columns {
		font-size: 18px !important;
	}
	.muqabla-trivia-facts {
		margin-bottom: 50px;
	}

	.muqabla-trivia-facts .facts {
		padding: 15px 10px;
	}

	.muqabla-trivia-facts .facts .fact {
		font-size: inherit;
	}
	/*
    .muqabla-results {
        padding: 10px;
    }

    .muqabla-results .header, .muqabla-results .header span.muqabla-points, .muqabla-results .header span.muqabla-duration {
        text-align: center;
    }

    .muqabla-results .header span.muqabla-points {
        margin: 0;
    }

    .muqabla-results .basic-info, .muqabla-results .stats{
        padding: 10px;
        text-align: center;
    }

    .muqabla-results .basic-info .img {
        height: 200px;
    }

    .muqabla-results table td, .muqabla-results table th{
        padding: 5px;
        line-height: 1;
    }
    .muqabla-results .stats p {
        font-size: inherit;
    }

    .muqabla-results .stats table th, .muqabla-results .stats table td {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .muqabla-results .stats table tr {
        margin-bottom: 10px;
        display: block;
    }

    .muqabla-results .stats table th {
        padding: 0;
    }

    .muqabla-results .stats table td span {
        margin: 0;
    }

    .muqabla-results .stats table {
        margin-bottom: 10px;
    }*/

	.uagb-timeline-wrapper
		.uagb-timeline__field
		.uagb-timeline__day-new
		.uagb-timeline__events-new
		.uagb-timeline__events-inner-new
		.uagb-timeline__image,
	.uagb-timeline-wrapper
		.uagb-timeline__field
		.uagb-timeline__day-new
		.uagb-timeline__events-new
		.uagb-timeline__events-inner-new
		.uagb-content {
		width: 100%;
		display: block;
	}

	.comment_holder .comment {
		padding: 5px 10px;
	}
	.comment_holder .comment .text .name {
		padding-top: 20px;
	}
	.comment_holder .comment .text .text_holder {
		padding: 4px 0 0 4px;
	}

	.blog_holder.blog_single article h2 {
		font-size: 22px;
	}

	.comment-respond form p.logged-in-as {
		top: -25px;
	}
	.single-muqabla .alert-msg.watupro-warning {
		margin: 30px 0;
	}

	.quiz-area {
		padding: 0;
	}
	section.home-sec1 {
		text-align: center;
	}
	section.home-sec1 .col-md-5,
	section.home-sec1 .col-md-7 {
		/*        flex: 0 0 100%;*/
		/*        max-width: 100%;*/
	}

	section.home-sec2 .flip-box {
		width: 345px;
		margin-bottom: 100px;
	}

	section.home-sec2 .row {
		background-image: url(inc/images/process-lines-mobile.png);
		background-size: 350px;
		background-position-x: 50%;
		background-position-y: 32%;
	}

	section.home-sec3 {
		text-align: center;
	}

	section.home-sec4:before {
		height: 320px;
	}

	#timeNag {
		font-size: 20px;
	}

	header .menu-top-menu-container {
		top: 5px;
	}
	header .menu-top-menu-container li a {
		padding: 0;
		z-index: 9999;
	}

	.muqabla-results .right .card {
		padding: 20px;
	}

	.muqabla-results {
		padding: 0 20px;
	}

	.chapter-lecture .info.row .col-md-4 div {
		width: 49%;
	}

	section .sec-subheading {
		width: 95%;
	}

	section.chapter-game iframe {
		height: 250px;
	}

	.result-answers div.watupro-choices-columns {
		width: 100% !important;
		padding: 10px 15px !important;
	}

	.result-answers div.watupro-choices-columns:nth-child(2n + 1) {
		border: none !important;
	}

	.single-muqabla .rtl .quiz-area .watu-question .question-content p {
		padding: 10px 60px 10px 0;
	}

	#watupro_quiz .mejs-container.wp-audio-shortcode {
		width: 50px !important;
		height: 50px !important;
	}

	.result-answers .watupro-main-feedback .wp-audio-shortcode {
		display: block !important;
		margin: 0 auto;
	}

	.result-answers .watupro-main-feedback span,
	.result-answers .watupro-main-feedback span {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.nav-tabs .nav-item {
		width: 30%;
	}

	.hero-video-tabs {
		width: 100%;
	}

	.btn-overlay .btn.video_lang_toggle.urdu {
		font-size: 8px;
		padding: 11px 20px;
	}

	.btn-overlay .btn.video_lang_toggle {
		padding: 12px 4px;
		font-size: 8px;
	}

	.tab-content {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 375px) {
	.quiz-area .watu-question > div {
		padding: 20px;
	}
	#timerDiv {
		font-size: 22px;
	}
}

nav.main_menu > ul > li > a,
nav.main_menu ul li:hover a,
nav.main_menu ul li.active a {
	color: var(--black);
}
