.activity_container {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	font-size: 1.3em;
	background: #fff;
	box-shadow: inset 0 0 30px #f2f2f2;
	font-family: patrickhand;
}

.activity_container, .activity_container * {
	/* position: relative; */
	margin: 0;
	padding: 0;
}

.activity_container .nextBtn {
	display: none;
	position: absolute;
	bottom: 0%;
	right: 0%;
	width: 7%;
	height: 10%;
}

.activity_container .prevBtn {
	display: none;
	position: absolute;
	bottom: 0%;
	left: 0%;
	width: 7%;
	height: 10%;
}

/*=====================================
 =            common styles            =
 =====================================*/
.board {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	text-align: center;
}

.vertical-horizontal-center {
	position: relative;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	text-align: center;
}

.vertical-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align: center;
}

.coverboardfull {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*================================================
 =            Notification Pulse Style            =
 ================================================*/
/**
 How to use:
 - To enable notification pulse add 'data-usernotification="notifyuser"'
 attribute to the html element inside board div
 */

@keyframes pulse {
0% { transform   : scale(0); opacity: 0.0; }
25% { transform  : scale(0); opacity: 0.6; }
50% { transform  : scale(0.1); opacity: 0.8; }
75% { transform  : scale(0.5); opacity: 1; }
100% { transform : scale(1); opacity: 0.0; }
}

@-moz-keyframes pulse {
0% { -moz-transform   : scale(0); opacity: 0.0; }
25% { -moz-transform  : scale(0); opacity: 0.6; }
50% { -moz-transform  : scale(0.1); opacity: 0.8; }
75% { -moz-transform  : scale(0.5); opacity: 1; }
100% { -moz-transform : scale(1); opacity: 0.0; }
}

@-webkit-keyframes pulse {
0% { -webkit-transform   : scale(0); opacity: 0.0; }
25% { -webkit-transform  : scale(0); opacity: 0.6; }
50% { -webkit-transform  : scale(0.1); opacity: 0.8; }
75% { -webkit-transform  : scale(0.5); opacity: 1; }
100% { -webkit-transform : scale(1); opacity: 0.0; }
}

/*for all element inside board*/
.board *[data-usernotification*="notifyuser"] {
	cursor: pointer;
}

.board *[data-usernotification*="notifyuser"]::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2em;
	height: 2em;
	background-color: white;
	border: 2px solid black;
	border-radius: 50%;
	-webkit-animation: pulse 1.2s ease-out infinite;
	-moz-animation: pulse 1.2s ease-out infinite;
	animation: pulse 1.2s ease-out infinite;
}

/*=====  End of Notification Pulse Style  ======*/

/*=====  End of common styles  ======*/

/*===============================================
 =            general template layout            =
 ===============================================*/

div.generalTemplateblock {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	/*border   : 1px solid red; */
}

/*=====  End of general template layout  ======*/

/*=========================================================
 =            general templated specific styles            =
 =========================================================*/

/*=====  End of general templated specific styles  ======*/

.contentblock{
	position: absolute;
	height: 100%;
	width: 100%;
}

.imageblock{
	position: relative;
	width: 40%;
	height: 60%;
	/*background-color: #faf;*/
	margin-right: 1%;
	float: right;
}

.imageblock > img{
	position: relative;
	width: 100%;
	max-height: 100%;
}

.lowertextblock {
	position: relative;
	height: auto;
	width: 58%;
	bottom: 0;
	left: 0;
	text-align: center;
	padding: 0.5em 0.8em 1em 0.8em;
	float: left;
}

.closebtn1:hover {
	color: black;
}

.cong {
    background-color: #1bc402;
    border-radius: 15px;
    box-shadow: 2px 2px 5px #000;
    color: white;
    display: none;
    font-size: 1.5em;
    left: 12%;
    margin-bottom: 15px;
    padding: 20px;
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    width: 70%;
}

.closebtn1 {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.SequenceTimeLine {
    display: none;
}




/*-------------- For Loading ---------------*/

#loading-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #222;
}

