.spot-the-error-question{
    position: relative;
    width: 100%;
}
.spot-the-error-question .activity-panel{
    position: relative;
    width: 55%;
    padding: 0em 1.5em;
}
.spot-the-error-question.full .activity-panel{
    position: relative;
    width: 100%;
    padding: 0em;
    padding: 0.5em 1.5em;
}
.spot-the-error-question .question{margin-top: 1em; position: relative;}
.spot-the-error-question .que-txt-panel .txt {font-weight: bold;}
.spot-the-error-question .que-txt-panel .instr-txt,
.spot-the-error-question .que-txt-panel .que-instr {font-weight: normal; font-style: italic;}

.drag-n-drop-question .question .clickable{
    display: inline-block;
	position: relative;

}
.spot-the-error-question .question .clickable .click-btn {
    margin:0.5em 0.5em 0em 0em; 
    min-width: 6em;
}
.spot-the-error-question .question .clickable .click-btn.disabled {opacity: 0.7;}
.spot-the-error-question .question .clickable .click-btn.hide{display: none; }

.spot-the-error-screen .panel-img .text-panel,
.spot-the-error-question .panel-img .text-panel{height:auto; padding: 4em 1em;}

.spot-the-error-screen .panel-img .text-panel,
.spot-the-error-question .panel-img .text-panel {
    position: absolute;
    bottom: 0em;    
    height: auto;
    color:#fff;
    max-height: 100%;
    z-index: 1111;
}
.spot-the-error-screen .feedback-container,
.spot-the-error-question .feedback-container{ 
    position: absolute;
    height: 101%;
    width: 104%;
    color: #fff;
    z-index: 13;
    left: -20px;
    top: -13px;
    padding: 0px;
}
.spot-the-error-screen .feedback-container.relative,
.spot-the-error-question .feedback-container.relative{position: relative; width: 100%; top: auto;
	bottom: auto; margin-top: 0.5em;}
