@charset "utf-8";
@font-face{
	font-family: Rubric;
	font-style: normal;
	font-weight: normal;
	src:url(../__fonts/Cabin-Bold.ttf);
}

@font-face{
	font-family: Ans;
	font-style: normal;
	src:url(../__fonts/Roboto-Regular.ttf);
}

@font-face{
	font-family: Title;
	font-style: normal;
	font-weight: normal;
	src:url(../__fonts/MyriadPro-Semibold_2.otf);
}

@font-face{
	font-family: timerFnt;
	font-style: normal;
	font-weight: normal;
	src:url(../__fonts/digital-7.ttf);
}


#rubricAud {
	display: inline-block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
 margin-right: 10px;
   vertical-align: middle;
   background-size: 90%;
   background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #F29B34;
 	box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 2px 0 rgba(0,0,0,0.2);
 }
body{
	margin:0px;
	padding:0px;
	-webkit-user-select:none;
	-moz-user-select:none;
}

div{
	/*border:#000 dotted 2px;*/
}

#main{
	width: 100vw;
    height: 100vh;
    background-image: url("../Assets/images/bg.png");
    background-position: bottom;
    background-size: 100% 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}


#rubricDiv
{
	position: absolute;
    left: 50%;
    background: #ffffff;
    padding: 10px 10px 10px 20px;
    /* border-top-right-radius: 10px; */
    border-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: Rubric;
    font-weight: bold;
    color: black;
    text-align: left;
    transform: translate(-50%);
    top: 20px;
}

#stage{
	width: 1280px;
	height: 720px;
}

#ques{
cursor:default;	
}

.containr
{
	position:absolute;
	width:180px;
	top:0px;
}

.optionDesign{
	font-family:Ans, sans-serif;
	box-shadow: inset 0px 0px 6px #666 ;
	border: 3px solid #F29B34;
	border-radius:5px;
	background:#ffff99;
	padding: 10px;
	}





#textBox
{
	font-family:Ans, sans-serif;
	display:none;
	border:3px solid #F29B34;
	background:#fff;
	padding-left:0px;

}

#optDv
{
	font-family: Ans, sans-serif;
    display: block;
    position: absolute;
    background: #979693;
    padding-left: 0px;
    border-radius: 10px;
    border: dashed 3px #fff;
    box-shadow: 11px 11px 34px #333;
    left: 50%;
  transform: translate(-50%);
  color: #fff;

  /* overflow-x: hidden; */
}



.quesDiv
{
	display:block;
	position:absolute;	
	padding-left:10px;
	padding-top:2px;
}

#SnoDiv
{
	font-family:Ans, sans-serif;
	/* display:inline-block; */
	/* position:absolute; */
	padding-top:5px;
	border: dashed 3px #756c6c;
    box-shadow: 11px 11px 34px #333;
	border-radius:50%;
	background:#FFF;
	text-align:center;
	font-size:30px;
	line-height:40px;
	/* left: 40px; */
	color: #000;
	position: absolute;
  top: -80px;
}

.option{	
	text-align:center;
	font-size:30px;
	display:inline-block;
	cursor:pointer;
	margin-left:5px;
}

.option-selected{
	
	text-align:center;
	font-size:30px;
	display:inline-block;
	cursor:pointer;
	margin-left:5px;
	color:#2b64ff;
	
}

.option-right{
	text-align:center;
	font-size:30px;
	display:inline-block;
	cursor:pointer;
	margin-left:5px;
	color:#00c100;	
}

.option-wrong{
	text-align:center;
	font-size:30px;
	display:inline-block;
	cursor:pointer;
	margin-left:5px;
	color:#F00;
}

#submitBtn{
    display: block;
    cursor: pointer;
    background-image: url(../Assets/images/submit.png);
    background-color: transparent;
	overflow: hidden;
	border: none;
    width: 109px;
  height: 66px;
}
 
 
#answerBtn{
	font-size: 21px;
    font-family: Ans;
    display: block;
    width: 145px;
    /* height: 30px; */
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    background: -webkit-linear-gradient( #fcfcfc, #bcbcbc);
    background: -o-linear-gradient(#fcfcfc, #bcbcbc);
    background: -moz-linear-gradient(#fcfcfc, #bcbcbc);
    background: linear-gradient( #fcfcfc, #bcbcbc);
    color: #151515;
    cursor: pointer;
    padding: 7px 0 7px 0;
    margin-right: 20px;
    border-radius: 10px;
    border-bottom: 1px solid #9c9999;
    box-shadow: 2px 2px 5px 1px #3e3e3e;
	float:right;
	display:none;
}

#startBtn{
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: transparent;
  border: 0px;
}


#Reset{
	font-size: 21px;
    font-family: Ans, sans-serif;
    display: block;
    width: 145px;
	margin-top: 20px;
    font-weight: bold;
    text-align: center;
    background: -webkit-linear-gradient( #fcfcfc, #bcbcbc);
    background: -o-linear-gradient(#fcfcfc, #bcbcbc);
    background: -moz-linear-gradient(#fcfcfc, #bcbcbc);
    background: linear-gradient( #fcfcfc, #bcbcbc);
    color: #151515;
    cursor: pointer;
    padding: 7px 0 7px 0;
    border-radius: 10px;
    border-bottom: 1px solid #9c9999;
    box-shadow: 2px 2px 5px 1px #3e3e3e;
	float:right; 
	visibility:hidden;
	/* display: none; */
}
 
/* #checkSolution{
	visibility:hidden;
	position:absolute;
	width:410px;
	top: 570px;
    left: 340px;
	z-index: 1;
} */
#checkSolution{
	visibility:hidden;
	position:absolute;
	/* width:548px; */
	top: 639px;
    /* left: 180px; */
    left: 50%;
  transform: translate(-50%);
	z-index: 1;
}
#preNext{
	position: absolute;
    width: 291px;
    height: 50px;
    left: 50% !important;
    transform: translate(-50%);
}

.prenxt
{
	height:53px;
	width:53px;
	cursor:pointer;
	background: -webkit-linear-gradient( #fcfcfc, #bcbcbc);
    background: -o-linear-gradient(#fcfcfc, #bcbcbc);
    background: -moz-linear-gradient(#fcfcfc, #bcbcbc);
    background: linear-gradient( #fcfcfc, #bcbcbc);
	border-radius:100%;


}


#prev{
	
	background:url(../images/arrow2.png);
    background-size: 53px 53px;
	margin-right: 20px;
}

#next{
	
	background:url(../images/arrow.png);
    background-size: 53px 53px;
	margin-left: 20px;
}

.innerQ{
	text-align:left;
	margin:15px 10px 20px 20px;
	/*text-indent:-30px;*/
	
	position: absolute;
}
.inClass
{
	border:0;
	outline:none;
	border-bottom:black 0px solid;
	text-align:center;
	font-size:25px;	
	background-color:transparent;
	/*! text-transform:capitalize */
}

#quesInfoPannel{
	position:absolute;
	top: 153px;
    left: 202px;
	padding:10px;
	font-family:Ans, sans-serif;
	font-size:25px;	
	color:#fff;
	background-color:#312122;
	border-radius:8px;
	/*border-top-right-radius:10px;
	border-bottom-right-radius:10px;*/
}

#scorePanel{
	position:absolute;
	top: 148px;
    left: 1055px;
	font-family:Ans, sans-serif;
	font-size:20px;
	background-color:#312122;
	border-radius:8px;
	padding:10px;
	color:#fff;
	display: none;
}

#scoreMeter{
}

#scoreDisp{	
}

#timerCanvas{
	position:absolute;
	top: 194px;
    left: 1048px;
	/*border:1px solid red;*/
}