#loading-text {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #999;
	text-align: center;
	transform: translate(-50%, -50%);
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 3vmin;
}

#loading-content {
	display: block;
	position: absolute;
	left: 40%;
	top: 33.35%;
	width: 20%;
	height: 33.3%;
	transform: translate(-50%, -50%);
	border: 3px solid #F00;
}

#loading-content:after {
	content: "";
	position: absolute;
	border: 3px solid #0F0;
	left: 15%;
	right: 15%;
	top: 15%;
	bottom: 15%;
}

#loading-content:before {
	content: "";
	position: absolute;
	border: 3px solid #00F;
	left: 5%;
	right: 5%;
	top: 5%;
	bottom: 5%;
}

#loading-content {
	border: 3px solid transparent;
	border-top-color: #4D658D;
	border-bottom-color: #4D658D;
	border-radius: 50%;
	-webkit-animation: loader 2s linear infinite;
	-moz-animation: loader 2s linear infinite;
	-o-animation: loader 2s linear infinite;
	animation: loader 2s linear infinite;
}

#loading-content:before {
	border: 3px solid transparent;
	border-top-color: #D4CC6A;
	border-bottom-color: #D4CC6A;
	border-radius: 50%;
	-webkit-animation: loader 3s linear infinite;
	-moz-animation: loader 2s linear infinite;
	-o-animation: loader 2s linear infinite;
	animation: loader 3s linear infinite;
}

#loading-content:after {
	border: 3px solid transparent;
	border-top-color: #84417C;
	border-bottom-color: #84417C;
	border-radius: 50%;
	-webkit-animation: loader 1.5s linear infinite;
	animation: loader 1.5s linear infinite;
	-moz-animation: loader 2s linear infinite;
	-o-animation: loader 2s linear infinite;
}

