.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;
}
.spot-the-error-image-question .question{ 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 .feedback-container,
.spot-the-error-image-question .feedback-container{   
    position: relative;  
    height: auto;
    color:#fff;
    max-height: 100%;
    /* z-index: 11; */
    margin: 0em 0em;
    margin-left: 0px;
    width: 860px;
}
.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{
   padding: 30px; margin: 0px;
}
.spot-the-error-image-screen .col-img .feedback-container,
.spot-the-error-image-question .col-img .feedback-container{
    position: absolute;
    bottom: auto;
    height: 100%;
    top: 0em;
    display: block;
    width: 100%;
    margin: 0em;
}
.spot-the-error-image-screen .feedback-container .popup:not(.correct),
.spot-the-error-image-question .feedback-container .popup:not(.correct) {background-color: #000; color: #fff;}

.spot-the-error-image-screen .feedback-container .popup:not(.correct) .popup-content-box,
.spot-the-error-image-question .feedback-container .popup:not(.correct) .popup-content-box {color: #fff;}
.spot-the-error-image-screen .feedback-container .popup:not(.correct) .popup-content-box .instr-txt,
.spot-the-error-image-question .feedback-container .popup:not(.correct) .popup-content-box .instr-txt{color: #fff;}


/* screen bottom feedback */
.spot-the-error-image-screen .feedback-container.align-bottom,
.spot-the-error-image-question .feedback-container.align-bottom{
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    width: 100%;
    top: auto;
	right: auto;
}
.spot-the-error-image-screen .feedback-container.align-bottom .popup,
.spot-the-error-image-question .feedback-container.align-bottom .popup {background-color: #141E55;}
.spot-the-error-image-screen .feedback-container.align-bottom .popup-content-box,
.spot-the-error-image-question .feedback-container.align-bottom .popup-content-box {padding: 20px 70px 70px 70px;}
.spot-the-error-image-screen .feedback-container.align-bottom .pop-col-text,
.spot-the-error-image-question .feedback-container.align-bottom .pop-col-text {
    border: 2px solid #fff;
    border-radius: 20px;
    background-color: transparent;
    padding: 20px;
}

.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%;
    /* border: 1px solid red; */
}
.spot-the-error-image-question .question .hotspot-data .hotspot.ref-corr .hotspot-btn
{
    border: 2px 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, 232, 101, 0.4);
    border: 2px solid #FFE865;
}
.spot-the-error-image-question .question .hotspot-data .hotspot.corr-ans .hotspot-btn{
    background-color: rgba(255, 232, 101, 0.4);
    
}
.spot-the-error-image-question .question .hotspot-data .hotspot.curr-feedback-indicator .hotspot-btn
{
    background-color: rgba(255, 232, 101, 0.4);
    border: 2px solid #FFE865;
}
.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: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid #008DFF;
	padding: 5px;	
    display: none;
    z-index: 1;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    right: -32px;
}
.spot-the-error-image-question .question .hotspot-data .hotspot .status.i-tick{
	border-color: #008DFF;
	color:#008DFF;
	display: flex;
}
.spot-the-error-image-question .question .hotspot-data .hotspot .status.i-cross{
	border-color: #008DFF;
	color:#008DFF;
	display: flex;
}

.spot-the-error-image-question .question .submit-panel.bottom-align{
    position: absolute;
    bottom: 1.5em;
    width: 330px;
    text-align: end;
    right: 1.5em;
}
.spot-the-error-image-question .question .submit-panel.bottom-align .click-btn{margin: 1em 0em 0em 1em;}

.spot-the-error-image-question .question .submit-panel{min-height: 3.5em;}
.spot-the-error-image-question .question .submit-panel .btn{margin:0.5em 0.5em 0.5em 0em; }
.spot-the-error-image-question .question .submit-panel.right{margin-top:1em;}
.spot-the-error-image-question .question .submit-panel.right .btn{margin:0.5em 0em 0.5em 0.5em; }
.spot-the-error-image-question .question .bottom-btn-panel .help-cell .clickable {margin-inline-end:0em;}
.spot-the-error-image-question .question .bottom-btn-panel .help-cell .btn{min-width: 12.7em;}

.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; */
}

/* feedback in coverflow */
.spot-the-error-image-screen .feedback-container .coverflow-screen{
	background-color: #023761;
    position: absolute;
    overflow: hidden;
	width: 100%;
    padding: 0em;
}
.spot-the-error-image-question .feedback-container .coverflow-screen{
    background-color: #023761;
    position: absolute;
    overflow: hidden;
    padding: 0em;
}

.spot-the-error-image-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-image-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-image-screen .feedback-container .coverflow-screen .swipe-nav,
.spot-the-error-image-question .feedback-container .coverflow-screen .swipe-nav{padding-bottom: 0em;}

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

.spot-the-error-image-screen .coverflow-screen .swipe-nav .clickable-next .swiper-btn .btn-icon, 
.spot-the-error-image-question .coverflow-screen .swipe-nav .clickable-next .swiper-btn .btn-icon {font-size: 2.0em;}
.spot-the-error-image-screen .coverflow-screen .swipe-nav .clickable-back .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-screen .feedback-container .coverflow-screen .swipe-nav .swiper-btn img,
.spot-the-error-image-question .feedback-container .coverflow-screen .swipe-nav .swiper-btn img{width: 30px; margin: 0;}
.spot-the-error-image-screen .feedback-container .coverflow-screen .swipe-nav .clickable-next,
.spot-the-error-image-question .feedback-container .coverflow-screen .swipe-nav .clickable-next,
.spot-the-error-image-screen .feedback-container .coverflow-screen .swipe-nav .clickable-back,
.spot-the-error-image-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-image-screen .coverflow-screen .swipe-nav .clickable-next .btn.hover,
.spot-the-error-image-question .coverflow-screen .swipe-nav .clickable-next .btn.hover{background-color: #001489;}
.spot-the-error-image-screen .coverflow-screen .swipe-nav .clickable-back .btn.hover,
.spot-the-error-image-question .coverflow-screen .swipe-nav .clickable-back .btn.hover{background-color: #001489;}
.spot-the-error-image-screen .feedback-container .coverflow-screen .swiper-pagination,
.spot-the-error-image-question .feedback-container .coverflow-screen .swiper-pagination{bottom: 0.5em;}
.spot-the-error-image-screen .feedback-container .coverflow-screen .swiper-pagination .swiper-pagination-bullet,
.spot-the-error-image-question .feedback-container .coverflow-screen .swiper-pagination .swiper-pagination-bullet{width: 1.0em; height: 1.0em; margin: 0 0.2em;}
.spot-the-error-image-screen .feedback-container .swiper-pagination-bullet-active,
.spot-the-error-image-question .feedback-container .swiper-pagination-bullet-active {background-color: #001489;}
.spot-the-error-image-screen .feedback-container .coverflow-screen .swipe-panel
.spot-the-error-image-question .feedback-container .coverflow-screen .swipe-panel{margin: 0em; padding: 1em; width: 100%; background-color: #023761;}
.spot-the-error-image-screen .feedback-container .coverflow-screen .swiper-slide,
.spot-the-error-image-question .feedback-container .coverflow-screen .swiper-slide{padding-bottom: 3em;}
.spot-the-error-image-screen .feedback-container .coverflow-screen .swiper-slide .text-box,
.spot-the-error-image-question .feedback-container .coverflow-screen .swiper-slide .text-box{margin: 0em; padding: 1em 2em;}


@media screen and (max-width: 834px) {
    .spot-the-error-image-screen .feedback-container .popup,
    .spot-the-error-image-question .feedback-container .popup{
        padding: 30px; margin: 0px;
    }
}
@media screen and (max-width: 767px) {
    .spot-the-error-image-screen .feedback-container .popup,
    .spot-the-error-image-question .feedback-container .popup{
        padding: 20px; margin: 0px;
    }
}