.spot-the-error-image-question{
    position: relative;
    width: 100%;
}
.spot-the-error-image-question .activity-panel{
    position: relative;
    width: 55%;
    padding: 0em 1.5em;
}
.spot-the-error-image-question.full .activity-panel{
    position: relative;
    width: 100%;
    padding: 0em;
    padding: 0.5em 1.5em;
}
.spot-the-error-image-question .question{margin-top: 1em; position: relative;}
.spot-the-error-image-question .que-txt-panel .txt {font-weight: bold;}
.spot-the-error-image-question .que-txt-panel .instr-txt,
.spot-the-error-image-question .que-txt-panel .que-instr {font-weight: normal; font-style: italic;}

.spot-the-error-image-question .question .clickable .click-btn {
    margin:0.5em 0.5em 0em 0em; 
    min-width: 6em;
}
/* .spot-the-error-image-question .question .clickable .click-btn.disabled {opacity: 0.7;} */
.spot-the-error-image-question .question .clickable .click-btn.hide{display: none; }

.spot-the-error-image-screen .panel-img .text-panel,
.spot-the-error-image-question .panel-img .text-panel{height:auto; padding: 4em 1em;}

.spot-the-error-image-screen .panel-img .text-panel,
.spot-the-error-image-question .panel-img .text-panel,
.spot-the-error-image-screen .feedback-container,
.spot-the-error-image-question .feedback-container{   
    position: absolute;
    bottom: 0em;    
    height: auto;
    color:#fff;
    max-height: 100%;
    z-index: 1111;
}
.spot-the-error-image-screen .feedback-container.relative,
.spot-the-error-image-question .feedback-container.relative{position: relative; width: 100%; top: auto;
	bottom: auto; margin-top: 0.5em;}