@-webkit-keyframes loaders {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.scoreboard{
	position: relative;
	border-bottom: 1px solid
}






/****************************
 *		ex specific css		*
 ****************************/
.exerciseblock{
	position: relative;
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
}
.default-bg{
	background-color: #203F77;
}
.pinky-bg{
	background-color: #fddde1;
}
.yellow-bg{
	background-color: #fff4e7;
}
.yellow1-bg{
	background-color: #fce5cdff;
}
.grey-bg{
	background-color:#616d69;
}


.center-image-div{
	position: absolute !important;
    bottom: 0%;
    left: 50%;
    height: 22%;
    width: 14%;
    /* border-radius: 50%; */
    background-color: transparent;
    transform: translateX(-50%);
}
.center-image{
	position: absolute;
	top: 50%;
	left: 15%;
	width: 70%;
	transform: translateY(-50%);
}
.mid-imgdiv{
	position: absolute !important;
    top: 42%;
    left: 10%;
    height: 22%;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border: 1px solid; */
}
.centerimage{
	position: relative;
    width: 18%;
    background: white;
    border-radius: 26px;
}
.sub_ques{
	position: absolute;
    color: white;
    top: 48%;
    width: 50%;
    left: 25%;
}

.instruction1,.instruction2,.instruction3,.instruction4{
	position: absolute!important;
	text-align: center;
	font-size: 3.3vw;
	width: 100%;
	top: 14%;
	color: #d22e4d;
}
.instruction2,.instruction3,.instruction4{
	font-size: 3.5vh;
    color: black;
    top: 18%;
    width: 90%;
    left: 5%;
}
.instruction3{
font-size: 4vh;
}
.instruction4{
	z-index: 9;
	color: white;
    top: 50%;
	}
.blue_txt{
	color: #4d8195;
}
.crimson_txt{
	color: #814256;
}


.fmlaila{
	font-family: laila !important;
}

.main-container{
	position: absolute!important;
	width: 35%;
	height: 15%;
}

.option-pos-1{
	bottom: 5%;
	left: 7.5%;
}
.option-pos-2{
	bottom: 5%;
	right: 7.5%;
}


.option-container{
	position: absolute;
	top: 0%;
	cursor: pointer;
	border-radius: 3vmin;
	background-color: #E69138;
	border: 0.5vmin solid white;
	color: #0000FF;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.option-container:hover{
	background-color: #FCD172;
}
.option-container>img{
	position: absolute;
	height: 90%;
	left: 50%;
	transform: translateX(-50%);
	top: 5%;
}

/*input check template css  */
.blank{
	position: absolute;
    top: 34%;
    left: 50%;
    border: 2px solid #595959;
    height: 34%;
}

.insideconclusiondiv{
	position: absolute;
    height: 66%;
    top: 18%;
    left: 5%;
    /* border: 1px solid; */
    width: 90%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.conclusiontxt{
    position: relative;
    top: 10%;
}
.insideconclusioncheck{
	position: relative;
    /* top: 5%; */
    width: 50%;
    height: 75%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    border: 1px solid red;
    flex-wrap: wrap;
}
.abc{
	width: 50%;
	height: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.abc1{
    width: 50%;
	height: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.insidelabeldataone{
	display: flex;
    /* border: 1px solid green; */
    display: flex;
    width: 95%;
    align-items: center;
    justify-content: space-between;
}
.insidelabeldataone>label{
	padding: 0% 20% 18% 2%;
}
.insidelabeldatatwo{
	display: flex;
    /* border: 1px solid green; */
    display: flex;
    width: 96%;
    align-items: center;
    justify-content: space-between;
}
.insidelabeldatatwo>label{
	padding: 0% 20% 18% 2%;
}

.checkboxOption{
    display: none;
}
.checkboxOption + label span{
    display:inline-block;
    padding-right: 13%;
}
.checkboxOption + label span::after,
.checkboxOption + label span::before{
	content: "";
    position: absolute;
    z-index: 1;
    width: 8%;
    height: 12%;
    background: transparent;
    border: 2px solid #d12c23;
    cursor: pointer;
}

.checkboxOption + label::after{
    z-index: 0;
    border: none;
}
.labelclass1,.labelclass2{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    cursor: pointer;
    font-size: 3vh;
}
.dumyright + label span::before{
    background-image: url("../images/correct.png");
     background-position: center;
    background-size: cover;
    }
    .dumywrong + label span::before{
     background-image: url("../images//incorrect.png");
        background-position: center;
        background-size: cover;
    }
   

/*input check template css  end*/

/* css for exercise ques templates */
.exetempdiv1,.exetempdiv2{
    position: absolute;
    top: 30%;
    left: 30%;
    width: 22%;
    height: 48%;
	background-color: #fff8f8;
    border: 2px solid #595959;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
	transform: rotate(-10deg);
	pointer-events: none;
}
.exetempdiv2{
	top: 46%;
	left: 50%;
	transform: rotate(10deg);
}
.exetempdiv1:hover,.exetempdiv2:hover{
background-color: #595959;
/* border: 2px solid yellow; */
cursor: pointer;
}
.exetempdivimg{
	width: 90%;
	object-fit: contain;
}

.exetempdivsec1{
	position: absolute;
    top: 34%;
    left: 24%;
    /* border: 1px solid red; */
    width: 50%;
    height: 56%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}
.insideextempdivsec{
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* border: 1px solid; */
}
.insideextempdivsec:hover{
	transform: scale(1.05);
	cursor: pointer;
}
.insideexetempdivseccls1{
	position: relative;
    color: white;
    background-color: #61b15a;
    border-radius: 50%;
    font-size: 3vw;
    padding: 1%;
    width: 14%;
    left: 7%;
    height: 100%;
    z-index: 1;
}
.insideexetempdivseccls2{
    background-color: #f9fef8;
	border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    width: 65%;
    font-size: 3vh;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.extemp3div{
	position: absolute;
    top: 32%;
    left: 17.5%;
    /* border: 1px solid red; */
    width: 65%;
    height: 56%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.optholderdiv{
	width: 40%;
    /* border: 1px solid black; */
    height: 100%;
    background: #e7a195;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}
.optholderimg{
width: 90%;
}
.optholdertxt{
    background: #fff4e7;
    border-radius: 16px;
    font-size: 3vh;
    width: 90%;
    height: 14%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.optholdertxt:hover{
	transition: all 1s;
	cursor: pointer;
	transform: scale(1.04);
}
.extemp5div{
    position: absolute;
    top: 32%;
    left: 22%;
    /* border: 1px solid red; */
    height: 40%;
    width: 56%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.insidetemp5div{
    /* display: flex;
    align-items: center;
    justify-content: space-evenly; */
    width: 80%;
    /* border: 1px solid; */
    height: 36%;
}
.insidetemp5div:hover{
cursor: pointer;
transform: scale(1.03);
}

.innertemp5divpara1{
	position: relative;
    background: url(../images/new/stone_bg_div.png);
    background-size: 160% 350%;
    width: 46%;
    object-fit: contain;
    height: 76%;
    padding: 4% 0%;
    background-repeat: repeat;
    background-position: center;
    color: white;
    bottom: 24%;
    right: 18%;
    z-index: 2;
}
.innertemp5divpara2{
		background: #fff8f8;
		border-radius: 14px;
		width: 100%;
		position: relative;
		height: 100%;
		bottom: 76%;
		display: flex;
		align-items: center;
		justify-content: center;
}
.opt_text{
    position: absolute;
    top: 72%;
    left: 12%;
    background: white;
    border-radius: 50px;
    width: 14%;
    height: 8%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.opt_text_2{
	left: 72%;
}
.opt_text:hover{
	cursor: pointer;
	transform: scale(1.04);
	background-color: grey;
	color: white;
	border: 1px solid ;
}
.exetmp6div {
	position: absolute;
    width: 68%;
    height: 62%;
    /* border: 1px solid red; */
    top: 28%;
    left: 18%;
}
.videoabc{
    position: relative;
	bottom: 6%;
    width: 70%;
    height: 84%;
}
.optholderdivvid{
	width: 36%;
    /* border: 1px solid black; */
    height: 20%;
    background: #fffeb7;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: absolute;
	box-shadow: 0px 2px 8px 1px #595959;
}
.optholderdivvid1{
	left: 8%;
}
.optholderdivvid2{
	left: 56%;
}
.optholderdivvid:hover{
	cursor: pointer;
	transform: scale(1.04);
}
.congratulationtext{
position: absolute;
}
.exefin .eggs{
	display: none;
}


/* css for exercise ques templates ends */

.option-label{
	position: absolute;
	top: 50%;
	left: 0%;
	width: 100%;
	transform: translateY(-50%);
	font-family: ShortStack;
	font-size: 2.6vw;
	color: black;
}

.correct-icon, .incorrect-icon{
	display: none;
	position: absolute!important;
	height: 40%;
	left: 50%;
	transform: translateX(-50%);
	top: -45%;
}

.correct-ans{
	pointer-events: none;
	background-color: #4CAF50;
	border-color: #FBD582;
}
.incorrect-ans{
	pointer-events: none;
	background-color: #BA6B82;
	border: none;
}

@media (min-aspect-ratio: 4/3){
	.fs-4{
		font-size: 4vh;
	}
	.fs-35{
		font-size: 3.5vh;
	}
	.instruction{
		font-size: 5.3vh;
	}
	.option-label{
		font-size: 4vh;
	}
}
@font-face {
    font-family: Sniglet;
    src: url('../../fonts/sniglet.ttf');
}
@font-face {
    font-family: ShortStack;
    src: url('../../fonts/ShortStack.ttf');
}
@font-face {
    font-family: Pangolin;
    src: url('../../fonts/Pangolin-Regular.ttf');
}
@font-face {
    font-family: HappyMonkey;
    src: url('../../fonts/happy_monkey/HappyMonkey-Regular.ttf');
}








.ques_img{
	position: absolute;
	top: 45%;
	height: 50%;
	left: 30%;
	transform: translate(-50%, -50%);
}