#timesup{
	position: absolute;
	top:0;
    text-align: center;
    display: flex;
    align-items: center;
    width: 1280px;
    height: 720px;
    background-color: rgba(255,255,255, 0.8);
    z-index: 2;
}

#circularDiv{
	width:250px;
	height:250px;
	border-radius:50%;
	background-color:#F90;
	margin: 0 auto;
	display: flex;
    align-items: center;
	color: #fff;
	font-family:Ans, sans-serif;
    font-size: 40px;	
	padding:50px;
	/*background-image:url(../Assets/images/face.png);*/
}

#retry{
	font-size: 21px;
    font-family: Ans;
    display: block;
    width: 145px;
    /* height: 30px; */
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    background: -webkit-linear-gradient( #fcfcfc, #bcbcbc);
    background: -o-linear-gradient(#fcfcfc, #bcbcbc);
    background: -moz-linear-gradient(#fcfcfc, #bcbcbc);
    background: linear-gradient( #fcfcfc, #bcbcbc);
    color: #151515;
    cursor: pointer;
    padding: 7px 0 7px 0;
    border-radius: 10px;
    border-bottom: 1px solid #9c9999;
    box-shadow: 2px 2px 5px 1px #3e3e3e;
	margin:0 auto;
	margin-top:130px;
}

.frac{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    text-indent: 0px;
}
.numerator{
    display: block;
    font-size: 1em;
    line-height: 1.2em;
}
.denumerator{
    display: block;
    font-size: 1em;
    line-height: 1.2em;
}
.divider{
    border-top: solid 1px;
    width: 100%;
    display: block;
}

div, input
{
    font-variant-ligatures: none;
}



#activityText{
	position:absolute;
	left:200px; top:65px;
	-webkit-animation-name: activityTextAnim;
    -webkit-animation-duration: 1s;
    animation-name: activityTextAnim;
    animation-duration: 1s;
}

@-webkit-keyframes activityTextAnim {
    0%   {left:200px; top:-100px;}
    50%  {left:200px; top:95px;}
    100% {left:200px; top:65px;}
}


@keyframes activityTextAnim {
    0%   {left:200px; top:-100px;}
    50%  {left:200px; top:95px;}
    100% {left:200px; top:65px;}
}

#completedText{	
	position:absolute;
	left:600px; top:65px;
	-webkit-animation-name: completedTextAnim;
    -webkit-animation-duration: 1s;
    animation-name: completedTextAnim;
    animation-duration: 1s;
}


@-webkit-keyframes completedTextAnim {
    0%   {left:600px; top:225px;}
    50%  {left:600px; top:35px;}
    100% {left:600px; top:65px;}
}


@keyframes completedTextAnim {
    0%   {left:600px; top:225px;}
    50%  {left:600px; top:35px;}
    100% {left:600px; top:65px;}
}







input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
}





@media screen and (max-width: 480px) {
	#optDv{
		width: 80%;
		overflow: auto;
	}
  }



  

.actCompleted {
	animation-name: completedTextAnim;
	animation-duration: 2s;
}


@-webkit-keyframes completedTextAnim {
	0% {
		left: -100%;
		top: 0;
	}

	100% {
		left: 0;
		top: 0;
	}
}


@keyframes completedTextAnim {
	0% {
		left: -100%;
		top: 0;
	}

	100% {
		left: 0;
		top: 0;
	}
}

#timerObj{
	position:absolute;
	/* height:37px; */
    top: 10px;
	font-size:20px;
	font-weight:bold;
	border:#9c9205 solid 2px;
	color:#000;
	text-align:center;
	padding:5px;
	font-family: Rubric;
	line-height:25px;
	background:white;
	left: 50%;
    transform: translateX(-50%);
}