.dnd-sort-question .question{
	position: relative;
}
.dnd-sort-question .que-text {

	box-sizing: border-box;
	word-break: keep-all;
}

.dnd-sort-question .ans-value-txt{
	position: absolute;
	left: 50%;
	color: #F16F2A;
	top: -2em;
}

.dnd-sort-question .que-txt-panel{position: relative; }
.dnd-sort-question .option-panel{
	position: relative;
	margin: 0.5em 0em;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-flow: row nowrap;
	/* for IE */
	max-width: 950px;
}
.dnd-sort-question .number-panel{
	position: relative; 
	margin-top: 0em; 
	text-align: center;
	display: flex;
	justify-content: space-between;
	position: relative;
	flex-flow: column nowrap;
	height: 314px;
}
.dnd-sort-question .drag-panel{
	position: relative;
	/* margin-top: 0.5em;  */
	text-align: center;
	display: flex;
	justify-content: space-between;
	position: relative;
	flex-flow: column nowrap;
	height: auto;
	width: auto;
	min-width: 100px;
	min-width: 100px;
	margin-left: 20px;
}
.dnd-sort-question .drag-item,
.dnd-sort-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;
}
.dnd-sort-question .num-item{
	width: 64px;
    height: 64px;
    margin: 0.2em 0.2em;
    background-color: #ffffff;
    color: #231F20;
    border-radius: 50%;
	font-size: 25px;
}
.dnd-sort-question .drag-item{
	transition: none;
	border: 0em solid transparent;
    /* background-color: #fff; */
	color: #231F20;
	width: 690px;
	height: 64px; 
	z-index: 1;
	position: absolute;
	display: block;
	margin: 8px 0.2em;
	cursor:grab;
	-webkit-transform: translate3d(0);
	transform: translate3d(0);
	user-select: none !important;
	font-size: 25px;
	/* border-radius: 34px; */

	background-color: #fff;
    border-radius: 34px;
    height: 64px;
}
/* .dnd-sort-question .drag-item .drag-txt-panel {
    background-color: #fff;
    border-radius: 34px;
    height: 64px;
} */
.dnd-sort-question .drag-item.disabled{cursor: default;}
.dnd-sort-question .spacer{	display:block; position: relative;height: 30px;}

.dnd-sort-question .question .clickable{
    display: inline-block;
	position: relative;
	margin:0.5em;
}
.dnd-sort-screen .feedback-container,
.dnd-sort-question .feedback-container{   
    position: absolute;
    top: 18em;    
    height: auto;
    color:#fff;
	max-height: 100%;
	width: 64.5%;
	z-index: 11;
	display: none;
}


.dnd-sort-screen .feedback-container .popup,
.dnd-sort-question .feedback-container .popup{
    background-color: transparent;   
    margin: 0em;
    width: 100%;
    padding: 0em;  
    
}

.dnd-sort-screen .feedback-container .popup .pop-col-text,
.dnd-sort-question .feedback-container .popup .pop-col-text{
    background-color: #F16F2A;
    padding: 1em 1em 1em 1em;  
}
.dnd-sort-screen .feedback-container .popup .text-box,
.dnd-sort-question .feedback-container .popup .text-box{
    padding: 1.5em 1.5em 1.5em 1.5em; 
    
}
.dnd-sort-screen .feedback-container.relative,
.dnd-sort-question .feedback-container.relative{
    position: relative; 
    width: 100%; 
    top: auto;
	bottom: auto;
}
.dnd-sort-question .option-panel .feedback-container.relative {margin: 0px 20px;}
.dnd-sort-screen .feedback-container.relative .popup,
.dnd-sort-question .feedback-container.relative .popup{ position: relative; bottom: auto; top:auto;}
.dnd-sort-screen .feedback-container.trans-bg .popup .pop-col-text,
.dnd-sort-question .feedback-container.trans-bg .popup .pop-col-text{background-color: transparent; color: #000;}
/* screen bottom feedback */
.dnd-sort-screen .feedback-container.align-bottom,
.dnd-sort-question .feedback-container.align-bottom{
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    width: 100%;
	top: auto;
	right: auto;
}
.dnd-sort-screen .feedback-container.align-bottom .popup,
.dnd-sort-question .feedback-container.align-bottom .popup {background-color: #F16F2A;}
.dnd-sort-screen .feedback-container.align-bottom .popup-content-box,
.dnd-sort-question .feedback-container.align-bottom .popup-content-box {padding: 20px 70px 70px 70px;}
.dnd-sort-screen .feedback-container.align-bottom .pop-col-text,
.dnd-sort-question .feedback-container.align-bottom .pop-col-text {
    border: 2px solid #fff;
    border-radius: 20px;
    background-color: transparent;
    padding: 20px;
}

.dnd-sort-question .drag-item .drag-txt{
	padding: 18px 48px;
}
.dnd-sort-question .drag-item .status{
	position: absolute;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	/* background-color: #fff;
	border: 0.1em solid #F16F2A; */
	padding: 0.4em;
	right: 14px;
	top: 16px;
	display: none;
	font-size: 20px;
}
.dnd-sort-question .mob-drag-option .status{
	position: absolute;
	right: 0.1em;
    padding: 0.2em;
    font-size: 1.0em;
    /* top: 0.8em; */
}
.dnd-sort-question .drag-item .status.i-tick{
	border-color: #F16F2A;
	color:#F16F2A;
	display: block;
}
.dnd-sort-question .drag-item .status.i-cross{
	border-color: #F16F2A;
	color:#F16F2A;
	display: block;
}
.dnd-sort-question .table-color1 .drop-panel .drop-item{border-color:#fff;}

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

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

/* horizontal sort */
.dnd-sort-question.sort-x .option-panel{flex-flow: row wrap; justify-content: center;}
.dnd-sort-question.sort-x .number-panel{flex-flow: row nowrap; justify-content: center;}
.dnd-sort-question.sort-x .num-item{width: 170px; height: 50px;}
.dnd-sort-question.sort-x .drag-item{width: 170px; height: 160px;}
.dnd-sort-question.sort-x .drag-item .status{right: auto;	top: -10px; left:50%; margin-left: -1em;}

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

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

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

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

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