@import url("/static/enumeracy_theme1/enumeracy_assets/css/commom-components.c6ad0e033643.css");
@import url("/static/enumeracy_theme1/enumeracy_assets/css/profile.5c2af59253c3.css");
@import url("/static/enumeracy_theme1/enumeracy_assets/css/shaded-grid.e974fac43181.css");
@import url("/static/enumeracy_theme1/enumeracy_assets/css/real-world-numeracy.59c09d602796.css");
@import url("/static/enumeracy_theme1/enumeracy_assets/css/topic-listing.3a928de0b5d4.css");
@import url("/static/enumeracy_theme1/enumeracy_assets/css/activate-account.65eafb74ee94.css");
@import url("/static/enumeracy_theme1/enumeracy_assets/css/dashboard-screen.19d10c55ecf8.css");
@import url("/static/enumeracy_theme1/enumeracy_assets/css/dashboard-screen-b.d1888b94f127.css");
@import url("/static/enumeracy_theme1/enumeracy_assets/css/course-completion.4b9e4a5e1b4f.css");
@import url("/static/enumeracy_theme1/enumeracy_assets/css/activity-completion.f7fa86aefc44.css");
@import url("/static/enumeracy_theme1/enumeracy_assets/css/feedback-popup.0500e2c1466e.css");
@import url("/static/enumeracy_theme1/enumeracy_assets/css/continue-learning-under-const.39d0e27e7df4.css");
@import url("/static/enumeracy_theme1/enumeracy_assets/css/solution.7c2407ecd1a5.css");
@import url("/static/enumeracy_theme1/enumeracy_assets/css/solution-new.c935e297b0a5.css");
@import url("/static/enumeracy_theme1/enumeracy_assets/css/math-thesaurus.e971af805537.css");
@import url("/static/enumeracy_theme1/enumeracy_assets/css/cookies.d7b35eae8d70.css");
@import url("/static/enumeracy_theme1/enumeracy_assets/css/privacy-policy-pop.12ab92c8d1d2.css");
@import url("/static/enumeracy_theme1/enumeracy_assets/css/course-intro.7b1918c9dcfc.css");
@import url("/static/enumeracy_theme1/enumeracy_assets/css/sign-up-in.ad68c539d51f.css");
@import url("/static/enumeracy_theme1/enumeracy_assets/css/input-text.387271b69fb1.css");
@import url("/static/enumeracy_theme1/enumeracy_assets/css/forgot-password.b480f9c917d8.css");

html {
	font-size: 10px;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	background-image: url("/static/enumeracy_theme1/enumeracy_assets/images/Web-Background1.4382210b728d.png");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-size: 20px;
    background-attachment: fixed;
}

.iti__country-list {
	width: 400px !important;
}
/*header and navigation css starts here*/

.info-bar ul {
	margin: 0;
    background: #11124E;
    display: inline-flex;
    border-radius: 0 0 15px 15px;
    padding: 4px 40px;
}
.info-bar ul li {
	list-style: none;
}
.info-bar ul li:first-child {
	margin-right: 30px;
}
.info-bar ul p {
	margin-bottom: 0;
	font-size: 1.8rem;
	color: #ffffff;
}
/*header and navigation css ends here*/


/*buttons css starts here*/
.action-btns {
	position: absolute;
	right: 40px;
	top: 40px;
}
.action-btns button.back {
	margin-right: 2rem;
}
.action-btns button.exit {
	width: 190px;
}
.btn {
	border-radius: 10px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	font-size: 20px;
	padding: 4px 18px;
}
.primary-btn {
	background: #F26656;
	color: #ffffff;
}
.secondary-btn {
	color: #737373;
	background-color: #F1F6FB;
}
/*buttons css ends here*/


/*footer css starts here*/
footer {
	padding-bottom: 150px;
}
footer .interactive-btns {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: flex-end;
	gap: 20px;
}
footer .interactive-btns li {
	list-style: none;
}
footer .interactive-btns li p {
	margin-bottom: 0;
	color: #737373;
	font-size: 1.5rem;
	text-align: center;
	font-weight: 300;
}
footer .interactive-btns .btn.with-icon {
	padding: 10px 0;
	width: 190px;
}
footer .interactive-btns .btn.with-icon {
	position: relative;
}
footer .interactive-btns .btn.with-icon img {
	padding-right: 2rem;
}

/*footer css ends here*/

/*sticky feedback css starts here*/
.sticky-hints {
	position: fixed;
    bottom: 30px;
    right: 0;
    border: 1px solid #6FA9DC;
    border-radius: 15px 0 0px 15px;
    background: #F0F9FF;
    width: 22rem;
}
.sticky-hints .rounded-icon {
	position: absolute;
    top: -14px;
    left: -30px;
}
.sticky-hints .rounded-icon img {
	width: 60px;
}
.hints-wrapper .title {
	background: #11124E;
    color: #fff;
    border-radius: 15px 0 0;
    padding: 5px 5px 5px 35px;
}
.hints-wrapper .title p {
	margin: 0;
	font-size: 18px;
	margin: 0;
	color: #ffffff;
	line-height: 2.2rem;
	font-weight: 400;
}
.hints-wrapper .hints-content {
	padding: 8px 30px;
	max-height: 228px;
	overflow-y: auto;
}
.hints-wrapper .hints-content p {
	font-size: 18px;
	color: #525252;
	margin: 0;
}
/*sticky feedback css ends here*/

/*common CSS starts here*/
main {
	padding: 3rem 0;
}
p {
	margin-bottom: 0;
	color:  #757575;
}
.form-control {
    color: #2E2F74 !important;
}
.previous-qt {
	display: none;
}

