body {
	position: relative;
	margin: 0px !important;
	text-align: center;
	overflow: scroll;
	background-image: url("/assets/images/app-background.jpg");
	background-size: cover;
    /*padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-right, 0px);*/
    padding-bottom: env(safe-area-inset-top, 0px);
    overflow: hidden;

}
.hidden {
	display: none !important;
	opacity: 0;
	visibility: hidden;
}
.mainapp {
	display: inline-block;
	margin: auto;
	text-align: left;
	overflow: hidden;
	position: relative;
}

/*
.mainapp:before {
	content: " ";
    background-image: url(/assets/images/mobile-frame.png);
    position: absolute;
    left: -81px;
    top: -10px;
    right: -90px;
    bottom: -39px;
    background-size: 100%;
    background-repeat: no-repeat;

}
*/
.mainapp>.mainappcontainer {
	width: 100%;
	height: auto;
	max-width: 100%;
	 /*max-height: 100vh; */
	margin: auto;
	opacity: 0;
}

.main-app-container {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	/*background-color: gray;*/
}

/*Login page*/

.mainframe {
/*	position: absolute;
	left: 0px;
	right: 0px;
	width: 100vw;
	height: 100vh;*/
	position: absolute;
    left: 0px;
    right: 0px;
    width: 100vw;
    min-height: 85vh;
    bottom: 0px;
    top: 0px;
    background-size: cover;
}

.form_login,
.form_language {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.form_login_container,
.form_language_container {
	max-width: 90%;
	width: 400px;
	padding: 5px 10px;
	border-radius: 15px;
	border: 5px #223892 ridge;
	background-color: rgba(22, 38, 92, 0.4);
	color: #ffffff;
}

.pagetitle {
	background-image: url("/assets/images/pagetitle-bg.png");
	background-size: 100% 100%;
	text-align: center;
	font-size: 24px;
	padding: 5px 0px 20px 0px;
}

.btn-bg1 {
	background-image: url("/assets/images/btn-bg1.png");
	background-size: 100% 100%;
}

.btn-bg2 {
	background-image: url("/assets/images/btn-bg2.png");
	background-size: 100% 100%;
}

.appbtn {
	display: inline-block;
	text-align: center;
	position: absolute;
	font-size: 12px;
	max-width: 30%;
	z-index: 10;
}

.appbtn .appbtn-icon {
	margin: auto;
	display: block;
	position: relative;
	z-index: 2;
	width: 20px;
}

.appbtn .appbtn-text {
	background-size: 100% 100%;
	padding: 5px 20px;
	color: #fff;
}

.appbtn.appbtntopic .appbtn-text {
	background-image: url(/assets/images/bg-ribben.png);
}

.checkbox-container {
    display: flex;
    align-items: center;
    padding: 5px;
}
.multi_choice {
    padding: 5px;
}
.checkbox-container>div, .checkbox-container input, .multi_choice input {
    margin-left: 15px;
}

.qtext .selectable {
    cursor: pointer;
}
.qtext .selectable.selected {
    border-radius: 0.25em;
    background-color: #cbcfd4;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0 0;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    background-origin: padding-box;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    border: solid thin #000;
    margin: 0 2px 0 2px;
    display: inline;
    white-space: nowrap;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.9);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.9);
    box-shadow: 1px 1px 2px rgba(0,0,0,.9);
    outline-style: solid;
    outline-width: thin;
}
.qtext .selected, .qtext .correctposition {
    border: 1px solid white;
    border-radius: 10px;
    box-shadow: 0 0 5px #fff;
}
.qtext .selected.correctresponse {
    background: #9dd8bb;
    color: green;
    padding: 0px 5px;
}
.qtext .selected.incorrectresponse {
    background: #f7d0d0;
    color: red;
    padding: 0px 5px;
}
.qtext .correctposition {
    background: #ee2;
    color: black;
}
.appbtn.appbtnsubtopic .appbtn-text {
	background: rgb(0 0 0 / 28%);
	display: block;
	padding: 5px;
	color: white;
}

/* .appbtn .appbtn-text{
	background: url(/assets/images/hex_box.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 5px 20px;
} */
/* .appbtn .appbtn-text {
	padding: 8px 25px;
	background: rgba(0, 0, 0, 0.4);
	margin-top: -9px;
	display: block;
	position: relative;
	z-index: 1;
	color: white;
	font-weight: 600;
	text-transform: uppercase;
} */

.appbtn.appbtntopic .appbtn-text:before,
.appbtn.appbtntopic .appbtn-text:after {
	content: " "
}

/* .appbtn.appbtntopic .appbtn-text:before {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 20px solid rgb(0 0 0 / 54%);
	position: absolute;
	left: -15px;
	top: 0px;
	bottom: 0px;
} */

/* .appbtn.appbtntopic .appbtn-text:after {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 20px solid rgb(0 0 0 / 54%);
	position: absolute;
	right: -15px;
	top: 0px;
	bottom: 0px;
} */

#afterloginviwe {
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
}

#worldviewContainer, #subjectviewContainer {
	background-position: bottom left;
	background-size: cover;
}

#worldviewContainer .mainview, #subjectviewContainer  .mainview{
	display: flex;
}

#worldviewContainer .mainview .sidebar, #subjectviewContainer  .mainview .sidebar{
	background: #333333a6;
	height: 100%;
	position: absolute;
	z-index: 9999;
}

#worldviewContainer .mainview .sidebar.open, #subjectviewContainer .mainview .sidebar.open {
	width: auto;
}

#worldviewContainer .mainview .maincontent, #subjectviewContainer .mainview .maincontent {
	height: 100%;
	width: 100%;
	position: absolute;
}

#worldviewContainer .mainview .maincontent .top-ribben, #subjectviewContainer .mainview .maincontent .top-ribben {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 450px;
}

#worldviewContainer .mainview .maincontent .topiccontainer, #subjectviewContainer .mainview .maincontent .topiccontainer {
	position: absolute;
	left: 10%;
	top: 0px;
	right: 100px;
	bottom: 0px;
}

