.matching-line-question .question{
	position: relative;
}
.matching-line-question .que-text {
	box-sizing: border-box;
	word-break: keep-all;
}
.matching-line-question .question .instr-txt,
.matching-line-question .question .que-instr {font-weight: normal; font-style: italic;}
.matching-line-question .ans-value-txt{
	position: absolute;
	left: 50%;
	color: #000;
	top: -2em;
}
.matching-line-question .que-txt-panel{position: relative; }
.matching-line-question .option-panel{
	position: relative; 
	margin: 1em 0em 0em 0em;
	display: block;
	width: 100%;
}
.matching-line-question .drag-panel .display-table,
.matching-line-question .drop-panel .display-table { border-collapse: separate; border-spacing: 0 12px; }
.matching-line-question .drag-panel,
.matching-line-question .drop-panel{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.matching-line-question .drag-panel{
	width: 490px;	
}
.matching-line-question .drop-panel{
	width: 720px;	
	float: right;
}
.matching-line-question .drop-panel .drag-area-panel,
.matching-line-question .drop-panel .option-data{
	display: table-cell;
	vertical-align: middle;
	text-align: start;
	height: 65px;
}
.matching-line-question .drop-panel .drag-area-panel{text-align: center;}
.matching-line-question .drag-area-panel{
	position: relative; 
	width: 50px;
	height: 50px;
	top: 0px;
	left: 0px;
	border: 0.1em solid #000;
	background-color: #E9713A;
	color: #fff;
	background-clip: padding-box;
}
.matching-line-question .drag-item,
.matching-line-question .drop-item{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.matching-line-question .drag-area-panel .drag-area{
	position: relative;
	width: 50px;
	height: 50px;
	/* border: 0.1em solid #000; */
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.matching-line-question .drag-item{
	transition: none;
	background-color:#E9713A;
	color:#fff;
	width: 50px;
	height: 50px;
	z-index: 1;
	position: relative;
	cursor:grab;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	-webkit-transform: translate3d(0);
	transform: translate3d(0);
}
.matching-line-question .drag-item .btn-icon{font-size: 24px;}
.matching-line-question .drag-panel .drag-txt-panel,
.matching-line-question .drop-item .option-data{
	padding: 0.5em 1em;
	border: none;
	height: 65px;
}
.matching-line-question .drop-item .option-data{color:#023761;}
.matching-line-question .drag-panel .drag-item-panel,
.matching-line-question .drop-panel .drag-area-panel{
	padding: 0.0em;
	border: none;
	width: 50px;
	height: 50px;
	background-color: #E9713A;
}

.matching-line-question .drag-item.disabled{cursor: default;}
.matching-line-question .spacer{display:block; position: relative;height: 30px;}

.matching-line-question .question .clickable{
    display: inline-block;
	position: relative;
	margin:0.0em;
}
.matching-line-screen .feedback-container,
.matching-line-question .feedback-container{   
    position: absolute;
	top: auto;    
	bottom: 0em;
    height: auto;
    color:#fff;
	max-height: 100%;
	width: 55%;
	z-index: 11;
	left: 1020px;
}

.matching-line-screen .feedback-container .popup,
.matching-line-question .feedback-container .popup{
    background-color: transparent;   
    margin: 0em;
    width: 100%;
    padding: 0em;  
    
}
.matching-line-screen .feedback-container .popup .pop-col-text,
.matching-line-question .feedback-container .popup .pop-col-text{
    background-color:#D9D9D9;
    padding: 45px; 
	min-height: 330px;
}
.matching-line-screen .feedback-container .popup .text-box,
.matching-line-question .feedback-container .popup .text-box{
    padding: 1.5em 1.5em 1.5em 1.5em; 
    
}
.matching-line-screen .feedback-container.relative,
.matching-line-question .feedback-container.relative{
    position: relative; 
    width: 100%; 
    top: auto;
	bottom: auto;
}
.matching-line-screen .feedback-container.relative .popup,
.matching-line-question .feedback-container.relative .popup{ position: relative; bottom: auto; top:auto;}
.matching-line-screen .feedback-container.trans-bg .popup .pop-col-text,
.matching-line-question .feedback-container.trans-bg .popup .pop-col-text{background-color: transparent; color: #000;}
/* screen bottom feedback */
.matching-line-screen .feedback-container.align-bottom,
.matching-line-question .feedback-container.align-bottom{
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    width: 100%;
	top: auto;
	right: auto;
}
.matching-line-screen .feedback-container.align-bottom .popup,
.matching-line-question .feedback-container.align-bottom .popup {background-color: #023761;}
.matching-line-screen .feedback-container.align-bottom .popup-content-box,
.matching-line-question .feedback-container.align-bottom .popup-content-box {padding: 20px 70px 70px 70px;}
.matching-line-screen .feedback-container.align-bottom .pop-col-text,
.matching-line-question .feedback-container.align-bottom .pop-col-text {
    border: 2px solid #fff;
    border-radius: 20px;
    background-color: transparent;
    padding: 20px;
}

.matching-line-question .drag-item .status{
	position: absolute;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: transparent;
	border: none;
	padding: 9px 0px;
	left: 10px;
	top: 20px;
	display: none;
}
.matching-line-question .drag-item .status.i-tick{
	border-color: #000;
	color:#fff;
	display: block;
}
.matching-line-question .drag-item .status.i-cross{
	border-color: #000;
	color:#fff;
	display: block;
}

.matching-line-question .draggable-area{
	position: absolute;
    top: 0em;
    left: 30%;
	width: 20%;
	height: 100%;
	display: block;
}
.svg-panel{
    position: absolute;
    top: 0em;
    left: 0%;
	width: 100%;
	height: 100%;
}
.svg-panel .svg{
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
.matching-line-question .svg-panel .line{
  stroke-width: 0.1em;
  stroke:#E9713A;
}
.matching-line-question .drag-item.dragging{
	background-color: #E9713A;
	color: #fff;
}

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

.matching-line-question .question .submit-panel{min-height: 3.5em;}
.matching-line-question .question .submit-panel .btn{margin:0em 0.5em 0.5em 0em; }
/* .matching-line-question .question .submit-panel.right{margin-top:1em;} */
.matching-line-question .question .submit-panel.right .btn{margin:0.5em 0em 0.5em 0.5em; }
.matching-line-question .question .bottom-btn-panel .help-cell .clickable {margin-right:0em;}
.matching-line-question .question .bottom-btn-panel .help-cell .btn{min-width: 12.7em;}

/* feedback in coverflow */
.matching-line-screen .feedback-container .coverflow-screen{
	background-color: #023761;
    position: relative;
    overflow: hidden;
	width: 100%;
    padding: 0em;
}
.matching-line-question .feedback-container .coverflow-screen{
    background-color: #023761;
    position: relative;
    overflow: hidden;
    padding: 0em;
}

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

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

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

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

/* for different size  */
.matching-line-question .drag-area-panel,
.matching-line-question .drag-area-panel .drag-area,
.matching-line-question .drag-panel .drag-item-panel,
.matching-line-question .drop-panel .drag-area-panel,
.matching-line-question .drag-item{
	width: 70px;
	height: 80px;
	padding: 0em 0.1em;
}
/* for both column same height apply height for cell */
.matching-line-question .drag-panel .drag-txt-panel,
.matching-line-question .drop-item .option-data{
	padding: 18px 22px;
	border: none;
	height: 100px;
	background-color: #fff;
	color: #000000;
}
/* draggable-area */
.matching-line-question .draggable-area{
	width: 332px;
    left: 420px;
}
.matching-line-question .question .submit-panel.bottom-align {
    position: absolute;
    bottom: 1.0em;
    width: 330px;
    text-align: end;
    right: 1.0em;
}
/* small-space */
.matching-line-question .question.small-space .drag-panel {width: 40%;}
.matching-line-question .question.small-space .drop-panel {width: 47%;}
.matching-line-question .question.small-space .draggable-area{width: 20%; left: 36.5%;}

.matching-line-question .question.space-line-2 .drag-panel .drag-txt-panel,
.matching-line-question .question.space-line-2 .drop-item .option-data{height: 50px;}
.matching-line-question .question.space-line-3 .drag-panel .drag-txt-panel,
.matching-line-question .question.space-line-3 .drop-item .option-data{height: 75px;}
/* --mediaQuery Start-- */