.spot-the-error-screen .panel-img .text-panel,
.spot-the-error-question .panel-img .text-panel{
    background-color: rgba(0, 77, 165, 0.80);
    padding: 4em 1em;   
}
.spot-the-error-screen .feedback-container .popup,
.spot-the-error-question .feedback-container .popup{
    background-color: #00000087;
    margin: 0em;
    width: 100%;
    padding: 0em;
    height: 100%;
}
.spot-the-error-screen .feedback-container .popup .pop-col-text,
.spot-the-error-question .feedback-container .popup .pop-col-text{
    background-color: #37C6B0;
    padding: 1em 1em 1em 1em; 
}
.spot-the-error-screen .feedback-container .popup .text-box,
.spot-the-error-question .feedback-container .popup .text-box{
    padding: 1.5em 1.5em 3em 1.5em; 
    
}
.spot-the-error-screen .feedback-container.relative,
.spot-the-error-question .feedback-container.relative{
    position: relative; 
    width: 100%; 
    top: auto;
	bottom: auto;
}
.spot-the-error-screen .feedback-container.relative .popup,
.spot-the-error-question .feedback-container.relative .popup{ position: relative; bottom: auto; top:auto;}
.spot-the-error-screen .feedback-container.trans-bg .popup .pop-col-text,
.spot-the-error-question .feedback-container.trans-bg .popup .pop-col-text{background-color: transparent; color: #000;}
/* screen bottom feedback */
.spot-the-error-screen .feedback-container.align-bottom,
.spot-the-error-question .feedback-container.align-bottom{
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    width: 100%;
    top: auto;
	right: auto;
}
.spot-the-error-screen .feedback-container.align-bottom .popup,
.spot-the-error-question .feedback-container.align-bottom .popup {background-color: #023761;}
.spot-the-error-screen .feedback-container.align-bottom .popup-content-box,
.spot-the-error-question .feedback-container.align-bottom .popup-content-box {padding: 20px 70px 70px 70px;}
.spot-the-error-screen .feedback-container.align-bottom .pop-col-text,
.spot-the-error-question .feedback-container.align-bottom .pop-col-text {
    border: 2px solid #fff;
    border-radius: 20px;
    background-color: transparent;
    padding: 20px;
}

.spot-the-error-question .question .option-data .paragraph{
    position: relative;
    margin: 0.5em 0em;
}
.spot-the-error-question .question .option-data .word{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0.05em;
    padding: 0.2em;
    border-radius: 0.15em;
    cursor: pointer;
    background-color: transparent;
}
.spot-the-error-question .question .option-data .word.disabled{
    cursor: default;
}
.spot-the-error-question .question .option-data .word.ref-corr{
    /* background-color: green; */
    color: green;
}
.spot-the-error-question .question .option-data .word.hover,
.spot-the-error-question .question .option-data .word.selected{
    background-color: #fff000;
}
.spot-the-error-question .question .option-data .word.corr-ans{
    background-color: #FF9966;
    
}
/* .spot-the-error-question .question .option-data .word.user-corr-ans{
    background-color: green;
    color:#fff;
}
.spot-the-error-question .question .option-data .word.user-incorr-ans{
    background-color: red;
    color:#fff;
} */
.spot-the-error-question .question .option-data .word .status{
	position: absolute;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	background-color: #fff;
	border: 0.1em solid #37C6B0;
	padding: 0.4em;
	right: -1.8em;
    top: -0.1em;
    display: none;
    z-index: 1;
}
.spot-the-error-question .question .option-data .word .status.i-tick{
	border-color: #37C6B0;
	color:#37C6B0;
	display: block;
}
.spot-the-error-question .question .option-data .word .status.i-cross{
	border-color: #37C6B0;
	color:#37C6B0;
	display: block;
}
.spot-the-error-question .activity-panel .bottom-btn-panel{margin-top: 0.5em;}
.spot-the-error-question .activity-panel .submit-panel{min-height: 3.7em;}
.spot-the-error-question .activity-panel .submit-panel .btn{margin:0.5em 0em 0.5em 0.5em;}
.spot-the-error-question .activity-panel .submit-panel.right .btn{margin-right:0em;}
.spot-the-error-question .bottom-btn-panel .help-cell .btn{min-width: 12.7em;}
/* feedback in coverflow */
.spot-the-error-screen .feedback-container .coverflow-screen{
	background-color: #023761;
    position: absolute;
    overflow: hidden;
	width: 100%;
    padding: 0em;
}
.spot-the-error-question .feedback-container .coverflow-screen{
    background-color: #023761;
    position: absolute;
    overflow: hidden;
    padding: 0em;
}

.spot-the-error-screen .feedback-container .coverflow-screen .swiper-container{
	min-height: auto;
    max-width: 550px; 
    background-color: transparent;
    width: auto;
    margin: 0em 0em;
    padding: 0em;
    overflow: hidden;
}
.spot-the-error-question .feedback-container .coverflow-screen .swiper-container{
    min-height: auto;
    max-width: 1063px; 
    background-color: transparent;
    width: auto;
    margin: 0em 0em;
    padding: 0em;
    overflow: hidden;
}
.spot-the-error-screen .feedback-container .coverflow-screen .swipe-nav,
.spot-the-error-question .feedback-container .coverflow-screen .swipe-nav{padding-bottom: 0em;}

.spot-the-error-screen .coverflow-screen .swipe-nav .clickable-next .swiper-btn, 
.spot-the-error-question .coverflow-screen .swipe-nav .clickable-next .swiper-btn{color:#fff;}
.spot-the-error-screen .coverflow-screen .swipe-nav .clickable-back .swiper-btn, 
.spot-the-error-question .coverflow-screen .swipe-nav .clickable-back .swiper-btn{color:#fff;}

.spot-the-error-screen .coverflow-screen .swipe-nav .clickable-next .swiper-btn .btn-icon, 
.spot-the-error-question .coverflow-screen .swipe-nav .clickable-next .swiper-btn .btn-icon {font-size: 2.0em;}
.spot-the-error-screen .coverflow-screen .swipe-nav .clickable-back .swiper-btn .btn-icon, 
.spot-the-error-question .coverflow-screen .swipe-nav .clickable-back .swiper-btn .btn-icon {font-size: 2.0em;}

.spot-the-error-screen .feedback-container .coverflow-screen .swipe-nav .swiper-btn img,
.spot-the-error-question .feedback-container .coverflow-screen .swipe-nav .swiper-btn img{width: 30px; margin: 0;}
.spot-the-error-screen .feedback-container .coverflow-screen .swipe-nav .clickable-next,
.spot-the-error-question .feedback-container .coverflow-screen .swipe-nav .clickable-next,
.spot-the-error-screen .feedback-container .coverflow-screen .swipe-nav .clickable-back,
.spot-the-error-question .feedback-container .coverflow-screen .swipe-nav .clickable-back{top: auto; margin-top: -1.5em; bottom: 0.5em; 
    width: 3em;
    height: 3em;}
.spot-the-error-screen .coverflow-screen .swipe-nav .clickable-next .btn.hover,
.spot-the-error-question .coverflow-screen .swipe-nav .clickable-next .btn.hover{background-color: #5291DD;}
.spot-the-error-screen .coverflow-screen .swipe-nav .clickable-back .btn.hover,
.spot-the-error-question .coverflow-screen .swipe-nav .clickable-back .btn.hover{background-color: #5291DD;}
.spot-the-error-screen .feedback-container .coverflow-screen .swiper-pagination,
.spot-the-error-question .feedback-container .coverflow-screen .swiper-pagination{bottom: 0.5em;}
.spot-the-error-screen .feedback-container .coverflow-screen .swiper-pagination .swiper-pagination-bullet,
.spot-the-error-question .feedback-container .coverflow-screen .swiper-pagination .swiper-pagination-bullet{width: 1.0em; height: 1.0em; margin: 0 0.2em;}
.spot-the-error-screen .feedback-container .swiper-pagination-bullet-active,
.spot-the-error-question .feedback-container .swiper-pagination-bullet-active {background-color: #5291DD;}
.spot-the-error-screen .feedback-container .coverflow-screen .swipe-panel
.spot-the-error-question .feedback-container .coverflow-screen .swipe-panel{margin: 0em; padding: 1em; width: 100%; background-color: #023761;}
.spot-the-error-screen .feedback-container .coverflow-screen .swiper-slide,
.spot-the-error-question .feedback-container .coverflow-screen .swiper-slide{padding-bottom: 3em;}
.spot-the-error-screen .feedback-container .coverflow-screen .swiper-slide .text-box,
.spot-the-error-question .feedback-container .coverflow-screen .swiper-slide .text-box{margin: 0em; padding: 1em 2em;}
/* custom screen */
.screen.spot-the-error-screen .col-text{width: 35%;}
.screen.spot-the-error-screen .col-img{width: 65%;}

.spot-the-error-question .question .img-div{
    position: relative;
    width: 100%;
    font-size: 0.9em;
}
.spot-the-error-question .question .img-div .bg-img{
    width: 100%;
    border: 0.1em solid #5291DD;
}
.spot-the-error-question .question .img-div .email-id{
    position: absolute;
    top: 4.3em;
    left: 7em;
}
.spot-the-error-question .question .img-div .subject-txt{
    position: absolute;
    top: 7.2em;
    left: 7em;
}
.spot-the-error-question .question .img-div .option-data {
    position: absolute;
    top: 8em;
    padding: 1em 2em 1em 1em;
}

.spot-the-error-question .coverflow-screen.activity-panel{
    position: absolute;
    padding: 0em;
}
.spot-the-error-question .coverflow-screen .swipe-panel{
    margin: 0em;
    width: 100%;
    background-color: #37C6B0;
    padding:1em;
}
.spot-the-error-question .coverflow-screen .swiper-container{   
    min-height: auto;
    margin: 0em 4em;
    padding: 0em;
    width: auto;
    background-color: transparent;
}
.spot-the-error-question .swiper-slide .text-box{padding: 0em;}
.spot-the-error-question .coverflow-screen .swiper-pagination-bullet-active {
    background-color: #5291DD;
}
.spot-the-error-question .coverflow-screen .swipe-nav .clickable-next .swiper-btn, 
.spot-the-error-question .coverflow-screen .swipe-nav .clickable-back .swiper-btn{color:#fff;}
.spot-the-error-question .coverflow-screen .swipe-nav .clickable-next .swiper-btn .btn-icon, 
.spot-the-error-question .coverflow-screen .swipe-nav .clickable-back .swiper-btn .btn-icon {
    font-size: 2.0em;
}
.spot-the-error-question .coverflow-screen .swipe-nav .clickable-next, 
.spot-the-error-question .coverflow-screen .swipe-nav .clickable-back{
    bottom: auto;
    top: 50%;
    margin-top: -1.5em;
    width: 3em;
    height: 3em;
}

.spot-the-error-question .coverflow-screen .swipe-nav .clickable-next .btn.hover,
.spot-the-error-question .coverflow-screen .swipe-nav .clickable-back .btn.hover{
    background-color: #5291DD;
}