#badgeviewContainer {
    background: #0d214e;
    z-index: 9999999;
}
#badgeviewContainer .badgecontainer{
	position: absolute;
    top: 60px;
    left: 0px;
    right: 0px;
    bottom: 0px;
/*    background: gray;*/
    overflow-x: scroll;
}
.badgecontainerscroll {
    width: max-content;
    white-space: nowrap;
}
.badge-section {
	display: inline-block;
    width: 85vw;
    margin: 20px 50px;
    background: #bdbd00;
    color: white;
/*    padding: 15px;*/
	border-radius: 15px;
}
.badge-group {
	background: url(/assets/images/white_frame.png);
    background-size: 100% 100%;
    position: relative;
    display: inline-block;
    width: 100%;
}
.badge-group .badge-group-title{
	text-align: center;
	margin-top: -20px;
}
.badge-group .badge-group-title .maingbadge{
	width: min-content;
    margin: auto;
}
.badge-group .badge-group-title .maingbadge .badgeimage-cover{
	background-image: url(/assets/images/event_completed_score_banner.png);
    background-size: 100% 100%;
    padding: 0px 30px;
    text-align: center;
}
.badge-group .badge-group-title .maingbadge .badgeimage-cover .badgeimage-container{
    padding: 10px;
    background-image: url(/assets/images/circle_shape_portraits1.png);
    background-size: 100% 100%;
    margin: 0px;
}
.badge-group .badge-group-title .maingbadge .badgeimage-cover img{
    width: 50px;
    height: auto;
}
.badge-group .badge-group-title .maingbadge .badgeimage-cover img.notcompleted{
	filter: grayscale(100%) brightness(3) contrast(0);
}
.badge-group .badge-group-title .maingbadge .badgeimage-cover .badgeprogressbar{
    width: 100%;
    background: #2c2236;
    margin-top: -10px;
}
.badge-group .badge-group-title .maingbadge .badgeimage-cover .badgeprogressbar .badgeprogress{
	height: 5px;
    background: white;
}
.badge-group .badge-group-title .maingbadge .badge-name {
    color: #FFC107;
    text-shadow: 1px 1px 1px #181817;
}
.badge-group .badge-group-body{
    white-space: normal;
    margin: auto;
    text-align: left;
    padding: 15px;
    height: calc(100vh - 200px);
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-bottom: 50px;
}
.badge-group .badge-group-body::-webkit-scrollbar{
	display: none;
}
.badge-group .badge-group-body .badge-thumb{
	display: inline-block;
    width: 24.5%;
    text-align: center;
    margin-bottom: 15px;
}
.badge-group .badge-group-body .badge-thumb .badge-image{
	background-image: url("/assets/images/portrait_selection_frame.png");
    background-size: 100% 100%;
    width: min-content;
    margin: auto;
    padding: 0px 10px;
}
.badge-group .badge-group-body .badge-thumb .badge-image img{}
.badge-group .badge-group-body .badge-thumb .badge-image img.completed0 {
    filter: grayscale(100%) brightness(0);
}
.badge-group .badge-group-body .badge-thumb .badge-desc{
	position: relative;
    width: fit-content;
    margin: auto;
    text-align: center;
}
.badge-group .badge-group-body .badge-thumb .badge-desc .completiontic {
	width: 20px;
    margin-top: -20px;
    display: none;
    visibility: hidden;
    opacity: 0;
    margin-left: auto;
    margin-right: auto;
}
.badge-group .badge-group-body .badge-thumb.completed .badge-desc .completiontic {
    display: block;
    visibility: visible;
    opacity: 1;
}
.badge-group .badge-group-body .badge-thumb .badge-desc .badge-name{
	width: min-content;
    margin: auto;
    background-image: url("/assets/images/dashboard.png");
    background-size: 100% 100%;
    padding: 0px 20px;
    margin-top: 10px;
}

/* Start Navigation bar */

.icons {
	width: 25px;
}

.top-ribben-text .icons {
	width: 20px;
}

.last-icon {
	width: 40px;
}

.sidebar .menu-toggle {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	cursor: pointer;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 20px;
}

.sidebar ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	padding: 10px 20px;
}

.sidebar ul li {
	list-style: none;
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 5px 0px;
	cursor: pointer;
}

.sidebar ul li a {
	text-decoration: none;
	position: relative;
	display: flex;
	justify-content: flex-start;
	text-align: center;
	align-items: center;
}