.magic-element {
	display: block;
}
.list-unstyled {
	padding: 0;
	margin: 0;
	list-style: none;
}

#confirmModal .modal-header,
#exitModal .modal-header {
	background: #A2CBF6;
	border-radius: 18px 18px 0px 0px;
}
#confirmModal .modal-title,
#exitModal .modal-title {
	color: #2E2F74;
	font-size: 2.5rem;
}
#exitModal .modal-title img {
	margin-bottom: .4rem;
}
#confirmModal .modal-dialog,
#exitModal .modal-dialog {
	width: 448px;
}
#confirmModal .modal-content,
#exitModal .modal-content {
	border-radius: 1.8rem;
}
#confirmModal .modal-body,
#exitModal .modal-body {
	color: #2E2F74;
	font-size: 2rem;
	padding: 1.5rem;
	font-weight: 300;
}
#exitModal .modal-body {
	padding: 1.5rem 1.5rem .5rem;
}
#exitModal .modal-body p {
	color: #2E2F74;
	font-size: 2rem;
	margin-top: 1rem;
	line-height: 2.5rem;
}
#confirmModal .modal-footer,
#exitModal .modal-footer .modal-actn-btns {
	justify-content: center;
	gap: 2rem;
	padding-bottom: 2rem;
	border: none;
}
#confirmModal .modal-footer .btn,
#exitModal .modal-footer .modal-actn-btns .btn {
	width: 185px;
	font-size: 1.8rem;
	padding: .6rem 1rem;
}
#exitModal .modal-footer {
	justify-content: center;
	flex-direction: column;
	border-top: none;
	padding: 1rem 2.5rem 1rem 2.5rem;
}
#exitModal .modal-body h3 {
	font-size: 2rem;
	color: #2E2F74;
}
#exitModal .modal-footer h3 {
	font-size: 2rem;
	color: #2E2F74;
	margin: 0;
	width: 100%;
	border-top: 1px solid #B9B9B9;
	padding: 1.5rem 0 2.5rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
}



/*with-border-for-radiobtns*/
.with-border ul li .options {
	padding: 7px 10px;
    border: 1px solid rgba(111, 169, 220, 0.4);
    border-radius: 10px;
}
.with-border ul li {
	margin-bottom: 10px;
}


/*common CSS ends here*/
.video-player * {
  width: 100% !important;
  height: 100% !important;
}


/*responsive media queries CSS starts here*/
@media (max-width: 1200px) {
	footer .interactive-btns {
		flex-wrap: wrap;
	}
	footer .interactive-btns li {
		margin-bottom: 15px;
	}
	footer {
		position: static;
		bottom: unset;
		padding-bottom: 120px;
	}
}
/*@media (max-width: 1024px) {
	.action-btns {
		display: none;
	}
}*/
@media (min-width: 768px) and (max-width: 991px) {
	.action-btns {
		top: 54px;
	}
}
@media (max-width: 991px) {
	main {
		padding: 30px 0;
	}
	footer .interactive-btns li p {
		display: none;
	}
}
@media (max-width: 768px) {
	.action-btns,
	.sticky-hints {
		display: none;
	}
	.previous-qt {
		display: block;
	}
	footer {
		padding-bottom: 40px;
	}
	footer .interactive-btns .btn {
		width: 100%;
		font-size: 14px;
		padding: 9px 0;
	}
	footer .interactive-btns li {
		width: 47%;
	}
	footer .interactive-btns li:nth-child(even) {
		margin-right: 0;
	}
	.info-bar ul p {
		font-size: 12px;
	}
	.info-bar ul {
		display: flex;
		border-radius: 0;
		justify-content: space-between;
	}
	
	body {
		background-image: url("/static/enumeracy_theme1/enumeracy_assets/images/Mobile-Background.761fba897c9c.png");
	}
	.chapter-completed .interactive-btns {
		margin-left: 0;
	}
	
	.background-image-bottom {
		background-position: center -20%;
	}
	.opinion-about-topic footer .btn {
		display: none;
	}
	.order-changed {
		order: 12;
	}
	#confirmModal .modal-dialog,
	#exitModal .modal-dialog {
		width: auto;
	}
	#confirmModal .modal-footer .btn,
	#exitModal .modal-footer .modal-actn-btns .btn {
		font-size: 1.4rem;
		width: 152px;
	}
	#confirmModal .modal-footer,
	#exitModal .modal-footer {
		gap:  1rem;
	}
	#confirmModal .modal-title, #exitModal .modal-title {
		font-size: 2.1rem;
	}
	#exitModal .modal-body p {
		font-size: 1.8rem;
	}
	footer .interactive-btns .skip {
		justify-content: center;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.info-bar ul {
		padding: 8px 15px;
	}
	#confirmModal .modal-dialog,
	#exitModal .modal-dialog {
		width: 370px;
		margin: 1.75rem auto;
	}
	footer .interactive-btns .btn.with-icon {
		width: 100%;
	}
}

 /* Extra small devices (phones, 600px and down) */
@media (max-width: 479px) {
	#logo_home img {
		width: 120px;
	}
	footer .interactive-btns .btn.with-icon {
		width: 100%;
	}
	footer .interactive-btns .btn.with-icon img {
		padding-right: 1rem;
	}
	footer .interactive-btns .btn.with-icon {
		width: 100%;
	}
	
}
@media (max-width: 374px) {
	#confirmModal .modal-footer .btn,
	#exitModal .modal-footer .modal-actn-btns .btn {
		width: 100px;
	}
	footer .interactive-btns li {
		width: 46%;
	}
}