
html {
	font-size: 10px;
}

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

/*header and navigation css starts here*/
header {
	padding: 11px 20px;
	box-shadow: 0px 4px 4px #a9a9a9;
	background-color: #ffffff;
}

.after-header {
	position: relative;
}

#logo_home h1 {
	margin: 0;
}

#logo_home h1 a img {
	height: 24px;
}

.menu-links {
	margin: 0;
	padding: 0;
}

.menu-links li {
	list-style: none;
	margin: 8px 0 8px 36px;
}

.menu-links a {
	display: block;
}

.menu-links a img {
	width: 27px;
}

.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: 24px;
}

.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;
}

footer .interactive-btns li {
	list-style: none;
	margin-right: 20px;
}

footer .interactive-btns li p {
	margin-bottom: 0;
	color: #737373;
	font-size: 1.5rem;
	text-align: center;
	font-weight: 300;
}

footer .interactive-btns .btn {
	padding: 10px 0;
	width: 200px;
}

/*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: 30rem;
}

.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 35px;
	max-height: 124px;
	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;
}

.previous-qt,
.for-mobile-back {
	display: none;
}

.logout-btn-for-mobile {
	display: none;
}

.magic-element {
	display: block;
}

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

/*common CSS ends here*/


/*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 (min-width: 768px) and (max-width: 991px) {
	.action-btns {
		top: 54px;
	}
}

@media (max-width: 991px) {
	main {
		padding: 30px 0;
		position: absolute;
		inset: 0px;
		width: 35rem;
		height: 60rem;
		max-width: 100vw;
		max-height: 100dvh;
		margin: auto;
	}

	.img_signup {
		width: 100% !important;
	}

	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: 48%;
		margin-right: 11px;
	}

	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;
	}

	.for-mobile-back {
		display: block;
		position: absolute;
		top: 8px;
		left: 0px;
	}

	.for-mobile-back img {
		width: 20px;
	}

	#logo_home {
		padding-left: 20px;
	}

	.menu-links img {
		width: 25px;
	}

	.menu-links li {
		margin-left: 20px;
	}

	.logout-btn-for-mobile {
		display: block;
	}

	.user-aqccount {
		display: none;
	}

	header {
		padding-left: 15px;
		padding-right: 0;
	}

	body {
		background-image: url("/static/enumeracy_theme1/enumeracy_course/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;
	}
}

@media (max-width: 480px) {
	#logo_home img {
		width: 120px;
	}

	.info-bar ul {
		padding: 8px 15px;
	}
}

/* Extra small devices (phones, 600px and down) */
@media (max-width: 600px) {
	.menu-links img {
		width: 22px;
	}
}