.sidebar ul li a .icon {
	position: relative;
	display: block;
	/*min-width: 55px;
	height: 55px;*/
	line-height: 60px;
	color: #222;
	border-radius: 10px;
	font-size: 1.75em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sidebar ul li a .text {
	position: relative;
	padding: 0 15px;
	/*height: 60px;*/
	display: flex;
	align-items: center;
	color: #cdc69f;
	opacity: 0;
	visibility: hidden;
	display: none;
}

.sidebar.open ul li a .text {
	opacity: 1;
	visibility: visible;
	font-size: 16px;
	display: inline-grid;
}

/* End Navigation Bar */

/* Start Main Content */

/* Start Dispaly-1 */

.top-ribben-text {
	position: absolute;
	top: 8px;
	left: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-ribben-text span {
	font-size: 18px;
	font-weight: bold;
	color: #2b0050;
	padding: 5px;
}

.second-ribben img {
	position: relative;
	top: -5px;
}

.second-ribben span {
	position: absolute;
	left: 120px;
	color: #ba4cdc;
	line-height: 1;
}

.right-content {
	position: absolute;
	right: 0;
	top: 0;
	padding: 20px 5px;
	z-index: 99999;
}

.share-wrap {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
    text-align: center;
}

.share-wrap img {
	width: 30px;
}

.share-wrap p {
	padding: 0px 15px;
	border-radius: 50px;
	background-color: #e3e1e1;
	margin: 5px 0px;
	font-size: 10px;
}

.levels {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px 0px;
}

.levels p {
	margin: 0;
	color: #fff;
	padding: 0px 5px;
	font-size: 12px;
}

.ribben {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ribben img {
	width: 70px;
}

.ribben span {
	position: absolute;
	color: #fff;
}

.profile {
	position: absolute;
	bottom: 10px;
	left: 100px;
	background: url(/assets/images/xJ.png);
	background-size: 100% 100%;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.profilecover {
    position: relative;
    width: 75%;
}
.profile img {
    width: 100%;
    height: 50px;
    object-fit: cover;
    object-position: top center;
/*	margin-left: 5px;*/
}
.profile img.isportraits {
    object-fit: contain !important;
    height: 75px;
}
/* End Dispaly-1 */

/* End Main Content */


@media (orientation:portrait) {
	body {
/*		transform: rotate(90deg);*/
		background-image: url("/assets/images/app-background-r.jpg");

	}

	.mainapp>.mainappcontainer {
		width: 100vh;
		max-width: 100vh;
		height: 100vh;
		/*max-height: 100vw;*/
	}

}

/*API loader*/

.apiLoader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	z-index: 9999999999;
	display: none;
}

.apiLoader.active {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Start 20-July-2022 */

.white-frame {
	background: url('/web/assets/images/white_frame_portrait.9.png');
}

/* End 20-July-2022 */


/* Start 31-Aug-2022 */

.btn-wrapper,
.confirm {
	background: transparent;
	background-image: url(/assets/images/C-.png);
	padding: 15px 50px;
	border: none;
	background-size: 100% 100%;
	font-weight: 500;
	margin: 20px 0px;
}

.starthomework {
	background: transparent;
	background-image: url(/assets/images/Qi.png);
	padding: 10px;
	border: none;
	background-size: 100% 100%;
	font-weight: 500;
	color: #ffffff;
}

.starthmquiz-in {
	width: 30px;
}

.qplayerclosepopup-buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.btn-transparent,
.decline {
	background: transparent;
	border: transparent;
	outline: transparent;
}

.bold-font {
	font-weight: 500;
}

.pera-txt {
	color: #727272;
	font-size: 20px;
	font-weight: 500;
}

.back-icon {
	border: 1px solid #333;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999;
}


.back-icon img {
	width: 15px;
}

#overlay-conatiner:not(:fullscreen) {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #333333e3;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}

#overlay-conatiner {
	display: none;
}

/* End 31-Aug-2022 */



/* Start 03 - Sept - 2022 */
#quizplayerContainer {
	z-index: 999999999;
}
#quizplayerContainer .qplayer-body-main-questiontext [data-elementtye="shortanswer"] {
	direction: ltr;
}
temporary.ql-table-temporary {
    display: none;
}
.tableelement-cover {
    width:  100%;
    min-width: 100%;
    background: #2a5596;
    padding: 10px;
    border-radius: 10px;
    display: inline-table;
}
.tableelement {
    border: 7px double #87b5ce;
    width:  100%;
    padding: 5px;
    min-width: 100%;
    display: inline-table;
}
#quizplayerContainer .qplayer-body-main-questiontext table {
/*	margin: 30px;*/
	padding: 10px;
	border: 1px solid #87b5ce; /* Replace with actual color value */
	border-spacing: 0;
	border-collapse: collapse;	
	position: relative;
	z-index: 9;
	min-width: -webkit-fill-available;
}
#quizplayerContainer .qplayer-body-main-questiontext table .drag-container {
    width: 100%;
    border-color: #77624c;
    background-image: unset !important;
    border: 2px solid #77624c;
    border-radius: 3% / 10px;
    height: 45px;
}
#quizplayerContainer .qplayer-body-main-questiontext table::before {
/*    content: " ";
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    z-index: -2;
    border: 7px double #87b5ce;*/
}
#quizplayerContainer .qplayer-body-main-questiontext table::after {
    /*content: " ";
    position: absolute;
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: -30px;
    background: rgba(0,0,22,0.5);
    z-index: -3;
    border-radius: 10px;*/
}

#quizplayerContainer .qplayer-body-main-questiontext table tr {
/*    border: 1px solid #26b1ff;*/
}
#quizplayerContainer .qplayer-body-main-questiontext table td {
	border: 1px solid #87b5ce;
	padding: 5px;
	vertical-align: middle;
	white-space: nowrap;
}
#quizplayerContainer .qplayer-body-main-questiontext table td *{
	text-align: center;
}
#quizplayerContainer .qplayer-body-main-questiontext table td p {
    margin: 0px;
    white-space: nowrap;
}
#quizplayerContainer .qplayer-body-main-questiontext table tr td [data-elementtye="shortanswer"] {
	max-width: 120px;
	color: white;
	background: transparent;
	border-bottom: 1px solid white !important;
	padding: 3px 5px;
	border: none;
}

 .qplayer-body-main-questiontext.ar * {
/*	direction: rtl;*/
	text-align: right;
}
[subject="mise"] .qplayer-body-main-questiontext *,[subject="french"] .qplayer-body-main-questiontext * {
/*	direction: unset !important;*/
	text-align: unset;
}
[quizlang="ar"] .qplayer-body-main-questiontext * {
/*	direction: rtl !important;*/
	text-align: right;
}

[quizlang="ar"] .qplayer-body-main-questiontext .multi_choice, [quizlang="ar"] .qplayer-body-main-questiontext .checkbox-container, [quizlang="ar"] .qplayer-body-main-questiontext .dragableoptions {
	direction: rtl !important;
}
#quizplayerContainer p {
/*	padding: 0px 20px;*/
}


/* End 03 - Sept - 2022 */



@media (max-width : 991px) {
	#profileviewContainer .mainview .maincontent .profileview-wrap .profileview-body .form {
		width: 100%;
		max-height: 200px;
		overflow-y: scroll;
	}
}

.qplayer-body-main-questiontext input {
	background-image: url('/assets/images/q.input.png');
	background-size: 100% 100%;
	border: none !important;
	padding: 5px 0px !important;
	text-align: center !important;
	outline: none;
}

.qplayer-body-main-questiontext input.incorrect {
	background-image: url('/assets/images/c-input.png');
	background-size: 100% 100%;
	border: none !important;
	padding: 5px 0px !important;
	text-align: center;
	outline: none;
}