.spot-the-error-image-screen .panel-img .text-panel,
.spot-the-error-image-question .panel-img .text-panel{
    background-color: rgba(0, 77, 165, 0.80);
    padding: 4em 1em;   
}
.spot-the-error-image-screen .feedback-container .popup,
.spot-the-error-image-question .feedback-container .popup{
    background-color: transparent;   
    margin: 0em;
    width: 100%;
    padding: 0em;  
    
}
.spot-the-error-image-screen .feedback-container .popup .pop-col-text,
.spot-the-error-image-question .feedback-container .popup .pop-col-text{
    background-color: rgba(20, 30, 85, 0.9);
    padding: 1em 1em 1em 1em; 
}
.spot-the-error-image-screen .feedback-container .popup .text-box,
.spot-the-error-image-question .feedback-container .popup .text-box{
    padding: 1.5em 1.5em 3em 1.5em; 
    
}
.spot-the-error-image-question .question .img-div .hotspot-data {
    position: absolute;
    top: 0em;
}
.spot-the-error-image-question .question .hotspot-data .hotspot{
    position: relative;
    top: 0em;
    left: 0em;
    width: 2em;
    height: 1em;
}
.spot-the-error-image-question .question .hotspot-data .hotspot .hotspot-btn{
    position: absolute;
    top: 0em;
    left: 0em;
    width: 100%;
    height: 100%;
}
.spot-the-error-image-question .question .hotspot-data .hotspot.ref-corr .hotspot-btn
{
    border: 0.15em solid rgba(0, 255, 0, 0.2);
    
}
.spot-the-error-image-question .question .hotspot-data .hotspot.hover .hotspot-btn,
.spot-the-error-image-question .question .hotspot-data .hotspot.selected .hotspot-btn{
    background-color: rgba(255, 240, 0, 0);
   /*  border: 0.15em solid #f5736e; */
   border: 5px solid #FFB211;
}
.spot-the-error-image-question .question .hotspot-data .hotspot.corr-ans .hotspot-btn{
    background-color: rgba(255,153,102, 0.4);
    
}
.spot-the-error-image-question .question .hotspot-data .hotspot.curr-feedback-indicator .hotspot-btn
{
    background-color: rgba(82,145,221, 0.4);
    border: 0.15em solid  #5291DD;
}
.spot-the-error-image-question .question .hotspot-data .hotspot.disabled .hotspot-btn{
    cursor: default;
}
.spot-the-error-image-question .question .hotspot-data .hotspot .status{
	position: absolute;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	background-color: #fff;
	border: 0.1em solid #0460A9;
	padding: 0.4em;
	right: -1.8em;
    top: -0.2em;
    display: none;
    z-index: 1;
}
.spot-the-error-image-question .question .hotspot-data .hotspot .status.tick{
	border-color: #0460A9;
	color:#0460A9;
	display: block;
}
.spot-the-error-image-question .question .hotspot-data .hotspot .status.cross{
	border-color: #0460A9;
	color:#0460A9;
	display: block;
}
.spot-the-error-image-question .activity-panel .bottom-btn-panel{margin-top: 0.5em;}
.spot-the-error-image-question .activity-panel .submit-panel{min-height: 3.7em;}
.spot-the-error-image-question .activity-panel .submit-panel .btn{margin:0.5em 0em 0.5em 0.5em;
    background-color: rgba(255, 255, 255, 0.80);
    color: #141E55;}
.spot-the-error-image-question .activity-panel .submit-panel .btn.hover {
    background-color: rgba(255, 255, 255, 1);
}
.spot-the-error-image-question .activity-panel .submit-panel.right .btn{margin-right:0em;}
.spot-the-error-image-question .bottom-btn-panel .help-cell .btn{min-width: 12.7em;}
/* custom screen */
.screen.spot-the-error-image-screen .col-text{width: 35%;}
.screen.spot-the-error-image-screen .col-img{width: 65%;}

.spot-the-error-image-question .question .img-div{
    position: relative;
    width: 100%;
    font-size: 0.9em;
}

.spot-the-error-image-question .question .img-div .bg-img{
    width: 100%;
    border: 0.1em solid #5291DD;
}
.spot-the-error-image-question .question .img-div .email-id{
    position: absolute;
    top: 4.3em;
    left: 7em;
}
.spot-the-error-image-question .question .img-div .subject-txt{
    position: absolute;
    top: 7.2em;
    left: 7em;
}
.spot-the-error-image-question .question .img-div .email-body{
    position: absolute;
    top: 9.5em;
    left: 2em;
}

.spot-the-error-image-question .question .hotspot-data .hotspot_0{
    left: 89px;
    top: 58px;
    width: 197px;
    height: 20px;
}
.spot-the-error-image-question .question .hotspot-data .hotspot_1{
    left: 90px;
    top: 77px;
    width: 135px;
    height: 20px;
}
.spot-the-error-image-question .question .hotspot-data .hotspot_2{
    left: 210px;
    top: 116px;
    width: 166px;
    height: 20px;
}
.spot-the-error-image-question .question .hotspot-data .hotspot_3{
    left: 235px;
    top: 124px;
    width: 65px;
    height: 20px;
}
.spot-the-error-image-question .question .hotspot-data .hotspot_4{
    left: 310px;
    top: 103px;
    width: 170px;
    height: 20px;
}
.spot-the-error-image-question .question .hotspot-data .hotspot_5{
    left: 22px;
    top: 112px;
    width: 152px;
    height: 20px;
}
.spot-the-error-image-question .question .submit-panel{
    margin: 0.5em 0.5em;
    position: relative;
}
.spot-the-error-image-question .coverflow-screen.activity-panel{
    position: absolute;
    padding: 0em;
}
.spot-the-error-image-question .coverflow-screen .swipe-panel{
    margin: 0em;
    width: 100%;
    background-color: #023761;
    padding:1em;
}
.spot-the-error-image-question .coverflow-screen .swiper-container{   
    min-height: auto;
    margin: 0em 4em;
    padding: 0em;
    width: auto;
    background-color: transparent;
}
.spot-the-error-image-question .swiper-slide .text-box{padding: 0em;}
.spot-the-error-image-question .coverflow-screen .swiper-pagination-bullet-active {
    background-color: #5291DD;
}
.spot-the-error-image-question .coverflow-screen .swipe-nav .clickable-next .swiper-btn, 
.spot-the-error-image-question .coverflow-screen .swipe-nav .clickable-back .swiper-btn{color:#fff;}
.spot-the-error-image-question .coverflow-screen .swipe-nav .clickable-next .swiper-btn .btn-icon, 
.spot-the-error-image-question .coverflow-screen .swipe-nav .clickable-back .swiper-btn .btn-icon {
    font-size: 2.0em;
}
.spot-the-error-image-question .coverflow-screen .swipe-nav .clickable-next, 
.spot-the-error-image-question .coverflow-screen .swipe-nav .clickable-back{
    bottom: auto;
    top: 50%;
    margin-top: -1.5em;
    width: 3em;
    height: 3em;
}

.spot-the-error-image-question .coverflow-screen .swipe-nav .clickable-next .btn.hover,
.spot-the-error-image-question .coverflow-screen .swipe-nav .clickable-back .btn.hover{
    background-color: #5291DD;
}

.spot-the-error-image-question .question .hotspot-data .hotspot .status{
	position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fff;
    border: none;
    padding: 0.4em;
    right: 0.7em;
    top: 0.7em;
    display: none;
    z-index: 1;
    font-size: 1.1em;
    text-align: center;
    padding-top: 0.7em;
    padding-left: 0.3em;
}
.spot-the-error-image-question .question .hotspot-data .hotspot .status.i-tick{
	color:#001489;
	display: block;
}
.spot-the-error-image-question .question .hotspot-data .hotspot .status.i-cross{
	color:#001489;
	display: block;
}