#generaterefkeyContainer .mainview .maincontent .profileview-wrap .profileview-header{
	background-color: #0b2361;
    padding: 0px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    margin-top: 30px;
}
#generaterefkeyContainer .mainview .maincontent .profileview-wrap .profileview-header .row .col-11 .txt{
	color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    margin: 0px;
}
#generaterefkeyContainer .mainview .maincontent .profileview-wrap .profileview-header .row .col-11{
 text-align: center;
}
#generaterefkeyContainer .mainview .maincontent .profileview-wrap .profileview-header .row .col-11 .ver{
	    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}
#generaterefkeyContainer .mainview .maincontent .profileview-wrap .profileview-header .dismiss{
	color: #ffffff;
    font-size: 30px;
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#generaterefkeyContainer .mainview .maincontent .profileview-wrap .profileview-body{
	background: #0744b7 !important;
    padding: 10px;
    height: 100%;
    width: 100%;
    min-width: 100vw;
    min-height: 100vh;
}

#generaterefkeyContainer .mainview .maincontent .profileview-wrap .profileview-body .form-control{
	background: transparent;
    border: transparent;
    outline: transparent;
    border-bottom: 2px solid #5a5a5a;
    color: white;
}
#generaterefkeyContainer .mainview .maincontent .profileview-wrap .profileview-body .generaterefkeybtn {
	background-image: url('/assets/images/7u.png');
    border: none;
    background-size: 100% 100%;
    background-color: transparent;
    height: 60px;
    width: 40%;
    color: green;
    font-size: 18px;
}
span.nav-pagination {
    position: absolute;
    bottom: 20px;
    width: 50px;
    height: 50px;
    /* background: #d8ff00; */
    right: 20px;
    background-image: url("/assets/images/nav-right.png");
    background-size: 100% 100%;
}

span.nav-pagination.left {
    right: unset;
    left: 190px;
    transform: rotate(180deg);
}
#regionviewContainer .nav-pagination.left {
    left: 20px;
}
.mainapp.tablet>.mainappcontainer {
	height: 100vh;
}
img.course-bg {
    max-width: 100%;
}
.appbtncourse .appbtn-text, .appbtncourse .appbtn-subject {
    position: absolute;
    left: 25%;
    right: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 2px;
    text-align: left;
}
.appbtncourse .appbtn-subject {
	bottom: 2px;
	color: white;
    text-transform: uppercase;
}
.second-ribben span.arabic {
	color: #ff7000;
}
.second-ribben span.math {
	color: #b040d7;
}
.second-ribben span.physics {
	color: #fbc12c;
}
.second-ribben span.science {
	color: #8ada2b;
}
.second-ribben span.french {
	color: #26b1ff;
}
[toggleplay] .fa-play-circle{display:inline-block;}
[toggleplay].active .fa-play-circle{display: none;}
[toggleplay] .fa-pause-circle{display: none;}
[toggleplay].active .fa-pause-circle{display: inline-block;}



.OverviewVideoPlayer {
    background: #16265c;
    position: relative;
    width: 100vw;
    height: 100vh;
}
.OverviewPlayerbtn.active {
    position: fixed;
    z-index: 99999;
    padding; 10px;
    bottom: 50px;
    border: 1px solid white;
    padding: 5px 30px;
    transform: translateX(-50%);
    left: 50%;
    color: black;
    background: white;
    border-radius: 5px;
}

.OverviewPlayerbtn.active {
    background-color: #1c87c9;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    border: none;
    color: #eeeeee;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 20px;
    padding: 5px 66px;
    text-align: center;
    text-decoration: none;
    animation: glowing 1300ms infinite;
}



@keyframes glowing {
        0% {
		    background-color: #3F51B5;
		    box-shadow: 0 0 5px #673AB7;
		}
        50% {
		    background-color: #673AB7;
		    box-shadow: 0 0 20px #3F51B5;
		}
        100% {
		    background-color: #673AB7;
		    box-shadow: 0 0 5px #e806f7;
		}
}

/*Quill editor content starts here*/
.ql-direction-rtl {
	direction: rtl;
}
.ql-align-center{
    text-align: center;
}
.ql-align-justify{
    text-align: justify;
}
.ql-align-right{
    text-align: right;
}

/*Quill editor content ends here*/

/*New Playre design*/
.videowrap {
    text-align: center;
}
.newqplayer {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #2a5597;
}
.newqplayer.videoplayer .newqplayer-questionheader {
    display: none !important;
}

.newqplayer.videoplayer .newqplayer-question {
    top: 0px !important;
}
.newqplayer a{
	text-decoration: none;
	cursor: pointer;
}
.newqplayer .newqplayer-body {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    color: white;
}
.newqplayer .newqplayer-timer {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    z-index: 11;
    height: 5px;
    background: #4175e6;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}
.newqplayer.havetimer .newqplayer-timer, .newqplayer.haveprogress .newqplayer-timer {
    opacity: 1;
    visibility: visible;
}
.newqplayer .newqplayer-timer .newqplayer-timer-progress {
    background: #062762;
    display: inline-block;
    position: absolute;
    height: 5px;
}
.newqplayer .newqplayer-body .newqplayer-header-close {
    position: absolute;
    right: -10px;
    background: rgba(0, 0, 0, 0.3);
    line-height: 1rem;
    z-index: 9;
    top: -10px;
    border: 1px solid;
    display: flex;
    gap: 10px;
    align-items: center;
}

.newqplayer .newqplayer-body .newqplayer-header-close .newqplayer-header-close-x {
    background: rgba(0,0,0,1.1);
    padding: 5px 10px;
    cursor: pointer;
}
.newqplayer .newqplayer-body .newqplayer-body-center {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 150px;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
}
.newqplayer-body-center * {
    font-family: Quicksand, Roboto;
}
.newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionheader {
    background: #4472c4;
    padding: 5px 20px;
    border-radius: 10px;
    box-shadow: 0px 1px 3px 0px #062762;
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-question {
    position: absolute;
    top: 100px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-question .multi_choice input {
	opacity: 0;
    visibility: hidden;
    display: none;
}
.newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody {
    position: relative;
    display: flex;
    gap: 30px;
    flex-grow: 1;
    height: calc(100% - 120px);
}
.newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody.boxlayout {
    height: unset !important;
}
.newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement, .popupquestionelement {
/*    background: #8faadc;*/
    background: #4472c4;
    width: 100%;
    position: relative;
    min-height: 10px;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
/*    justify-content: center;*/
    align-items: center;
    overflow: auto;
}
.newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelementbody, .popupquestionelementbody {
    width: 100% !important;
}
.newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement.hasmedia {
	width: 50%;
	display: unset;
}

.questionelement.questionmedia {
    width: 50% !important;
}
.questionelement.questionmedia img {
	max-width: 100%;
}
.newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement>* {
	width: max-content;
	max-width: 100%;
}
.newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement  .questiontextheader,
.newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement  table {
    width: 100%;
}
.newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement input[type="text"],
.newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement select {
    min-width: 100px;
/*    max-width: max-content;*/
    color: white;
    background: #323666;
    border: 1px solid white;
    padding: 3px 5px;
}
.newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement input[type="text"] {
    max-width: 100px;
}
.newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement table input[type="text"] {
    max-width: unset;
}
.newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement select {
    background: #323666;
    text-align: center !important;
}
.newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement select.incorrect,
.newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement input[type="text"].incorrect {
    border: 1px solid red !important;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding-right: 30px;
/*    max-width: max-content;*/
    text-align: center;
}

.newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement select.correct,
.newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement input[type="text"].correct {
    border: 1px solid green !important;
    background: rgba(0, 0, 0, 0.5);       
    color: white;
    padding-right: 30px;
/*    max-width: max-content;*/
    text-align: center;
}

.newqplayer .dragableoptions {
    overflow-x: scroll;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    padding: 5px;
    z-index: 10;
    /*flex-flow: column wrap;*/
    width: 100%;
}

.newqplayer .dragableoptions .drag-item, .pop-top .drag-item {
    min-width: max-content;
    min-height: 25px;
    color: #ffffff;
    text-align: center !important;
    padding: 3px 10px;
    background-color: #062762;
}
.newqplayer-questionbody .drag-container,
.pop-top .drag-container {
    margin: 2px;
    min-width: 25px;
    min-height: 25px;
    background-color: #062762;
    display: inline-block;
    position: relative;
    top: 0px;
    background-size: 100% 100%;
    text-align: center !important;
    vertical-align: middle;
    color: white;
    padding: 0px 5px;
}
.newqplayer-questionbody .drag-container .drag-item, .pop-top .drag-container .drag-item {
    margin: 0px 5px;
}
.newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter {
    background: #4472c4;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 1px 3px 0px #062762;
    min-height: 100px;
    max-height: max-content;
    flex-grow: 1;
    overflow: auto;
}
.newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter.boxlayout {
	display: flex;
    flex: 1 1 100%;
}
.newqplayer-questionbody.reqrtl .questionelement, .newqplayer-questionheader.reqrtl, .questiontextheader.reqrtl, .questionelementbodyinside.reqrtl {
    direction: rtl !important;
    text-align: right;
}
.newqplayer .newqplayer-body-center a {
    color: #323666;
}
.newqplayer .newqplayer-body-center a:hover, .newqplayer .newqplayer-body-center a:active, .newqplayer .newqplayer-body-center a:focus {
	#66bde9
}
.newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter .multi_choice {
    display: block;
    background: #062762;
    margin-bottom: 5px;
    color: white;
    border-radius: 20px;
    border: 2px solid transparent;
    cursor: pointer;
}
.multi_choice_content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
/*    font-size: small;*/
}
.newqplayer-questionfooter.boxlayout .multi_choice {
    display: flex !important;
    width: max-content;
    /* height: 100%; */
    align-items: center;
    justify-content: center;
    margin: 0px 5px;
    flex: 1 1 100%;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    transition: all .5s ease-in-out;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.newqplayer-questionfooter.boxlayout .multi_choice span {
	display: inline-block;
}
label.multi_choice img {
    margin: 0px;
    max-width: 100px;
    max-height: 70px;
    object-fit: cover;
}
.newqplayer-questionfooter.attempted.boxlayout {
    justify-content: center;
}
.newqplayer-questionfooter.attempted.boxlayout .multi_choice {
/*    flex: 0 1 25%;*/
    transition: all .5s ease-in-out;
    min-width: 250px;
    max-width: max-content;
}
.newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter .multi_choice.selected {
    background: #0070c0;
    border-color: white;
    transition: all .5s ease-in-out;
/*    transform: scale(0.9);*/
/*    box-shadow: rgba(240, 240, 240, 0.4) 0px 5px, rgba(240, 240, 240, 0.3) 0px 10px, rgba(240, 240, 240, 0.2) 0px 15px, rgba(240, 240, 240, 0.1) 0px 20px, rgba(240, 240, 240, 0.05) 0px 25px;*/
	box-shadow: 0px 0px 8px 0px black;
    filter: drop-shadow(2px 4px 6px black);
}
.newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter .multi_choice.correct, 
.newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter .multi_choice.incorrect {
    padding-left: 20px;
}
.newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter .multi_choice.correct
 {
    background: #00954a !important;
 }
.newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter .multi_choice.incorrect
 {
    background: #b10000 !important;
 }
.newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter .multi_choice.correct:after, 
.newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter .multi_choice.incorrect:after {
    top: 3px;
    left: 0px;
    width: 30px;
}
.multi_choice_content .latex, .multi_choice_content .latex img, .multi_choice_content img.latex {
    max-width: unset;
    max-height: unset;
/*    width: 100%; /* Increase width of the image */*/
    height: auto; /* Maintain aspect ratio */
/*    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.7); /* Apply shadow */*/

}
.newqplayer .newqplayer-body table {
/*	margin: 5px;*/
	padding: 10px;
	border: 1px solid #87b5ce; /* Replace with actual color value */
	border-spacing: 0;
	border-collapse: collapse;	
	position: relative;
	z-index: 9;
	min-width: -webkit-fill-available;
	text-align: center;
}
.newqplayer .newqplayer-body table .drag-container {
    width: -webkit-fill-available;
    background-image: unset !important;
    border: 2px solid transparent;
/*    border-radius: 3% / 10px;*/
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ddinimage {
    position: relative;
    display: inline-block;
    margin: 10px 25px;
}
.ddcontainer {
    min-width: 300px;
    max-width: 330px !important;
}
.ddinimage.attempted .ddcontainer{
    position: relative;
    top: -4px;
}

.imagedrops {
    position: absolute !important;
    min-width: 30px !important;
    min-height: 30px !important;
}
.ddinimage .imagedrops {
/*    min-width: 46px !important;*/
/*    min-height: 51px !important;*/
}
.ddinimage.attempted .imagedrops {
    font-size: 24px;
    line-height: 0.7em;
    margin-top: 0px;
} 
.ddinimage.attempted .imagedrops.incorrect:after {
    margin-top: -10px;
}
.imagedrops.drag-container.selectedimage {
    margin-top: -5px;
}
.dragableoptions.ddimageortext .drag-item {
    /* font-size: 30px; */
    transform: scale(1.2);
    transform-origin: left;
    margin-right: 20px;
}
.ddinimage .imagedrops .drag-item {
/*    font-size: 50px;*/
/*    line-height: 1em;*/
}
.multicharquestion .ddinimage .imagedrops {
    min-width: 25px !important;
    min-height: 25px !important;
    font-size: 18px;
}
.multicharquestion .ddinimage.attempted .imagedrops {
    font-size: 14px;
    white-space: nowrap;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 1.2em !important;
}
.multicharquestion .ddinimage.attempted .imagedrops {
    line-height: 0em;
    margin-top: 0px;
    padding: 5px;
}
.dragableoptions.ddimageortext.multicharquestion .drag-item {
    font-size: 16px;
}
.multicharquestion .ddinimage .imagedrops .drag-item {
    font-size: 14px;
    white-space: nowrap;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 1.5em;
}
.newqplayer .newqplayer-body table::before {
    /*content: " ";
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    z-index: -2;
    border: 7px double #87b5ce;*/
}
.newqplayer .newqplayer-body table::after {
    /*content: " ";
    position: absolute;
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: -30px;
    background: #2a5596;
    z-index: -3;*/
}

.newqplayer .newqplayer-body table tr {
/*    border: 1px solid #26b1ff;*/
}
.newqplayer .newqplayer-body table td {
	border: 1px solid #87b5ce;
	padding: 5px;
	vertical-align: middle;
	white-space: nowrap;
}
.newqplayer .newqplayer-body table td *{
	text-align: center;
}
.newqplayer .newqplayer-body table td p {
    margin: 0px;
    white-space: nowrap;
}
.newqplayer .newqplayer-body table tr td [data-elementtye="shortanswer"] {
	max-width: 120px;
	color: white;
	background: transparent;
	border-bottom: 1px solid white !important;
	padding: 3px 5px;
	border: none;
}

.newqplayer .newqplayer-body .newqplayer-body-right {
    position: absolute;
    top: 30px;
    right: 0px;
    width: 150px;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
}
.newqplayer .newqplayer-body .newqplayer-body-right .newqplayer-body-rightside-top-buttons{
	padding-left: 10px;
}
.newqplayer .newqplayer-body .newqplayer-body-right .newqplayer-body-right-middle-actions{
	padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.newqplayer-body-right-middle {
    display: flex;
    align-items: center;
    justify-content: center;
}
.newqplayer .newqplayer-body .newqplayer-body-right .newqplayer-body-right-bottom{
	padding-left: 10px;
}
.newqplayer .newqplayer-body .newqplayer-body-right .newqplayer-body-right-bottom .newqplayer-qpagination{
	display: flex;
    gap: 10px;
    background: #66bde9;
    padding: 10px;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
}
.newqplayer .newqplayer-body .newqplayer-body-right .newqplayer-body-right-bottom .qpaginationtext {
    display: flex;
    align-items: center;
    justify-content: center;
}
.newqplayer .newqplayer-body .newqplayer-body-right .newqplayer-body-right-bottom .qpaginationtext .paginationtext {
    display: flex;
    align-items: center;
    justify-content: center;
}
.newqplayer-btn {
	opacity: 0.5;
	cursor: pointer;
}
.newqplayer-btn.active{
	opacity: 1;
}
.newqplayer-btngroup {
    display: flex;
    gap: 20px;
}
.newqplayer-btn1 {
	background: #4472c4;
    color: white;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: left;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 25px;
}
.newqplayer-btn1 img {
    max-width: 25px;
    max-height: 25px;
}
.newqplayer-btn2 {
    display: flex;
	background: #062762;
    color: white;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 25px;
    width: min-content;
    box-shadow: 0px 0px 0px 5px #0627622b;
}
.newqplayer-btn2 img {
    max-width: 30px;
    max-height: 30px;
}
.newqplayer-btn3 {
    display: flex;
    background: #4472c4;
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
    width: min-content;
    box-shadow: 0px -3px 0px 0px white;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
}
.newqplayer-btn3 img {
    max-width: 30px;
    max-height: 30px;
}


.newqplayer .qplayer-body .qplayer-body-main .qplayer-body-main-questiontext {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 50px;
    overflow-y: scroll;
    padding: 20px;
}
.iphone .newqplayer .qplayer-body .qplayer-body-main .qplayer-body-main-questiontext {
    bottom: 70px;
}

.newqplayer .qplayer-body .qplayer-body-rightside .qplayer-body-rightside-top {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 50px;
    background: #342781;
}
.iphone .newqplayer .qplayer-body .qplayer-body-rightside .qplayer-body-rightside-top {
    bottom: 70px;
}
.newqplayer .qplayer-body .qplayer-body-rightside .qplayer-body-rightside-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #342781;
    height: 50px;
}
.iphone .newqplayer .qplayer-body .qplayer-body-rightside .qplayer-body-rightside-bottom {
    bottom: 20px;

}
.imageelement {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    margin-right: 15px;
}

.magnify-icon {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 25px;
    height: 25px;
    font-size: 16px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}
.magnified-container {
    text-align: center;
    padding: 50px;
}
.magnified-container img {
    transform: scale(1.5);
    margin: 0px;
    max-width: 80%;
}
/*theme1 starts*/
.theme1 .newqplayer,
.theme1 .player-option-popup .pop-body,
.theme1 .player-option-popup {
	background-color: #508c9b;
}
.theme1 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionheader,
.theme1 .newqplayer-questionbody .drag-container,
.theme1 .player-option-popup .pop-head,
.theme1 .pop-top .drag-container,
.theme1 .newqplayer .dragableoptions .drag-item, 
.theme1 .pop-top .drag-item,
.theme1 .newqplayer .newqplayer-btn1,
.theme1 .newqplayer .newqplayer-btn2,
.theme1 .newqplayer .newqplayer-btn3,
.theme1 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement input[type="text"], 
.theme1 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement select,
.theme1 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter .multi_choice {
	background: #134b70;
}
.theme1 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement, 
.theme1 .popupquestionelement {
	background: #012529;
}
.theme1 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter .multi_choice.selected {

}
.theme1 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter,
.theme1 .newqplayer .newqplayer-body .newqplayer-body-right .newqplayer-body-right-bottom .newqplayer-qpagination {
	background: #316b85;
}
/*theme1 ends*/

/*theme2 starts*/
.theme2 .newqplayer,
.theme2 .player-option-popup .pop-body,
.theme2 .player-option-popup {
	background-color: #508c9b;
}
.theme2 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionheader,
.theme2 .newqplayer-questionbody .drag-container,
.theme2 .player-option-popup .pop-head,
.theme2 .pop-top .drag-container,
.theme2 .newqplayer .dragableoptions .drag-item, 
.theme2 .pop-top .drag-item,
.theme2 .newqplayer .newqplayer-btn1,
.theme2 .newqplayer .newqplayer-btn2,
.theme2 .newqplayer .newqplayer-btn3,
.theme2 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement input[type="text"], 
.theme2 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement select,
.theme2 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter .multi_choice {
	background: #134b70;
}
.theme2 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement, 
.theme2 .popupquestionelement {
	background: #012529;
}
.theme2 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter .multi_choice.selected {

}
.theme2 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter,
.theme2 .newqplayer .newqplayer-body .newqplayer-body-right .newqplayer-body-right-bottom .newqplayer-qpagination {
	background: #316b85;
}
/*theme2 ends*/


/*theme3 starts*/
.theme3 .newqplayer,
.theme3 .player-option-popup .pop-body,
.theme3 .player-option-popup {
	background-color: #508c9b;
}
.theme3 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionheader,
.theme3 .newqplayer-questionbody .drag-container,
.theme3 .player-option-popup .pop-head,
.theme3 .pop-top .drag-container,
.theme3 .newqplayer .dragableoptions .drag-item, 
.theme3 .pop-top .drag-item,
.theme3 .newqplayer .newqplayer-btn1,
.theme3 .newqplayer .newqplayer-btn2,
.theme3 .newqplayer .newqplayer-btn3,
.theme3 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement input[type="text"], 
.theme3 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement select,
.theme3 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter .multi_choice {
	background: #134b70;
}
.theme3 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement, 
.theme3 .popupquestionelement {
	background: #012529;
}
.theme3 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter .multi_choice.selected {

}
.theme3 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter,
.theme3 .newqplayer .newqplayer-body .newqplayer-body-right .newqplayer-body-right-bottom .newqplayer-qpagination {
	background: #316b85;
}
/*theme3 ends*/


/*theme4 starts*/
.theme4 .newqplayer,
.theme4 .player-option-popup .pop-body,
.theme4 .player-option-popup {
	background-color: #508c9b;
}
.theme4 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionheader,
.theme4 .newqplayer-questionbody .drag-container,
.theme4 .player-option-popup .pop-head,
.theme4 .pop-top .drag-container,
.theme4 .newqplayer .dragableoptions .drag-item, 
.theme4 .pop-top .drag-item,
.theme4 .newqplayer .newqplayer-btn1,
.theme4 .newqplayer .newqplayer-btn2,
.theme4 .newqplayer .newqplayer-btn3,
.theme4 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement input[type="text"], 
.theme4 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement select,
.theme4 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter .multi_choice {
	background: #134b70;
}
.theme4 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement, 
.theme4 .popupquestionelement {
	background: #012529;
}
.theme4 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter .multi_choice.selected {

}
.theme4 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter,
.theme4 .newqplayer .newqplayer-body .newqplayer-body-right .newqplayer-body-right-bottom .newqplayer-qpagination {
	background: #316b85;
}
/*theme4 ends*/


/*theme5 starts*/
.theme5 .newqplayer,
.theme5 .player-option-popup .pop-body,
.theme5 .player-option-popup {
	background-color: #508c9b;
}
.theme5 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionheader,
.theme5 .newqplayer-questionbody .drag-container,
.theme5 .player-option-popup .pop-head,
.theme5 .pop-top .drag-container,
.theme5 .newqplayer .dragableoptions .drag-item, 
.theme5 .pop-top .drag-item,
.theme5 .newqplayer .newqplayer-btn1,
.theme5 .newqplayer .newqplayer-btn2,
.theme5 .newqplayer .newqplayer-btn3,
.theme5 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement input[type="text"], 
.theme5 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement select,
.theme5 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter .multi_choice {
	background: #134b70;
}
.theme5 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement, 
.theme5 .popupquestionelement {
	background: #012529;
}
.theme5 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter .multi_choice.selected {

}
.theme5 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter,
.theme5 .newqplayer .newqplayer-body .newqplayer-body-right .newqplayer-body-right-bottom .newqplayer-qpagination {
	background: #316b85;
}
/*theme5 ends*/


/*theme6 starts*/
.theme6 .newqplayer,
.theme6 .player-option-popup .pop-body,
.theme6 .player-option-popup {
	background-color: #508c9b;
}
.theme6 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionheader,
.theme6 .newqplayer-questionbody .drag-container,
.theme6 .player-option-popup .pop-head,
.theme6 .pop-top .drag-container,
.theme6 .newqplayer .dragableoptions .drag-item, 
.theme6 .pop-top .drag-item,
.theme6 .newqplayer .newqplayer-btn1,
.theme6 .newqplayer .newqplayer-btn2,
.theme6 .newqplayer .newqplayer-btn3,
.theme6 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement input[type="text"], 
.theme6 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement select,
.theme6 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter .multi_choice {
	background: #134b70;
}
.theme6 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement, 
.theme6 .popupquestionelement {
	background: #012529;
}
.theme6 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter .multi_choice.selected {

}
.theme6 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter,
.theme6 .newqplayer .newqplayer-body .newqplayer-body-right .newqplayer-body-right-bottom .newqplayer-qpagination {
	background: #316b85;
}
/*theme6 ends*/


/*theme7 starts*/
.theme7 .newqplayer,
.theme7 .player-option-popup .pop-body,
.theme7 .player-option-popup {
	background-color: #508c9b;
}
.theme7 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionheader,
.theme7 .newqplayer-questionbody .drag-container,
.theme7 .player-option-popup .pop-head,
.theme7 .pop-top .drag-container,
.theme7 .newqplayer .dragableoptions .drag-item, 
.theme7 .pop-top .drag-item,
.theme7 .newqplayer .newqplayer-btn1,
.theme7 .newqplayer .newqplayer-btn2,
.theme7 .newqplayer .newqplayer-btn3,
.theme7 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement input[type="text"], 
.theme7 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement select,
.theme7 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter .multi_choice {
	background: #134b70;
}
.theme7 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement, 
.theme7 .popupquestionelement {
	background: #012529;
}
.theme7 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter .multi_choice.selected {

}
.theme7 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter,
.theme7 .newqplayer .newqplayer-body .newqplayer-body-right .newqplayer-body-right-bottom .newqplayer-qpagination {
	background: #316b85;
}
/*theme7 ends*/


/*theme8 starts*/
.theme8 .newqplayer,
.theme8 .player-option-popup .pop-body,
.theme8 .player-option-popup {
	background-color: #508c9b;
}
.theme8 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionheader,
.theme8 .newqplayer-questionbody .drag-container,
.theme8 .player-option-popup .pop-head,
.theme8 .pop-top .drag-container,
.theme8 .newqplayer .dragableoptions .drag-item, 
.theme8 .pop-top .drag-item,
.theme8 .newqplayer .newqplayer-btn1,
.theme8 .newqplayer .newqplayer-btn2,
.theme8 .newqplayer .newqplayer-btn3,
.theme8 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement input[type="text"], 
.theme8 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement select,
.theme8 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter .multi_choice {
	background: #134b70;
}
.theme8 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement, 
.theme8 .popupquestionelement {
	background: #012529;
}
.theme8 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter .multi_choice.selected {

}
.theme8 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter,
.theme8 .newqplayer .newqplayer-body .newqplayer-body-right .newqplayer-body-right-bottom .newqplayer-qpagination {
	background: #316b85;
}
/*theme8 ends*/


/*theme9 starts*/
.theme9 .newqplayer,
.theme9 .player-option-popup .pop-body,
.theme9 .player-option-popup {
	background-color: #508c9b;
}
.theme9 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionheader,
.theme9 .newqplayer-questionbody .drag-container,
.theme9 .player-option-popup .pop-head,
.theme9 .pop-top .drag-container,
.theme9 .newqplayer .dragableoptions .drag-item, 
.theme9 .pop-top .drag-item,
.theme9 .newqplayer .newqplayer-btn1,
.theme9 .newqplayer .newqplayer-btn2,
.theme9 .newqplayer .newqplayer-btn3,
.theme9 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement input[type="text"], 
.theme9 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement select,
.theme9 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter .multi_choice {
	background: #134b70;
}
.theme9 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement, 
.theme9 .popupquestionelement {
	background: #012529;
}
.theme9 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter .multi_choice.selected {

}
.theme9 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter,
.theme9 .newqplayer .newqplayer-body .newqplayer-body-right .newqplayer-body-right-bottom .newqplayer-qpagination {
	background: #316b85;
}
/*theme9 ends*/


/*theme10 starts*/
.theme10 .newqplayer,
.theme10 .player-option-popup .pop-body,
.theme10 .player-option-popup {
	background-color: #508c9b;
}
.theme10 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionheader,
.theme10 .newqplayer-questionbody .drag-container,
.theme10 .player-option-popup .pop-head,
.theme10 .pop-top .drag-container,
.theme10 .newqplayer .dragableoptions .drag-item, 
.theme10 .pop-top .drag-item,
.theme10 .newqplayer .newqplayer-btn1,
.theme10 .newqplayer .newqplayer-btn2,
.theme10 .newqplayer .newqplayer-btn3,
.theme10 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement input[type="text"], 
.theme10 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement select,
.theme10 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter .multi_choice {
	background: #134b70;
}
.theme10 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionbody .questionelement, 
.theme10 .popupquestionelement {
	background: #012529;
}
.theme10 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter .multi_choice.selected {

}
.theme10 .newqplayer .newqplayer-body .newqplayer-body-center .newqplayer-questionfooter,
.theme10 .newqplayer .newqplayer-body .newqplayer-body-right .newqplayer-body-right-bottom .newqplayer-qpagination {
	background: #316b85;
}
/*theme10 ends*/



.multi_choice:nth-child(6n+1) {
    background-color: #800074 !important;
}

.multi_choice:nth-child(6n+2) {
    background-color: #f28b05 !important;
}

.multi_choice:nth-child(6n+3) {
    background-color: #00a3af!important;
}

.multi_choice:nth-child(6n+4) {
    background-color: #004055 !important;
}

.multi_choice:nth-child(6n+5) {
    background-color: #cea701 !important;
}

.multi_choice:nth-child(6n+6) {
    background-color: #031440 !important;
}