/*========common wrapper styles============*/
.content-2 {
	float: right;
	width: calc(100% - 65px);
	width: -webkit-calc(100% - 65px);
	padding-top: 108px;
}
.container {
	padding: 0 0 0 65px;
}
.container-md {
	padding-right: 0;
}
.container-md .page-header {
	padding-right: 40px;
}
.overlay{
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: rgba(255, 255, 255, 0.9);
	z-index:10;
}
/*
Styling Aside section - This replaces Header styles.
------------------------------*/
.header {
 width: calc(100% - 65px);
 width: -webkit-calc(100% - 65px);
 position: fixed;
 right: 0;
 top: 0;
 padding: 0 0 0 40px;
 background-color: #fff;
 z-index: 4;
}
.container-md .header {
 padding-right: 0;
}
.sidebar {
 background-color: #4c3794;
 width: 65px;
 position: fixed;
 left: 0;
 top: 0;
 padding: 30px 12px;
 flex-direction: column;
 height: 100%;
 z-index: 4;
}
.dt-logo {
 width: 28px;
 height: 28px;
 display: inline-block;
}
.nav {
 padding: 26px 0 0;
}
.nav li {
 margin-bottom: 16px;
 position: relative;
}
.nav li a {
 display: flex;
 align-items: center;
 justify-content: center;
 position: relative;
 width: 40px;
 height: 40px;
 border-radius: 5px;
 line-height: 1.2;
 font-weight: 500;
}
.nav-desc{
 position: absolute;
 left: 42px;
 top: 10px;
 font-weight: 500;
 padding: 0px;
 text-transform: capitalize;
 font-size: 0px;
 color: #1f344a;
 display: inline-block;
 border: 0.5px solid #ebebeb;
 background-color: #efeffc;
 border-radius: 3px;
 opacity: 0;
 -webkit-transition: all 0.2s;
 -moz-transition: all 0.2s;
 -ms-transition: all 0.2s;
 -o-transition: all 0.2s;
 transition: all 0.2s;
 z-index: 1;
}
.nav li a:hover .nav-desc{
 opacity: 1;
 font-size: 12px;
 padding: 2px 7px;
}
.nav li a.active, .nav li a:hover{
 background-color: rgba(255,255,255,0.21);
}
.temp-icon {
 background: url(../images/icon-template.svg) center top no-repeat;
 width: 18px;
 height: 18px;
}
.nav li a.active .temp-icon, .nav li a:hover .temp-icon{
 background: url(../images/icon-template-active.svg) center top no-repeat;
}
.survey-icon{
 background: url(../images/icon-survey-deactive.svg) center top no-repeat;
 width: 14px;
 height: 20px;
}
.nav li a.active .survey-icon, .nav li a:hover .survey-icon{
 background: url(../images/icon-survey.svg) center top no-repeat;
}
.journey-icon {
 background: url(../images/icon-journey.svg) center top no-repeat;
 width: 18px;
 height: 24px;
}
.nav li a.active .journey-icon, .nav li a:hover .journey-icon{
 background: url(../images/icon-journey-active.svg) center top no-repeat;
}
.contact-icon {
 background: url(../images/icon-contact.svg) center top no-repeat;
 width: 21px;
 height: 19px;
}
.nav li a.active .contact-icon, .nav li a:hover .contact-icon{
 background: url(../images/icon-contact-active.svg) center top no-repeat;
}
.access-icon,
.trigger-icon {
 background: url(../images/icon-access.svg) center top no-repeat;
 width: 21px;
 height: 21px;
}
.integration-icon{
	opacity: .5;
}
.nav li a.active .integration-icon,
.nav li a:hover .integration-icon{
	opacity: 1;
}
.trigger-icon{
	background: url(../images/trigger-inactive.svg) center top no-repeat;
}
.nav li a.active .trigger-icon, .nav li a:hover .trigger-icon{
	background: url(../images/trigger-active.svg) center top no-repeat;
}
.nav li a.active .access-icon, .nav li a:hover .access-icon{
 background: url(../images/icon-access-active.svg) center top no-repeat;
}
.setting-icon {
 background: url(../images/icon-setting.svg) center top no-repeat;
 width: 20px;
 height: 20px;
}
.nav li a.active .setting-icon, .nav li a:hover .setting-icon{
 background: url(../images/icon-setting-active.svg) center top no-repeat;
}
.language-icon {
 background: url(../images/icon-language.svg) center top no-repeat;
 width: 19px;
 height: 21px;
}
.nav li a.active .account-icon, .nav li a:hover .language-icon{
 background: url(../images/icon-language-active.svg) center top no-repeat;
}
.account-icon {
 background: url(../images/icon-account.svg) center top no-repeat;
 width: 19px;
 height: 21px;
}
.nav li a.active .account-icon, .nav li a:hover .account-icon{
 background: url(../images/icon-account-active.svg) center top no-repeat;
}
.help-icon {
 background: url(../images/icon-help.svg) center top no-repeat;
 width: 21px;
 height: 21px;
}
.nav li a.active .help-icon, .nav li a:hover .help-icon{
 background: url(../images/icon-help-active.svg) center top no-repeat;
}
.account-nav {
 margin-bottom: 0;
 padding-bottom: 0;
 padding-top: 0;
}
.toggle-menu {
 position: fixed;
 left: 15px;
 top: 0;
 border: none;
 border-radius: 2px;
 background-color: #4c3794;
 padding: 2px;
 width: 40px;
 cursor: pointer;
 -webkit-transition: all 0.5s;
 -moz-transition: all 0.5s;
 -ms-transition: all 0.5s;
 -o-transition: all 0.5s;
 transition: all 0.5s;
 z-index: 4;
}
.toggle-menu span {
 display: block;
 height: 2px;
 background-color: #fff;
 margin: 5px 0;
}
/*====Account and Language Dropdown=====*/
  .profile-dropdown {
	position: absolute;
	left: 100%;
	width: 8rem;
	top: -100%;
	background: #fff;
	/* border: 1px solid #c1c1c1; */
	border-radius: 3px;
	-webkit-box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.31) 0px 0px 1px;
	-moz-box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.31) 0px 0px 1px;
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.31) 0px 0px 1px;
	opacity: 0;
	visibility: hidden;
 }
 .profile-dropdown  li{
	 line-height: 1.5em;
	 margin-bottom:0;
 }
 .profile-dropdown li a{
	 text-align: left;
	 padding:10px 10px 10px 20px;
	 display:block;
	 width:auto;
	 height:auto;
	 font-size: 16px;
  	color: #535252;
 }
 .profile-dropdown li a:hover {
 	background-color: #F5F5F9;
 }
 .profile-dropdown li.logout{
	 border-top:1px solid #e6e6f3;
 }
 .profile-dropdown.languageDropdown{
	 width:12rem;
	 opacity: 1;
	visibility: visible;
	top: -100%;
 }
 .profile-dropdown li a.disabled{
   color: #A4A4A4;
   cursor: not-allowed;
   pointer-events: none;
 }
 .profile-dropdown.accountDropdown{
	width:12rem;
	opacity: 1;
 visibility: visible;
 top: -400%;
 }
 .profile-dropdown.listDropdown {
    width: 12rem;
    opacity: 1;
    visibility: visible;
    top: -80%;
}
 .profile-dropdown.triggerDropdown{
	width:12rem;
	opacity: 1;
   visibility: visible;
   top: -100%;
}
.profile-dropdown.templatesDropdown {
    width: 12rem;
    opacity: 1;
    visibility: visible;
    top: -80%;
}


/*====Other Dropdowns=====*/
.page-dropdown {
	position: absolute;
	top: 70%;
	left: auto;
	right: 0;
	z-index: 10;
	opacity: 1;
	visibility: visible;
	background: #fff;
	border-radius: 3px;
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.31) 0px 0px 1px;
 }

 .page-dropdown li {
	line-height: 1.5em;
	margin-bottom: 0;
	width: auto
 }

 .page-dropdown li a{
	line-height: 1.5em;
	margin-bottom: 0;
	text-align: left;
	padding: 10px 0;
	display: block;
	width: 9em;
	height: auto;
	font-size: 16px;
	color: #535252;
	text-align: center;
 }
 .page-dropdown li a:hover {
	background-color: #F5F5F9;
 }

/*========common header styles============*/
.page-header {
	padding: 22px 0 5px;
	overflow: hidden;
}
.page-header h1 {
	margin-top: 14px;
}
.btn-header {
	padding: 33px 0 7px;
}
.breadcrumb{
	width:50%;
}
.breadcrumb li {
	position: relative;
	font-size: 18px;
	color: #060105;
	padding: 0 18px 0 10px;
	font-weight: 500;
	/* min-width: 100px; */
}
.breadcrumb li:not(:first-child){
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.breadcrumb li:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #060105;
	border-right: 2px solid #060105;
	top: 50%;
	right: 3px;
	transform:translateY(-50%) rotate(-45deg);
	-webkit-transform:translateY(-50%) rotate(-45deg);
	-moz-transform:translateY(-50%) rotate(-45deg);
	-ms-transform:translateY(-50%) rotate(-45deg);
	-o-transform:translateY(-50%) rotate(-45deg);
}
.breadcrumb li:first-child {
	padding-left: 0;
}
.breadcrumb li:last-child:after {
	display: none;
}
.breadcrumb li a {
	color: #4C3794;
	font-size: 18px;
}
/*========common tab styles============*/
.tab-link {
	font-weight: 500;
	font-size: 16px;
	color: #BDC4C9;
	margin-top: 15px;
}
.tab-link li {
	position: relative;
	cursor: pointer;
	padding: 0px 0px 3px 0px !important;
	/* padding-bottom: 3px; */
	margin-right: 20px;
}
.colorpalette .tab-link li {
	margin-right: 96px;
}
.tab-link li.active  {
	color: #4C3794 !important;
}
.tab-link li:hover {
	color: #4B3693;
}
.tab-link li.active a{
	color: #4C3794 !important;
}
.tab-link li:hover a{
	color: #4B3693;
}
.tab-link li:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background-color: #4C3794;
	opacity: 0;
}
.tab-link li.active:after {
	opacity: 1;
}

/*========button styles============*/
.btn-wrap li {
	margin-left: 5px;
}
.btn-wrap .btn {
	font-weight: 500;
	font-size: 14px;
	min-width: 63px;
	padding: 7px 11px 5px;
}

.btn-gry{
	background-color: #ccc;
}

.btn-gry:hover{
	background-color:#ccc;
}
/*========create new button============*/
.create-survey {
	position: relative;
	border-radius: 50%;
	float: right;
}
.create-survey span {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50px;
	font-weight: 500;
	font-size: 14px;
	color: #1F344A;
	padding: 5px 13px;
	white-space: nowrap;
	background-color: #efeffb;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.create-survey:hover span {
	opacity: 1;
	right: 35px;
}
.add-icon {
	width: 36px;
	height: 36px;
	color: #fff;
	font-size: 34px;
	background-color: #4c3794;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	box-shadow: 0 3px 6px rgba(0,0,0,0.3);
	margin: 0;
	top: 41px;
	right: 6px;
}

/*========search styles============*/
.search-bar,
.account-tab-wrap > ul {
	border-bottom: 1px solid #ececec;
	align-items: flex-start;
	margin: 0;
}
.search-pannel .select {
	margin-left: 5px;
	top: -4px;
}
.search-icon {
	width: 14px;
	height: 14px;
	color:#7b797a;
	background: url(../images/icon-search.svg) center top no-repeat;
}
.search-btn {
	border: none;
	border-radius: 2px;
	background-color: #4c3794;
	padding: 0;
}
.search-btn span {
	width: 28px;
	height: 28px;
}
.search-box {
	position: relative;
	width: 28px;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	height: 28px;
	margin-left: 6px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.search-box .search-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	cursor: pointer;
	width: 28px;
}
.search-box input {
	border: none;
	border-radius: 3px;
	height: 28px;
	padding: 0 45px 0 15px;
	border: 1px solid #d3d3d3;
	font-size: 12px;
	top: 0;
	position: absolute;
	width: 100%;
}
.search-box input:focus {
	border: 1px solid #d3d3d3;
	outline: none;
}
.search-box {
	width: 220px;
}

/*========pagination styles============*/
.programs-pagination,
.show-hide{
		color: #060105;
    font-size: 14px;
    padding: 0px 5px;
		margin-left: 4px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    height: 28px;
}
.programs-pagination span{
		padding:0px 2px;
}
.left-arrow-icon,
.right-arrow-icon  {
	width: 15px;
	height: 15px;
	color:#7b797a;
	background: url(../images/icon-left-arrow.svg) center top no-repeat;
	margin-top:3px;
	cursor: pointer;
}
.right-arrow-icon {
	background: url(../images/icon-right-arrow.svg) center top no-repeat;
}

/*========options bullets styles============*/
.bullet {
	width: 4px;
	height: 4px;
	background-color: #000000;
	border-radius: 50%;
	display: block;
	margin: 2px 0;
	cursor: pointer;
}
/*========popup styles============*/
.popup-head {
	padding: 24px 36px 16px;
	padding-bottom:0px;
}
.popup-head .close-icon {
	position: absolute;
	right: 22px;
	top: 26px;
}
.close-icon {
	width: 14px;
	height: 14px;
	background: url(../images/close.svg) center top no-repeat;
	display: inline-block;
	min-width: 14px;
}
.popup-body {
	padding: 16px 36px 15px;
	background-color: #fafafa;
}
.line-form-group {
	border-bottom: 1px solid #c7c7c7;
	margin-bottom: 28px;
	padding-bottom: 28px;
}
.popup-footer {
	padding: 11px 36px;
}
.close-modal {
	font-size: 16px;
	color: #4C3794;
}
/*========Radio button styling============*/
.survey-radio {
	padding-top: 7px;
}
.survey-radio label {
	color: #1F1F1F;
	font-size: 16px;
	margin-bottom: 0;
}
.survey-radio .radio-btn span {
	padding-left: 20px;
}
.survey-radio .radio-btn span:before {
	width: 13px;
	height: 13px;
	border: 1px solid #1F1F1F;
	left: 1px;
	top: 1px;
}
.survey-radio .radio-btn span:after {
	left: 4px;
}
.survey-radio li {
	margin-right: 40px;
}

/*========theme colors============*/
.theme-color {
	width: 41%;
}

/*========Questions tab styling============*/

.questions-wrap {
	width: calc(100% - 230px);
	width: -webkit-calc(100% - 230px);
	padding: 20px 105px 25px 0;
}
.add-page-wrap {
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	margin-bottom: 18px;
}
.add-page-head {
	padding: 23px 35px 12px 35px;
}
.add-page-head input[type="text"] {
	border: none;
	background: none;
	max-width: 87.5%;
	font-size: 18px;
	color: #060105;
	padding: 0;
	-webkit-appearance: none;
}
.add-page-head ::-webkit-input-placeholder {/* Chrome/Opera/Safari */
	color: #8D8D8D;
	font-size: 17px;
}
.add-page-head ::-moz-placeholder {/* Firefox 19+ */
	color: #8D8D8D;
	font-size: 17px;
}
.add-page-head :-ms-input-placeholder {/* IE 10+ */
	color: #8D8D8D;
	font-size: 17px;
}
.add-page-head :-moz-placeholder {/* Firefox 18- */
	color: #8D8D8D;
	font-size: 17px;
}
.add-page-head .bullet {
	width: 6px;
	height: 6px;
}
.rating-button{
	position:relative;
}
.questions-graph {
	position: relative;
	padding: 30px 35px 30px 35px;
	border-top: 1px solid #D6D6D6;
}
.hide-border {
	border-bottom: none;
}
.questions-graph.active {
	width: calc(100% + 42px);
	width: -webkit-calc(100% + 42px);
	background-color: #F7F7FA;
	border-bottom:1px solid #d6d6d6;
	padding-right:72px !important;
}
.questions-graph.active + .questions-graph{
	border-top:0;
}
.questions-title .check-btn {
	margin: 0;
}
.questions-title .check-btn span {
	color: #060105;
	font-size: 15px;
	margin-right: 17px;
}
.questions-title .check-btn span:after {
	top: 1px;
}
.questions-title input[type="text"] {
	border: none;
	background: none;
	max-width: 87.5%;
	font-size: 16px;
	color: #060105;
	padding: 0;
	-webkit-appearance: none;
}
.questions-graph.active .questions-title input[type="text"] {
	max-width: 84%;
}
.questions-title ::-webkit-input-placeholder {
	color: #989898;
}
.questions-title ::-moz-placeholder {/* Firefox 19+ */
	color: #989898;
}
.questions-title :-ms-input-placeholder {/* IE 10+ */
	color: #989898;
}
.questions-title :-moz-placeholder {/* Firefox 18- */
	color: #989898;
}
.scale-chart {
	position: relative;
	padding: 29px 0px 10px 0px;
}
.questions-graph.active .scale-chart {
	padding: 29px 0 10px 0px;
}
.questions-graph.active .scale-option-chart, .scale-option-chart, .questions-graph.active .scale-textarea, .scale-textarea {
	padding-top: 18px;
}
.scale-chart ul {
	font-size: 16px;
	padding: 0 0 23px 15px;
	position: relative;
	width: 100%;
	display: table;
}
.scale-chart ul:after, .scale-chart ul:before {
	content: '';
	position: absolute;
	left: 15px;
	bottom: 0;
	height: 10px;
	border-radius: 10px/5px;
	z-index: 1;
}
.scale-chart ul:before {
	background-color: #EFEFEF;
	width: 95%;
}
.scale-chart ul:after {
	background-color: #344985;
	width: 54%;
}
.scale-chart li {
	position: relative;
	display: table-cell;
	width: 11%;
	z-index: 2;
}
.scale-chart li.active {
	color: #fff;
}
.scale-chart li.active:after {
	content: '';
	position: absolute;
	left: -15px;
	bottom: -25px;
	width: 38px;
	height: 56px;
	background: url(../images/icon-location.svg) center top no-repeat;
	z-index: -1;
}
.scale-chart li:last-child {
	width: auto;
}
.compass-icon {
	width: 15px;
	height: 15px;
	background: url(../images/icon-compass.svg) center top no-repeat;
	display: inline-block;
	cursor: pointer;
}
.scale-chart .compass-icon {
	position: absolute;
	left: 0;
	top: 17px;
}
.scale-chart textarea.form-field,
.language-text textarea  {
	color: #1F1F1F;
	font-size: 14px;
	height: 64px;
	padding: 14px 20px;
	border: 1px solid #BCBDC3;
}
.scale-chart ::-webkit-input-placeholder {/* Chrome/Opera/Safari */
	color: #8D8D8D;
}
.scale-chart ::-moz-placeholder {/* Firefox 19+ */
	color: #8D8D8D;
}
.scale-chart :-ms-input-placeholder {/* IE 10+ */
	color: #8D8D8D;
}
.scale-chart :-moz-placeholder {/* Firefox 18- */
	color: #8D8D8D;
}
.add-btn-wrap {
	padding: 13px;
	border-top: 1px solid #D6D6D6;
}
.btn-arrow {
	text-transform: none;
	font-size: 14px;
	padding: 0 0 0 20px;
}
.btn-arrow span {
	padding: 9px 17px;
	border-left: 1px solid #fff;
	position: relative;
	margin-left: 18px;
	border-radius: 0 4px 4px 0;
}
/* .btn-arrow span:after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	right: 17px;
	top: 13px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
} */
.btn-add-page {
	border: 1px dashed #4B3693;
	display: block;
	color: #4B3693;
	font-weight: 400;
	text-align: center;
	font-size: 16px;
	border-radius: 3px 0 3px 0;
	padding: 22px 10px;
}

/*---configurations panel styles---*/
.side-column {
	width: 300px;
	/* border-left: 1px solid #D6D6D6; */
	background-color: #f7f7f9;
	padding: 32px 40px;
	/* min-height: 690px; */
}
.side-column label {
	font-size: 13px;
	color: #060105;
	margin-bottom: 7px;
	float: none;
}
.side-column label i {
	margin-right: 7px;
}
.side-column .select {
	width: 100%;
}
.side-column .select:after,
.new-publishpage .select::after{
	border: none;
	width: 7px;
	height: 7px;
	right: 14px;
	top:50%;
}
.new-publishpage .distrubitiondetails .select::after,
.side-column .select:after,
.new-publishpage .select::after{
	top:50%;
	border-bottom: 1px solid #1F1F1F;
	border-right: 1px solid #1F1F1F;
	transform:translateY(-50%) rotate(45deg);
	-webkit-transform:translateY(-50%) rotate(45deg);
	-moz-transform:translateY(-50%) rotate(45deg);
	-ms-transform:translateY(-50%) rotate(45deg);
	-o-transform:translateY(-50%) rotate(45deg);
}
.side-column .form-field {
	color: #1F1F1F;
	font-size: 13px;
	border: 1px solid #D0D1D5;
	margin-top: 7px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.side-column .select .form-field {
	height: 30px;
	color: #1F1F1F;
	font-size: 13px;
	background: none;
	padding: 0 34px;
	background-color: #fff;
}
.side-column .select i {
	position: absolute;
	left: 11px;
	top: 5px;
}
.nps-icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/nps-icon.svg) center top no-repeat;
}
.icon-chk {
	width: 15px;
	height: 15px;
	background: url(../images/icon-chk.svg) center top no-repeat;
}
.side-column .form-group {
	margin-bottom: 26px;
}
.side-column textarea.form-field {
	height: 64px;
	padding: 7px 10px;
}
.side-column .survey-radio {
	padding-top: 0;
}
.side-column .survey-radio label {
	margin: 0;
}
.side-column .survey-radio label, .side-column label.area-label {
	color: #1F1F1F;
}
.action-btn a {
	color: #4C3794;
	font-size: 14px;
}
.action-btn a i {
	margin-right: 5px;
}
.icon-delete {
	width: 18px;
	height: 18px;
	background: url(../images/icon-delete.svg) center top no-repeat;
}
.delete-question-icon {
	width: 18px;
	height: 18px;
	background: url(../images/icon-delete.svg) center top no-repeat;
}
.icon-display {
	width: 18px;
	height: 13px;
	background: url(../images/icon-display.svg) center top no-repeat;
}
.action-btn li {
	margin-bottom: 10px;
}

.drop-list {
	position: absolute;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	border: 1px solid #DEDEDE;
	border-radius: 3px;
	width: 108px;
	text-align: left;
	font-weight: 400;
	right: -37px;
	top: 12px;
	padding: 12px 0;
	background-color: #fff;
	z-index: 3;
}
.drop-list a {
	font-size: 15px;
	color: #060105;
	display: block;
	padding: 8px 12px;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
.drop-list a:hover {
	background-color: #F5F5F9;
}

.rating-btn,
select option {
	position: relative;
}
.rating-btn .btn-arrow span {
	background-color: #a590d5;
}
.rating-dropdown {
	min-width: 180px;
	width: auto;
	right: -180px;
	top: 0;
}
.rating-dropdown a {
	font-size: 14px;
	color: #1f1f1f;
}
.rating-dropdown a i {
	margin-right: 10px;
	position: relative;
	top: 1px;
}

.number-list-icon {
	display: inline-block;
	width: 13px;
	height: 11px;
	background: url(../images/icon-number-list.svg) center top no-repeat;
}
.bullet-list-icon {
	display: inline-block;
	width: 13px;
	height: 11px;
	background: url(../images/icon-bullet-list.svg) center top no-repeat;
}
.text-icon {
	display: inline-block;
	width: 18px;
	height: 15px;
	background: url(../images/icon-text.svg) center top no-repeat;
}
.questions-title input[type="text"].active {
	border-bottom: 1px solid transparent;
}
.questions-title input[type="text"].active:focus {
	border-bottom: 1px solid #4c3794;
}
.options-title input[type="text"].active {
	border-bottom: 1px solid transparent;
}
.options-title input[type="text"].active:focus {
	border-bottom: 1px solid #4c3794;
}

.questions-graph.active .status-scale {
	padding-top: 16px;
	padding-bottom: 5px;
	/* padding-left: 52px; */
}
.questions-graph .status-scale {
	padding-top: 16px;
	padding-bottom: 5px;
	/* padding-left: 52px; */
		padding-left: 0px;
}
.status-scale ul:after, .status-scale ul:before {
	display: none;
}
.status-scale ul {
	display: flex;
	padding: 0;
}
.status-scale li {
	display: block;
	width: auto;
	margin-right: 55px;
	padding: 0 5px 5px;
}
.status-scale li:last-child {
	margin-right: 0;
}
.status-symbols input[type="text"],
.status-symbols textarea {
	font-size: 15px;
	color: #060105;
	display: block;
	/* text-transform: capitalize; */
	margin-top: 5px;
	border: none;
	background: none;
	text-align: center;
	max-width: 80px;
	height: 20px;
	padding-bottom: 2px;
	-webkit-appearance: none;
}
.status-symbols ::-webkit-input-placeholder {/* Chrome/Opera/Safari */
	color: #8d8d8d;
}
.status-symbols ::-moz-placeholder {/* Firefox 19+ */
	color: #8d8d8d;
}
.status-symbols :-ms-input-placeholder {/* IE 10+ */
	color: #8d8d8d;
}
.status-symbols :-moz-placeholder {/* Firefox 18- */
	color: #8d8d8d;
}
.poor-icon {
	display: inline-block;
	width: 58px;
	height: 58px;
	background: url(../images/poor-unselected.svg) center top no-repeat;
}
.fair-icon {
	display: inline-block;
	width: 58px;
	height: 58px;
	background: url(../images/fair-unselected.svg) center top no-repeat;
}
.okay-icon {
	display: inline-block;
	width: 58px;
	height: 58px;
	background: url(../images/neutral-unselected.svg) center top no-repeat;
}

.neutral-icon {
	display: inline-block;
	width: 58px;
	height: 58px;
	background: url(../images/neutral-unselected.svg) center top no-repeat;
}
.good-icon {
	display: inline-block;
	width: 58px;
	height: 58px;
	background: url(../images/good-unselected.svg) center top no-repeat;
}
.excellent-icon{
	display: inline-block;
	width: 58px;
	height: 58px;
	background: url(../images/excellent-unselected.svg) center top no-repeat;
}
.side-column .select i {
	top: 50% !important;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.decrease-icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/icon-minimize2.svg) center top no-repeat;
}
.increase-icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/icon-plus.svg) center top no-repeat;
}
.smily-icon {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(../images/icon-smily.svg) center top no-repeat;
}
.counter-wrap {
	width: 80px;
}
.counter-wrap .form-field {
	width: 30px;
	height: 30px;
	padding: 0;
	color: #1F1F1F;
	border-color: #D0D1D5;
  border-radius: 3px;
}
.scale-counter .select {
	width: 106px;
}
.scale-counter .select .form-field {
	padding: 0 25px;
}
.scale-counter .select i {
	top: 15px;
}
.scale-counter {
	margin-bottom: 8px;
}
.answer-note {
	margin-top: 5px;
	font-size: 11px;
	color: #8d8d8d;
	padding-left: 22px;
	padding-bottom: 7px;
}

.status-symbols input[type="text"]:focus,
.status-symbols > li > textarea:focus {
	border: 0;
	border-bottom: 2px solid #4c3794;
}
.status-scale li.active:after {
	display: none;
}

.choose-metric {
	padding: 3px 0px 0px 22px;
}
.choose-metric .select .form-field {
	padding: 0 10px;
}


.flip-icon {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(../images/icon-flip.svg) center top no-repeat;
}

.question-choice {
	margin-bottom: 15px;
}
.question-choice:last-child {
	margin-bottom: 0;
}
.question-choice .radio-btn {
	margin: 0;
}
.question-choice .radio-btn span:before {
	border-width: 1px;
	background-color: #fff;
}
input[type="text"].label-input,
textarea.label-input {
	width: 220px;
	background: none;
	font-size: 15px;
	border-bottom: none;
	height: auto;
	padding: 0;
}

.margin-neg{
	margin-top: -10px;
}
textarea.label-input {
	height:18px;
}
.other-textarea{
	height:40px !important;
	margin-left:8px;
	padding:5px !important;
	width:200px;
}
.other-span{
	margin-right:10px;
}
.label-input {
	border: none;
	background: none;
	font-size: 15px;
	color: #060105;
	padding: 0;
	-webkit-appearance: none;
}
textarea.label-input:focus {
	box-shadow: none !important;
	border: 0;
}
.side-column .select-response:after {
	top: 17px;
}
.side-column .select-response .form-field {
	padding: 0 30px;
	height: 42px;
	margin-bottom: 4px;
}
.checked-radio-icon {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(../images/icon-checked-radio.svg) center top no-repeat;
}
.checked-icon {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(../images/icon-checked.svg) center top no-repeat;
}
.side-column .select .checked-radio-icon, .side-column .select .checked-icon {
	top: 14px;
	left: 14px;
}
.choice-counter {
	width: 87px;
	margin-bottom: 9px;
}

.question-choice .check-btn {
	margin: 0;
}
.question-choice .check-btn span:after {
	top: 1px;
}

.question-choice .form-group {
	margin: -6px 0 0 0;
}
.question-choice .form-group label {
	margin: 0 12px 0 0;
	font-size: 16px;
}
.question-choice .form-group .form-field {
	height: 30px;
	width: 212px;
}

.label-input {
	border-bottom: 1px solid transparent;
}
.label-input:focus,
textarea.label-input:focus {
	border-bottom: 1px solid #4c3794;
}

.add-page-head.active {
	border-bottom: 1px solid #D6D6D6;
}

.done-popup .popup-body {
	padding: 0 43px 25px 37px;
	text-align:center;
	background-color: white;
	border-radius: 5px	;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.done-popup p {
	font-size: 16px;
	font-weight: 500;
	color: #2d2d2d;
	margin-bottom: 15px;
	line-height: 1.3;
}
.done-popup .popup-footer {
	padding: 14px 36px;
}
.done-popup .close-modal {
	font-size: 16px;
}
.done-popup .btn {
	font-size: 16px;
	padding: 6px 14px;
	text-transform: none;
}
/*question type select dropdown*/
.questiontype{
 color: #1F1F1F;
 font-size: 13px;
 background: none;
 padding: 9px 34px;
 background-color: #fff;
 border: 1px solid #D0D1D5;
 border-radius: 4px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 -ms-border-radius: 4px;
 -o-border-radius: 4px;
 position: relative;
 margin-top:7px;
}
.questiontype .rating-dropdown{
 right:auto;
 left:0;
 top:100%;
 width:100%;
}
.questiontype .select i,
.questiontype  .drop-list i{
 position: relative !important;
}
.questiontype .drop-list i{
 top:9px !important;
 left:0 !important;
}

.side-column .scale-counter .smily-icon,
.side-column .scale-counter .flip-icon{
	top: 21px !important;
    left: 8px;
}

/*Side panel fixed style's*/
.side-column{
 position: fixed;
 z-index:2;
 right:0;
 left:auto;
 top:122px;
 bottom:0;
 overflow: auto;
}

.tab-content{
	margin-top: 110px;
}

/*----rating question style---*/
.rating{
	position: relative;
	margin-bottom: 15px;
}

.rating li{
	/* float: left;
	margin-right: 53px; */
	position: relative;
	margin: 0 10px 0 0;
}
.rating li:last-child{
	margin-right: 0 !important;
}
.rating li a{
	width: 53px;
	height: 53px;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	font-size: 17px;
	color: #707070;
	z-index:1;
}
.rating li a:hover{
	color: #fff;
}
.rating li:after{
	position: absolute;
	content: '';
	top: 48%;
	/* left: 100%; */
	width: 60px;
	height: 3px;
	background-color: #e6e6e6;
}
.rating li:last-child:after{
	display: none;
}

.default-circle{
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
}
.default-circle:hover{
	background-color: #4c3794;
	color: #fff;
}
.rating li .default-circle-active{
	background-color: #4c3794;
	color: #fff;
}
.info-rating-mobile{
	display: none;
   }


.templates-cards-sec{
	margin:25px auto !important;
}
 	.template-card{
 		height:180px;
 		width:300px;
 		float:left;
 		margin:0 20px 20px 0;
 		border: 1px solid #EBEBEB;
 		border-radius:3px;
 		box-shadow: 0px 0px 10px #EBEBEB;
 		padding:18px 20px 20px 20px;
 	}
 	.template-name-row{
 		height:25px;
 		margin-bottom:18px;
 	}
 	.template-name{
 		float: left;
 		margin-right:10px;
 		height:25px;
 		width: calc(100% - 61px);
 		width:-webkit-calc(100% - 61px);
 		width:-moz-calc(100% - 61px);
 		margin-top:4px;
 		white-space: nowrap;
 	  overflow: hidden;
 	  text-overflow: ellipsis;
 		font-size: 16px;
 	  color: #535252;
 	}
 	.template-options{
 		float:right;
 	}
 	.template-bullet{
 		width: 6px;
 		height: 6px;
 		background-color: #000000;
 		border-radius: 50%;
 		display: block;
 		margin: 2px 0;
 		cursor: pointer;
 	}
 	.template-desc{
 		background-color:#FAFBFE;
 		height:60px;
 		position:relative;
 		font-size: 14px;
 	}
/*---below is to be used for customization, preview and logic---*/
.options-screen{
	position:relative;
}
.options-content{
	padding-top:0px;
	width:100%;
}
.options-container{
	padding:0px;
}
.options-header{
	width:100%;
	padding-left:0px;
}
.options-header-div{
	display:flex;
	align-items: center;
	justify-content:space-between;
	padding-bottom:25px;
	box-shadow:0 2px 10px rgba(0,0,0,0.1);
	padding:20px 40px;
}
.back-link{
	font-size:16px;
	color:#4C3794;
}
.options-title{
	font-size:18px;
	color:#434A52;
}
.options-side-column{
	width: 420px;
	border-right: 1px solid #D6D6D6;
	background-color: #f7f7f9;
	padding: 32px 16px;
	height:calc(100vh - 66px);
	overflow: auto;
}
.options-side-column label {
	font-size: 16px;
	color: #060105;
	margin-bottom: 7px;
}
.options-side-column input {
	font-size: 16px;
	color: #060105;
}
.preview-area{
	width: calc(100% - 300px);
	width: -webkit-calc(100% - 300px);
	padding: 0px;
}
.phone-icon{
	background: url(../images/phone.svg) center top no-repeat;
	width: 25px;
  height: 30px;
  margin-top: 19px;
}
.previewing-devices li.active .phone-icon, .previewing-devices li.active:hover .phone-icon{
	background: url(../images/phone-active.svg) center top no-repeat;
}

.pad-icon{
	background: url(../images/pad.svg) center top no-repeat;
	width: 40px;
  height: 30px;
  margin-top: 20px;
}
.previewing-devices li a.active .pad-icon, .previewing-devices li a:hover .pad-icon{
	background: url(../images/pad-active.svg) center top no-repeat;
}

.laptop-icon{
	background: url(../images/laptop.svg) center top no-repeat;
	width: 30px;
  height: 30px;
  margin-top: 20px;
}
.previewing-devices li a.active .laptop-icon, .previewing-devices li a:hover .laptop-icon{
	background: url(../images/laptop-active.svg) center top no-repeat;
}
.preview-landing .preview-header ul li a.test-email{
	padding: 8px 10px !important;
	background-color: transparent;
	border-radius: 5px;
	width:auto;
	transition:.3s ease-in all;
	-webkit-transition:.3s ease-in all;
	-moz-transition:.3s ease-in all;
	-ms-transition:.3s ease-in all;
	-o-transition:.3s ease-in all;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.preview-landing .preview-header ul li:hover a.test-email{
	background-color: #EBEBF5;
}
.preview-landing .preview-header ul li a.test-email img{
	width:24px;
	height:24px;
	overflow: hidden;
}

/*  ///////////////  customization-new Overwrite Style's dated on 11-12-2019 Starts Here //////////////////////////////////   */
.side-section-title{
	font-size:14px;
	color:#1F1F1F;
	font-family: 'Proxima Nova', Avenir, Helvetica, sans-serif;;
}
.theme-colorul{
	margin:12px 0 15px 0;
}
.theme-color-item a{
	display:block;
	width:16px;
	height:16px;
	border-radius:100%;
	background-color:#000;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-ms-border-radius:100%;
	-o-border-radius:100%;
}
.theme-color-item a.white{
	background-color: #5DA9DD;
}
.theme-color-item a.brown{
	background-color:#B83428
}
.theme-color-item a.orange{
	background-color:#EF6232;
}
.theme-color-item a.yellow{
	background-color:#FED874;
}
.theme-color-item a.green{
	background-color:#6ABDAE;
}
.theme-color-item a.darkblue{
	background-color:#344985;
}
.theme-color-item a.lightblue{
	background-color:#4A3694
}
.color-wheel-wrap{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.color-wheel-wrap > label{
	font-size:12px;
	color:#000;
	margin:0 5px 0 0;
}
.color-wheel{
	width:100%;
	height:20px;
	background-color:#fff;
	border: 1px solid #C9CACB;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
}
.color-wheel-icon{
	background-color:#fff;
	border-radius:4px 0 0 4px;
	-webkit-border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	-ms-border-radius:4px 0 0 4px;
	-o-border-radius:4px 0 0 4px;
}
.color-wheel-icon > a{
	padding:2px 6px;
}
.color-wheel-icon a > img{
	width:14px;
}
.wheelcolor-display{
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
	background-color:darkblue
}
.sectionpage{
	padding:25px 0 0 0;
}
.optional-message,
.sectionpage .check-btn {
	font-size:14px;
	color:#1f1f1f;
}
.sectionpage .check-btn span{
	padding-left:23px;
}
.browse-file{
	display:block;
	border: 1px solid #D0D1D5;
	color: #34495e;
	cursor:pointer;
	width:100%;
	height:32px;
	line-height:32px;
	text-align:left;
	background:#fff;
	overflow:hidden;
	position:relative;
	margin-top:10px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	padding:0 0 0 10px
}
.browse-file button{
	background:#dce4ec;
	padding:0 10px;
	display:inline-block;
	height:30px;
	line-height:30px;
}
.file-select-button{
	font-size: 12px;
	line-height:30px;
	display:inline-block;
	padding:0 10px;
	/* float:right; */
	background-color:#7B6CA3;
	color:#fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	right: 0px;
	top:0;
	position: absolute;

}
.browse-file input{
	top:0;
	left:0;
	z-index:1;
	cursor:pointer;
	position:absolute;
	height:100%;
	width:100%;
	opacity:0;
	filter:alpha(opacity=0);
}
.optional-message{
	font-size:13px;
}
.sectionpage textarea{
	height:82px;
	padding:0 10px;
	resize: vertical;
	transition: box-shadow .3s ease;
	-webkit-transition: box-shadow .3s ease;
	-moz-transition: box-shadow .3s ease;
	-ms-transition: box-shadow .3s ease;
	-o-transition: box-shadow .3s ease;
	line-height: normal;
	margin:5px 0 0 0;
}
.sectionpage textarea,
.welcome-input{
	border: 1px solid #D0D1D5 !important;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-ms-border-radius: 3px !important;
	-o-border-radius: 3px !important;
	color:#1F1F1F !important;
	font-size: 12px;
}
.survey-hintswrap li > div{
	margin:10px 0;
}
.survey-hintswrap li > div > label{
	-webkit-box-flex:0;
	-ms-flex:0 0 60%;
	flex:0 0 60%;
	font-size:12px;
	line-height: 15px;
	margin:0;
	align-items: center;
}
.survey-hintswrap textarea{
	height:27px;
	resize: none;
	padding:0;
	margin:0;
	overflow: hidden;
}
/*////////////// New Slider Implemented - style's*/
.comment .words-left{
	position: absolute;
	right: 0;
	top:100%;
	margin-top: 5px;
}
.rating{
	position: relative;
	margin-bottom: 15px;
}

.rating li{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 140px;
}
.container.mobile .rating li,
.container.mobile .rating-expresions li,
.container.mobile .rating,
.template-mobile .rating,
.template-mobile .rating-expresions li a,
.template-mobile .rating-expresions li,
.template-mobile .rating li,
.template-mobile .rating-expresions li,
.template-mobile .rating li {
	display: block;
	width:100% !important;
	margin-bottom: 20px;
}
.rating li:last-child{
	margin-right: 0;
}
.rating li a:hover{
	color: #fff;
}
.not-likeable{
	-webkit-box-shadow: 0 5px 7px rgba(210,49,60,0.5);
	-moz-box-shadow: 0 3px 7px rgba(210,49,60,0.5);
	box-shadow: 0 3px 7px rgba(210,49,60,0.5);
}
.medium-rate{
	-webkit-box-shadow: 0 3px 7px rgba(255,179,5,0.5);
	-moz-box-shadow: 0 3px 7px rgba(255,179,5,0.5);
	box-shadow: 0 3px 7px rgba(255,179,5,0.5);
}
.excellent-rate{
	-webkit-box-shadow: 0 3px 7px rgba(28,188,98,0.5);
	-moz-box-shadow: 0 3px 7px rgba(28,188,98,0.5);
	box-shadow: 0 3px 7px rgba(28,188,98,0.5);
}
.not-likeable:hover{
	background-color: rgba(210,49,60,1);
}
.rating li .not-likeable-active{
	background-color: rgba(210,49,60,1);
	color: #fff;
}
.medium-rate:hover{
	background-color: rgba(255,179,5,1);
}
.rating li .medium-rate-active{
	background-color: rgba(255,179,5,1);
	color: #fff;
}
.excellent-rate:hover{
	background-color: rgba(28,188,98,1);
}
.rating li .excellent-rate-active{
	background-color: rgba(28,188,98,1);
	color: #fff;
}
.info-rating{
	display: block;
	position: absolute;
	top: 100%;
	margin-top: 15px;
	left: 0;
	/* width: 120px; */
	width: 60px;
	font-size:14px;
}
.nps-label{
	width: 90px;
	line-height: 1.4;
}
.excellent-rate + .info-rating{
	right: 0;
	left: auto;
	width: 95px;
}
.info-rating-mobile{
	display: none;
   }

/*Textarea Styling*/
.comment{
	position: relative;
}
.comment textarea{
	width: 100%;
	height: 100px;
	resize: none;
	border: 2px solid #dfdfdf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Proxima Nova', Avenir, Helvetica Neue, arial, sans-serif;
	padding: 10px 20px;
	color: #43425D;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	-webkit-appearance: none;
}
 textarea:focus {
	 outline: none !important;
  box-shadow: 0 0 3px #4c3794;
  border: 1px solid #4c3794;
}
.rating-question .rating{
	margin:30px 0px;
}
/*Page Navigator Styling*/
.page-navigator{
	margin-top: 70px;
}
.page-navigator a{
	color: #000;
	background-color: #eeeeee;
	padding: 10px 35px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: capitalize;
	font-size: 16px;
}
.page-navigator a:hover{
	background-color: #4c3794;
	color: #fff;
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
}
.next-btn {
    float: right;
}
body.rating-question{
	min-width: 1024px;
}
/*---questions page edits---*/
.q-number{
	margin-bottom:0px;
	margin-right:10px;
}
/*Popup Review Style's*/
.review .popup-body-title p{
	color:#020202;
	font-size:14px;
	letter-spacing: -0.02px;
	margin-bottom:25px;
}
.review .popup-body-title p img{
	margin-right:10px;
}
.review .popup-body-title p strong{
	color:#000;
	font-weight:600;
	margin-left:5px;
}
.review .popup-body-title p span{
	align-items: center;
}
.tracking{
	border:1px solid #DAD0FC;
	width:100%;
	height:auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding:15px 20px;
	margin-bottom:15px;
}
.tracking.metrics ul{
	counter-reset: count;
	flex-wrap: wrap;
}
.tracking > p{
	margin-bottom:20px;
	color:#a5a5a5;
}
.popup-tackings li{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	position: relative;
	padding-left:42px;
	margin-bottom:15px;
}
.tracking.response-emails ul.popup-tackings li,
#account_li_account-left{
	-webkit-box-flex:0;
	-ms-flex:0 0 100%;
	flex:0 0 100%;
}
.tracking.response-emails ul.popup-tackings .tracking-item-details{
	width:48%;
}
.popup-tackings li::before{
	position: absolute;
	width:32px;
	height:32px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	color:#fff;
	left:0;
	top:0;
	background-color:#b558f6;
	counter-increment: count 1;
  content: "" counter(count);
  align-items: center;
  justify-content: center;
  display: flex;
  font-size:15px;
}
.tracking-item-details h6,
.date-time-wrapper,
.segment-result > span{
	color:#000;
}
.date-time-wrapper .date{
	margin-right:5px;
}
.date-time-wrapper span{
	margin-right:0 !important;
}
.activation{
	color: #4D4F5C;
	font-size: 17px;
}
.review-response{
	color: #4D4F5C;
	font-size: 17px;
}
/*Popup List Before Color's*/
.popup-tackings li.color-green::before{
	background-color:#29cb97 ;
}
.popup-tackings li.color-yellow::before{
	background-color:#fec400 ;
}
.popup-tackings li.color-blue::before{
	background-color:#4072ee ;
}
.survey .popup-tackings .start-date::before{
	background:#4b3693 url(../images/start-date.svg) no-repeat center;
	background-size:16px;
	content: "";
}
.survey .popup-tackings .end-date::before{
	background:#4b3693 url(../images/end-date.svg) no-repeat center;
	background-size:16px;
	content: "";
}
.response-emails .popup-tackings li::before{
	background:#4b3693 url(../images/envelope.svg) no-repeat center;
	background-size:16px;
	content: "";
}
.response-emails .popup-tackings li.Popup-sms::before{
	background:#4b3693 url(../images/sms.svg) no-repeat center;
	background-size:16px;
}
.response-emails .popup-tackings li.share-link::before{
	background:#4b3693 url(../images/link.svg) no-repeat center;
	background-size:16px;
}
.response-emails .popup-tackings li.qr-code::before{
	background:#4b3693 url(../images/qr.svg) no-repeat center;
	background-size:16px;
}
.response-emails .popup-tackings li.whatsappsvg::before{
	background:#4b3693 url(../images/whatsapp.svg) no-repeat center;
	background-size:16px;
}

/*Color Palette Icon style's*/
.search-bar.colorpalette{
	padding-right:40px;
}
.colorpalette svg{
	width:28px;
	height:28px;
}
.search-bar.colorpalette .custom-options{
	/* margin-top:5px; */
}
.custom-options svg path{
	fill: #434A52;
	color: #434A52;
}

.custom-options li:not(:last-child){
	margin-right:50px;
}

/*Ranjitha Das Style's for program page*/
/* ---programs page---*/
.template-card{
    height: auto;
    width: 32%;
    float: left;
    margin-right: 1.33%;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 0px 10px #EBEBEB;
	padding: 0;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.templates-cards-sec .template-card:nth-child(3n){
	margin-right:0;
}
.templates-cards-sec .template-name-row {
    background: #ebebf5;
    padding: 15px 21px;
    height: auto;
}
.template-name{
	float: left;
    margin-right: 10px;
    height: 25px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #535252
}
.template-options{
float:right;
}
.template-bullet{
width: 6px;
height: 6px;
background-color: #000000;
border-radius: 50%;
display: block;
margin: 2px 0;
cursor: pointer;
}
.template-desc{
background-color:#FAFBFE;
height:60px;
position:relative;
font-size: 14px;
}
.q-view-btn {
    width: auto;
    margin: 10px auto 35px auto;
    font-weight: 400;
    min-width: 100px;
}
.circle-wrap {
   float: left;
   width: 44%;
   text-align: right;
   margin-right: 12%;
}
.circle-wrap span {
   display: inline-block;
   width: 56px;
   height: 58px;
   background: #ffffff;
   -webkit-box-shadow: 0px 0px 10px #352a75;
   -moz-box-shadow: 0px 0px 10px #352a75;
   box-shadow: 0px 0px 10px #352a75;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   color: black;
   font-size: 15px;
   text-align: center;
   /* font-family: 'Arial Rounded MT'; */
   font-family: "Avenir", Helvetica, Arial, sans-serif;
   padding: 20px 0;
   margin-right: 5px;
   margin-bottom: 6px;
}
.circle-wrap strong {
   font-size: 13px;
   font-weight: 500;
   display: block;
   text-align: right;
   color: #000;
}
.circle-2 {
   margin-right: 0;
   text-align: left;
   padding-left: 13px;
}
.circle-2 strong {
   text-align: left;
}
.progress-bar-text {
   float: left;
   width: 100%;
   padding: 21px 36px 7px 38px
}
.progress-bar-text span {
   font-size: 13px;
   font-weight: 500;
   color: #000;
}
.progress-bar-text span:first-child {
   float: left;
}
.progress-bar-text span:last-child {
        float: right;
}
.survey_progress{
   height: 18px;
   display: flex;
   color: #000;
   position: relative;
   margin: auto;
        width:200px;
}
.complete_date{
   height: 2px;
   background-color: #35277f;
   margin-top: 5px;
        width:0%;
}
.dot{
   height: 8px;
   width: 8px;
   background-color: #35277f;
   border-radius: 50%;
   display: inline-block;
   top: 5px;
   margin-top: 2px;
}
.end_date{
        height: 2px;
        background-color: #d9d9d9;
        margin-top: 5px;
        width:100%
}


/* Programs Page Overwrite style's for max-width*/

.container.programspage .header{
	width: 100%;
    max-width: 1000px;
    margin: auto;
    right: 0;
    left: 65px;
    padding: 0;
}
.container.programspage .tab-link li:not(:last-child){
	margin-right:30px
}
.search-pannel{
	margin-top:10px;
	float: right;
}


/*Customization*/
.customization-wrapper{
	width:100%;
	height:auto;
	border: 1px solid #DCDFE2;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	padding:20px;
	margin-bottom:20px;
}
.envelope-svg svg{
	width:12px;
	height:12px;
	margin-right:10px;
}
.envelope-svg img{
	width:17px;
	height:17px;
	margin-right:7px;
	vertical-align: middle;
}
.customization-title h4{
	font-size:17px;
	color:#020202;
	margin:0 0 5px 8px;
}
.customization-title{
	margin-bottom:20px;
	border-bottom:1px solid #ada0ba;
}
.customization-fields input{
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
	margin-left:10px;
}
.customization-fields.name{
	margin-bottom:20px;
}
.customization-fields input[type="text"],
.customization-fields input[type="email"]{
	border:0;
	padding-bottom:7px;
	border-bottom:1px solid #DDDDDD;;
	box-shadow:none;
	background-color:#fff;
	color:#000000;
	padding:0 10px;
}
.customization-fields label,
.customization-fields input[type="text"],
.customization-fields input[type="email"]{
	font-size:16px;
}
.customization-fields .file-select-button{
	font-size: 16px;
	width:85px;
	line-height: 34px;
	text-align: center;
	cursor: pointer;
}
.customization-fields .browse-file{
	height:36px;
	line-height: 36px;
	flex:0 0 35%;
	margin:0 0 0 10px;
}

/* new-publishpage Style's starts here*/
/*========date pickers on new publish page============*/

.date-picker, .time-picker {
	position: relative;
	width: 160px;
	margin-right: 10px;
}
.date-picker i, .time-picker i {
	position: absolute;
	right: 0;
	top: 0;
}
.new-publishpage .btn-wrap .btn{
	background-color:#F38355;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.new-publishpage .search-bar{
	border:0;
}
/* .new-publishpage .distribution-wrapper{
	padding:35px 35px 35px 0px;
} */
/* .distrubitiondetails {
	align-items: center;
	margin-bottom:20px;
}
.program .form-group{
	margin-bottom:0;
	width: 150px;
}
.program .form-group input{
	padding: 0 35px 0 8px;
	width: 100%;
}
.program .form-group input::-webkit-inner-spin-button,
.program .form-group input::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
.program .form-group svg{
	background: none;
	right: 10px !important;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    position: absolute;
}
.recipients .select:after,
.program .form-group svg,
.smsdetails-date .select:after{
	top: 50% !important;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.color-picker svg{
	fill: #7B6CA3;
    stroke: #7B6CA3
}
.world-timing{
	color:#000000;
	font-size:15px;
}
.new-publishpage.container{
	padding:0 !important;
}
.recipients .select{
	flex:1;
	width:100%;
} */
.sendsms{
	align-items: flex-start;
}
.sendsms .survey-radio{
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:20px;
	padding-top:0;
}
.sendsms .distri-labels{
	margin-top:10px;
}
.smsdetails-date:not(:last-child) {
	margin-bottom:10px;
}
.smsdetails-date span {
	font-size:16px;
}
.new-publishpage label{
	margin-bottom:0;
}
.smsdetails-date .select{
	margin:0 10px;
}
.new-publishpage .scale-chart.scale-textarea{
	padding:0;
}
.new-publishpage .form-group.smstag{
	margin-bottom:20px;
}
.remainders:not(:last-child){
	margin:14px 0 10px;
}
.new-publishpage .time-picker.nopad{
	width:120px;
}
.new-publishpage .time-picker.nopad input{
	padding:0 8px;
}
/*New-Publish page SMS, QR and Sharable link style's*/
.new-publishpage .Sharable-link .reminder1-switch{
	width:100%;
}
.form-group.smstag{
	width:185px;
	margin:0 0 0 auto;
}
.form-group.smstag .questiontype{
	padding:9px 15px;
	width:100%;
}
/*SMS*/
.new-publishpage .count{
	counter-reset: count;
}
.new-publishpage .count .customization-fields.name label{
	position: relative;
	padding-left:15px;
	margin-right:15px;
}
.flex-1{
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
}
.new-publishpage .count .customization-fields.name label::before{
	position: absolute;
	counter-increment: count 1;
  content: "" counter(count);
  top:0;
  left:0;
  color:#000;
}
/*QR*/
.qritems-wrap .form-group{
	margin:0 0 0 15px;
}
.new-publishpage .btn.bordered-btn{
	margin-left:15px;
}

.distri-labels{
	margin:0 15px 0 0;
	padding:0;
	font-size:18px;
	color:#000;
	width:100%;
	height:100%;
}
/* for Toggles*/
/* .switche{
	position:relative;
	width:64px;
	height:34px;
	background-color:#ccc;
	display:inline-block;
	border-radius:25px;
  }
  .toggle label{
	  margin-bottom:0;
  }
  .switche input{
	display:none;
  }
.inner-circle{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: #9f9f9f;
	border-radius:25px;
	-webkit-transition: .4s;
	display:block;
	transition: .4s;
}
.inner-circle:before{
	position:absolute;
	width:26px;
	height:26px;
	background-color:#fff;
	top:4px;
	left:3px;
	content:'';
	border-radius:100%;
	-webkit-transition: .4s;
	transition: .4s;
	box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1),
	 0 4px 0px 0 hsla(0, 0%, 0%, 0.04),
	0 4px 9px hsla(0, 0%, 0%, 0.13),
	0 3px 3px hsla(0, 0%, 0%, 0.05);
	-moz-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
	-o-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
	-webkit-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
}
.switche input:checked + .inner-circle{
	background-color: #c7bbe9;
}
.switche input:checked + .inner-circle:before{
	transform:translateX(32px);
	-webkit-transform:translateX(32px);
	background-color: #6f5ba7;
}
.on,.off{
	position:absolute;
	transform:translate(50%,-50%);
	left:50%;
	top:50%;
	font-size:12px;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.off{
	left:5px;
	transform:translate(0,-50%);
  }
  .on{
	display:none;
  }
  input:checked + .inner-circle .on{
	display:block;
	color:#fff;
  }
  input:checked + .inner-circle .off{
	display:none
  }
  .space-xr{
	margin-right:10px;
  }
.distri-labels{
	width:auto
} */
/*--header---*/
.new-publishpage .container-md .header {
    border: 1px solid #ececec;
}

/*---npa and rating questions---*/
.info-rating {
    display: block;
    position: absolute;
    top: 100%;
    margin-top: 15px;
    left: 0;
    width: 60px;
}

/*----Preview page styles------*/
/*Preview Page style's here*/
div.preview-landing{
	background-color:#f4f3f5;
	height:100vh;
}
.preview-landing .preview-header{
	width: 100%;
    height: 70px;
    padding: 0 40px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    font-size: 16px
}
.preview-landing .preview-header ul li,
#survey-customize_div_preview-area ul li{
	margin-right:20px;
	transition:.3s ease-in;
	-webkit-transition:.3s ease-in;
	-moz-transition:.3s ease-in;
	-ms-transition:.3s ease-in;
	-o-transition:.3s ease-in;
	position: relative;
}
	.preview-landing .preview-header ul li::after,
	#survey-customize_div_preview-area ul li:after{
		width:100%;
		height:0;
		background-color:#4a3894;
		content:'';
		bottom:0;
		left:0;
		right:0;
		position: absolute;
	}
	.preview-landing .preview-header ul li.active::after,
	#survey-customize_div_preview-area ul li.active:after{
		height:2px;
	}
	.preview-landing .preview-header ul li a span.device-name,
	#survey-customize_div_preview-area ul li a span.device-name{
		font-size:10px;
		margin:5px 0;
		line-height: normal;
		display:none;
		position: absolute;
		bottom:0;
	}
	.preview-landing .preview-header ul li a:hover span.device-name,
	.preview-landing .preview-header ul li.active a span.device-name,
	#survey-customize_div_preview-area ul li a:hover span.device-name,
	#survey-customize_div_preview-area ul li.active a span.device-name{
		display: block;
		color:#4C3396;
	}
	.custom-options li:not(:last-child){
		margin-right:30px !important;
	}
	.preview-landing .preview-header ul li a,
	.custom-options li a{
		padding: 10px 15px;
	  border-radius: 5px;
	}
	.preview-landing .preview-header ul li > a{
		height:100%;
		border-radius:0;
		-webkit-border-radius:0;
		-moz-border-radius:0;
		-ms-border-radius:0;
		-o-border-radius:0;
		padding:0 !important;
		width: 75px;
	}
	.custom-options li a{
		padding:5px 10px 3px 10px;
	}
	.custom-options li a:first-child{
		padding-bottom:0;
	}
	.preview-landing .preview-header ul li.active a,
	.custom-options li a:hover,
	.custom-options li.active a{
		background-color: #EBEBF5;
	}
	.preview-landing .preview-header ul li:hover svg path,
	.preview-landing .preview-header ul li.active svg path{
		fill:#4C3396 ;
	}
	.preview-landing .preview-header svg{
		height:30px;
		overflow: hidden;
		margin: 15px 0;
	}
	.custom-options li a img{
		width:25px;
		height:25px;
	}
.preview-landing .envelope svg path{
	fill:#485056;
}
.preview-landing .envelope{
	margin-right:0 !important;
}
.preview-landing .preview-maincontent{
	width: 100%;
    height: calc(100% - 70px);
	overflow: auto;
	top:70px;
	position: relative;
}

.preview-landing .preview-maincontent{
	padding:0 0 40px 0;
}
.preview-landing .mobile .container::after{
	opacity: 0;
}
.preview-landing .surveypagepreview-page .container::after{
	opacity: 0;
}
.preview-iframe{
	width:100%;
	height:100%;
}
.preview-main{
	padding:30px 10px;
}

.preview-landing .container{
	max-width:90%;
	margin: 0 auto;
	background-color: #fff;
	border:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}
.preview-landing .container {
    padding: 55px 50px 30px;
    position: relative;
    margin: 0 auto;
}
.preview-landing .landing .container:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #5f9ce4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.preview-landing .brand-logo {
    margin-bottom: 35px;
}
.landing h2 {
    /* border-bottom: 1px solid #c3c3c3; */
    padding: 0;
    font-size: 18px;
    padding-bottom: 15px;
    display: block;
    margin-bottom: 0px;
    line-height: 1.4;
    position: static;
    font-weight: 300;
    background-color: transparent;
    color: #404c53;
}
.preview-landing .survey {
    /* background-color: #5F9CE4; */
    opacity: 1;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 15px 26px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 40px;
    -webkit-box-shadow: 8px 10px 20px rgba(46,61,73,0.15);
    -moz-box-shadow: 8px 10px 20px rgba(46,61,73,0.15);
    box-shadow: 8px 10px 20px rgba(46,61,73,0.15);
    font-family: 'Proxima Nova', Avenir, 'Helvetica Neue', Arial, sans-serif;
}
.preview-landing .header-navbar {
    /* width: 410px; */
    width: auto;
	margin: 0 auto;
	display:flex;
	justify-content: center;
}
.preview-landing .menu{
	position: relative;
}
.preview-landing .menu > li{
	float: left;
	margin: 0 10px;
}
.preview-landing .menu li a{
	font-size: 16px;
	/* color: #5F9CE4; */
	font-weight: 400;
}
.menu li .active{
	color: #43425D;
}
.preview-landing .menu li a:hover{
	color: #43425D;
}
.preview-landing .dropthought {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 40px;
}
.preview-landing h1 {
    font-size: 31px;
    margin-bottom: 25px;
}

/*Ipad,Iphone Mockup Style's*/

.previewDevice {
    position: relative;
    margin: 0 auto;
    -webkit-box-shadow: 20px 20px 78px 8px rgba(0,0,0,.11);
    -moz-box-shadow: 20px 20px 78px 8px rgba(0,0,0,.11);
    -ms-box-shadow: 20px 20px 78px 8px rgba(0,0,0,.11);
    box-shadow: 20px 20px 78px 8px rgba(0,0,0,.11);
		background-color: #fff;
		border-width: 30px 5px;
    width: 375px ;
		height: 667px ;
		box-sizing: content-box;
    top: 0;
    margin: 0 auto 20px;
    border-style: solid;
    border-color: #9a9a9a;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: border-width .3s,transform .3s,width .3s,height .3s;
    -moz-transition: border-width .3s,transform .3s,width .3s,height .3s;
    -ms-transition: border-width .3s,transform .3s,width .3s,height .3s;
    transition: border-width .3s,transform .3s,width .3s,height .3s;
}
.previewDevice.iPad {
    width: 768px;
    height: 1024px;
}
.previewDevice.iPad.landscape {
    width: 1024px;
    height: 600px;
}
.previewDevice.iphone.landscape {
    border-width: 5px 30px;
    width: 667px;
    height: 375px;
}
.previewDevice.iphone .deviceTop {
    top: -22px;
}
.previewDevice.iphone.landscape .deviceTop {
    top: 50%;
	left: -44px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
	right: auto;
}
.previewDevice.iphone .deviceTop {
    position: absolute;
		text-align: center;
		left: 0;
    	right: 0;
		top:-20px;
}
.previewDevice.iphone .deviceTop .speaker {
    display: inline-block;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 55px;
    height: 4px;
	background-color: #c7c7c7;
	top: -9px;
}
/*---Preview Page Style's Ends here---*/

/*EUX styles being used for iframe ends here*/
/*Required Input Styling*/
.star{
	color: #cb0000;
	font-size: 22px;
	margin-left: 4px;
}
.required{
	padding-left: 15px;
}
.required span{
	font-size: 14px;
	font-weight: 500;
	color: #b94e4e;
}
.rating{
	position: relative;
	margin-bottom: 15px;
}
.rating li a:hover{
	color: #fff;
}
.not-likeable{
	-webkit-box-shadow: 0 5px 7px rgba(210,49,60,0.5);
	-moz-box-shadow: 0 3px 7px rgba(210,49,60,0.5);
	box-shadow: 0 3px 7px rgba(210,49,60,0.5);
}
.medium-rate{
	-webkit-box-shadow: 0 3px 7px rgba(255,179,5,0.5);
	-moz-box-shadow: 0 3px 7px rgba(255,179,5,0.5);
	box-shadow: 0 3px 7px rgba(255,179,5,0.5);
}
.excellent-rate{
	-webkit-box-shadow: 0 3px 7px rgba(28,188,98,0.5);
	-moz-box-shadow: 0 3px 7px rgba(28,188,98,0.5);
	box-shadow: 0 3px 7px rgba(28,188,98,0.5);
}
.not-likeable:hover{
	background-color: rgba(210,49,60,1);
}
.rating li .not-likeable-active{
	background-color: rgba(210,49,60,1);
	color: #fff;
}
.medium-rate:hover{
	background-color: rgba(255,179,5,1);
}
.rating li .medium-rate-active{
	background-color: rgba(255,179,5,1);
	color: #fff;
}
.excellent-rate:hover{
	background-color: rgba(28,188,98,1);
}
.rating li .excellent-rate-active{
	background-color: rgba(28,188,98,1);
	color: #fff;
}
.nps-label{
	width: 90px;
}

.excellent-rate + .info-rating{
	right: 0;
	left: auto;
	width: 95px;
}
.info-rating-mobile{
	display: none;
   }

/*------------------Styling for Rating Question page------------------*/
.rating li:last-child .info-rating{
	right: auto;
	left: 0;
	width: 60px;
	text-align:left;
}

/* .rating li:last-child .nps-label{
	width: auto;
} */

.comment .words-left{
	position: absolute;
	right: 0;
	top:100%;
	margin-top: 5px;
}
/*Question header dot's dropdown*/
.add-page-bulletwrap{
	position: relative;
}
.add-page-bulletwrap .profile-dropdown{
	top: 100%;
	left: auto;
	right:0;
	z-index: 1;
	width: 12em;
	min-width: 12em;
}
.add-page-bulletwrap .profile-dropdown li a{
	padding:10px 0;
	text-align: center;
}
/*------------------Styling for Overall Expierence page------------------*/
.rating-expresions{
	padding: 0 0 35px 10px;
}
.rating-expresions li{
	float: left;
	text-align: center;
}
.rating-expresions li a{
	color: #43425D;
}
.rating-expresions li:last-child{
	margin-right: 0;
}
.rating-expresions li em{
	display: block;
	margin-bottom: 10px;
	transition:0.25s ease;
}
.icon-very-poor{
	background-position: 0 0;
}
.icon-fair{
	background-position: -106px -1px;
}
.icon-neutral{
	background-position: -213px 0;
}
.icon-good{
	background-position: -319px 0;
}
.icon-excellent{
	background-position: -434px 0;
}
.rating-expresions li a:hover .icon-very-poor{
	background-position: 0 -82px;
}
.rating-expresions li a:hover .icon-fair{
	background-position: -102px -82px;
}
.rating-expresions li a:hover .icon-neutral{
	background-position: -213px -81px;
}
.rating-expresions li a:hover .icon-good{
	background-position: -319px -81px;
}
.rating-expresions li a:hover .icon-excellent{
	background-position: -434px -81px;
}
.radio-buttons,.check-buttons{
	margin-bottom: 30px;
}

/*Active classes for rating-expresions*/
.icon-very-poor-active{
	background-position: 0 -82px;
}
.icon-fair-active{
	background-position: -102px -82px;
}
.icon-neutral-active{
	background-position: -213px -81px;
}
.icon-good-active{
	background-position: -319px -81px;
}
.icon-excellent-active{
	background-position: -434px -81px;
}
/*Custom Styling For Chechbox and Radio*/
.btn-custom{
	display: block;
	font-size: 14px;
	position: relative;
	margin-bottom: 2px;
	cursor: pointer;
	padding: 9px 0 9px 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.btn-custom input{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.custom-radio .radio-btn{
   position: absolute;
   top: 6px;
   left: 12px;
   height: 21px;
   width: 21px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   background-color: transparent;
   border: 2px solid #a9a9a9;
}

.custom-radio .radio-btn:after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
  background-color: var(--theme-color);
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.custom-radio .btn-custom:hover{
	background-color: #e7f0fb;
}
.custom-radio input:checked ~ .radio-btn{
	  border: 2px solid #4c3794;
}
.custom-radio input:checked ~ .radio-btn:after{
	display: block;
}
/*Checkbox*/
.btn-check{
	position: absolute;
    top: 5px;
    left: 12px;
    height: 21px;
    width: 21px;
    background-color: #fff;
    border: 2px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.btn-check:after{
   position: absolute;
   content:'';
   top: 1px;
   left: 5px;
   width: 7px;
   height: 12px;
   border: solid #fff;
   border-width: 0 2px 2px 0;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
}
.custom-check input:checked ~ .btn-check{
	 background-color: #4c3794;
	 border: 2px solid #4c3794;
}
.custom-check input:checked ~ .btn-check:after{
	display: block;

}

.selected-option{
	background: #e7f0fb;
}

.denotes-required{
	margin-bottom:30px;
	color: #cb0000;
}

.denotes-required span{
	font-size:14px;
}
/*EUX styles being used for iframe ends here*/

/*---create new program modal---*/
.radio-sec{
 margin-bottom:20px !important;
}
.upload-radios{
	padding-top:0px;
}
.upload-radio-button{
 display:inline-block;
 margin-right:30px;
}
.upload-input{
 padding-right:30px;
}
.program-modal .upload-browse-btn{
 position: absolute;
	 right: 0px;
	 top: 26px;
	 padding: 11px 22px;
	 font-size: 16px;
	 height: 40px;
	 background:#7B6CA3;
	 color:white;
	 font-weight:300;
}
.upload-sec{
 position:relative;
}
.sample-sheet{
	text-decoration: underline;
	color:#4c3794;
	cursor: pointer;
}
.prog-option-sec{
 height:120px;
}
.prog-option-2{
 height:100px;
 width:calc((100% - 20px)/2);
 width:-webkit-calc((100% - 20px)/2);
 width:-moz-calc((100% - 20px)/2);
 float:left;
 margin-right:20px;
 border: 1px solid #EBEBEB;
 border-radius:3px;
 box-shadow: 0px 0px 10px #EBEBEB;
 padding:18px 20px 20px 20px;
 cursor: pointer;
 display:flex;
 align-items: center;
 justify-content: center;
}
.prog-option:hover{
 border: 1px solid #4B3693;
 border-radius:3px;
 box-shadow: 0px 0px 10px #EBEBEB;
 padding:18px 20px 20px 20px;
 cursor: pointer;
}

.program-blocks .prog-option:hover {
	border: none;
	border-radius:0px;
	box-shadow: none;
	padding:0px;
	cursor: pointer;
 }

.prog-option-selected{
 border: 1px solid #4B3693;
 border-radius:3px;
 box-shadow: 0px 0px 10px #EBEBEB;
 padding:18px 20px 20px 20px;
 cursor: pointer;
}
.prog-option:nth-child(2n+2){
 float:right;
 margin-right:0px;
}
.prog-option-radio{
 display:none;
}
.radio .prog-option-radio:checked + label{
 border-color: #4B3693;
}
.radio .prog-option-radio:checked + label{
 opacity: 1;
}
/*----Program created modal styles------*/
.program-created-popup{
	width: 100%;
	height: 100%;
	overflow: auto;
	border-bottom: 1px solid rgba(210, 210, 211, 0.733);
	border-top: 1px solid rgba(210, 210, 211, 0.733);
	padding: 25px 36px;
	padding-bottom:15px;
}
.program-created-popup .form-group{
	margin-bottom:25px;
}

/*----Review modal styles------*/
body.forpopup{
	overflow: hidden;
}

.popup-wrap{
	background-color: white;
	width:70%;
	height:calc(100% - 120px);
	position: fixed;
	transform:translate(-50%,-50%);
	top:50%;
	left:50%;
	margin:auto;
	border: 1px solid rgba(216, 216, 216, 1);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
	z-index:11;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.poup-title{
	padding:14px 30px;
}
.poup-title h2{
	font-size: 17px;
  color: #4D4F5C;
  margin-bottom: 5px;
	margin-top: 5px;
}
.popup-review-body{
	width:100%;
	height:calc(100% - 110px);
	overflow: auto;
	border-bottom: 1px solid rgba(210, 210, 211, 0.733);
	border-top: 1px solid rgba(210, 210, 211, 0.733);
	padding:25px 30px;
}
.popup-review-footer .popup-footer{
	padding:12px 36px;
}

/*Templates Style starts here*/
.templates .search-pannel label{
	margin:0 5px 0 0 ;
	font-weight:600;
}
.templates .template-card{
	box-shadow: 0px 3px 6px #00000012;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding:25px 30px 30px;
}
.templates .templatecard-title{
	color:#202E45;
	letter-spacing: -0.02px;
	line-height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.templates .templatecard-para{
	font-size: 14px;
	color:#707070;
	line-height: 21px;
	letter-spacing: -0.01px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin:15px 0 20px 0;
	min-height:42px;
}
.templates .quick-view{
	height:38px;
	width:100%;
	border-radius: 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	color:#fff;
	letter-spacing: 0;
}

/*Template Saved modal*/
.template-saved .popup-body h5{
	color:#2D2D2D;
	line-height: 21px;
	font-size:16px;
}
.template-saved .popup-body p{
	color:#747474;
	line-height: 20px;
	padding:15px 0;
	font-size:14px;
}
.template-saved .popup-footer .btn-orange,
.template-saved .popup-footer .btn{
	font-size:12px;
	color:#fff;
	padding:7px 10px;
}

/*----additions to global.css----*/
.y-center{
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.flex-column{
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.bordered-btn{
 border:1px solid #4C3794;
background-color:#fff !important; 
color:#1f1f1f;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
}
.bordered-btn-qr{
	background-color:#fff !important; 
	color:#1f1f1f;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
/*Test-mail Popup*/
.popup-content.test-popup-content{
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	width:auto;
	top: 45px;
    left: auto;
    right: 0;
	z-index:9;
	width:420px;
}
.popup-content.test-popup-content .popup-body{
	background-color:#fff;
	border-radius: 4px;
	box-shadow:0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
}
.popup-content.test-popup-content .popup-body .form-group{
	margin-bottom:15px;
}
.test-popup-content .btn-orange{
	min-width:auto;
	padding:6px 12px !important;
	float:right;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-ms-border-radius: 3px !important;
	-o-border-radius: 3px !important;
}

/* Additional Styles to fix differences */
.btn-header li{
	line-height: 1.2;
}

.survey-name-error {
    color: #b71a1a;
    margin-top:5px;
    font-size:15px;
    line-height: 1.6;
}

.survey-page-error {
	display: block;
	color: #b71a1a;
	margin-top:5px;
	font-size:15px;
	line-height: 1.6;
	text-align: center;
	border: 1px dashed #b71a1a;
	border-radius: 3px 0 3px 0;
	padding: 22px 10px;
}

.survey-name-info {
    color: #f8ae19;
    margin:10px 0px 15px 0px;
    font-size:15px;
    line-height: 1.6;
}

.save-program-image{
	height: 100px;
	width: 100px;
}

.survey-creation .rating-dropdown li{
	line-height: 1.5;
}

.survey-creation .rating-label{
	padding: 0;
	background-color: inherit;
	font-size: 12px;
	color: #868686;
	border: none;
	width: auto;
}

.disabled {
  pointer-events:none;
  opacity:0.6;
}

/* Fixes for survey creation redesign CSS splash of craziness */
.icon-dummy-icon{
	background: none;
	background-image: url(../images/sprite.png);
	background-position: -356px -299px;
}

/* new-publishpage Style's starts here*/
/*========date pickers on new publish page============*/

.date-picker, .time-picker {
	position: relative;
	width: 160px;
	margin-right: 10px;
	}
	.date-picker i, .time-picker i {
	position: absolute;
	right: 9px;
	top: 8px;
	}
	.new-publishpage .btn-wrap .btn{
	background-color:#F38355;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	}
	.new-publishpage .search-bar{
	border:0;
	}
	.new-publishpage .distribution-wrapper{
	/* padding: 40px 40px 40px 40px; */
	padding: 40px 40px 40px 0px;
	/* width: calc(100% - 105px);
	width: -webkit-calc(100% - 105px);
	width: -moz-calc(100% - 105px); */
	width:100%;
	}
	.distrubitiondetails {
	align-items: center;
	margin-bottom:28px;
	}
	.anonymity-toggle{
	  margin-right:10px;
	  margin-left:40px;
	}
	.distrubitiondetails .program {
		margin-bottom: 12px;
	}
	.program .form-group{
	margin-bottom:0;
	width: 150px;
	}
	.program .form-group input{
	border: 1px solid #DCDCDC;
	padding: 0 24px 0 8px;
	width: 100%;
	}
	.program .form-group input::-webkit-inner-spin-button,
	.program .form-group input::-webkit-calendar-picker-indicator {
		display: none;
		-webkit-appearance: none;
	}
	.program .form-group svg,
	.second-option-at .time-picker svg{
	background: none;
	right: 10px !important;
		transform: translateY(-50%);
		width: 16px;
		height: 16px;
		position: absolute;
	}
	.recipients .select:after,
	.program .form-group svg,
	.smsdetails-date .select:after,
	.second-option-at .time-picker svg{
	top: 50% !important;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	}
	.color-picker svg{
	fill: #7B6CA3;
		stroke: #7B6CA3
	}
	.world-timing{
	color:#000000;
	font-size:15px;
	}
	.new-publishpage.container{
	padding:0 !important;
	}
	.recipients .select{
	flex:1;
	width:100%;
	}
	.language-text {
		padding: 0;
	}

	.reminderdetails {
	align-items: center;
	/* margin-bottom:28px; */
	  /* justify-content: space-between; */
	}
	.reminder-labels{
	margin:0 15px 0 0;
	padding:0;
	font-size:17px;
	color:#000;
	height:100%;
	width:auto;
	/* min-width: 224px; */
	}
	.second-label{
	  margin-left:10px;
	}
	/* .distrubitiondetails.sendsms .sendmail .time-picker.nopad,
	.distrubitiondetails.sendsms .sendmail .select,
	.distrubitiondetails.sendsms .sendmail .form-group.date-picker,
	.smsdetails-date.program .form-group.date-picker{
	width:auto;
	}
	.distrubitiondetails.sendsms .sendmail .time-picker.nopad input,
	.distrubitiondetails.sendsms .sendmail .select select{
	width:130px;
	} */
	.distrubitiondetails.sendsms .sendmail .time-picker.nopad .select{

	}
	.sendsms{
	align-items: flex-start;
		margin-left: 24px;
		margin-bottom: 0;
	}
	.sendsms .time-label{
	display:block;
	font-size: 17px;
	margin-bottom: 15px;
	font-weight: 600;
	}
	.sendsms .survey-radio{
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:8px;
	padding-top:0;
	}
	.sendsms .distri-labels{
	margin-top:10px;
	}
	.sendsms .form-field{
	height: 32px;
	}
	.smsdetails-date{
	padding-left: 24px;
	position: relative;
	min-height: 26px;
	}
	.smsdetails-date .radio-btn{
	position: initial;
	}
	.smsdetails-date .radio-btn span{
	position: absolute;
	left: 0;
		top: 9px;
	}
	.smsdetails-date .radio-btn span:before{
		top: 0;
	}
	.smsdetails-date .radio-btn span:after{
	top: 3px;
	}
	.smsdetails-date .radio-btn .radio{
	position: absolute;
	top: 2px;
	left: 0;
	}
	.smsdetails-date:not(:last-child) {
	margin-bottom:15px;
	}
	.smsdetails-date > * {
		vertical-align: middle;
	}
	.new-publishpage label{
	margin-bottom:0;
	}
	/* .smsdetails-date .select{
	margin:0 10px;
	} */
	.smsdetails-date.sendmail > div:not(:last-child){
	float:left;
	margin:0 10px 10px 0;
	}
	.pst label{
	margin-right:10px;
	}
	.smsdetails-date.sendmail > div:last-child{
	width:100%;
	margin:10px 0 0 0;
	}
	.new-publishpage .scale-chart.scale-textarea{
	padding:0;
	}
	.new-publishpage .form-group.smstag{
	margin-bottom:20px;
	text-align: right;
	}
	/* .remainders:not(:last-child){
	margin:40px 0 10px;
	} */
	.new-publishpage .time-picker.nopad{
	width:120px;
	}
	.new-publishpage .time-picker.nopad input{
	padding:0 8px !important;
	}
	/*New-Publish page SMS, QR and Sharable link style's*/
	.new-publishpage .Sharable-link .reminder1-switch{
	width:100%;
	}
	.form-group.smstag{
	width:185px;
	margin:0 0 0 auto;
	}
	.form-group.smstag .questiontype{
	padding:9px 15px;
	width:100%;
	}
	/*SMS*/
	.new-publishpage .count{
	counter-reset: count;
	}
	.new-publishpage .count .customization-fields.name label{
	position: relative;
	padding-left:15px;
	margin-right:15px;
	}
	.flex-1{
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
	}
	.new-publishpage .count .customization-fields.name label::before{
	position: absolute;
	counter-increment: count 1;
	  content: "" counter(count);
	  top:0;
	  left:0;
	  color:#000;
	}
	/*QR*/
	.qritems-wrap .form-group{
	margin:0 0 0 15px;
	}
	.new-publishpage .btn.bordered-btn{
	margin-left:15px;
	}

	.distri-labels{
	margin:0 15px 0 0;
	padding:0;
	font-size:18px;
	color:#000;
	height:100%;
	width:auto;
	min-width: 224px;
	}


	/*Widget Customization*/
	.customize-alert-wrap{
	background-color: #FFF6D9;
	border: 1px solid #EADAA8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding:8px 12px;
	}
	.widget .wrapstoggle{
	padding:0 20px 24px 20px
	}
	.customize-alert-wrap > p,
	.customize-alert-wrap > a{
	font-size:14px;
	color:#69571C;
	line-height: 22px;
	}
	.customize-alert-wrap > a{
	font-size:13px;
	text-decoration: underline;
	}
	.textarea-fields{
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	position: relative;
	height:auto;
	}
	.get-code-wrap{
	margin-top:16px;
	}
	.getcode{
	position: absolute;
	top:0;
	right:0;
	padding:8px 12px;
	border-radius: 0 4px 0 4px;
	-webkit-border-radius: 0 4px 0 4px;
	-moz-border-radius: 0 4px 0 4px;
	-ms-border-radius: 0 4px 0 4px;
	-o-border-radius: 0 4px 0 4px;
	background-color: #DCDFE3;
	color:#3A3A5C;
	font-size: 12px;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	-ms-transition: .3s all ease;
	-o-transition: .3s all ease;
	}
	.getcode:hover{
	background-color: #ECECF2;
	}
	.getcode svg{
	fill: #3A3A5C;
	margin-right:4px;
	}
	.getcode-content pre,.getcode-content code{
	-moz-tab-size: 0;
	-o-tab-size: 0;
	tab-size: 0;
	padding:0;
	margin:0;
	line-height: 11px;
	}
	/* for Toggles*/
	.switche{
		position: relative;
		width: 36px;
		height: 14px;
		background-color: #ccc;
		display: inline-block;
		border-radius: 25px;
		margin-right: 20px;
	  }
	  .toggle label{
	 margin-bottom:0;
	  }
	  .switche input{
	display:none;
	  }
	.inner-circle{
	/* position:absolute; */
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: #9f9f9f;
	border-radius:25px;
	-webkit-transition: .4s;
	display:block;
	transition: .4s;
	/* display:none; */
	}
	.inner-circle:before{
	position: absolute;
		width: 20px;
		height: 20px;
		background-color: #E2E2E2;
		left: -1px;
		top: 50%;
		margin-top: -10px;
		content: '';
		border-radius: 100%;
		-webkit-transition: .4s;
		transition: .4s;
		box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0px 0 hsla(0, 0%, 0%, 0.04), 0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
		-moz-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
		-o-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
		-webkit-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
	}
	.switche input:checked + .inner-circle{
	background-color: #C7BAEB;
	}
	.switche input:checked + .inner-circle:before{
	transform:translateX(18px);
	-webkit-transform:translateX(18px);
	background-color: #6f5ba7;
	}
	.on,.off{
	position: absolute;
		top: 0;
		left: -28px;
		font-size: 14px;
		color: #000000;
		font-weight: 700;
		text-transform: capitalize;
		/* -moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%); */
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		pointer-events: none;
	}
	.on{
		left: auto;
		right: -26px;
		color: #777777;
		font-weight: 400;
	}
	  input:checked + .inner-circle .on{
		color: #6f5ba7;
		font-weight: 700;
	  }
	  input:checked + .inner-circle .off{
		color: #777777;
		font-weight: 400;
	  }
	  .space-xr{
	margin-right:10px;
	  }
	.distri-labels.anonymity-label{
		font-weight: 600;
		/* margin-right: auto; */
	}
	/*.distri-labels span{
	color: #ACACAC;
	}*/
	.distri-label-span {
		color: #ACACAC;
	}
	/*Hash Tag*/
	.hash-tag{
	color:#000;
	font-size:14px;
	}
	.hash-tag a{
	display: inline-flex;
		padding: 0px 6px;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		background-color: #333;
		color: #fff;
		font-size: 15px;
		margin: 0 5px;
		transition: .3s ease-in;
		-webkit-transition: .3s ease-in;
		-moz-transition: .3s ease-in;
		-ms-transition: .3s ease-in;
		-o-transition: .3s ease-in;
		font-family: Arial;
		line-height: 20px;
		cursor:not-allowed;
	}
	.hash-tag a:hover{
	background-color: #636363;
	}
	/*Text area Language switch*/
	.textarea-language-wrap{
	position: absolute !important;
	top:0;
	right:0;
	background-color:#BABABA;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	color:#4C2E98;
	}
	.scale-textarea{
	position: relative;
	}
	.language-text ul.textarea-language-wrap li{
	line-height:1.4;
	 }
	.language-text ul.textarea-language-wrap li a{
	padding:0 6px;
	height:18px;
	font-size: 12px;
	font-weight:500;
	 }
	.language-text ul.textarea-language-wrap li:hover a,
	.language-text ul.textarea-language-wrap li.active a,
	.language-text ul.textarea-language-wrap li:not(:last-child) a{
	background-color:#4C3396;
	color:#fff;
	}
	.language-text.rtl textarea,
	.language-text.rtl .textarea-language-wrap{
	left:0;
	right:auto;
	direction: rtl;
	}
	.email-customizations textarea{
	margin-top:0;
	}
	.remainders textarea{
	margin-top:0;
	}
	.wrapstoggle textarea{
	margin-top:0;
	}
	/*Hash Dropper Style's*/
	.hash-drop-ul{
	position: absolute;
	top: 20%;
	left: 100px;
	width: 190px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	height: auto;
	overflow: auto;
	box-shadow:0px 3px 6px rgba(0, 0, 0, 0.16);
	z-index: 1;
	display:block;
	}
	.hash-drop-ul > li > a,
	.hash-drop-ul .hash-subdrop li a{
	color:rgba(255, 255, 255, .9);
	font-size:16px;
	padding:8px 12px;
	display:block;
	transition: .3s ease-in all;
	-webkit-transition: .3s ease-in all;
	-moz-transition: .3s ease-in all;
	-ms-transition: .3s ease-in all;
	-o-transition: .3s ease-in all;
	background-color:rgba(18, 6, 54, 0.851);
	}
	.hash-subdrop li a{
	border-bottom:1px solid #503f82;
	}
	.hash-drop-ul > li > a{
	background-color:rgba(0, 0, 0, 1);
	text-transform: uppercase;
	font-size:12px;
	color:rgba(255,255,255,.6);
	cursor: default;
	}
	.hash-drop-ul > li:first-child > a{
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	}
	.hash-subdrop li:hover a{
	background-color:#554680;
	}


	.pre-wrapper-section {
		margin-bottom: 24px;
		align-items: center;
	}
	.pre-wrapper-section .left-wrapper {
		padding: 24px;
		/* background-color: #F7F7F9; */
		border-radius: 4px;
		/* margin-right: 24px; */
		min-height: 252px;
		-webkit-box-flex:1;
		flex:1;
	}
	.left-wrapper .on{
	right:-32px;
	}

	.pre-wrapper-section .left-wrapper .distrubitiondetails:last-child{
	margin-bottom: 0;
	align-items: flex-start;
	}

	.new-publishpage .distribution-wrapper .customization-wrapper {
		padding: 0;
		box-shadow: 0 0 10px rgba(0,0,0,0.12);
		border-radius: 4px;
	}
	.new-publishpage .distribution-wrapper .customization-wrapper .customization-title{
	border-color: #DCDFE3;
	padding: 12px 20px;
	margin-bottom:0px;
	}
	.new-publishpage .distribution-wrapper .customization-wrapper .customization-title h4{
	margin: 0;
	font-weight:500;
	}
	.new-publishpage .distribution-wrapper .customization-wrapper .customization-fields,
	.sharable-link-wrapper {
	padding: 0 20px 24px 20px;
		margin-bottom: 0;
	}
	.new-publishpage .distribution-wrapper .customization-wrapper .customization-fields label{
	margin-bottom: 4px;
	float:none;
	}
	.new-publishpage .distribution-wrapper .customization-wrapper .customization-fields .form-field, .new-publishpage .distribution-wrapper .customization-wrapper .customization-fields .browse-file,
	.published-link-popup .form-field{
	margin-left: 0;
	border: 1px solid #DDDDDD !important;
	border-radius:4px;
	padding: 8px 12px !important;
	}
	.new-publishpage .distribution-wrapper .customization-wrapper .customization-fields .browse-file{
	width: 30%;
	padding: 0;
	z-index:0;
	}
	.new-publishpage .distribution-wrapper .customization-wrapper .customization-fields.name{
	width: 30%;
	padding-right: 12px;
	}
	.new-publishpage .distribution-wrapper .customization-wrapper .customization-fields.email{
	padding-left: 12px;
	width: 70%;
	}

	.remainders .reminder1-switch{
	background-color: #F5F5F5;
	padding: 12px 24px;
	margin-bottom: 0;
	}
	.remainders .reminder1-switch h6{
	font-size: 17px;
	}
	.reminder1-switch.first-remaind {
	margin-bottom:3px ;
	}
	.wrapstoggle{
	padding-top: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: .3s ease-in-out all ;
	-webkit-transition: .3s ease-in-out all ;
	-moz-transition: .3s ease-in-out all ;
	-ms-transition: .3s ease-in-out all ;
	-o-transition: .3s ease-in-out all ;
	}
	.wrapstoggle.active{
	height:auto;
	padding-top:24px;
	opacity: 1;
	visibility: visible;
	overflow: initial;
	}
	.toggle input[type="checkbox"]:checked + .remainders-fields-wrap{
	display:block !important;
	}
	.qritems-wrap .select{
	width: 80px;
	margin-right: 16px;
	}
	.qritems-wrap .select select{
	padding-right: 32px !important;
	}
	.qritems-wrap .form-group{
	margin-left: 40px;
	}
	.qritems-wrap img{
	max-width: 200px;
	}
	.primary-btn{
	background-color: #4C3794;
	}
	.primary-btn:hover{
	background-color: #715AC1;
	}

	.qritems-wrap .primary-btn{
		line-height: 28px;
	}

/*Customization page custom logo style's*/
.help-text{
color: #aeaeae;
	    padding-top: 5px;
	    line-height: 14px;
	    font-size: 10px;
}

/*Popup Style's started*/

.overlay.upload-image{
	background-color:rgba(0,0,0,.5);
}

.overlay.upload-image .popup-wrap{
	width:100%;
	max-width:450px;
	height: calc(80% - 120px);
}

.overlay.upload-image h2{
	position: initial;
}

.upload-image .previewpreviewfigure-wrap{
	margin:0;
}

.upload-image .preview-figure{
	width:100%;
	height:300px;
	background-color:#EFEFEF;
	margin-bottom:24px;
}

.upload-image .preview-thumbnail-wrap{
	border-top:1px solid #F1F1F3;
	padding-top:14px;
}

.upload-image .preview-thumbnail-wrap p{
	font-size:14px;
	padding-bottom:8px;
	color:#2D2D2D;
}

.upload-image .preview-thumbnail{
	width:100px;
	height:100px;
	background-color:#EFEFEF;
}

.upload-image .poup-title a.close-modal svg{
	width:18px;
	height:22px;
	fill:#A4AFB7;
 }

 /*---dist-inactives---*/
 .inactive label,
.inactive input,
.inactive span
{
    color:gainsboro;
    border:#DCDCDC;
    cursor:not-allowed
}
.inactive select,
.inactive input
{
    background-color:gainsboro;
}
.inactive .form-field, .select .form-field{
	border: 1px solid #DCDCDC;
}
.inactive .radio-btn span:before,
.inactive .radio-btn .radio:checked + span:before{
    border: 1px solid #DCDCDC;
}
.inactive .program .form-group input{
	border: 1px solid #DCDCDC;
}
.inactive .radio-btn span:after{
    background-color:gainsboro
}
.new-publishpage .distrubitiondetails .inactive .select::after, .new-publishpage .inactive .select::after{
    border-bottom: 1px solid #B5B5B5;
    border-right: 1px solid #B5B5B5;
}
.dist-sup{
	position:absolute;
	right:-20px;
}

/* publish modal ltr styles */
.overlay.publish-modal{
	background-color:rgba(0,0,0,.5);
	padding:0 20px;
}
.overlay.publish-modal .popup-wrap{
	width:98%;
	max-width:560px;
	/* height: calc(100% - 195px); */
	height:auto;
}
.overlay.publish-modal h2{
	position: initial;
	font-weight: 500;
color: #4D4F5C;
	padding:0;
	text-transform: none;
}
.overlay.publish-modal .tabs{
	margin-bottom:35px;
}
.overlay.publish-modal .tabs-title h3,
.heads-up-metadata .tabs-title h3{
	font-size:16px;
	font-weight:500;
	color:#adadad;
	margin-bottom: 0;
}
.overlay.publish-modal .tabs ul,
.heads-up-metadata .tabs ul{
	margin:8px 0;
	counter-reset: count;
}
.overlay.publish-modal .tabs ul li,
.heads-up-metadata .tabs ul li{
	font-size: 14px;
	line-height: 22px;
	color: #2D2D2D;
	padding: 0 0 0 32px;
	position: relative;
	margin-bottom: 9px;
}
.overlay.publish-modal .tabs ul li::before,
.heads-up-metadata .tabs ul li::before {
	position: absolute;
	width: 22px;
	height: 22px;
	display: -webkit-box;
	display: flex;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	/* color: #fff; */
	color: black;
	left: 0;
	top: 0;
	/* background-color: #4B3693; */
	counter-increment: count 1;
	content: "" counter(count);
	align-items: center;
	justify-content: center;
	display: block;
	font-size: 15px;
	text-align: center;
}
/*Tooltip message Styles*/
.right {
    min-width:200px;
    max-width:400px;
    top:50%;
    left:180px;
    margin-left:20px;
    transform:translate(0, -50%);
    padding:0;
    color:#EEEEEE;
    background-color:#444444;
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
		visibility:hidden; opacity:0; transition:opacity 0.8s;
		white-space: normal;
}
.r-rate .right {
    min-width:200px;
    max-width:400px;
    top:50%;
    left:220px;
    margin-left:20px;
    transform:translate(0, -50%);
    padding:0;
    color:#EEEEEE;
    background-color:#444444;
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    visibility:hidden; opacity:0; transition:opacity 0.8s;
}
.a-rate .right {
    min-width:200px;
    max-width:400px;
    top:50%;
    left:230px;
    margin-left:20px;
    transform:translate(0, -50%);
    padding:0;
    color:#EEEEEE;
    background-color:#444444;
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    visibility:hidden; opacity:0; transition:opacity 0.8s;
}
.tooltip:hover + .right,
.no-plan:hover > .right {
    visibility:visible; opacity:1;
}
.text-content {
    padding:10px 20px;
		line-height:1.4;
}
.right i {
    position:absolute;
    top:50%;
    right:100%;
    margin-top:-12px;
    width:12px;
    height:24px;
    overflow:hidden;
}
.right i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:0;
    top:50%;
    transform:translate(50%,-50%) rotate(-45deg);
    background-color:#444444;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}

.top-tool .right{
	top: 25px;
    left: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    right: -32px;
}

.top-tool .right i{
	top: -12px;
    right: 24px;
}

.top-tool .right i::after{
    left: 0;
    top: 20px;
	transform: rotate(
		225deg);
		box-shadow: none;
}

.right .subdiv-heading-text-top{
	color: #43425D;
}

.segments-metric .top-categories .tooltip + .right .respondent-link,
.ul-tool-item > li p.text-white{
	text-transform: none;
}

.segments-metric .tooltip + .right{
	width:360px
}

.dist-sup:hover .right{
	visibility: visible;
	opacity: 1;
}

.dist-sup .right{
	left:0;
}
/*--- limits---*/
.warn-questions{
    color: #806400;
    font-size: 16px;
    width: 100%;
    background-color: #FFF9E6;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #FFEEB3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .warn-questions img{
    padding-right:7px;
  }

/*--Input errors--*/
input[type="text"].error,
input[type="text"].active.error,
textarea.error,
textarea.active.error{
	border-bottom:2px solid #CA404A !important;
	/* background:#fff url(../images/warning-icon.svg) no-repeat  98% center ; */
	background-size:14px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
input[type="text"].active,
textarea.active{
	background-color:transparent !important;
}
input[type="text"].error + span.error-text,
input[type="text"].active.error + span.error-text,
textarea.error + span.error-text,
textarea.active.error + span.error-text{
	color:#7E282E !important;
	font-size:11px;
	display:block;
	line-height: 18px;
}
input[type="text"].error:focus{
  border-color: #EDEDED !important;
	border-width: 2px;
	background-image:none;
}

/*---rating error--*/
.rating li:after {
	top: 28px;
	left: 50%;
}
.rating li input.rating-label,
.rating li input.rating-label + span.error-text,
.rating li textarea.rating-label,
.rating li textarea.rating-label + span.error-text{
	margin: 0;
	/* width: 54px !important; */
	text-align: center;
	position: relative;
	right: 35px;
}
.rating li textarea.rating-label{
	top:5px;
	padding:0 1px !important;
}
.rating li textarea.rating-label,
.rating li textarea.rating-label + span.error-text{
	right: auto;
    left: 25%;
	transform: translateX(-50%);
	width:100%;
}
.rating li input.rating-label.beyond-6,
.rating li input.rating-label.beyond-6 + span.error-text,
.rating li textarea.rating-label.beyond-6,
.rating li textarea.rating-label.beyond-6 + span.error-text{
width:auto !important;
text-align:left
}
@media screen and (max-width:1200px){
.rating li a {
	width: 43px;
	height: 43px;
}
.rating li:after {
	top: 20px;
	/* left: 43px; */
}
}

/*eux-fixes*/
.overall-form.ng-untouched .slider-question .rating li{
	width:54px;
	margin-right:28px;
	float: left;
}
.overall-form.ng-untouched .rating li:last-child .info-rating,
.overall-form.ng-untouched .rating li .info-rating{
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
	top: 125%;
	line-height: 17px;
}
.overall-form.ng-untouched .rating li a{
	position: relative;
	z-index: 1;
}
.overall-form.ng-untouched .rating.lessthanfive > li{
	width:120px;
}
.rating.greaterthanfive li::after{
	left:54px;
}
.container.mobile ul.rating > li{
	width: 100%;
	display: block;
}
@media screen and (max-width:991px){
	.overall-form.ng-untouched .slider-question .rating li{
		margin-right: 15px !important;
	}
}
@media screen and (max-width:768px){
	.overall-form.ng-untouched .rating li,
	.rating-expresions > li{
		width:100% !important;
		float:none;
	}
	.overall-form.ng-untouched .rating li{
		margin-right:15px !important;
	}
	.rating-expresions li a,
	.overall-form.ng-untouched .rating li,
	.rating,
	.rating-expresions{
		display: block !important;
	}
	ul.lessthanfive > li{
		width:100%;
	}
}

/*DTV-1680-r style's starts*/
.surveycustomize .options-header-div{
	background-color:#fff;
	position: relative;
    z-index: 1;
}
/*Other-modal-r */
.others-modal{
	padding:32px 40px;
	box-shadow: 0px 10px 30px #00000029;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	margin:20px 0;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  top: inherit;
	position: relative;
	text-align: left;
}
.others-modal .close-btn{
	right: 24px;
    top: 24px;
}
.others-modal .poup-title{
	padding:0 0 24px 0;
}
.others-modal .poup-title h2{
	font-size: 18px;
	line-height: 22px;
	color:#000;
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
}
.others-list-heading{
	padding:8px 10px;
	border-bottom:1px solid #E2E2ED;
	border-radius:3px;
	font-size: 14px;
	color:#232334;
	font-family: 'Proxima Nova Rg';
	margin-bottom:4px;
	background-color:#F0F0FA;
	font-size: 13px;
}
.others-list-heading p strong{
	font-size:16px;
	font-weight: bold;
}
.others-list{
	max-height:420px;
	overflow-y: auto;
}
.others-list li{
	padding:8px 10px;
	border-bottom:1px solid #E2E2ED;
	font-size: 14px;
	color:#232334;
	font-family: 'Proxima Nova Rg';
	margin-bottom:4px;
}
.others-list li:last-child{
	border-bottom: none;
}
.others-list li .survey-other-count{
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	background-color: #E2E2ED;
	color:#232334;
	font-size:13px;
	width:20px;
	height:16px;
	min-width: 20px;
	margin-left:10px;
	padding-top:2px;
}

/*DTV-1691-r style's start*/
.counter-wrap input.form-field::placeholder{
   	color:#1F1F1F;
}

/*DTV-1686-r style's start*/

.distrubutionpage-sms.sendsms .smsdetails-date.program .form-group.date-picker,
.distrubutionpage-sms.sendsms .smsdetails-date.program .form-group.time-picker,
.distrubutionpage-sms.sendsms .smsdetails-date .select{
	width:90px !important;
}
.distrubutionpage-sms.sendsms .smsdetails-date:first-child .form-group.time-picker,
.distrubutionpage-sms.sendsms .smsdetails-date.program .form-group.time-picker{
	width:120px !important;
}
.distrubutionpage-sms.sendsms .smsdetails-date .form-group.time-picker.nopad{
	width:90px !important;
}
.distrubutionpage-sms.sendsms .program .form-group input{
	padding:0 35px 0 8px;
	font-size:15px;
}
.distrubutionpage-sms.sendsms .smsdetails-date:first-child .form-group.date-picker{
	width: 125px !important;
}
.distrubutionpage-sms.sendsms .smsdetails-date:first-child .form-group.date-picker svg,
.distrubutionpage-sms.sendsms .smsdetails-date .select{
	margin:0;
}
.distrubutionpage-sms.sendsms .smsdetails-date:last-child .radio-btn span{
	top:5px;
}
.hasDatepicker::placeholder{
	color:#000;
}

/*DTV-1728 style's starts*/
.world-timing{
	display: none;
}
.response.blk .program-dt .time-picker{
	margin-right:0;
}
.response.blk .program-dt .form-group{
	-webkit-box-flex: 0;
    flex: 0 0 49%;
    width: 160px;
}

/*DTV-1927-tablet-r Style starts*/
.previewDevice.iPad.landscape #wrapper{
	padding:0 42px;
}
.previewDevice.iPad.landscape .content{
	background-color:#efeff0;
	border-radius: 8px;
}
.previewDevice.iPad.landscape .container.tablet{
	margin-top: 0;
	height: 100%;
}
.previewDevice.iPad.landscape .container.tablet > h2{
	top: 30px;
	left:30px
}
.previewDevice.iPad.landscape .form-wrap-preview{
	padding: 55px 50px 30px;
	background-color: #fff;
	margin: 0;
}
.previewDevice.iPad.landscape .overall-form.ng-untouched .rating li{
	margin-right:20px !important
}
.previewDevice.iPad.landscape .container{
	padding:0;
	background-color:transparent;
}
.previewDevice.iPad.landscape{
	height: 645px;
}
.previewDevice.iPad.landscape .brand-logo{
	padding-top:55px;
}
div.preview-landing{
	background-color:transparent;
}
.previewDevice.iPad.landscape{
	background-color: #efeff0;
}
.previewDevice.iPad.landscape .header-x{
	bottom:0
}
.previewDevice.iPad.landscape .landing.previewView .header-x,
.previewDevice.iPad.landscape .landing.previewView .container{
	background-color:#fff;
}
/* .preview-landing .preview-maincontent{
	height: calc(100% - 120px);
} */
.previewDevice.iPad.landscape .landing.previewView{
	width:90% !important;
	margin:auto;
	/* left:0;
	right:0; */
	min-height: 645px;
}
/* .preview-landing .header-navbar{
	padding-bottom:30px;
} */
.previewDevice.iPad.landscape .firstPage{
	/* top:-65px !important; */
	min-height: 100%;
}
.previewDevice.iPad.landscape .dropthought,
.previewDevice.mobile .dropthought {
display:none;
}

/*estimated-completion-time-r Style starts*/
.estimated-time-wrap{
	margin-right:15px;
	position: relative;
}
.minutes{
	width:39px;
	height:39px;
	background-size: cover;
	display:block;
}
.three-five{
	background:url(../images/threefive.svg) no-repeat right center;
}
.less2{
	background: url(../images/less2.svg) no-repeat center;
}
.less8{
	background: url(../images/less8.svg) no-repeat center;
}
.six-eight{
	background: url(../images/six-eight.svg) no-repeat center;
}
.estimated-verdict-respone-wrap{
	position: fixed;
	top: 60px;
    right: 225px;
	background-color:#fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	border:.5px solid #EBEBEB;
    width: 300px;
    min-width: 300px;
	padding:18px 14px;
	z-index: 1;
}
.verdict-questions,
.response-details{
	font-size:16px;
	color:#060105;
	font-weight:500;
}
.response-details{
	font-size:14px;
	line-height: 21px;
	margin:8px 0 14px 0;
	font-weight:normal;
	color: #B2B2B2;
}
.notifications-para{
	color:#B2B2B2;
	font-size:12px;
	line-height: 16px;
	margin-bottom:16px;
}
.verdict-noti{
	font-size:14px;
	color:#4C3794;
	line-height: 18px;
	padding-left:18px;
	position: relative;
	background: url(../images/ResumeNotifications.svg) no-repeat left 2px;
	font-weight: 500;
}
.snooze-notification{
	background: url(../images/snoozeNotifications.svg) no-repeat left top;
}
/*datepicker-ui-fix Style starts*/
#startTimeDateDiv,
#endTimeDateDiv,
#kickofftime,
#reminderOneDateDiv,
#reminderTwoDateDiv{
	position: relative;
}
#startTimeDateDiv #ui-datepicker-div,
#endTimeDateDiv #ui-datepicker-div,
#kickofftime #ui-datepicker-div,
#reminderOneDateDiv #ui-datepicker-div,
#reminderTwoDateDiv #ui-datepicker-div{
	top:100% !important;
	left:0 !important;
}

/*metadata info position*/
.metadata-info{
	margin-top:15px;
	}
	.metadata-info sup{
	margin-left:5px;
	}
	.metadata-info .right{
	left: -200px !important;
		width: 170px;
		min-width: 170px !important;
	right: 0 !important;
	transform: translate(0);
    top: -13px !important;
	}
	.metadata-info .right i{
	right: -12px;
		margin-top: 0;
		top: 13px;
		transform: rotate(180deg);
	}
	.metadata-info  sup:hover .right{
		visibility: visible;
		opacity: 1;
}
	.metadata-type {
		padding: 3px 22px 0px 0px;
	}
	.metadata-type .select{
		width:100%;
	}
	.metadata-type .select .form-field {
		padding: 0 10px;
	}
/*respondents-meta-r style's*/
.respondents-meta-wrap{
	padding-top:15px;
}
.respondents-meta-title{
	position: relative;
	font-size:16px;
	color:#b8b8b8;
	line-height: 24px;
	overflow: hidden;
}
.respondents-meta-title::after{
	width:100%;
	height:2px;
	background-color:#ccc;
	content:'';
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	margin-left:2%;
}
.querry-block{
	padding:0 0 10px 0px;
}
.resp-ans{
	padding-left:38px;
}
.querry-header{
	position: relative;
	display: block !important;
	margin-bottom:15px !important;
}
.querry-header > img{
	position: absolute;
	top:2px;
	left:-24px;
}
.respondents-subtext{
	font-size:14px;
	color:#cecccc;
	padding-top:8px;
	font-weight: 500;
}
.respondents-categories{
	flex-wrap: wrap;
}
.respondents-categories .categories-count{
	padding:6px 10px;
	border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	-ms-border-radius:25px;
	-o-border-radius:25px;
	color:#fff;
	margin-right:5px;
	border:0 !important;
	font-size:14px;
	cursor: default;
}
.respondents-categories label{
	font-size:14px;
	font-weight:500;
	color:#cecccc;
	margin-right:7px;
	margin-bottom:0px;
	padding:0;
}
.respondents-categories .categories-count.grey{
	background-color: #d1d1d1;
}
.respondents-categories .categories-count.orange{
	background-color: #ff9b78;
}
.respondents-categories .categories-count.green{
	background-color: #4dc0a7 !important;
}

/*temp-navIcon-r style Starts*/
.template-icon,
.nav li a.active .template-icon, .nav li a:hover .template-icon{
    background: url(../images/nav-template-icon.svg) center top no-repeat;
    width: 22px;
    height: 22px;
    background-size: contain;
}
.nav li a.active .template-icon, .nav li a:hover .template-icon{
	background: url(../images/nav-template-icon-active.svg) center top no-repeat;
	background-size: contain;
}

.createNewTemplate .popup-content{
	max-width:490px;
}

/*DTV-1985-Template Style starts*/
.DT-empty-state-wrap{
	padding:3rem 0 1.5rem 0;
}
.construct{
	text-align: center;
}
.construct > img{
	width:50%;
	margin-bottom:20px;
}
.DT-empty-state-image{
	width:100%;
	height:auto;
	text-align: center;
	margin:0 auto;
	padding-bottom:1rem;
}
.DT-empty-state-image svg{
	height:325px;
}
.empty-state-text{
	font-size:14px;
	color:rgba(158, 171, 190, 1);
	line-height: 22px;
	text-align: center;
}
.empty-state-text span{
	color:rgba(76, 73, 91, 1);
	font-weight:medium;
	margin-right:3px;
}
/*logic-rtl-fix-r Syle starts*/
.preview-area.full-width{
 width:100%;
}
.preview-area.full-width .container{
 margin:30px 0;
}
/*review-modal-fix-r Style starts*/
.tracking,
.tracking .review-response,
.tracking span,
.tracking h3{
	font-size:14px !important;
}

/*temp-logicMsg-r style starts*/
.warn-questions.logic-warn{
	margin-bottom:15px;
	padding:10px 10px 10px 15px;
}
.warn-questions.logic-warn img{
	padding:0;
}
.overflow-hidden{
	overflow:hidden ! important
}

/*temp-saveType-popup-r Style starts*/
.saveTemplate .popup-content{
	max-width: 620px;
}
.template-question,
.template-answers{
	font-size:15px;
	color:#000;
	line-height:20px;
	margin-bottom:15px;
}
.template-answers{
	color:#808080;
	font-size:13px;
	line-height: 19px;
}
/*qTab-analytics-r Style starts*/
.categories-opaque-wrap .categories-text-wrap {
	width: calc(100% - 270px);
    padding: 12px 30px;
}
.categories-opaque-wrap .cateogories-aside-wrap{
	width:268px;
	border-left:1px solid #EBEBEB;
	padding:30px 20px;
	position: relative;
}
.opaque-screen{
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-color:rgba(255, 255, 255, 0.9);
	margin:auto;
}
.opaque-screen p{
	color:#000;
	font-size:14px;
	line-height: 20px;
	max-width: 60%;
	text-align: center;
	padding-top:0
}
.opaque-screen p strong{
	font-size:16px;
	font-weight:medium;
}

.opaque-screen-10 > img{
	width: 10%;
}

.categories-opaque-wrap .text-response-row p,
.categories-opaque-wrap .text-response-row{
	padding:0;
	margin:0;
}
.categories-opaque-wrap .text-response-row p{
	margin-top:10px;
}
.categories-opaque-wrap .category-text{
	text-transform: uppercase;
	font-size: 500;
	color:#2F2F2F;
}
.categories-section-time-wrap{
	margin:12px 0;
}
.text-response-timestamp{
	margin:0 !important;
}
.categories-opaque-wrap .text-response-timestamp{
	align-items: center !important;
}
.categories-opaque-wrap .text-response-timestamp p{
color:#B1B1B1 !important
}
.categories-opaque-wrap .form-group > label{
    color: #000;
    float: none;
    font-size: 17px;
    line-height: 21px;
    font-weight: 500;
    padding-bottom: 15px;
    margin: 0;
    display: block;
}
.categories-opaque-wrap .select::after{
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.categories-opaque-wrap .category-select{
    color: #1F1F1F;
    font-size: 13px;
    background: none;
	padding: 7px 34px 7px 15px;
    background-color: #fff;
    border: 1px solid #D0D1D5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    position: relative;
    width: 100%;
    text-align: left;
    float: left;
}
.categories-opaque-wrap .drop-list a{
	padding: 8px 15px;
}
.categories-opaque-wrap .category-select ul{
	right: auto;
    left: 0;
    top: 100%;
    width: 100%;
    height: 180px;
    overflow: auto;
}
.categories-opaque-wrap .act-select,
.categories-opaque-wrap .category-select ul li a,
.sentiment-types label{
	font-size: 16px;
	color:#000;
}
.sentiment-types{
	position: relative;
	padding-left:25px;
	margin-bottom:12px;
	min-height: 24px;
}
.sentiment-types label{
	margin:0;
	padding:0;
}
.sentiment-types::before{
	position: absolute;
	content: '';
	width:15px;
	height:15px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-color:#C7C7C7;
	left:0;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}
.sentiment-types.positive::before{
	background-color:#49B596;
}
.sentiment-types.negative::before{
	background-color:#FF8663;
}
.openEnded-question-row > .q-type-icon{
	padding-top:0 !important;
	margin-top:0 !important;
}
.q-download-button{
	line-height: 24px;
}


.respondent-page .q-type-icon{
	float: left;
	margin-right: 10px;
}

.btn{
	text-transform: none;
}

/*DTV-2335-r Style starts*/
.chain-link{
	width: 26px;
	height: 26px;
	background: url(../images/chain.svg) no-repeat center;
	background-size: auto;
	background-size: cover;
	margin-right: 15px;
	position: relative;
	cursor: pointer;
}
.chain-link.tooltip .right{
	left:0;
	min-width: 150px;
	top: -170%;
	left: 50% !important;
	margin-left:0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.chain-link.tooltip .right .text-content{
	padding:7px 12px;
}
.chain-link.tooltip:hover .right{
	visibility: visible;
	opacity: 1;
}
.chain-link.tooltip:hover .right i{
	bottom: -18px;
	left: 50%;
	right:auto;
	top:auto;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}
.warn-questions.success-link{
	position: absolute;
	width:auto;
	top:5%;
	left:0;
	right:0;
	margin:auto;
}
.sharable-copy-inputwrap{
	position: relative;
}

.sharable-copy-inputwrap > input{
	padding-right:110px !important;
}

.copy-link{
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px 12px;
	background-color: #6f5ba7;
	border-radius: 4px;
	font-size: 14px;
	bottom: 0;
	color: #fff;
}

.copy-link:hover{
	background-color: #4c3794 !important;
}

.copy-link svg,
.copytoclip svg{
	fill:#fff;
	width:14px;
	height: 14px;
	margin-right:8px;
}

/*Filters Three css below*/

/*filtersNew-r style starts*/
.report-filter.filter-response{
	display:block;
}
.filter-section-wrap{
	width:100%;
}
/* .respondents-wrap .filters-wrap, */
.g-respondent-header .filters-wrap{
	width:100%;
	height:auto;
	padding:0 3px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(215, 218, 226, 1);
	margin-bottom:0;
	position: relative;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.filter-status-details{
	margin: 8px 0 20px 0;
	font-size: 12px;
	color: #BDC4C9;
}
.filter-status-details .filter-status-name{
	color:#434348;
	font-size:15px;
}
.floppy{
	height: 32px;
    width: 32px;
	background-color:#fff;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
}
.floppy:hover{
	background-color:#9C8FC4;
	transition: .3s ease all;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-ms-transition: .3s ease all;
	-o-transition: .3s ease all;
}
.floppy:hover svg path{
	fill:#fff;
}
.respondents-text{
	padding:0 14px 0 26px;
    position: relative;
	min-height: 20px;
	font-size:14px;
	line-height: 17px;
	color: #868686;
}
.respondents-text::before{
	position: absolute;
	content:'';
	width:20px;
	height:20px;
	top:0;
	left:0;
	bottom:0;
	background:url(../images/avatar.svg) no-repeat left;
}
.respondents-text span{
	font-size:20px;
	color:#434348;
	line-height: 24px;
	padding-left:4px;
	font-weight:600;
}
.filter-btn{
	background-color: #9C8FC4 !important;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	position: relative;
	font-size: 16px !important;
}
.filter-btn > .filter-apply-ul > li > ul{
	width:185px;
	min-width:170px;
}
.filter-btn label,
.respondents-wrap label{
	margin:0;
}
/* .filter-btn .check-btn span:after{
	top:5px;
} */
.filter-btn:hover{
	background-color: #7E6CB5;
}
/*Filter Dropdown's*/
.filter-apply-ul,
.filter-subdrop,
.scaler-droper{
	position: absolute;
	top:100%;
	left:0;
	width:auto;
	height:auto;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(215, 218, 226, 1);
	background-color:#fff;
	min-width: 200px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	z-index: 4;
}
.filter-subdrop{
	left:100%;
	top:-1px;
	max-height:195px;
	/* overflow: auto; */
}
.g-respondent-header .nox-max-height{
	overflow: hidden !important;
	max-height: none !important;
}
.surveylistheight{
	max-height: 137px;
	overflow: auto;
}
.filter-searchli{
	padding:7px 6px 0 6px !important;
}
.scroler-sub{
	overflow: auto;
	max-height: 170px;
	margin: 10px 0;
}
.scroler-sub > a{
	padding:7px 12px;
	display: flex;
}
.filter-apply-ul li{
	padding:8px 15px;
	font-size:14px;
	color:#4D4F5C;
	position: relative;
}
.see-all-filters{
	border-top:.5px solid rgba(156, 143, 196, .5);
	margin-top:10px;
}
.respondents-wrap .radio-btn span{
	font-size:14px !important;
}
.filter-subdrop.service{
	max-height:initial;
	padding-bottom:15px;
}
.service-reset{
	display: inline !important;
    font-weight: bold;
    color: #4c3794 !important;
}
/* .filter-apply-ul > li:first-child,
.filter-subdrop li.filter-subli-title{
	padding:18px 14px;
	border-bottom:.5px solid rgba(156, 143, 196, .5);
} */
/* .filter-apply-ul li:hover{
	background-color:rgba(156, 143, 196, .1);
} */
.filters-leftarrow {
	width: 0px;
	height: 0px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid rgba(0, 0, 0, .5);
}
.filter-search{
	border:1px solid #C3C3C3 !important;
	padding: 0 11px 0 28px !important;
	border-radius:3px !important;
	-webkit-border-radius:3px !important;
	-moz-border-radius:3px !important;
	-ms-border-radius:3px !important;
	-o-border-radius:3px !important;
	position: relative;
	height: 30px !important;
	font-size: 14px !important;
	color: #B7B7B7 !important;
}
.filter-subdrop li.filter-searchli::before,
.filter-srch::before,
.input-search-wrap::before{
	position: absolute;
	content:'';
	width:13px;
	height:13px;
	top: 16px;
	left: 14px;
	background:url(../images/search.png) no-repeat center;
	background-size:13px;
	z-index:9;
}
.filter-search::placeholder{
	color:#B7B7B7;
}
.filter-apply-ul > li ul,
.filters-wrap ul li ul{
	z-index: 10;
	/* transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s; */
	/* visibility: hidden;
	opacity: 0; */
	/* transform: translateY(-3em);
	-webkit-transform: translateY(-3em);
	-moz-transform: translateY(-3em);
	-ms-transform: translateY(-3em);
	-o-transform: translateY(-3em); */
}
.filters-wrap ul li ul{
	visibility: visible;
	opacity: 1;
	/* transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0); */
}

/* .hide-filters-wrap{
	visibility: hidden !important;
	opacity: 0 !important;

} */
.trigger-ifconditions-wrap .filters-wrap ul li ul{
    visibility: hidden;
    opacity: 0 ;
}
.open-conditions ul{
    visibility: visible !important;
    opacity: 1 !important ;
}
.filter-apply-ul li:hover ul,
.filters-wrap ul li:hover > ul,
.filters-wrap ul li:hover .scaler-droper{
	visibility: visible !important;
  opacity: 1 !important;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}
.scaler-droper{
	display: none;
}
.filters-textarea > li.close > a::after{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transition: .3s ease-in-out all;
	-webkit-transition: .3s ease-in-out all;
	-moz-transition: .3s ease-in-out all;
	-ms-transition: .3s ease-in-out all;
	-o-transition: .3s ease-in-out all;
}
/*Textarea Li*/
.filters-textarea li,
.trigger-viewby{
	padding:6px 10px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	position: relative;
}
.filters-wrap .filter-subdrop.location .filter-searchli::before{
	top:20px;
}
.filters-textarea > li,
.question-answered > li,
.trigger-viewby{
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(215, 218, 226, 1);
	padding:6px 50px 6px 10px;
	margin:3px 4px 3px 0;
	min-width: 200px;
	width: 200px;
}
.g-respondent-header .filters-textarea > li{
	width: auto;
}
.filters-textarea li a,
.filters-textarea li span,
.trigger-viewby > a{
	color:#4D4F5C;
	/* width:100%; */
	font-size:14px;
	line-height: 20px;
}
.filters-textarea li span{
	width: auto;
}
.filters-textarea > li > a::after,
.question-answered > li > a::after{
	position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    top: 12px;
    right: 32px;
    background: url(../images/down-arrow.svg) no-repeat center;
}

.trigger-viewby >a:first-child .close-viewby{
	width: 9px;
	height: 9px;
}

.question-answered > li > a::after {
	right: 10px;
}
.filters-textarea li .select-close,
.trigger-viewby .select-close{
	position: absolute;
	right:0;
	top:0;
	width:25px;
	bottom:0;
	border-left:1px solid #D7DAE2;
}
.filters-textarea li .select-close svg	{
	width: 14px;
	height: 10px;
	fill:#A4AFB7
}
.filters-wrap > ul.filters-textarea .filter-subdrop,.scaler-droper{
	top:100%;
	left:0;
	z-index:10;
}
.filter-subdrop.service,
.question-answered{
	padding:22px;
}
.filter-subdrop.service .radio-btn span:before{
	top:0;
}
.filter-subdrop.service .radio-btn span:after{
	top:5px;
}
.dater{
	position: relative;
}
.dater input,
.filters-wrap input[type="number"]{
	border:1px solid #D7DAE2 !important;
	padding:0 30px 0 10px;
	min-width:130px;
	width: 130px !important;
}
.dater input{
	font-size: 15px !important;
	border-radius: 4px !important;
}
.for-calendar{
	position: absolute;
	top:50%;
	right:10px;
	width:14px !important;
	height:16px;
	background:url(../images/calendar-icon-to.svg) no-repeat center;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}
.filter-subdrop.service .radio-btn{
	margin-right:8px;
}
.filter-subdrop.service .and {
	position: relative;
}
.filter-subdrop.service .and > label{
	margin:0 6px;
}
.filter-subdrop.service li:not(:last-child){
	margin-bottom: 18px;
}
.filter-subdrop.service li{
	padding:0 !important;
}
.filter-subdrop.service li::before{
	display: none;
}
/*age*/
.service.age{
	min-width:330px;
	max-height: 300px;
}
.sub-answered,
.question-answered,
.filter-subdrop.age{
	overflow: visible;
}
.service.age > li input{
	width: 90px !important;
	min-width: 90px;
	height: 32px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.filters-wrap > ul > li > ul .radio-btn span{
	white-space: nowrap;
}
.metric{
	color:#B5B5B5;
	font-size:12px;
	display: block;
}
.metric i{
	margin-left:4px;
}
/*Question answered*/
.question-answered > li{
	padding:6px 30px 6px 10px;
	float: left;
	min-width: 150px;
    width: 150px;
}
/*0 - 10 scale */
.agescaler{
	position: relative;
}
.scaler-droper{
	padding:8px 10px;
	left:30%;
}
.question-answered{
	display:flex !important;
}
.text-ellisps,
.response-content p,
.metricnps-item p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.text-ellisps-sublinks{
	text-overflow: ellipsis;
    white-space: nowrap;
}
.filters-wrap input[type="number"] {
    border: 1px solid #ADADAD;
    border-radius: 4px;
    height: 40px;
    font-size: 15px;
    padding: 0 15px;
    color: #000000;
}
.check-btn span {
    position: relative;
    display: inline-block;
    padding-left: 18px;
}
.respondents-wrap .check-btn span{
	line-height: 17px;
}
.check-btn span:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 0;
    background: url(../images/icon-chk-blank.svg) center top no-repeat;
    background-size: 100% 100%;
}

.respondents-right-wrap{
	margin-left:20px;
}
.filterdate-picker-selection{
	position: relative;
}
.filter-daterange-wrap{
	height:52px;
}
.filterdate-picker-selection > input{
	border:1px solid #D7DAE2 !important;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-ms-border-radius: 3px !important;
	-o-border-radius: 3px !important;
	color: #4D4F5C;
	padding-right: 32px !important;
}
.filter-downloader-options{
	width:32px;
	height:30px;
	background-color:#9C8FC4;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
}
.filterdate-picker-selection .filter-downloader-options{
	position: absolute;
	top:0;
	right:0;
	height:99%;
}
.filter-downloader-options:not(:last-child),
.filterdate-picker-selection{
	margin-right:10px;
}
.report-filter.filter-response .radio-btn span{
	display:initial !important;
}
.report-filter.filter-response .and label{
	font-size:14px;
	color:#52475C
}
/*filtersNew-r 14-05*/
.filter-btn .btn{
	font-size: 14px !important;
	padding:7px 12px;
}

.respondents-wrap .check-btn span::after{
	background: url(../images/lighter-check-blank.svg) no-repeat center top;
	background-size: 100% 100%;
}
.respondents-wrap .check-btn .check:checked + span::after{
	background: url(../images/lighter-check.svg) no-repeat center top;
	background-size: 100% 100%;
}
/*filtersNew-r Styles ends here*/

/*createCustomFilter-r style's starts*/
.create-custom-filter{
	height:100vh
}
.create-custom-filter .program-created-popup{
	overflow: auto;
	padding:30px;
	display: block;
}
.create-custom-filter .program-created-popup {
	/* height: calc(100% - 118px); */
	height: auto;
}
.program-created-popup label{
	margin-bottom:3px;
}
.create-custom-filter .popup-content{
	max-width:50%;
	min-height:365px;
	position: relative;
	max-height:calc(100% - 16px);
	padding: 60px 0 58px 0;
}
.create-custom-filter .popup-head .close-icon{
	top: 50%;
	transform: translateY(-50%);
}
.create-custom-filter .popup-head{
	padding:30px;
}
.create-custom-filter .popup-head,
.create-custom-filter .popup-footer{
	position: absolute;
	top:0;
	left:0;
	right:0;
	height:60px;
}
.create-custom-filter .popup-footer{
	top:auto;
	bottom:0;
	height:58px;
}
.create-custom-filter .popup-head h3{
	margin:0;
}
.create-custom-filter .popup-head .close-icon{
	position: inherit;
}
.create-custom-filter .strong-label{
	font-weight:500;
	color:#000;
	font-size:15px;
}
.create-custom-filter .createcuston-wrap{
	margin-top:30px;
}
.only-reponses .filters-textarea > li{
	width:100%;
	padding:6px 10px;
}
.only-reponses .filters-textarea > li > a::after{
	right: 10px !important;
}
.create-custom-filter .only-reponses .filter-subdrop{
	width:100%;
	/* transform:translateY(0) !important;
	-webkit-transform:translateY(0) !important;
	-moz-transform:translateY(0) !important;
	-ms-transform:translateY(0) !important;
	-o-transform:translateY(0) !important; */
	visibility: visible !important;
	opacity: 1 !important;
	display: none;
	position: fixed;
}
.create-custom-filter .filter-subdrop li.filter-searchli::before{
	top:50%;
}
.create-custom-filter .filter-subdrop.service li:not(:last-child){
	margin-bottom:18px
}
.create-custom-filter .filter-subdrop.service li .and{
	margin-top:5px;
}
.create-custom-filter .filter-subdrop.service li .and span,
.create-custom-filter .filter-subdrop.age li .and span{
	margin-right:10px
}
.create-custom-filter .filter-subdrop.age li .and{
	margin-top:0;
}
.only-reponses .filters-textarea > li:not(:last-child){
	flex: 0 0 47%;
}
.only-reponses .filters-textarea > li .check-btn{
	margin:0;
}
.only-reponses .filters-textarea > li .check-btn span{
	padding-left:15px;
}
.new-condition {
    padding: 6px 14px;
    background-color: #9C8FC4;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #fff;
    font-size: 14px;
}
.new-condition svg {
    width: 10px;
    height: 10px;
    margin-right: 4px;
}
.mobile-block{
	display:block !important;
}
.mobile-block .and{
	padding:10px 0 0 23px;
}
@media screen and (max-width:1024px){
	.create-custom-filter .popup-content {
		max-width: 095%;
	}
}
@media screen and (max-width:1260px){
	.create-custom-filter .filter-subdrop.service li:not(:last-child){
		margin-bottom:10px;
	}
	.btw-and .and{
		padding:10px 0 0 23px;
	}
}

/*savedFilter-r style's starts*/
.popup-wrap.saved{
	font-size:14px;
	width:80%;
}
.popup-wrap.saved .filter-aside{
	width:235px;
	border-right:1px solid rgba(212, 209, 209, 0.5);
	min-width: 235px;
	padding: 25px 0 0 0;
	height: calc(100% - 123px) !important;
	position: absolute;
	left: 0;
}
.popup-wrap.saved .popup-review-body{
	padding:0;
	overflow: initial;
	height: calc(100% - 121px) !important;
}
.popup-wrap.saved .popup-review-body > .d-flex,
.filter-aside{
	height:100%;
}
.filter-srch{
	position: relative;
    padding: 0 10px 10px 30px;;
}
.filter-details{
    width: 100%;
    height: calc(100% - 40px);
    overflow: auto;
}
.popup-wrap.saved .manage-content{
	width: calc(100% - 235px);
	height: 100%;
	overflow: auto;
	margin-left:235px;
}
.filter-details-ul li{
	position: relative;
	padding:8px 30px 8px 30px;
}
.filter-details-ul li a{
	font-size:15px;
	color:#000;
	width:100%;
}
.filter-details li:hover{
	background-color:rgba(156, 143, 196, .1);
	transition: .3s ease-in-out all;
	-webkit-transition: .3s ease-in-out all;
	-moz-transition: .3s ease-in-out all;
	-ms-transition: .3s ease-in-out all;
	-o-transition: .3s ease-in-out all;
}
.filter-details-ul li svg{
	width:12px;
	height:16px;
	overflow: hidden;
	cursor: pointer;
}
.manage-content{
	padding:26px 30px;
}
.popup-wrap.saved .close-modal svg{
	width:14px;
	height:14px;
	fill:#A4AFB7;
}
.condition-item{
	padding-top:26px;
}
.select-conditions{
	position: relative;
	margin-top:8px;
}
.select-conditions select{
	-webkit-box-flex: 1;-ms-flex: 1;flex: 1;
	position: relative;
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* background:url(../images/down-arrow-filled.svg) no-repeat 97% center; */
  background-size:10px;
}
.select-conditions select:first-child{
	-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;
}
.select-conditions select:not(:first-child){
	margin-left:8px;
}
.select-conditions select.Equal-to{
	-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;
}
.clear-conditions{
	-webkit-box-flex:0;-ms-flex:0 0 18px;flex:0 0 18px;
	width:18px;
	height:18px;
	background-color:#9C8FC4;
	position: relative;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	cursor: pointer;
	margin-left:5px;
	margin-top:10px;
}
.clear-conditions::before{
	content: '';
	position: absolute;
	top:50%;
	left:50%;
	width:60%;
	height:2px;
	background-color:#fff;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
.new-condition:hover{
	background-color:rgb(140, 126, 182);
}
.new-condition:disabled{
		background-color:#bebebf;
}
.new-condition svg{
	width:10px;
	height:10px;
	margin-right:4px;
}
.condition-item select{
	height:32px;
}
.filter-srch::before {
    position: absolute;
    content: '';
    width: 13px;
    height: 13px;
    top: 13px;
	right: 35px;
	left:auto;
    background: url(../images/search.png) no-repeat center;
    background-size: 13px;
    z-index: 1;
}
.manage-content > input{
	border:1px solid #dadada;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.saved .filter-srch::before{
	top:9px;
}
.saved .only-reponses ul.filters-textarea{
	-webkit-box-flex:0;
	flex:0 0 95%;
	width:95%;
}
.saved .createcuston-wrap{
	margin-top:40px;
}
.saved .service.age{
	max-height: initial;
}

/*Before Saved edit*/
.grey-label{
	font-size: 13px;
    line-height: 17px;
    color: #828282;
    margin-bottom: 10px;
    display: block;
    font-weight: 400;
}
.label-details{
    font-size: 14px;
    line-height: 18px;
    color: #120f10;
    margin-bottom: 9px;

}
.saved .filter-subdrop{
	position: fixed !important;
}
.saved .filter-aside a.filter-srch{
	padding: 0 30px 10px 30px !important;
	width: 100%;
}
.saved .filter-aside a.filter-srch > input{
	padding: 0 30px 0px 10px !important;
}
.saved .saved-after-edit-wrap{
	margin-top:20px;
}
.saved .saved-after-edit-wrap .strong-label{
	margin-bottom:6px;
	display: block;
}
.saved .filter-subdrop .radio-btn{
	margin-bottom:0;
}
.saved .filters-textarea .scroler-sub a,
.saved .filters-textarea .scroler-sub a label span{
	line-height: 17px;
}
.saved .only-reponses .filters-textarea > li .check-btn{
	margin-right:8px;
}
.saved .filters-wrap .filter-subdrop.location .filter-searchli::before{
	top: 60%;
    transform: translateY(-50%);
}
.saved .filter-subdrop.service li:not(:last-child){
	margin-bottom:12px;
}
.filter-name > input {
    border: 1px solid #dadada !important;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
	-o-border-radius: 4px !important;
	font-size: 14px !important;
}

/*DTV-2431-r Style starts*/
.question-no-wrap{
	padding-left: 35px;
}
.question-no{
	position: absolute;
	top:8px;
	left:0;
	font-size: 16px;
	color:#060105;
}

/*DTV-2423-r Style starts*/
.show-hide{
	position: relative;
	padding: 0 12px;
}
.show-hide-drop{
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border: 1px solid #EBEBEB;
    width: 100% !important;
    min-width: 260px;
    padding: 0;
    position: absolute;
    top: 140%;
    left: auto;
	right: 0;
	z-index: 1;
}
.show-hide > span{
	cursor: pointer;
}
.show-hide > span > img{
	transform: rotate(270deg);
	margin-left: 15px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
}
.show-hide > ul{
	margin:3px 0;
}
.show-hide > ul > li{
	width: 100%;
	padding: 10px 14px !important;
    border-bottom: 1px solid #ececec;
}
.show-hide-drop .cent-percent > h4{
	font-size: 15px;
}
.unhide{
	color:#8070A2 !important;
	font-size: 14px !important;
}
.cent-percent > h4{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right:10px;
}
/*DTV-2424-r Style starts*/
.url-address,
.url-address-dynamic{
	font-size: 17px;
	line-height: 24px;
	color:#020202;
}
.customization-fields.Sharable-link{
	padding-left: 0px !important;
}
.sharable-ip-link input{
	border:1px solid #DCDFE2 !important;
	background-color: #fff !important;
	color: #020202 !important;
	font-size: 17px !important;
	margin:0;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-ms-border-radius: 3px !important;
	-o-border-radius: 3px !important;
	padding:8px !important;
}
.sharable-ip-link input::placeholder{
	color: #020202;
}
.sharable-url-wrap{
	flex:auto;
}
.sharable-ip-link{
	width:100%;
	margin-left:5px;
	display:none;
}
.sharable-ip-link .survey-name-error{
	font-size: 12px !important;
	color:#AC0101 !important;
	margin:0 !important;
	position: absolute;
	bottom:-20px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.sharable-url-actions .copy-link{
	position: initial !important;
	padding: 8px 16px !important;
}
.sharable-url-actions{
	margin-left:10px;
}
.sharable-url-actions a:first-child{
	margin-right:5px;
}
.copy-cancel{
	color:#4B3694;
	font-size: 14px;
	font-weight: 600;
	margin-left: 16px;
}
.save-cancel-btns,
.sharable-edit .url-address-dynamic,
.sharable-edit .sharable-ip-link,
.sharable-edit .edit-btns{
	display: none;
}
.sharable-edit .sharable-ip-link,
.sharable-edit .save-cancel-btns {
	display: block;
}
.sharable-edit .save-cancel-btns{
	display: inline-flex;
}
/*DTV-2675-r*/
.filter-subdrop.service.service-width{
    min-width:445px !important;
}
.filter-subdrop.service.service-width .and .for-calendar{
    margin-right:0 !important
}
/*DTV-2261-hashdropper-r Style starts*/
.custom-padd.relative .hash-drop-ul{
	top:50%;
}
.second-option-at{
	margin-top:10px;
}
.second-option-at >label > span:before,
.second-option-at >label > span:after,
.second-option-at .time-picker:after,
.second-option-at .time-picker:before{
	display: none;
}
.second-option-at.third-option-at >label > span:before,
.second-option-at.third-option-at >label > span:after{
	display: block;
}
.second-option-at .time-picker{
	width:auto;
}
.second-option-at .time-picker input{
	width: 120px !important;
	padding-right: 30px;
}
.upto-after-edit.one-arrow{
	margin-right: 10px;
}
.second-option-at > label.radio-btn{
	min-width: 40px !important;
}

/*DTV-2865-r style starts*/
.no-numerical-function::before,
.no-numerical-function::after{
	display: none;
}

/*DTV-2865-and-2872-fixes style starts*/
.notification-content > label{
	margin-bottom:0 !important
}

.notification-content:not(:last-child){
	margin-bottom:10px;
}

/*Wordbreak fix*/

.trigger-actions-if-wrap .notification-content{
	word-break: break-all;
}

/*DTV-2887-r style starts*/

.new-form-group.custom-padd input{
	box-shadow: initial;
}

/*DTV-2435-r style starts*/

.trigger-viewby{
	padding: 3px 25px 3px 10px;
    margin: 0 0 0 5px;
}

.trigger-viewby > a:last-child svg{
	width:12px;
	height:12px;
	fill:#707070;
}

.trigger-viewby a:first-child .close-viewby{
	/* display: none; */
	padding-right:20px;
}

.sort-by-trigger-wrap .filter-subdrop{
	top:100%;
	left:auto;
	right:0;
	display: none;
}

.trigger-viewby >a:first-child{
	cursor: default;
}

.trigger-viewby >a:first-child .close-viewby{
	background: url(../images/close.svg) no-repeat center;
	cursor: pointer;
}

.sort-by-trigger-wrap .filter-searchli{
	padding:0 !important
}

.sort-by-trigger-wrap .filter-searchli input{
	padding:0 28px 0 11px !important;
	width:calc(100% - 16px);
	margin:0 8px;
}

.sort-by-trigger-wrap li.filter-searchli::before{
	top:15px;
	left:auto;
	right:15px;
}

.sort-by-trigger-wrap .scroler-sub{
	margin:4px 0;
}

.sort-by-trigger-wrap .scroler-sub a{
	font-size: 16px;
    color: #4D4F5C;
}

.sort-by-trigger-wrap .scroler-sub a:hover{
	background-color: rgba(156, 143, 196, 10%);
}

.trigger-viewby .select-close{
	border-width:0
}

.subdrop-active .trigger-viewby .select-close{
	border-width: 1px;
}

.subdrop-active .trigger-viewby a:first-child .close-viewby,
.subdrop-active .filter-subdrop{
	display: block;
}

/*DTV-2436-r Style starts*/

.trigger-action-filter-wrap .filter-apply-ul{
	padding:6px 0;
}

.trigger-action-filter-wrap .filter-subdrop1{
	z-index:1;
	/* min-width: 230px; */
	/* width:230px; */
	top:0 !important;
	left:100% !important;
}

.filter-subdrop1{
	display: none;
}


.trigger-action-filter-wrap .filter-subdrop{
	z-index:1;
	min-width: 230px;
	/* width:230px; */
	/* top:0 !important;
	left:100% !important; */
}


.trigger-action-filter-wrap .filter-subdrop2{
	/* z-index:1;
	min-width: 230px; */
	max-width:260px;
	/* top:0 !important;
	left:100% !important; */
}


.question-type-title{
	color:#4D4F5C;
    min-width: 170px;
}

.question-labels,
.question-trig-type{
	color:#B5B5B5 !important;
	font-size: 12px !important;
}

.question-trig-ul li > label{
	width:22px;
	display: inline-block;
}

.question-type-fil{
	width:calc(100% - 22px);
}

.question-trig-questype{
	width: 95%;
}

.item-labels,
.label-itmes{
	color:#9C8FC4 !important;
	font-size: 13px !important;
	font-weight: 500;
}

.action-email-notification{
	display: block;
	z-index: initial;
}

.action-email-notification .trigger-actions-if-wrap{
	padding-left:0;
}

.no-hover-question:hover,
.trigger-action-filter-wrap .filter-searchli:hover,
.metric-sub-drop.type-one li:hover{
	background-color: transparent !important;
}

.no-hover-question{
	padding:0 !important;
}

.trigger-action-filter-wrap .filter-searchli::before{
	left:auto !important;
	right:14px;
	top:17px !important;
}


.trigger-action-filter-wrap .filter-search{
	padding:0 28px 0 11px !important
}

/* .no-max-height,
.scroler-sub.question-trig{
	max-height: initial;
	overflow: initial;
} */

/* .metric-sub-drop.type-one{
	min-width: auto;
	width:auto;
} */

/*open-ended-conditions-r Style starts*/

.filter-subdrop.open-conditions{
	top:100%;
	left:0;
	padding:16px;z-index: 2;
	overflow: auto;
}

.title-for-questions{
	font-size: 12px;
	font-weight: 600;
	color:#4D4F5C;
}

.sentiment-ul-wrap,
.sentiment-ul-wrap li{
	margin:16px 0;
}

.equals-sign{
	width:auto;
	height:auto;
	background-color: transparent;
	margin-left:15px;
}

.equals-sign::after,
.equals-sign::before{
	position: absolute;
	content:'';
	width:12px;
	height:2px;
	background-color: #4D4F5C;
	top:0;
	left:0;
}

.equals-sign::after{
	top:3px;
}

.equals-sign::before{
	top:-1px;
}

.open-condition-item > select{
    border: .5px solid #C3C3C3;
    padding: 4px 35px 4px 8px;
	appearance: initial;
	font-size: 14px;
	margin-left:30px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	/* background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat; */
	background: url(../images/down-arrow.svg) no-repeat 94% 16px;
	min-width: 158px;
	width: 158px;
}

.question-and{
	color:#CECECE;
	font-size: 14px;
	font-weight: 600;
	padding:8px 0 8px 12px;
}

.filter-section-wrap .open-condition-item label{
	font-size:14px
}

/* choice questions */

.filter-section-wrap .choice-question .scroler-sub{
	padding:0;
}

/* nps question */

.nps-question{
	max-height: max-content !important;
}

.nps-question .upto-after-edit > input,
.nps-question .upto-after-edit{
	margin-left:0;
}

.out-of{
	margin-left:8px;
}

.upto-after-edit + .out-of{
	margin-right:8px;
}

span.out-of > span:last-child{
	margin-left:6px;
}

.nps-question li input[type="number"]{
	width:70px !important;
	min-width: 70px !important;
	padding:0 8px;
}

.filter-section-wrap .nps-question{
	max-height:max-content;
    width:370px;
    min-width:370px;
}

.filter-section-wrap .respondents-left-wrap .filters-textarea > li{
	height:34px;
	padding:0 50px 0 10px
}

.filter-apply-ul li{
	padding:0;
}

.filter-apply-ul li a,
.question-trig-ul li,
.new-trig-ul > li{
	padding:8px 10px;
}

.filter-apply-ul > li:hover{
	background-color: rgba(27, 24, 34, 10%) ;
}

.filter-apply-ul > li > ul li a:hover,
.question-trig-ul li:hover,
.filter-apply-ul > li > ul .scroler-sub a:hover{
	background-color: rgba(27, 24, 34, 15%) ;
}

/*DTV-2904-r Style starts*/

.trigger-condition-alerts{
	background-color: #EDEBF4;
	padding:6px 8px;
	border:1px solid #DDD8EF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	margin-bottom:10px;
}

.trigger-condition-alerts > p{
	color:#2D2059;
	font-size: 15px;
}

.trigger-condition-alerts > p a{
	color:#2D2059;
	font-weight: 700;
	text-decoration: underline;
}

.removed-peoples{
	margin:14px 0;
	height:160px;
	max-height:160px;
}

.removed-peoples li {
	margin-bottom:14px;
	color:#0E003E;
	font-size:16px;
}

/*DTV-2939-r Style starts*/

.droper-pad{
	margin:10px 0;
	padding:0 !important;
}

/*DTV-3013-r Style starts*/

.nps-question .upto-after-edit::before,
.nps-question .upto-after-edit::after,
#global_ul_filterdropdown .upto-after-edit::before,
#global_ul_filterdropdown .upto-after-edit::after,
.respondent-trigger .upto-after-edit::before,
.respondent-trigger .upto-after-edit::after{
	display: none;
}

/*DTV-3034-r Style starts*/

.saved-after-edit-wrap .filters-textarea > li{
	min-width: initial;
}

.saved-after-edit-wrap .filters-textarea > li,
.only-reponses .filters-textarea > li:not(:last-child){
	width:50%;
	flex:0 0 50%;
}

.saved-after-edit-wrap  .only-reponses .filters-textarea > li{
	padding:6px 25px 6px 6px;
}

.saved-after-edit-wrap .clear-conditions{
	margin:2px 0 0 14px !important
}

/*DTV-3073-r Style starts*/

.filter-details-ul > li > a{
	padding-right:15px;
}

.filter-details-ul > li > a .floatRight{
	position: absolute;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	top:50%;
	right:0;
}

/*DTV-924-r Style starts */

.btn-group-datepicker{
	min-width: 235px;
}

.btn-group-datepicker .datepicker-button{
	background-color: #fff;
	border:1px solid #D7DAE2;
	cursor: pointer;
	color:#535252;
	font-size: 14px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-ms-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	height:36px;
	line-height: 42px;
	width: 100%;
	text-align: left;
}

.btn-group-datepicker .result-type + .datepicker-button{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group-datepicker .datepicker-button.dropdown-toggle-split{
    padding-right: 10px;
    padding-left: 10px;
	border: 1px solid #D7DAE2;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left:0;
	background-color: #9c8fc4;
	width: 35px;
	min-width: 35px;
}

/* .btn-group-datepicker .datepicker-button.dropdown-toggle-split::after{
    width: 10px;
    height: 10px;
    border-top: 3px solid #A4AFB7;
    border-left: 3px solid #A4AFB7;
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	content: '';
	display: inline-block;
} */

.btn-group-datepicker .datepicker-button:not(:disabled):not(.disabled){
	cursor: pointer;
}

.btn-group-datepicker .datepicker-button:first-child:hover{
	background-color:#F5F5F7;
}

.button-dropdown{
    position: absolute;
    top: 100%;
    right: 0;
    padding: 8px 0 4px 0;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #DEDEDE;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow:0 2px 10px rgba(0,0,0, 16%);
	z-index:12;
	min-width: 260px;
}

.button-dropdown > li{
	padding: 0 12px;
	border-bottom: 1px solid #DEDEDE;
}

.button-dropdown .result-category li:not(.dropdown-divider){
	color:#060105;
	padding:8px 0;
}

.button-dropdown > li:last-child{
	margin-top:15px;
	border: 0;
}

.button-dropdown .result-category li:last-child{
	padding:6px 0
}

.dropdown-divider{
    height: 0;
    margin: 4px 0;
    overflow: hidden;
    border-top: 1px solid #DEDEDE;
}

/*.button-dropdown li:hover{
	background-color: #F5F5F7;
}*/

.respondents-wrap .result-category li span,
.respondents-wrap .result-category li strong{
	font-size: 16px !important;
	cursor: pointer;
}

.button-dropdown li strong{
	font-weight: 700;
}

.button-calendar{
	width:14px !important;
	height:16px;
	background: url(../images/white-calendar.svg) no-repeat center;;
}

.show-results-wrap{
    min-width: 560px;
    padding: 20px 30px;
}

.show-results-foo{
	margin-top:25px;
}

.show-results-foo .close-modal{
	margin-right: 20px;
}

/*DTV-2216-r Style starts*/
.feedback-alert{
	position: fixed;
    top: 5%;
    left: 65px;
	right: 0;
	width:80%;
    margin: auto;
    text-align: center;
}
.report-icon-refreshIcon{
	width:30px;
	height:30px;
	background: url(../images/refresh-icon.svg) no-repeat center;
	background-size: cover;
	display: inline-block;
}
.feedback-alert .warn-questions{
	width:auto;
	margin:0 auto;
	position: relative;
	padding:10px 45px 10px 20px;
	display: inline-flex;
}
.feedback-alert .warn-questions.no-new-feedback{
	/* display:inline-flex !important; */
	width:auto;
}
.feedback-alert .close-alert{
	position: absolute;
    transform: translateY(-50%);
    right: 10px;
    width: 18px;
    top: 50%;
}
.feedback-alert .warn-questions > span{
	text-align: left;
	color: #806400;
    font-size: 16px
}
.feedback-alert .warn-questions > a{
	text-decoration: underline;
    text-align: right;
	padding-left: 60px;
    min-width: 160px;
}
.feedback-alert .warn-questions.only-reset > a{
	min-width:120px;
}

/*DTV-924-date-ui Style starts*/

.show-results-item-wrap .show-results-item:not(:last-child){
	padding-right:20px;
}

.show-results-item-wrap .show-results-item > span.text-center{
	margin-bottom:8px;
}

.show-results-item-wrap .ui-datepicker-inline {
	box-shadow: none;
}

.show-results-item-wrap  .ui-datepicker .ui-datepicker-prev,
.show-results-item-wrap  .ui-datepicker .ui-datepicker-next{
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	top:50%;
}

.show-results-item-wrap .ui-datepicker-calendar .ui-state-default{
	padding:0;
}

/*DTV-3127-r Style starts*/

#create-custom-filter-modal .popup-content{
	min-height: auto;
}

#create-custom-filter-modal .program-created-popup{
	/* height: calc(100vh - 135px); */
}

#create-custom-filter-modal ul.filters-textarea > li{
	width: 47%;
	flex: 0 0 47%;
	padding:6px 30px 6px 10px;
}

#create-custom-filter-modal ul.filters-textarea > li a::after{
	width:12px;
}

#create-custom-filter-modal .clear-conditions{
	margin-left:8px;
}

/*DTV-2418-r Style starts*/

.search-bar-wrapper{
	border:1px solid #ededed;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	padding:3px 20px 3px 35px;
	margin:20px 0;
}

.search-bar-wrapper > input{
	border:0;
	padding:0;
	height:initial;
	color:#aab0b6;
	font-size: 15px;
}

.search-icon{
	position: absolute;
	transform: translateY(-50%);
	top:50%;
	left:0;
	right:0;
	background: url(../images/magnifying-glass.svg) no-repeat;
	background-size: 100%;
	width:14px;
	height:14px;
	margin:auto
}
/*DTV-2788-new-r updated design styles*/

.reply-to-customers .action-notify-wrap{
	margin-top:25px;
}

.trigger-action-panel .opaque-screen{
	top:70px;
	bottom:0;
	z-index:2;
	padding-left:30px;
	background-color: rgba(255, 255, 255, .90);
}

.trigger-action-panel .opaque-screen > p{
	text-align: left;
	max-width: 100%;
	color:#434343
}

.trigger-action-panel .opaque-screen > p strong{
	font-weight: 600;
	font-size: 14px;
 }

.target-send-sec{
	margin-top:12px;
 }
 /*DTV-2787-r Style starts*/
.target-user-wrap .trigger-status-wrap > p{
    color: #353742;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 0;
}
.target-user-wrap .check-btn span:after{
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.target-metadata li {
	line-height: 14px;
	margin-bottom:18px; /*DTV-4796*/
}

.target-metadata li .check-btn{
	margin:0;
	cursor: pointer;
}

.target-title{
	font-size: 15px;
    font-weight: 600;
	color: #000;
	margin:20px 0 15px 0;
}

.target-subtext{
	display: block;
    font-size: 12px;
    color:#b0b1b5;
    margin-left: 20px;
}


/*DTV-2874-rearrangementnew-r Style starts*/

.action-notify-wrap.position-changed{
	margin:40px 0;
}

.send-what-text{
	display: block !important;
	margin-bottom: 15px !important;
}

.no-asterisk::after{
	content: none !important;
}

/*DTV-2187-r Style starts*/
.head-dropper-wrap{
	margin-left:3px;
}
.sort-filter-wrap > li{
	border: 1px solid #DEDEDE;
	border-radius: 2px;
	float:left !important;
}
.sort-filter-wrap > li{
	min-width: 120px;
	margin:0 3px 0 0;
	position: relative;
	padding: 0 !important;
}
.sort-filter-wrap > li::after{
	content: "";
    position: absolute;
    pointer-events: none;
    right: 8px;
    top: 13px;
    border-top: 5px solid #7b797a;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.sort-filter-wrap > li a{
	font-size: 14px !important;
	color:#0F0F0F !important;
	line-height: 17px;
	padding:4px 20px 4px 6px !important
}
.sort-filter-drop{
	position: absolute;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	border: 1px solid rgba(222, 222, 222, 1);
	padding:16px;
	background-color: #fff;
	top: 100%;
    left: 0;
	min-width: 210px;
	z-index: 9;
	max-height: 300px;
    overflow: auto;
}
.sort-filter-title{
	color: #0F0F0F;
	font-size:14px;
	padding-bottom:20px;
}
.li-title{
	color:#B4B4B4;
	font-size: 10px;
	line-height: 12px;
	position: relative;
	overflow: hidden;
}
.li-title::after{
	position: absolute;
	content: '';
	width:100%;
	height:1px;
	background-color: #B4B4B4;
	top:5px;
	margin-left:10px;
}
.sort-filter-subul:not(:last-child){
	margin-bottom: 13px;
}
.sort-filter-subul,
.sort-filter-subul li,
.sort-filter-wrap{
	float: none !important;
	width:100% !important;
}
.sort-filter-subul li{
	padding:0 0 12px 0 !important;
}
.sort-filter-subul li a{
	color:#0F0F0F !important;
	font-size:14px !important;
	line-height: 17px !important;
}
/*DTV-1650-r*/
/*Smiley label character length*/
.smiley-labelling li,
.smiley-labelling li:last-child{
	/* width:100%; */
	margin-right:0;
}
.smiley-labelling li i{
	margin:0 auto;
}
.status-symbols.smiley-labelling input[type="text"],
.status-symbols.smiley-labelling textarea{
	max-width: 100% !important;
	height:auto;
	padding:10px 0;
}

.status-symbols.smiley-labelling textarea,
.rating li textarea.rating-label{
	border:0;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	padding:0;
	line-height: 17px;
	word-break: break-word;
}

/* .rating li textarea.rating-label{
+	height:52px !important;
+} */

/*DTV-3185*/
#header-saved-filter-dropdown #filterSaved{
	max-height:135px;
}

/*DTV-3040-r Style starts*/

.form-label .form-field{
	height:32px;
	min-width: 120px;
}

.post-select > label{
	margin:0 24px 0 0;
}

.webhook-url{
	margin:22px 0 30px 0;
}

.webhook-url input[type="text"]::placeholder,
.request-header-condition-wrap table input[type="text"]::placeholder{
	color:#0A0B0D;
	font-size:16px;
}

.request-headers-on .check-btn span{
	font-weight: 600;
	padding-left:26px;
}

.request-header-condition-wrap{
	margin:16px 0;
}

.request-header-condition-wrap table tr th{
	color:#313135;
	font-weight: 600;
	font-size: 14px;
	text-align: left;
	padding:4px 0 15px 0;
}

.request-header-condition-wrap .select select{
	height:32px;
	padding: 0 15px 0 8px;
}

.request-header-condition-wrap tbody tr:not(:first-child) td{
	padding-top:8px;
}

.request-header-condition-wrap tbody tr td:last-child{
    width: 40px;
	text-align: center;
	position: relative;
}

.add-condition{
	color:#4C3794;
	font-weight: 600;
	padding-left:4px;
	font-size: 14px;
	margin-top:15px;
}

.add-condition > img{
	margin-right: 4px;
}

.request-header-condition-wrap table .clear-conditions{
    margin:0 auto;
    position: absolute;
    top: 50%;
    right: 0;
	left: 0;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	cursor: pointer;
}

.request-header-condition-wrap table tr:not(:first-child) .clear-conditions{
	top:calc(50% + 3px);
}
/*DTV-2285-new-r*/
.overview-chart-card.relative .opaque-screen,
.overview-chart-card .opaque-screen{
	z-index: 3;
	min-height: 215px;
}
.overview-chart-card.relative .opaque-screen p,
.overview-chart-card .opaque-screen p{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	max-width: 25%;
}
.overview-chart-card.relative .opaque-screen p strong,
.overview-chart-card .opaque-screen p strong{
	font-weight: 600;
}

.three-categories{
	width: 50%;
}

/*DTV-2413-r*/
.notification-center-container .alert-message{
	margin-top:15px;
}

/*DTV-3190-r*/
.welcome-input{
	font-size: 14px !important;
}

/*DTV-3189-r*/
.other-option-placeholder span:after{
	display: none;
}
.other-option-placeholder span{
	padding-left: 0;
}
/*DTV-2647-r*/
.truncate-fullwidth .truncate_text{
	width:100%;
}

.truncate-fullwidth .notification{
	display: none;
}

/*DTV-2713-newprogramcard-r*/
.new-programcard-ul{
	margin:30px 0;
}

.new-programcard-ul > li{
	flex:0 0 33.33%;
	padding-right:40px;
	margin-bottom:35px;
	width:33.33%;
}

.new-programcard-ul > li > .expander,
.hidden-card-wrap > li{
	width: 100%;
	background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border:1px solid #E5E5E5;
	box-shadow: 0 0 24px rgba(0, 0, 0, 8%);
	min-height:319px;
	height:319px;
}

.new-programcard-ul > li:nth-child(3n-1){
	padding:0 20px;
}

.new-programcard-ul > li:nth-child(3n){
	padding-left:40px;
	padding-right:0;
}

.programcard-content{
	width: 100%;
	padding:15px 20px;
}
.card-body-content,
.graph-wrap .highcharts-container{
	width: 100%;
}

.highcharts-container{
	width: 100% !important;
}

.new-programcard-ul > li.active-expand .expander{
	margin: 0;
	width: 100%;
	border:0;
	box-shadow: 0 0 88px rgba(0, 0, 0, 16%);
}

.new-programcard-ul.expand > li.active-expand > .expander{

	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
}

.newcard-title,
.month-duration{
	font-size: 18px;
	color:#0E003E;
	font-weight: 700;
	margin:0;
}

.month-duration{
	font-size: 14px;
	font-weight:normal;
	padding:4px 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	display: inline-flex;
}

.month-duration:hover{
	background-color: #F3F5F8;
	cursor: pointer;
}

.duration-edit{
    width: 14px;
    height: 14px;
    min-width: 14px;
    margin-left: 6px;
    background: url(../images/edit-hidden.svg) no-repeat;
    background-size: 14px;
}

.programcard-title .ham-dots,
.ham-options{
	min-width: 10px;
	width:10px;
	cursor: pointer;
	display: flex;
	justify-content: flex-end;
}

.programcard-title .ham-dots > img{
	opacity: .5;
}

.card-response-details{
	margin:15px 0 10px 0;
}

/* .card-response-details .response-content:last-child{
	margin-left:40px;
	width: 60%;
} */

.response-content strong,
.response-rating{
	color:#0E003E;
	font-size: 28px;
	font-weight: 700;
}

.response-content > p{
	color:#0E003E;
	font-size: 14px;
}

.response-rating{
	font-size: 18px;
}

.response-growth-status{
	color:#3CC480;
	font-size:12px;
	margin: 0 3px 0 3px;
}

.response-growth-status > i{
	width:8px;
	height:10px;
	min-width: 8px;
	background:url(../images/green-UpArrow.svg) no-repeat;
	display: inline-block;
}

.response-growth-status.down-status{
	color:#FF4141;
}

.response-growth-status.down-status > i{
	background:url(../images/red-downarrow.svg) no-repeat;
}

.reponse-duration,
.program-graph > h3{
	color:#C0C5DE;
	font-size: 12px;
}


.graph-wrap{
	min-height: 130px;
	height:auto;
}

.graph-wrap > img{
	position: absolute;
	width:100%;
	height:100%;
}

.program-graph > h3{
	font-size: 13px;
	line-height: 17px;
	margin-bottom:4px;
}

.features-ul > li:not(:last-child){
	margin-right:2px;
}

.feature-item > a{
	width:28px;
	height:28px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border: 1px solid rgba(192, 197, 222, 30%);
}

.features-ul > li.active:hover .feature-item > a,
.features-ul > li:hover .feature-item > a{
	background-color:#9c8fc4 !important;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
	transition: background-color 1000ms linear;
}

.features-ul > li.active .feature-item > a{
	background-color: #fff !important;
}

.features-ul > li.no-circle:hover .feature-item > a{
	background-color: transparent !important;
}

.feature-item > a svg{
	width:15px;
	height: 15px;
}

.feature-item > a:hover svg path{
	fill:#fff;
}

.feature-item.no-circle > a{
	border:0;
	width:20px;
}

.features-ul > li.no-circle .feature-item > a{
	background-color: transparent !important;
	border:0;
	width:22px;
}

.program-report > a{
	padding:6px 10px;
	font-size: 14px;
	margin-left:0;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.program-fetures-reports{
	margin-top:18px;
}


/*Expand menu grid*/

.programcard-expand{
	background-color: #fff;
    width: 65px;
    min-width: 65px;
	border-left:1px solid #f3f5f8;
	border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-ms-border-radius: 0 4px 4px 0;
	-o-border-radius: 0 4px 4px 0;
	/* display: none; */
	position: absolute;
	top:0;
	bottom:0;
	right:-50px;
	z-index: 1;
}

.new-programcard-ul.expand > li.active-expand  .programcard-expand{
	display: block;
}

.expand-btn{
	width:100%;
	height:40px;
	background-color: #9C8FC4;
	border-top-right-radius: 4px;
	cursor: pointer;
	border: 0;
	box-shadow: none;
}

.gridexpand-primary-ul{
	padding: 5px 4px;
}

.gridexpand-primary-ul:not(:last-child){
	border-bottom:1px solid #f3f5f8;
}

.gridexpand-primary-ul > li{
	flex:0 0 50%;
	width:50%;
	margin-bottom: 6px;
	justify-content: center;
}

.gridexpand-primary-ul > li .for-tooltip:hover::before,
.gridexpand-primary-ul > li .for-tooltip:hover::after{
	transform: translate3d(-50%, calc(-100% - 5px), 0);
	-webkit-transform: translate3d(-50%, calc(-100% - 5px), 0);
	-moz-transform: translate3d(-50%, calc(-100% - 5px), 0);
	-ms-transform: translate3d(-50%, calc(-100% - 5px), 0);
	-o-transform: translate3d(-50%, calc(-100% - 5px), 0);
	z-index: 3;
}

.gridexpand-primary-ul > li .for-tooltip:hover::before{
	bottom:10px;
}

.fetures-uls{
	height:calc(100% - 39px);
	border-right:1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	border-bottom-right-radius: 4px;
}

.expander-100 .fetures-uls{
	border-right:0;
	border-bottom:0;
	border-bottom-right-radius: 0;
}

.customer-support-wrap figcaption,
.customer-support-wrap.scheduled-tab figcaption p:last-child{
	margin-top:12px;
}

.customer-support-wrap.scheduled-tab figcaption{
	margin-top:14px
}

.customer-support-wrap figcaption p{
	color:#9EABBE;
	font-size: 12px;
	line-height: 17px;
}

.customer-support-wrap figcaption p:last-child{
	margin-top:7px;
}

.customer-support-wrap figcaption p a{
	color:#4C3794;
	font-weight: 600;
}

.vertical .customer-support-wrap{
	text-align: left !important;
	flex-direction: row !important;
	justify-content: space-between;
	align-items: center;
}

.vertical .card-response-details{
	margin:12px 0 20px 0;
}

.vertical figcaption{
	margin:0;
}

.vertical figure img{
	min-width: 81px;
	width: 81px;
	margin-right: 16px;
}

.vertical figcaption p:last-child{
	margin-top:10px;
}

.expander-100{
	position: absolute;
	left:0;
	width:100%;
	min-height: 320px !important;
	height:auto !important;
	box-shadow: 0 0 88px rgba(0, 0, 0, 16%) !important;
	z-index:3;
}

.metric-tracked,
.program-info,
.expander-100 .programcard-title .ham-dots,
.expander-100 .programcard-content .features-ul,
.description,
.list-view .expander-100 .list-responses-wrap .card-response-details,
.list-view .card-body-content.after-expand-block,
.list-view .expander-100 .list-ham-wrap .ham-dots{
	display: none;
}

.after-expand-row-wrap{
	height:calc(100% - 88px);
	align-items: center;
	flex-direction: column;
	display:flex;
	justify-content: center;
}

/*Draft-tab*/
.draft-tab{
	margin-top:30px;
}

.expiry-tab{
	margin-top:20px;
}

/*Expanded-100*/

.expander-100 .programcard-expand,
.list-view .expander-100 .programcard-expand{
	/* position: initial; */
	display: block;
	right:0;
}

.expander-100 .after-expand-row-wrap > div{
	display: flex;
	flex-direction: column;
	width:31%;
	padding-right:10px;
	align-self: stretch;
}

.expander-100 .after-expand-row-wrap > div:nth-child(3n-1){
	width:41%;
}

.expander-100 .after-expand-row-wrap > div:not(:last-child){
	border-right:1px solid #dfdfdf;
}

.expander-100 .after-expand-row-wrap > div:not(:first-child){
	padding:0 16px;
}

.expander-100 .after-expand-row-wrap{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	height:auto;
	flex-direction: row;
	margin-top:17px;
	padding-top:20px;
}

.expander-100 .card-title-content{
	width: 100%;
	padding-right:120px;
}

.expander-100 .program-report{
	position: absolute;
    top: 24px;
    right: 100px;
}

.expand-block-title{
	font-size: 13px !important;
	color:#C0C5DE !important;
	line-height: 16px;
	margin-bottom:7px !important;
	text-transform: uppercase !important;
}

.metric-tracked .card-response-details{
	margin:0 0 17px 0;
}

.metric-tracked .response-rating{
	font-size: 14px;
}

.metric-tracked .response-rating > strong{
	font-size: 20px;
}

.expander-100 .response-content > p{
	font-size: 13px;
}

.info-anonymous > li{
	width:33.33%;
}

.anonymus-content > p{
	font-weight: normal;
}

.expander-100 .after-expand-block.program-info{
	padding-right:0 !important;
	width:28%;
}

.icon-anonymous{
	width:24px;
	height:24px;
	min-width: 24px;
	background-image: none;
}

.icon-anonymous svg{
	margin-top:-7px;
}

.icon-anonymous > svg path{
	fill:#0E003E;
}

.icon-anonymous.magic-unhide{
	background:url(../images/anonymous.svg) no-repeat center;
	background-size: 23px;
}

.icon-anonymous.magic-hide{
	background:url(../images/non-anonymous.svg) no-repeat center !important;
	background-size: 23px !important;
}

.link-btn{
	font-weight: 600;
}

.expander-100 .after-expand-block.program-info .features-ul{
	display: flex !important;
}

.expander-100 .after-expand-block.program-info .features-ul > li{
	width:36px;
	height:36px;
}

.expander-100 .after-expand-block.program-info .features-ul > li:not(:last-child){
	margin-right:6px;
}

.exp-last-icon > svg{
	width: 24px !important;
    height: 24px !important;
}

.scheduled-card .expander-100 .customer-support-wrap > figure{
	margin-top:40px;
}

.expander-100 .metric-tracked .metrics-response-wrap:last-child .card-response-details{
	margin:0;
    /* display: inline-block;
    width: 50%; */
}

.title-card-logo{
	width: 56px;
	height:56px;
	min-width: 56px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	background-color: silver;
	margin-right: 16px;
	display: none;
}

.expander-100 .description,
.list-view .expander-100 .card-body-content.after-expand-block{
	display: block;
}

.expander-100 .programcard-content{
	width: calc(100% - 65px);
}

.reorder-btn > svg{
	width: 14px;
	height:14px;
}

.reorder-btn{
	background-color: transparent;
	width: 28px;
	height: 28px;
	min-width: 28px;
	border:1px solid #E3E3E3;
	margin:0 1px 0 6px;
}
/*DTV-2773-new-r style starts*/
#emailSender .form-group input,
.preview_testmail input{
    background-color: #fff;
    -webkit-appearance: none;
    border: 1px solid #ADADAD;
    border-radius: 4px;
    height: 40px;
    font-size: 15px;
    padding: 0 15px;
    color: #000000;
}

/*DTV-2772-new-r*/
#closeAddTag{
	cursor: pointer;
}

/*DTV-2153-r*/
.login-form .form-group.email-grp + .form-group{
	margin-bottom:2px;
}

/*DTV-455-r*/
.all-questions .question{
	width:100%;
}

/*DTV-659-r*/
.metric-card-heading-row .q-text .tooltip{
	margin-left:5px;
}

.metric-card-heading-row .q-text .right{
	width:225px;
	margin-left:45px;
}

/* program card styles */


/*new-preferred-metrics-r style starts*/

.account-tab-wrap{
	margin-left:19px;
}
.tab-panel{
	margin-bottom:20px
}

.tab-panel .panel-item ul.prefered-metrics-item-wrap > li,
.tab-panel .account-description {
		padding:22px 32px;
		border-color:#EBEBEB;
		box-shadow: 0 0 10px rgba(0,0,0, 11%);
		margin-top:20px;
}

.tab-panel > div:not(:first-child) {
	display: none;
}

.panel-item {
	font-size: 16px;
	font-weight: bold;
	color:#000;
}

/*.account-tab-wrap .account-description{
	padding:26px 0;
}*/


/*Prefered-metrics-r style starts*/

.prefered-metrics-item-wrap > li{
	display: block;
}

.prefered-metrics-item-wrap > li:not(:first-child){
	margin-top:20px
}

.prefered-metrics-wrap .trigger-client-card-item{
	/* border-color:#EBEBEB;
	box-shadow: 0 0 10px rgba(0,0,0, 11%); */
	border: 0;
    box-shadow: none;
	padding:0;
	margin:0;
}

.accor-arrow{
    width: 14px;
    height: 20px;
    background: url(../images/preferred-arrow.svg) no-repeat 0px 4px;
    min-width: 14px;
}

.prefered-content{
	margin-left:8px;
	width: 100%;
}

.prefered-content h3,
.prefered-survey-name{
	color:#4C3794;
	font-size: 18px;
	margin-bottom:0;
}

.prefered-content > p{
	color:#A0A2AD;
	margin-top:6px;
	font-size: 14px;
}

.prefered-metrics-tabi{
	padding:12px 0 0 22px;
	max-width:526px;
	/*display:none;*/
}

.open .prefered-metrics-tabi{
	display: block;
}

.prefered-survey-name{
	color:#16102C;
}

.prefered-metrics-tabi > ul >li{
	padding:18px 0 9px 0;
	border-bottom:1px solid #EBEBEB;
	display: flex;
	flex-direction: column;
}

.prefered-edit-wrap{
	margin-top:5px;
}

.prefered-metrics-label{
	font-size: 14px;
	color:rgba(22, 16, 44, .6);
}

.prefered-metrics-label > span{
	font-weight: 700;
}

.preferd-actions > .btn{
	padding:0 12px;
	height:28px;
	margin-left:12px;
	min-width: auto;
	font-size: 15px;
}

.preferd-actions > .new-cancel-btn{
	box-shadow: 0 2px 3px rgba(0,0,0, 5%);
}

.prefered-label-wrap{
	flex:1;
	min-width: 285px;
}

.show-hide-drop.prefered-dropper{
	top:100%;
	padding:7px 0;
}

.prefered-droper-wrap > .metric-dropper{
	border:1px solid #D7DAE2;
	font-size: 14px;
	padding:8px 30px 8px 8px;
	color:#000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.prefered-droper-wrap .ng-value{
	font-size: 14px !important;
}

.reorder-btn:hover{
	background-color: #9C8FC4;
	border-color: #9C8FC4;
}

.reorder-btn:hover > svg path{
	fill:#fff;
}



/*List view*/

.list-view > li{
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	box-shadow: 0 0 24px rgba(0, 0, 0, 8%);
	background-color: #fff;
	width:100%;
	margin-bottom: 16px;
}

.listitem-response-left{
	padding:26px 24px;
	width:95%;
}

.list-view .expander-100 .listitem-response-left{
	width:92%;
}

.listview-item .card-title-content{
	flex:auto
}

.listview-item .list-responses-wrap{
	width:55%;
	flex:0 0 55%;
}

.list-ham-wrap{
	border-left:1px solid rgba(156, 143, 196, .13);
	width:5%;
}

.list-view .expander-100 .list-ham-wrap{
	width:8%;
}

.list-ham-wrap .ham-dots{
	padding:16px 0;
}

.list-ham-wrap .expand-btn{
	background-color: transparent;
	border-top-right-radius: 0;
	border-bottom-right-radius: 4px;
}

.list-ham-wrap .expand-btn:hover{
	background-color: #9C8FC4;
}

.list-ham-wrap .programcard-expand{
	position: absolute;
	top:0;
	left:-75px;
	z-index:1;
	display: block;
	box-shadow: 0 0 24px rgba(0, 0, 0, 8%);
	background-color: #fff;
	min-width: 74px;
	width:74px;
	display: none;
}

.list-ham-wrap .programcard-expand .gridexpand-primary-ul{
	background-color: #fff !important;
	border: 1px solid #f3f5f8;
	text-align: center;
}

.list-ham-wrap .gridexpand-primary-ul > li{
	justify-content: center;
}

.list-scheduled-card .scheduled-tab figure > img{
	width:76px;
}

.list-view .customer-support-wrap > figure > img{
	width:70px;
}

.list-scheduled-card .scheduled-tab figure{
	margin-right:20px;
}

.list-view .customer-support-wrap > figure{
	margin-right:60px;
}

.list-scheduled-card .scheduled-tab figcaption,
.list-scheduled-card .scheduled-tab figcaption p:last-child,
.listitem-response-left .card-response-details,
.list-view .expander-100 .customer-support-wrap > figure,
.list-view .customer-support-wrap figcaption{
	margin:0;
}

.list-scheduled-card .scheduled-tab figcaption p{
	color:#C0C5DE;
}

.list-scheduled-card .scheduled-tab figcaption p:last-child{
	margin-top:7px;
}

.list-view .expander-100{
	position: initial !important;
}

.list-view .expander-100 .listitem-response-left .card-response-details{
	margin:20px 0;
}

.list-view .expander-100 .metric-tracked .card-response-details{
	margin:0 0 17px 0;
}

.list-view .expander-100 .after-expand-row-wrap > div{
	padding-right: 15px;
}

.list-view .expander-100 .after-expand-row-wrap > div:nth-child(2){
	flex: 0 0 40%;
    width: 40%;
}

.list-view .expander-100 .after-expand-row-wrap > div:last-child{
	flex:0 0 29%;
	width:29%;
}
.list-view .expander-100 .list-ham-wrap .programcard-expand{
	box-shadow: none;
}

.list-view .expander-100 .gridexpand-primary-ul,
.list-view .expander-100 .programcard-expand{
	border:0 !important;
}

.list-view .expander-100 .gridexpand-primary-ul:not(:last-child){
	border-bottom: 1px solid #f3f5f8 !important;
}

.list-view .expander-100 .listview-item .list-responses-wrap{
	flex:0;
	width:0;
}

.list-view .expander-100 .scheduled-tab{
	margin-top:60px;
}

.listham-icon{
	cursor: pointer;
}

/*features-icon*/

.icon-features{
	width: 16px;
    height: 16px;
    background: url(../images/Email-inactive.svg) no-repeat;
    min-width: 16px;
	background-size: 16px !important;
	background-color: rgba(222, 222, 222, 20%);
    border-color: rgba(222, 222, 222, 20%);
}

.icon-features.smsdistribution{
	background: url(../images/SMS-Inactive.svg) no-repeat;
	background-size: 16px;
}

.icon-features.sharable-link{
	background: url(../images/Link-Inactive.svg) no-repeat;
	background-size: 16px;
}

.icon-features.qr-code{
	background: url(../images/QR-Inactive.svg) no-repeat;
	background-size: 16px;
}

.icon-features.kiisok,
.features-ul > li.inactive .icon-features.kiisok,
.features-ul > li.inactive:hover .icon-features.kiisok{
	background:#fff url(../images/Kiosk-Inactive.svg) no-repeat !important;
	background-size: 16px;
}

.icon-features.sdk-dropbox,
.features-ul > li.inactive .icon-features.sdk-dropbox,
.features-ul > li.inactive:hover .icon-features.sdk-dropbox{
	background:#fff url(../images/SDK-Inactive.svg) no-repeat center !important;
	background-size: 16px;
}

/*features-ul active hover*/


.features-ul > li.active .icon-features.mail{
	background: url(../images/Email-Active.svg) no-repeat;
}

.features-ul > li:hover .icon-features.mail,
.features-ul > li.active:hover .icon-features.mail{
	background: url(../images/Email-Active-Hover.svg) no-repeat;
}

.features-ul > li.active .icon-features.smsdistribution{
	background: url(../images/SMS-Active.svg) no-repeat;
	background-size: 16px;
}

.features-ul > li:hover .icon-features.smsdistribution,
.features-ul > li.active:hover .icon-features.smsdistribution{
	background: url(../images/SMS-Active-Hover.svg) no-repeat;
}

.features-ul > li.active .icon-features.sharable-link{
	background: url(../images/Link-Active.svg) no-repeat;
	background-size: 16px;
}

.features-ul > li:hover .icon-features.sharable-link,
.features-ul > li.active:hover .icon-features.sharable-link{
	background: url(../images/Link-Active-Hover.svg) no-repeat;
}

.features-ul > li.active .icon-features.qr-code{
	background: url(../images/QR-Active.svg) no-repeat;
	background-size: 16px;
}

.features-ul > li:hover .icon-features.qr-code,
.features-ul > li.active:hover .icon-features.qr-code{
	background: url(../images/QR-Active-Hover.svg) no-repeat;
}

/*Inactive*/

.features-ul > li.inactive:hover .icon-features.mail,
.features-ul > li.inactive .icon-features.mail{
	background: url(../images/Email-inactive.svg) no-repeat;
	background-size: 16px;
}

.features-ul > li.inactive:hover .icon-features.smsdistribution,
.features-ul > li.inactive .icon-features.smsdistribution{
	background: url(../images/SMS-Inactive.svg) no-repeat;
	background-size: 16px;
}

.features-ul > li.inactive:hover .icon-features.sharable-link,
.features-ul > li.inactive .icon-features.sharable-link{
	background: url(../images/Link-Inactive.svg) no-repeat;
	background-size: 16px;
}

.features-ul > li.inactive:hover .icon-features.qr-code,
.features-ul > li.inactive .icon-features.qr-code{
	background: url(../images/QR-Inactive.svg) no-repeat;
	background-size: 16px;
}

.features-ul > li:hover .icon-features.kiisok,
.features-ul > li.active .icon-features.kiisok{
	background: url(../images/Kiosk-Active-and-Hover.svg) no-repeat !important;
	background-size: 16px;
}

.features-ul > li.active .icon-feature.sdk-dropbox,
.features-ul > li:hover .icon-features.sdk-dropbox{
	background: url(../images/SDK-Active-and-Hover.svg) no-repeat center !important;
	background-size: 16px;
}


.icon-features.previewer{
	background: url(../images/Preview-Icon.svg) no-repeat center;
	background-size: 20px;
}

.icon-features.previewer:hover{
	background: url(../images/Preview-Hover-Icon.svg) no-repeat center;
}

.icon-features.send-distribution{
	background: url(../images/Distribute-Icon.svg) no-repeat center;
	background-size: 20px;
}

.icon-features.send-distribution:hover{
	background: url(../images/Distribute-Hover-Icon.svg) no-repeat center;
}

.icon-features.editprogram{
	background: url(../images/Edit-Icon.svg) no-repeat center;
	background-size: 20px;
}

.icon-features.editprogram:hover{
	background: url(../images/Edit-Hover-Icon.svg) no-repeat center;
}

.icon-features.skip-logicon{
	background: url(../images/new-Logic-Icon.svg) no-repeat center;
	background-size: 20px;
}

.icon-features.skip-logicon:hover{
	background: url(../images/Logic-Hover-Icon.svg) no-repeat center;
}

.icon-features.duplicatem{
	background: url(../images/new-Duplicate-Icon.svg) no-repeat center;
	background-size: 20px;
}

.icon-features.duplicatem:hover{
	background: url(../images/Duplicate-Hover-Icon.svg) no-repeat center;
	background-size: 20px;
}

.icon-features.deletem{
	background: url(../images/Delete-Icon.svg) no-repeat center;
	background-size: 20px;
}

.icon-features.deletem:hover{
	background: url(../images/Delete-Hover-Icon.svg) no-repeat center;
	background-size: 20px;
}

.icon-features.hideprogram{
	background: url(../images/Hide-Icon.svg) no-repeat center;
	background-size: 20px;
}


.icon-features.hideprogram:hover{
	background: url(../images/Hide-Hover-Icon.svg) no-repeat center;
}

.icon-features.snapshotm{
	background: url(../images/Screenshot-Icon.svg) no-repeat center;
	background-size: 20px;
}

.icon-features.snapshotm:hover{
	background: url(../images/Screenshot-Hover-Icon.svg) no-repeat center;
}

.icon-features.deactive-program{
	background: url(../images/deactivate-Icon.svg) no-repeat center;
	background-size: 20px;
}

.icon-features.deactive-program:hover{
	background: url(../images/deactivate-Hover-Icon.svg) no-repeat center;
	background-size: 20px;
}

.icon-features.shareReport{
	background: url(../images/Share-Icon.svg) no-repeat center;
	background-size: 20px;
}

.icon-features.shareReport:hover{
	background: url(../images/Share-Hover-Icon.svg) no-repeat center;
}

.gridexpand-primary-ul .icon-features{
	width: 20px;
    height: 20px;
	min-width: 20px;
}

.list-view .icon-features,
.gridexpand-primary-ul li a i{
	background-size: 20px !important;
}

/*Inactive*/
.features-ul > li.inactive > .feature-item a,
.features-ul > li.inactive:hover > .feature-item a{
	background-color: rgba(222, 222, 222, 20%) !important;
	border-color: rgba(222, 222, 222, 20%) !important;
	cursor: not-allowed;
}

.features-ul > li.no-circle.inactive > .feature-item a{
	background-color: transparent !important;
	cursor: pointer;
	height:32px;
}

.show-hide-drop.prefered-dropper > li{
	margin:0;
	padding:0;
	line-height: initial;
}

.show-hide-drop.prefered-dropper > li > a{
	color:#000;
	font-size: 14px;
	padding:8px 10px;
	width:100%;
	word-break: break-word;
}

.show-hide-drop.prefered-dropper > li > a:hover{
	background-color: rgba(156, 143, 196, 10%);
}

.prefered-droper-wrap .prefered-left{
	position: absolute;
	right:10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	top:50%;
	height: auto;
}

/*.preferd-actions > .btn:last-child{
	background-color:#9C8FC4;
}*/

.prefered-droper-wrap,
.preferd-actions > .btn:not(:last-child),
.metrics-dropper .preferd-actions > .btn:last-child,
.metrics-dropper .prefered-metrics-label{
	display: block;
}

.metrics-dropper .prefered-droper-wrap,
.metrics-dropper .preferd-actions > .btn:not(:last-child){
	display: block;
}

.metrics-dropper .prefered-label-wrap{
	width:70%;
}

.open.accor-arrow{
	transform: rotate(90deg);
    background-position: 4px 5px;
}

.preferd-actions .new-cancel-btn{
	border:2px solid transparent;
}

.preferd-actions .new-cancel-btn:hover{
	background-color: #F3F0FF !important;
}

.preferd-actions .new-cancel-btn:focus{
	border-color: rgba(0, 0, 0, 4%);
}

.prefered-content .warn-questions{
	font-size: 14px;
	padding: 8px 12px;
	margin-top: 7px;
}

.trigger-home-cards-wrap.prefered-metrics-wrap{
	padding:0;
}

/*DTV-445-r*/
.tab-container-wrap .added-contact .contact-list .form-group{
	display: flex;
	align-items: center;
}

.tab-container-wrap .added-contact .contact-list .form-group > label{
	margin-bottom:0;
	padding:0;
}

.tab-container-wrap .added-contact .contact-list .form-group .text-field > input{
	height:32px;
	padding:8px 12px;
	border: solid 1px #C7CAD1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/*DTV-2658-r*/
.hidden-panel-wrap{
    position: fixed;
    width:374px;
    height:100vh;
    min-height: 100%;
    background-color: #FCFAFA;
    box-shadow: -6px 0 12px rgba(0, 0, 0, 16%);
    right: -390px;
    top: 0;
    z-index: 9999 !important;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}

.hidden-panel-wrap.open{
	right:0;
}

.hidden-panel-header-wrap,
.hidden-pannel-body-wrap{
	padding:24px 24px 12px 24px;
}

.hidden-panel-header-wrap{
	box-shadow: 0 1px 0 #E3E3E3;
}

.hidden-pannel-body-wrap{
	height: calc(100vh - 180px);
	overflow: auto;
}

.hidden-panel-title{
	margin-bottom: 22px;
}

.hidden-panel-title > h3{
	font-size: 20px;
	font-weight: 700;
	color: #0E003E;
	line-height: 24px;
	margin:0;
}

.hid-panel-search .filter-search{
    height: 35px !important;
	padding: 6px 28px 6px 11px !important;
	color:#000 !important;
}

.input-search-wrap.hid-panel-search::before{
	left:auto;
	right:0;
	width: 15px;
	height: 15px;
	background-size: cover;
	transform: translateY(-50%);
	right: 8px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	top:50%;
}

input.filter-search::placeholder{
	color:#b7b7b7;
}

.hidden-card-wrap > li{
	height:auto;
	min-height: auto;
	padding:20px;
	background-color: #fff;
	margin-bottom: 20px;
}

.title-content-hid .month-duration{
	margin-bottom: 8px;
}

.title-content-hid .month-duration:hover{
	background-color: transparent;
	cursor: default;
}

.hidden-card-wrap .programcard-expand{
	right: 10px;
	display: none;
}

.hidden-card-wrap .fetures-uls{
	height: auto;
	border: 1px solid #E5E5E5 !important;
	border-bottom: 0;
	border-radius: 4px;
	background-color: #fff;
}

.hiden-card-title-wrap .ham-options:hover .programcard-expand{
	display: block;
}

.unhide-btn .hidden-icon{
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	width: 18px;
	height: 18px;
	margin-left:0;
}

.unhide-btn{
	height: 28px;
    font-size: 14px !important;
    padding: 0 10px !important;
	width: auto;
}

/*DTV-1396-r*/
.result-type{
	position: absolute;
	top:3px;
	left:8px;
	font-size: 12px !important;
	color:#535252 !important;
	width: calc(100% - 45px);
	text-align: left;
	font-weight: 600;
}

.respondents-right-wrap .btn-group-datepicker{
	width:210px
}

/*DTV-2657-r Style starts*/
/*Popup*/
.promoter-list-modal .popup-body-wrap{
	padding-bottom:32px;
}

.promoter-list-wrap{
	background-color:#F5F5F7;
	padding:16px;
	border-radius:4px ;
	-webkit-border-radius:4px ;
	-moz-border-radius:4px ;
	-ms-border-radius:4px ;
	-o-border-radius:4px ;
}

.promoter-list-item:not(:last-child){
	border-bottom:1px solid #fff;
	padding-bottom:8px;
}

.promoter-list-item:not(:first-child){
	margin-top:12px;
}

.program-page-promoter .promoter-list-name > h3{
	color:#040404;
}

.promoter-list-name > h3{
	color:#4B3694;
	font-size: 18px;
	font-weight: 600;
	margin:0;
}

.promoter-list-name > p{
	color:#868686;
	font-size:13px;
}

.promoter-resend{
	color:#4B3694;
	font-size: 14px;
	font-weight: 600;
}

.promoter-resend-deactive{
	color:#868686 !important;
	opacity: .5;
	cursor: not-allowed;
}

.send-rocket{
	width: 18px;
	height: 18px;
	background: url(../images/rocket.svg) no-repeat;
	min-width: 18px;
	margin-right:3px;
}

.contact-count{
	color:#aaa5bb;
	font-size: 13px;
	padding-left:27px;
}
.radio-list > .radio-btn{
	margin:0;
}

.radio-list > .radio-btn > input ~ span{
	font-weight: 700;
}

.radio-list > .radio-btn > input:checked ~ span{
	color:#4B3693;
}

.new-contact-list-item:not(:last-child){
	margin-bottom: 20px;
}

.colored-arrow{
	background: #f1f1f6 url(../images/left-arrow-colored.svg) no-repeat center;
	background-size: 16px;
	width:26px;
	height:26px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	margin-right: 6px;
}

/*DTV-2656-r*/

.qr-code-lar{
	min-height:200px;
	position: relative;
	height: 200px;
}

.qr-code-lar > img{
	max-width: 100%;
	height:100%;
}

.image-format-wrap{
	margin: 25px 0;
	padding: 20px 16px 20px 32px;
}

.image-format > label{
	margin:0;
	font-weight: 700;
}

.image-format > .select::after{
	top: 12px;
}

.image-format + button > svg{
	margin-right: 6px;
}

.dt-new-modal-style.qr-code-modal .modal-popup-wrap{
	width:560px !important;
}

/*Distrubution message*/
.list-details-wrap{
	width:330px;
	margin-top:10px;
}

.list-details-wrap .recipient-items,
.generator-tab-wrapper .recipient-items{
	font-size:14px;
	color:#202020;
}

.recipient-listers{
	color:#101010;
	font-weight: 600;
}

.list-details-wrap > a{
	font-size: 14px;
	color:#7158ab;
	font-weight: 600;
	margin-top:4px;
}

/*New program card alignment style*/
#prog-option-main > .ham-dots{
	margin-top:4px;
}

.already-sent-popup{
	text-transform: none;
}

/*DTV-3394-r*/
.side-column .form-group > label{
	font-weight: 700;
}

.type-wrap .select{
	width:auto !important;
}

/* .char-limit-ip > input{
	width:60%;
} */

.number-list-icon.long-text{
	background: url(../images/Long-text.svg) no-repeat;
}

.number-list-icon.small-text{
	background: url(../images/short-text.svg) no-repeat;
}

.char-limit-wrap .warn-questions{
	width:auto !important;
	padding:2px 8px;
	font-size: 12px;
	margin-top:4px;
	position: initial;
	min-width: 190px;
}

.char-limit-wrap .warn-questions > img{
	width: 18px;
}

.side-column .select.longshort{
	width:100% !important;
}

.charCount{
	font-size: 14px;
	float: right;
	color: #A8A2AD;
}

.question-choice > .options-title{
	width: 100%;
}

.options-title > input{
	width:100% !important;
}

.rating li::after{
   width: 100%;
}

.rating li textarea.rating-label,
.rating li textarea.rating-label + span.error-text{
	left:50%;
}

.short-long-type{
	padding:0;
}
.autosize {
    resize: none;
    overflow: hidden;
    min-height: 34px;
    height: auto
  }

  .rating li textarea.rating-label + span.error-text{
	  top:8px;
  }

/*dtui-angular-ui-r*/
.ql-toolbar.ql-snow {
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	background-color: #F0F2F5;
}

.ql-toolbar.ql-snow{
	padding:0 8px !important;
	display: flex;
	flex-wrap: wrap;
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button{
	padding:4px 3px;
	width: 26px;
	height: 26px;
}

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected{
	background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.ql-container.ql-snow{
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	min-height: 289px;
}

.ql-editor,
.ql-editor.ql-blank{
	/* text-align: center; */
}

.ql-snow .ql-formats{
	padding-right: 10px !important;
    margin-right: 10px !important;
    min-height: 32px !important;
    align-items: center !important;
	display:flex !important;
	border-right: 1px solid #fff;
}

/*dropper-wrapper-editor*/
.dropper-wrapper-editor{
	background-color: #fff;
	box-shadow: 0 0 32px #d7d7d7;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	min-width:264px;
	max-width:264px;
	z-index: 1;
}

.dropper-content-wrapper{
	padding:16px 18px;
}

.editor-items{
	padding-bottom:16px;
	border-bottom: 1px solid rgba(45, 50, 82, 7%);
	margin-bottom:14px;
}

.editor-title{
	font-size: 12px;
	font-weight: 700;
	color:rgba(156, 143, 196, 60%);
	text-transform: uppercase;
}

.editor-items input[type="text"],
.border-percentage-selector{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border:1px solid #D7DAE2;
	color:rgba(77, 79, 92, 30%);
	width:100%;
	font-size: 14px;
}

.editor-items.font .select select,
.editor-items input[type="text"],
.dropper-wrapper-editor.for-divider .color-wheel{
	min-height: 28px;
}

.editor-items.font .select select{
	cursor: pointer;
}

.editor-items input[type="text"]:focus,
.editor-items input[type="text"]:active{
	color:#4D4F5C;
}

.editor-items .check-btn > span{
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.editor-items .check-btn .check{
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	top:50%;
}

.editor-items.action .checkbox-wrapper{
	margin-bottom: 8px;
}

.editor-items.font .select:not(:last-child),
.button-style .flex-column:not(:last-child){
	margin-right: 12px;
}

.editor-color-wheel{
	margin-top:12px;
}

.editor-color-wheel .color-wheel-icon > a{
	display: block;
	height:100%;
}

.editor-color-wheel .color-wheel-icon,
.formating-buttons,
.dropper-wrapper-editor.for-divider .color-wheel .color-wheel-icon{
	width:28px;
	min-width: 28px;
	height:100%;
}

.dropper-wrapper-editor.for-divider .color-wheel .color-wheel-icon{
	height:28px;
}

@-moz-document url-prefix() {
	.border-percentage-selector > input{
		width:50%;
	}
}

.editor-color-wheel .wheelcolor-display > input{
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	opacity: 0;
	padding:0;
	margin:0;
}

.formating-buttons,
.editor-color-wheel .color-wheel{
	height:28px;
}

.formating-buttons{
	border:0;
	box-shadow: none;
	background-color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.formating-buttons:hover{
	background-color: #F0EEF6;
}

.editor-color-wheel ul li,
.algignment-editor > ul > li{
	line-height: 0;
	flex: 0 0 33.33%;
	width: 33.33%;
	text-align: center;
}

.editor-color-wheel .color-wheel{
	margin-right: 10px;
}

.button-style .flex-column > label{
	font-size: 12px;
	font-weight: 700;
	color:#4D4F5C;
	margin-bottom: 6px;
}

.border-percentage-selector{
	padding:5px 8px;
}

.border-percentage-selector > input,
.border-percentage-selector > .select select{
	border:0 !important;
	padding:0 !important;
	margin:0 !important;
	height:100%;
}

.border-percentage-selector > .select{
    width: 56px;
    border-left: 1px solid #D7DAE2;
    padding-right:10px;
}

.border-percentage-selector > input{
	padding-right: 4px!important;
}

.border-percentage-selector > .select select{
	padding-left: 10px !important;
}

.dropper-wrapper-editor.for-divider{
	min-width: 164px;
	max-width: 164px;
}

.border-percentage-selector > .select::after{
	right:7px;
	top: 7px;
}

.algignment-editor > ul {
	width:100%;
}

.dropper-wrapper-editor.for-divider .editor-title{
	margin-bottom: 10px;
}

.color-wheel-icon > input{
	position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
}

.dropper-wrapper-editor .wheelcolor-display{
	background-color: #fff;
	border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-ms-border-radius: 0 4px 4px 0;
	-o-border-radius: 0 4px 4px 0;
}

.hex-code{
	color:rgba(77, 79, 92, 80%);
	font-size: 14px;
}

.ql-hr,
.ql-button{
	background-image: url(../images/line-hr.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 14px !important;
    background-position: center !important;
}

.ql-button{
	background-image: url(../images/editor-btn.svg) !important;
}

.ql-hr:hover,
.ql-hr.ql-active{
	background-image: url(../images/line-active.svg) !important;
}

.ql-button:hover,
.ql-button.ql-active{
	background-image: url(../images/editor-btn-active.svg) !important;
}

.formating-buttons:hover svg line,
.formating-buttons.ql-active svg line,
.formating-buttons:hover svg path,
.formating-buttons.ql-active svg path,
.formating-buttons:hover svg rect,
.formating-buttons.ql-active svg rect{
	stroke:#0066CC !important
}

/* Set droplist names - -item is the currently selected font, -label is the font's appearance in the droplist*/
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='proxima-nova']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='proxima-nova']::before
{
  content: 'Proxima Nova';
  font-family: 'Proxima Nova';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='avenir']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='avenir']::before
{
  content: 'Avenir';
  font-family: 'Avenir';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='helvetica']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='helvetica']::before
{
  content: 'Helvetica';
  font-family: 'Helvetica';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='sans-serif']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='sans-serif']::before
{
  content: 'Sans Serif';
  font-family: 'sans-serif';
}

/****************************************************
Set the font-family content used for the HTML content.
*****************************************************/
.ql-font-proxima-nova {
  font-family: 'Proxima Nova';
}
.ql-font-avenir {
	font-family: 'Avenir';
}
.ql-font-helvetica {
	font-family: 'Helvetica';
}
.ql-font-sans-serif {
	font-family: 'sans-serif';
}

/**/

#emailHashTagDropDown .ql-snow.ql-toolbar button{
	width:24px;
	height: 24px;
	padding:3px;
}

#emailHashTagDropDown .ql-snow.ql-toolbar button svg,
.edit-triggers-page .formating-buttons > svg{
	width:14px;
	height:14px;
}

#emailHashTagDropDown .ql-snow .ql-formats{
	padding-right: 5px !important;
	margin-right: 5px !important;
}

.edit-triggers-page .editor-items input[type="text"],
.edit-triggers-page .editor-items.font .select select{
	height:26px;
	min-height: 26px;
}

.edit-triggers-page .editor-items{
	margin-bottom:8px;
	padding-bottom: 8px;
}

.editor-items.font .select select{
	padding:3px 20px 3px 6px
}

.edit-triggers-page .editor-color-wheel{
	margin-top:6px;
}
  /*DTV-4156-r*/

.template-mobile .container {
    padding: 0;
}

.template-mobile .form-wrap-preview {
    margin: 0 !important;
}

/*DTV-3808*/
.re-captcha{
	margin:20px 0;
}

span#forgotPwdInvalidEmailError{
	float: none;
}

.mobile .container.mobile{
	padding:0 !important;
}

.mobile .form-wrap-preview{
	padding:0 32px !important;
}

/*DTV-4208-r*/
.createNewTemplate{
	top:70px;
	height:calc(100vh - 70px);
}
.createNewTemplate .popup-content{
	max-height: calc(100% - 20px);
}

.program-created-popup{
	max-height:calc(100% - 120px);
}

/*DTV-4235-r*/
.survey-creation textarea.rating-label::placeholder{
	color:#868686;
}

/*DTV-4287-r*/
.dropper-wrapper-editor.edit-triggers-page,
.edit-trigger-hr-pop{
	z-index: 99;
}

/*DTV-4294-r*/

.questions-graph .radio-btn > span{
	padding-left: 12px;
}

.questions-graph .check-btn > .other-span,
.questions-graph .radio-btn > .other-span{
	padding-left:23px;
}

/*DTV-4300-r*/
.ql-snow .ql-tooltip.ql-editing,
.ql-snow .ql-tooltip{
	left: 15px !important;
}
/*DTV-4037-r*/
.multiple-nps{
	font-size: 13px;
	margin:0;
}

.for-NPS > select,
.adjusted-min-w{
	width:auto !important;
	padding:0 25px 0 8px !important;
}

/*DTV-4038-r*/
.nps-metric{
	padding-top:0 !important;
}

/*DTV-4039-r*/
.hifen-met{
	display: block;
}

/*DTV-4040-r*/
.querry-text{
	width:calc(100% - (12% + 50px));
}

.querry-status{
	width:12%;
}

.querry-status .promoter{
	padding:6px 0 !important;
	width:100%;
	text-align: center;
}
/*DTV-4433-r*/
.channel-dropdown.for-NPS{
	width:30%;
}
.q-text.metricsq-text{
	width: calc(100% - 185px) !important;
}
.q-text.metricsq-text + .scale-dropdown{
	width:175px;
	float: left;
}
.desc-text.web-clamp{
	display: flex;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	white-space: initial;
	text-overflow: initial;
}

/*DTV-4292-r*/
.card-details-content #buttonPopup{
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	left: auto !important;
    top: 100px !important;
    position: fixed !important;
    right: 0 !important;
}

.select-css.select-arrow-none{
	background-image: none !important;
	padding-right: 8px !important;
}

/*DTV-2957*/
.programcard-expander{
	padding:0 !important;
	background-color: #fff;
}
.programcard-expander > ul > li{
	flex: 0 0 100% !important;
    width: 100% !important;
    padding: 0 !important;
	box-shadow: none;
	border:0;
	margin-bottom: 0;
}
.programcard-expander > ul{
    margin: 0 auto !important;
	background: #fff !important;
}
.programcard-expander .expander-100,
.programcard-expander .promoter-list-wrap{
	position: initial !important;
	box-shadow: none !important;
	border-width: 2px !important;
	width: 93% !important;
	margin: 0 auto !important;
}
.programcard-expander .programcard-content{
	width:100%
}
.programcard-expander .reponse-duration{
	color: #C0C5DE !important;
    font-size: 12px !important;
	line-height: initial !important;
	margin-left: 5px;
}
.programcard-expander .program-report,
.title-card-logo{
	display: none;
}
.copytoclip > button{
	background-color: #6f5ba7 !important;
}
.snap-modal .select-imagefor > label{
	margin:0;
	padding-right:12px;
}
.snap-modal .dowmloadformatm > div:not(:last-child){
	margin-right:20px;
}
.downloadico,
.copytoclip .report-icon-shareIcon{
	background:url(../images/qDownloadIcon.svg) no-repeat center;
	width:18px;
	height: 18px;
	min-width: 18px;
	margin-right: 8px;
	display: block;
}
.copytoclip .report-icon-shareIcon{
	filter:brightness(0) invert(1);
	-webkit-filter:brightness(0) invert(1);
	background:url("../images/Navbar Icons/Share-Icon.svg") !important;
}
.programcard-expander .promoter-list-wrap{
	background-color: transparent;
	padding:0;
	margin:15px auto !important;
}
.programcard-expander .description,
.programcard-expander .newcard-title{
	padding:0;
}
.programcard-expander .description:hover{
	background-color: transparent;
	pointer-events: none;
}
.programcard-expander .response-content:last-child{
	margin-left: 0;
}
.programcard-expander .after-expand-block .card-response-details .response-content,
.expander-100 .after-expand-block.card-body-content .card-response-details .response-content{
	flex:auto !important;
	margin-left: 0;
}
.programcard-expander .after-expand-block .card-response-details .response-content:not(:last-child){
	margin-right: 40px;
}
.programcard-expander .reponse-duration,
.programcard-expander .program-graph > h3{
 font-weight: initial;
}
/*DTV-2642-r*/
.metric-tracked-popup-list > li .response-content{
	margin-left:0 !important;
}

.metric-tracked-popup-list{
	padding-bottom:28px;
}

.metric-tracked-popup-list > li{
	box-shadow: 0 1px 0 #F5F5F5;
}

.metric-tracked-popup-list > li .card-response-details{
	margin:0;
	padding:10px 0;
}

.notification-content .ql-editor{
		padding: 0 !important;
}
/*DTV-4473-r*/
.metric-chart-card.nps-card .q-text{
	width:100% !important;
}

/*DTV-4673-r*/
.response-content{
	flex: 0 0 50%;
	width:50%;
}
.response-content p{
	padding-right: 10px;
}
/*DTV-card-alignment-r*/
.card-body-content .card-response-details .response-content:first-child{
	width:calc(40% - 15px);
	flex:0 0 40%;
	padding-right: 15px;
}
.card-body-content .card-response-details .response-content:last-child{
	width:60%;
	flex: 0 0 60%;
}
/*Hidden button color*/
.new-condition.vertical-button{
	background-color: #4c3794;
	font-family: 'Proxima Nova Lt';
}
/*DTV-3869-r*/
.onboarding-trigger{
	max-width:85%;
}
.needsCorrectedCSS{
	color: #4D4F5C;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
}
.onboarding-trigger .after-edit-conditions .radio-btn,
.onboarding-trigger .after-edit-wrap,
.onboarding-trigger .access-settings{
	display: none;
}
.onboarding-trigger .datepicker{
    padding: 8px 40px 8px 8px !important;
    width: 150px !important;
    font-size: 16px !important;
    border: 1px solid rgb(215, 218, 226) !important;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
}
.onboarding-trigger .trigger-ifconditions-wrap{
	background-color: #F7F7F7;
	padding:23px 32px 42px;
}
.onboarding-trigger .respondents-wrap .filters-wrap{
	background-color: #fff;
}
.onboarding-trigger .add-action-wrap .active{
	visibility: hidden;
	margin:0;
}
/*Panel styles*/
.satisfaction-panel-container{
	background-color: #F7F7FA;
	padding:32px 16px;
	width:335px;
	height:calc(100vh - 70px);
	position: fixed;
	overflow: auto;
	right:0;
	top:70px;
	padding-right: 30px;
}
.satisfaction-title{
	font-size: 16px;
	color:#000;
	line-height: 19px;
	font-family: 'Proxima Nova Lt';
	margin-bottom: 22px;
}
.metrics-item-title{
	font-size: 15px;
	color:#000;
	font-family: 'Proxima Nova Lt';
	padding-left: 5px;
    vertical-align: top;
}
.pre-metrics,
.pre-triggers,
.temp-program{
	background:url(../images/pre-metrics.svg) no-repeat left center;
	background-size: 18px;
	margin:0;
}
.pre-triggers{
	background: url(../images/pre-triggers.svg) no-repeat left center;
	background-size: 18px;
}
.temp-program{
	background: url(../images/template-program.svg) no-repeat left center;
	background-size: 18px;
}
.metrics-items-para{
	color:#525965;
	font-size: 13px;
	line-height: 18px;
}
.metrics-item-body{
	padding:8px 0 32px 22px;
}
.metrics-item-body > ul{
	margin-top:9px;
}
.metrics-item-body > ul > li{
	margin-bottom:8px;
	font-size: 14px;
	color:#000;
}
.triggers-pre .metrics-items-para{
	line-height: 15px;
}
.triggers-pre ul{
	margin-top:13px;
}
.triggers-pre ul > li:not(:last-child){
	margin-bottom: 16px;
}
.triggers-pre ul > li a{
	margin-top:4px;
	color:#4C3794;
	font-size: 12px;
	font-family: 'Proxima Nova Lt';
}
.temp-mini-card{
	width:100%;
	height: auto;
}
.temp-mini-card > li{
	width:100%;
	height:auto;
	padding:16px;
	background-color: #fff;
}
/*DTV-3872-r*/
.normal-paragaraph{
	font-size: 14px;
	color:#0A0B0D;
	line-height: 18px;
}
.normal-paragaraph > strong{
	font-family: 'Proxima Nova Lt';
}
.modal-table-format{
	padding:22px 0;
}
.modal-table-format table{
	border-collapse: collapse;
	width: 100%;
}
.modal-table-format td,th{
	color: #0A0B0D;
	/* border: 1px solid #dddddd; */
	text-align: left;
	font-size: 14px;
	padding:5px 8px 5px 12px;
	width: 50%;
}
.modal-table-format th{
	font-family: 'Proxima Nova Lt';
	padding:3px 0 5px 12px;
}
.modal-table-format td:last-child,.modal-table-format th:last-child,
.modal-table-format td:nth-child(n+2),.modal-table-format th:nth-child(n+2){
	background-color: #F5F5F5;
}
.heads-up-metadata .downloadicon{
	margin-right: 8px;
}
.heads-up-metadata{
	max-width:527px;
}
.heads-up-metadata .tabs-title > h3{
	color:#0A0B0D;
	margin-bottom:10px;
	font-family: 'Proxima Nova Lt';
	font-size: 15px;
}
.heads-up-metadata .program-created-popup ul{
	margin:0;
}
.heads-up-metadata .program-created-popup ul li{
	margin-bottom: 3px;
	font-size: 15px;
}
.heads-up-metadata .warn-questions{
	margin:18px 0 36px 0;
}
.no-alphabets{
	padding: 5px;
}
.no-alphabets > ul > li::before{
	display: none !important;
}
.no-alphabets > ul > li{
	list-style-type: disc;
	padding-left: 0 !important;
}
.no-alphabets > ul {
	counter-reset: unset;
	margin-left: 22px !important;
}
.meta-triggers{
	max-width: 700px;
}
.warn-questions > a{
	text-decoration: underline;
	font-family: 'Proxima Nova Lt';
}
.distributionwarn{
	margin-bottom: 12px;
}
/*DTV-3871-r*/
.survey-warn{
	margin-bottom: 10px;
}
.survey-warn img{
	height:12px;
}
.survey-warn ul{
	margin:6px 0;
	padding-left: 17px;
}
.survey-warn ul li{
	list-style-type: disc;
	font-size: 15px;
	margin-bottom: 6px;
}
.triggerused{
	z-index:999;
}
.triggerused .popup-content{
	max-width: 510px;
}
.triggerused .satisfaction-title{
	margin: 18px 0 14px 0;
	font-size: 14px;
}
.triggerused li.metrics-item-title{
	padding-right: 0;
	margin-bottom: 12px;
}
.triggerused .warn-questions{
	padding:12px;
	font-size: 15px;
	margin: 17px 0 42px 0;
}
/*DTV-3868-r*/
.new-templates-container{
	margin:25px 0;
}
.ntemplates-items{
	width: calc(33.33% - 20px);
	height:auto;
	background-color: #fff;
	border:1px solid #EBEBEB;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	margin-bottom: 32px;
}
.temp-mini-card .metrics-item-title{
	padding:0;
	margin: 0;
}
.temp-mini-card .text-part{
	position: initial;
	margin-top:8px;
}
.buttons-body{
	margin-top:12px;
}
.buttons-body .star{
	font-family: 'Proxima Nova Rg';
	font-size: 11px !important;
}
/* .template-advpreview .m100 .container,
.template-advpreview .m100 figure.dropthought{
    max-width: calc(100% - 346px);
    margin: 0 0 0 10px !important;
} */
.template-advpreview .m100 figure.dropthought{
	margin:0 !important
}
.template-advpreview .iPad.landscape .container,
.template-advpreview .iphone.mobile .container{
	max-width:100%;
	margin:0 !important;
}
.template-advpreview .iPad.landscape{
	width: 980px;
    margin: 60px auto 0 auto;
}
.tigger-onboard-alert{
	font-size: 16px;
	line-height: 20px;
	color:#2D2059;
}
.tigger-onboard-alert > span{
	width:18px;
	height:18px;
	min-width: 18px;
	background:url(../images/triggers-blue.svg) no-repeat center;
	display: inline-block;
}
.alert-trigger{
	padding:12px !important;
}
.ntemplates-items:not(:nth-child(3n)){
    margin-right:20px;
}
.templates-box{
	width:100%;
	position: relative;
	height:145px;
	/* background: url(../images/Default.jpg) no-repeat center; */
	background-size: cover;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	overflow: hidden;
}
.templates-box::after{
	position: absolute;
	content: '';
	width:100%;
	height:64px;
	bottom:0;
	left:0;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(251,251,251) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(251,251,251) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(251,251,251) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ebebf5',GradientType=0 );
}
.text-part{
	position: absolute;
	bottom:2px;
	width:100%;
	z-index: 1;
	padding:0 15px;
}
.text-part > h5{
	color:#000000;
	font-size: 14px;
}
.text-part > h5:not(:last-child){
	margin-right: 14px;
}
.text-part > h5:last-child{
	/* padding-left: 18px;
	background:url(../images/clock.svg) no-repeat center left;
	background-size: 13px; */
}
.templates-content{
	padding:15px;
}
.ntemplates-title{
	font-size: 18px;
	font-family: 'Proxima Nova Lt';
	line-height: 23px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.templates-status{
	margin-top:9px;
}
.temp-status{
	padding:5px 8px;
	background-color: #E8E8E8;
	text-transform: uppercase;
	color:#A7A7A7;
	font-size: 11px;
	font-family: 'Proxima Nova Rg';
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	position: relative;
	cursor: default;
}
.star{
	color:#fff;
	padding-left: 21px;
	background: #9C8FC4 url(../images/star-t.svg) no-repeat 8px 5px;
	background-size: 10px;
	cursor: pointer;
}
.quick-btn{
	margin-top:34px;
}
.star:hover > .right{
	visibility: visible;
	opacity: 1;
	left:-50%;
	bottom:-5px;
	top:auto;
	margin:0;
	min-width: 195px;
	text-align: center;
}
.star> .right{
	left: auto;
}
.star .text-content{
	font-size: 13px;
	font-family: 'Proxima Nova Lt';
	line-height: 15px;
	padding:8px;
	text-transform: none;
}
.star .right i{
    right: 50%;
    bottom: -18px;
    transform: rotate(271deg);
    -webkit-transform: rotate(271deg);
    -moz-transform: rotate(271deg);
    -ms-transform: rotate(271deg);
    -o-transform: rotate(271deg);
	top:auto;
}
/*Hotfix-CSUP-459*/
.other-span + .autosize{
	height:34px !important;
}
/*DTV-4301-r*/
.smsdetails-date .select > select{
	padding-right: 28px;
}
/*DTV-4540-r*/
.share-link-generator > ul > li{
	max-width: 50%;
}
.share-link-generator > ul > li .radio-btn span{
	font-size: 16px;
	padding-left: 24px;
}
.share-link-generator > ul > li .radio-btn{
	padding-top:2px;
}
.share-link-generator > ul > li:first-child{
	margin-right: 43px;
}
.generator-tab-wrapper{
	padding-top:11px;
}
.generator-tab-wrapper .customization-fields{
	padding:0 !important;
}
.generator-tab-wrapper .prefered-edit-wrap{
	width: 480px;
}
.generator-tab-wrapper .show-hide-drop.prefered-dropper{
	top:32px;
	max-height: 190px;
    overflow: auto;
	top:calc(100% - 24px);
}
.sublinks-wrap{
	width:100%;
	background-color: #F5F5F5;
	padding:8px 13px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	margin:18px 0;
}
.sub-link-title{
	font-size: 18px;
	font-family: 'Proxima Nova Rg';
	color:#313135;
}
.sublink-head-tool .filter-srch{
	padding:0;
}
.sublink-head-tool .filter-srch > input{
    padding: 0 9px 0 38px !important;
    margin: 0;
    height: 32px !important;
	width:225px;
}
.sublink-head-tool .filter-srch::before{
	right: auto;
	top:12px;
	left:16px;
	background: url(../images/new-srch.svg) center left;
	background-size: cover;
}
.sublink-head-tool .programs-pagination{
	background-color: #fff;
	height: 32px;
}
.sublink-head-tool .programs-pagination > span{
	font-family: 'Proxima Nova Lt';
}
.generator-tab-wrapper .new-condition{
	border:0;
	font-size: 16px;
	font-family: 'Proxima Nova Lt';
	margin:0 3px;
}
.preferd-actions .new-condition{
	height:35px;
}
.sub-link-body{
	border: 1px solid #E2E6F4;
	background-color: #fff;
	padding:12px 15px;
	margin:14px 0;
}
.sub-link-body .copy-link{
	background-color: #9C8FC4;
}
.generator-tab-wrapper .recipient-items{
	margin-top:6px;
}
.sublink-wraper > li:not(:last-child){
	border-bottom: 2px solid #E2E6F4;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
/*DTV-4672-r*/
.wraped-status .reponse-duration{
	 display: block;
}
/*DTV-4781-r*/
.temp-mini-card .text-part{
	padding:0;
}
/*DTV-4767-r*/
.temp-status.star{
	color:#fff !important;
}
/*DTV-4756-r*/
.templates-box .text-part .question-count{
	padding-right: 4px;
}
/*DTV-4839-r*/
.iphone.mobile .content,
.iPad.landscape .content{
	min-width: initial;
}
.iphone.mobile .container,
.iPad.landscape .container{
	width:100%;
}
.iphone.mobile .menu{
	flex-wrap: wrap;
	justify-content: center;
}
.iphone.mobile .menu > li{
	margin:0 10px 10px 10px;
}
/*DTV-4838-r*/
.list-name-sec > .contact-list > h1{
	word-break: break-all;
    max-width: 50%;
	margin-top:50px;
}
/*DTV-3905-r*/
.temp-card-container{
	margin-bottom: 25px;
}
.temp-card-item{
   padding:16px 0;
   text-align: center;
   width:calc(50% - 34px);
   background-color: #fff;
   border-radius: 4px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   -ms-border-radius: 4px;
   -o-border-radius: 4px;
   cursor: pointer;
   transition: .2s;
   -webkit-transition: .2s;
   -moz-transition: .2s;
   -ms-transition: .2s;
   -o-transition: .2s;
   position: relative;
}
.temp-card-item:hover{
   border-color: #A59BCA;
   background-color: #FBFAFF;
}
.temp-card-item.active{
   background-color: #FBFAFF;
}

.temp-card-item.active::before,
.temp-card-item::before{
	border:2px solid #E2E2E2;
   position: absolute;
   content: '';
   width: 100%;
   height: 100%;
   top: 0;
   right: 0;
   border-radius: 4px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   -ms-border-radius: 4px;
   -o-border-radius: 4px;
}
.temp-card-item.active::before,
.temp-card-item:hover::before{
	border: 2px solid #A59BCA;
}
.card-image,
.exisiting-image {
   width:56px;
   height:56px;
   /* background:url(../images/temp-edit.svg) no-repeat center; */
   background-size: cover;
   display:block;
}
.exisiting-image{
   /* background: url(../images/exisiting-temp.svg) no-repeat center; */
   background-size: cover;
}
.temp-card-item.active .card-image{
   /* background: url(../images/temp-edit-active.svg) no-repeat center; */
   background-size: cover;
}
.temp-card-item > p{
   font-size: 14px;
   color:#3A3A5C;
   line-height: 18px;
   margin-top:16px;
}
.temp-card-item > p > span{
   font-size: 16px;
   font-family: 'Proxima Nova Rg' !important;
   font-weight: bold;
}
.new-program-created{
	padding:25px 30px !important
}
.temp-card-container  .form-group{
	margin-top:25px;
 }
 /*DTV-4502-popup-r*/
.overlay-one sup{
	font-size: 16px;
	font-family: 'Proxima Nova Rg';
}
.createlist > .popup-content{
	max-width: 520px;
}
.createlist .temp-card-item{
	width:calc(50% - 10px);
	padding:36px 14px 30px 14px;
}
.createlist .temp-card-item > h4{
	font-size: 14px;
	font-family: 'Proxima Nova Lt';
	line-height: 20px;
	color:#0A0B0D;
	margin-top: 14px;
}
.createlist .temp-card-item > p{
	font-size: 12px;
	line-height: 14px;
	margin-top:5px;
	color:#707070;
}
.contactlist-img,
.sublink-img{
	width:75px;
	height:52px;
	background:url(../images/contact-list.svg) no-repeat center;
	min-width: 75px;
}
.sublink-img{
	background:url(../images/sub-link.svg) no-repeat center;
}
.createlist .temp-card-item:hover > .contactlist-img,
.createlist .temp-card-item.active > .contactlist-img{
	background: url(../images/contact-list-active.svg) no-repeat center;
}
.createlist .temp-card-item:hover > .sublink-img,
.createlist .temp-card-item.active > .sublink-img{
	background: url(../images/sub-link-active.svg) no-repeat center;
}
.createlist .temp-card-item:hover > h4,
.createlist .temp-card-item.active > h4{
	color:#4C3794;
}
.createlist .temp-card-item:hover > p,
.createlist .temp-card-item.active > p{
	color:#9C8FC4
}
/* .createlist .temp-card-item.active{
	border:0;
} */
.createlist label{
	margin-bottom: 8px;
}
/*DTV-4924-r*/
.distrubutionpage-sms.sendsms .smsdetails-date .pst .select{
	width:150px !important;
}
/*DTV-4817-r*/
.smileyq > img{
	min-width: 19px;
	/* margin-top:50px; */
}
/*DTV-4926-r*/
.survey-rating{
	display: flex !important;
}
/*DTV-4846-r*/
.black-srch{
	right: auto;
	left: 15px;
	background: url(../images/search-icon.svg) no-repeat center;
}
/*DTV-4926-r*/
.min-wid-survey{
	min-width: initial;
	max-width: initial;
}
/*DTV-5071-r*/
.sharable-link-wrapper{
	margin:20px 0 0 0;
}
/* .generated-sublink-newiteration .programs-pagination span{
    padding:0 7px
} */
/*DTV-5055-r*/
.temp-card-item .opaque-screen p{
	max-width: 96%;
	margin:0 auto;
}
.cursor-not-temp{
	cursor: no-drop;
}
.cursor-not-temp::before{
	border-color:#E2E2E2 !important;
}
.cursor-not-temp .sublink-img{
	background:url(../images/contact-list.svg) no-repeat center !important;
}
/*DTV-5055-Invoke-r*/
.createlist .span-error{
	font-size: 15px !important;
	float: none !important;
	display: block !important;
}
.createlist .form-group{
	margin-bottom: 15px !important;
}
/*DTV-4368-qrcode-r*/
.QRCode-content:not(:last-child){
	margin:auto;
	padding-bottom: 12px !important;
	margin-bottom: 12px !important;
}
.QRCode-content > h4{
	font-size: 14px;
	color:#424042
}
.action-QR > a{
	color:#6b608c;
	text-decoration: underline;
	font-size: 14px;
} 
.action-QR > a:not(:last-child){
	margin-right: 24px;
 }
 .download-as{
	position: absolute;
	top: auto;
	bottom:100%;
	left: 0;
	min-width: 110px;
	background-color:#fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	border:.5px solid #EBEBEB;
	padding:6px 8px;
	cursor: default;
}
.download-as > li:first-child{
	color:#bdbdbd;
	text-transform: uppercase;
	font-size: 12px;
}
.download-as > li:not(:first-child){
	color:#201e1f;
	font-size: 13px;
	cursor: pointer;
	margin-top: 3px;
}
/*DTV-4694-r*/
.testmail-send{
	margin-right:60px;
	min-width: 124px;
}
.sendtest-mail .popup-body-wrap > p{
	margin-bottom: 15px;
}

/*DTV-4651-r*/
.button-for-wheel{
	margin:12px 0 0 0;
}
.button-for-wheel .form-field{
	width:260px;
	flex: 0 0 260px;
	padding:0 12px;
	height:28px;
	font-size: 14px !important;
}
.button-for-wheel .color-wheel{
	height: 26px;
	margin-left: 8px;
	overflow: hidden;
}
.button-for-wheel .wheelcolor-display{
	width: 60px;
}
.button-for-wheel .color-wheel-icon a > img{
	width: 18px;
}
.ql-editor h1, h2, h3{
	text-transform: none;
}
/*DTV-487-r*/
.dash-board .add-icon{
	top:0;
}
.dash-board a[title="See Advanced Analysis"]{
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	padding: 6px 14px !important;
	margin-left:6px;
}
.dash-board span.text-capital{
	top:6px !important;
}
/*DTV-4505-r*/
.genertae-sublinks{
	padding:12px 0;
}
.genertae-sublinks > ul > li{
	width:95%;
	margin:0 auto;
	padding-bottom: 6px !important;
}
.genertae-sublinks > ul > li .close-modal:hover{
	text-decoration: underline;
}
.account-description li.account-left .input-wrap{
    width: 100% !important;
}
.account-description ul{
    justify-content: space-between;
}
/*DTV-5017-r*/
.generated-sublink-newiteration{
	border-top:1px solid #DCDFE3;
	margin-top:20px;
}
.generated-sublink-newiteration > .sublinks-head{
	margin:20px 0 8px 0;
}
.generated-sublink-newiteration .sublinks-wrap .sublinks-head > h5{
	font-size: 16px;
	word-break: break-word;
}
.generated-sublink-newiteration .sublinks-wrap .sub-link-body{
	margin:0;
	padding:0;
}
.sublinks-head .blue-colored-text{
	margin-left: 24px;
}
.collapse-down{
	margin:0 4px 0 4px;
}
.new-copy > a{
	margin-left:8px;
	position: initial;
	padding:9px 12px;
}
.new-copy > a.bordered-btn:hover{
	background: transparent !important;
}

.new-copy > a.bordered-btn{
	border-color:#EAEDF4 !important;
}

.collaspe-up > img{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.generated-sublink-newiteration .sublinks-wrap .sublink-wraper li{
	padding:12px !important;
	margin:0;
}
.accordion-wrap{
	margin:0;
	padding:0 12px;
}
.accordion-wrap .sublinks-head{
	padding:8px 0;
}
.accordion-wrap:not(:first-child){
	margin-top:12px;
}
.accordion-wrap.expand{
	padding-bottom:  12px;
}
/*5017-rPopup*/
.published-link-popup .copy-link svg,
.published-link-popup .generated-sublink-newiteration{
	margin:0;
}
.published-link-popup .generated-sublink-newiteration{
	border-top:0;
}
.published-link-popup .popup-head{
	padding:24px;
}
.published-link-popup .popup-head{
	padding-bottom: 0;
}
.published-link-popup .program-created-popup,
.published-link-popup .popup-footer{
	padding:16px 24px 32px 24px;
}
.published-link-popup .popup-content{
	max-width: 580px;
}
.published-link-popup .popup-footer{
	padding-bottom: 16px;
}
.publish-details{
	font-size: 14px;
	font-family: 'Proxima Nova Lt';
	color:#616476;
	margin-top:14px
}
.publish-details > span{
	width:83px;
}
.publish-details a{
	color:#4C3794
}
.publish-details a:hover{
	text-decoration: underline;
}
.published-link-popup .purple-bg-btn{
	margin-right: 24px;
}
/*DTV-5371-fix*/
.new-alert{
	position: fixed;
	width: 100%;
	height: calc(100vh - 154px);
	left:0;
	right:0;
	top:154px;
	overflow:auto;
}
.new-alert > p{
	font-size: 16px;
	text-align: center;
	color:#2d2556;
	margin-top:16px;
}
/*DTV-3626-r*/
.new-trig-ul > li ul > li:not(:last-child){
	border-bottom: 1px solid #ececec;
}

/*DTV-3326-r*/
.contact-infowrap{
	margin-top:10px;
}
.contact-infowrap .tooltip{
	display: inline-flex;
}
.contact-infowrap textarea{
	width: calc(100% - 18px);
    display: flex;
    margin-left: 18px;
}
	
/*DTV-5579-r*/
.DT-empty-state-wrap > img{
	width: 35%;
}
/*DTV-5579-r*/
.dash-hide svg{
	position: absolute;
	right:15px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	top:50%;
}
.dash-hide{
	width: 50% !important;
	padding-right: 50px;
}
/*DTV-3628-r*/
.sizer-select{
	display: inline-flex;
}
.sizer-select > input,
.sizer-select .select{
	width: auto;
	height:24px !important;
}
.sizer-select > input{
	text-align: center;
    width: 28px;
    padding: 0;
	margin-right: 4px;
}
.sizer-select .select select{
	width: 80px;
    height: 24px !important;
    padding: 0 15px 0 6px;
}
.sizer-select .select::after{
	right: 4px;
    top: 10px;
}
.condition-met-seconds{
	width: calc(100% - 50px);
    margin: 12px auto 0 auto;
}
/*DTV-5355-r*/
.customization-container .opaque-screen .copy-link{
	position: initial;
	padding: 8px 16px;
	margin-top:14px;
}
.opaque-screen p strong{
	font-size: inherit;
}
.customization-container .opaque-screen .copy-link > img{
	margin-right: 6px;
}
.unique-pop .program-created-popup{
	padding-bottom: 25px;
}
/*DTV-5358-r*/
.eye,.hidden-eye{
	width: 18px;
	height: 18px;
	background: url(../images/eye.svg) no-repeat center; 
	background-size: cover;
	position: absolute;
	right:10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	top: 50%;
	cursor: pointer;
}
.hidden-eye{
	background:url(../images/hide.svg) no-repeat center !important;
	background-size: cover !important;
	
}
.input-eye{
	clear: both;
}
.input-eye > input{
	padding:10px 35px 10px 10px;
}
#resetpassword_div_captcha-txt{
	margin:20px auto;
}
.reset-mail.reset-pass{
	padding: 0;
}
.reset-mail.reset-pass .form-group label{
	padding:0;
	margin:0 0 4px 0;
}
#resetpassword_div_form-group-userName input{
	border: 0;
	padding:0;
	height: auto;
}
#resetpassword_div_form-group-userName label{
	margin:0;
}
.reset-mail.reset-pass .lang-switch{
	margin-top: 40px;
}

/*DTV-5345-r*/
.assigned-info.how-to-add-list{
	margin-bottom: 40px;
}
/* .color-less-table tbody tr td:last-child{
	width: 48%;
} */
.qr-margin-top{
	margin-top: 15px;
}
.bd-warn{
	margin:16px 0 33px 0;
}
.stu-21-pop .normal-paragaraph{
	margin-bottom: 13px;
}
.stu-21-pop .tabs:last-child{
	margin-top:45px;
}

.radio-ul-list{
	margin:15px 0 30px 0 !important;
}
.radio-ul-list > li:not(:last-child){
	margin-bottom:12px !important;
}
.radio-ul-list > li{
	color:#000;
}
/*DTV-5507-r*/
.checkbox-border-wrap{
	margin-top:14px;
}
.checkbox-border-wrap > li{
    border: 1px solid #f2f1f3;
    padding: 8px 14px;
    line-height: 0 !important
}
.checkbox-border-wrap > li label{
	margin:0;
}
.checkbox-border-wrap > li .check-btn span{
	padding-left: 22px;
    font-size: 13px;
}
.metadta-seg-popup{
	width:50%;
}
/*DTV-4945-r*/
.phi-open .survey-radio li{
	line-height: initial;
}
/*DTV-4945-metadata*/
.metadata-phi .right{
	top:auto !important;
	min-width: 240px !important;
	left: -158px !important;
}
.metadata-phi .right i{
    right: 0;
    margin-top: 0;
    top: -16px;
    transform: rotate(90deg) translateY(350%);
    -webkit-transform: rotate(90deg) translateY(350%);
    -moz-transform: rotate(90deg) translateY(350%);
    -ms-transform: rotate(90deg) translateY(350%);
    -o-transform: rotate(90deg) translateY(350%);
}
/*DTV-3464-r*/
.cross-tab-title > h2,
.cross-70-7 > h3,
.progress-label{
	font-family: 'Proxima Nova';
	font-size: 18px;
	line-height: 23px;
	color:#535252; 
	margin:0 0 8px 0;
}
.clear-both{
	clear:both;
}
.cross-tab-box{
	float: none;
	margin:0 !important;
	height: auto !important;
}
.cross-70-7{
	width:calc(70% - 7px) !important;
	padding:24px;
}
.col-30-7{
	width:calc(30% - 7px) !important;
	padding:12px 18px;
}
.cross-70-7 > h3{
	font-size: 15px;
	margin-bottom: 36px;
}
.cross-graph-area{
	border-right:1px solid #EAEAEA;
	padding-right: 24px;
}
.progress-label{
	font-size: 16px;
	line-height: 19px;
	margin:4px 0 0 0;
	font-family: 'Proxima Nova Lt';
}
.respondent-link{
	font-size: 14px;
	color: #A3A3A3;
	margin-top:8px;
}
.respondent-link > a{
	color:#4C3794;
	font-family: 'Proxima Nova Rg';
	text-decoration: underline;
}
.cross-graph-area .respondent-wrap{
	margin-bottom: 24px;
}
.tabs-wrap{
	padding-left: 14px;
}
.segments-metric .subdiv-heading-text-top{
	font-family: 'Proxima Nova';
}
.small-progress{
	width:32px;
	height: 32px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	min-width: 32px;
	/* background:url(../images/small-progress.svg) no-repeat center; */
}
.segment-item .respondent-link{
	margin: 0;
}
.metricnps-item{
	width:45px;
	height: 32px;
	padding:4px 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	background-color: #1BBC62;
	cursor: pointer;
} 
.metricnps-item > h4{
	font-size: 13px !important;
	font-family: 'Proxima Nova Lt' !important;
	margin:0 !important;
	color:#fff;
}
.metricnps-item > p{
	font-size: 9px;
	font-family: 'Proxima Nova Rg' !important;
	color:rgba(255, 255, 255, .7);
	width:100%;
}
/* .metricnps-item.promoters > p{
	color:rgba(255, 255, 255, .7);
} */
.metricnps-item.promoters{
	background-color: #1BBC62;
}
.based-responses-wrap{
	position: absolute;
	padding: 9px 6px 9px 13px;
	background-color: #fff;
	border: 1px solid #1BBC62;
	top: auto;
	left: auto;
	right: 0;
	transform: translateX(10%);
	bottom: 45px;
	width: 100%;
	min-width: 180px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-transform: translateX(10%);
	-moz-transform: translateX(10%);
	-ms-transform: translateX(10%);
	-o-transform: translateX(10%);
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	z-index: 1;
}
.based-responses-wrap::before,
.based-responses-wrap::after{
	width: 20px;
    height: 10px;
    border-top: solid 10px rgb(27,188,98);
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
	position: absolute;
	content: '';
	right: 25px;
	top:auto;
	bottom: -8px;
}
.based-responses-wrap::before{
	bottom:-10px;
}
.based-responses-wrap::after{
    border-top: solid 8px rgb(255,255,255);
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
	width:18px;
	height: 8px;
	right: 26px;
}
.passive-clr .based-responses-wrap::before{
	border-top: solid 10px rgb(237,176,48);
}
.passive-clr .based-responses-wrap{
	border-color: rgb(237,176,48);
}
.detractor-clr .based-responses-wrap::before{
	border-top: solid 10px #D2313C;
}
.detractor-clr .based-responses-wrap{
	border-color: #D2313C;
}
.based-responses-wrap > h6,
.based-responses-wrap > h6 span{
	color:#A2A2A2;
}
.based-responses-wrap > ul > li{
	color:#31394D;
	font-size: 12px;
}
.passive-clr{
	background-color: #EBB030;
}
.detractor-clr{
	background-color: #D2313C;
}
.metricnps-item:hover .based-responses-wrap{
	visibility: visible;
	opacity: 1;
}
/* .cross-tab-opaque p{
	max-width: 100%;
} */
.cross-tab-opaque{
	z-index: 2;
	background: url(../images/cross-tab-bg.png) no-repeat center;
	background-size: cover;
}
.cross-segments-disabled{
	background: url(../images/segments-disabled.png) no-repeat center;
	background-size: contain;
	min-height: 140px;
}
.opaque-wrap > p{
	max-width: 100%;
}
.no-plan{
	background-color: #E5E5E5;
}
.no-plan > p{
	color:#A3A3A3;
	text-align: center;
}
.no-plan > h4 > img{
	width: 10px;
	height: 13px;
}
.no-plan .right{
	min-width: 260px;
    max-width: 260px;
	top: auto;
    bottom: 0;
    left: auto;
    right: -35px;
}
.no-plan .text-content{
	padding: 12px 8px;
	text-align: center;
}
.no-plan .right i{
    right: 45px;
    margin-top: 0;
    top: auto;
    transform: rotate(270deg);
    bottom: -17px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}
.no-plan .text-content > p a{
	text-decoration: underline;
}
.opaque-wrap{
	max-width: 260px;
}
.access-plan-text,
.access-plan-link{
	font-size: 14px;
	color: #000;
}
.access-plan-text strong{
	font-family: 'Proxima Nova Lt';
}
.access-plan-link > a{
	color:#4C3794;
	text-decoration: underline;
}
.subdiv-heading-icon-top,
.segment-item .small-progress,
.respondent-link > a,
.respondent-link span.t-grey-medium{
	margin-right: 8px;
}
/*DTV-3464 Donut chnages*/
.mid-size{
	font-size: 4em !important;
}

/*DTV-4796*/
.PHI-tag{
    background-color: #f3f5f8;
    border: 1px solid #e1e4eb;
    padding: 0 2px;
    color: #3a3c47;
    font-size: 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.phi-warn-tag{
	font-size: 13px;
	margin-top:15px;
}
/* .target-metadata .PHI-tag{
	margin-left: 8px;
 } */
 /*DTV-4793-r*/
 .phi{
	width:auto;
	height: auto;
	min-width: 24px;
	border:1px solid #E1E4EB;
	background-color: #F3F5F8;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	color: #262833;
	text-transform: uppercase;
	font-size: 10px !important;
	font-family: 'Proxima Nova Lt';
	padding:2px 4px;
}
.checkbox-wrap{
	padding-right: 14px;
}
.checkbox-wrap .check-btn span:after{
	top:2px;
}
.checkbox-wrap .check-btn span{
	padding-right: 24px;
}
/*DTV-5546-r*/
#loadassign_div_assigned-info .bd-warn{
	margin:16px 0;
}
/*DTV-2959-r*/
.prog-title-h{
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 12px;
}

.extended-by-wrap > li:not(:last-child){
	margin-bottom: 12px;
}

.update-duration-ip label,
.extended-by-wrap label{
	padding-right: 0;
	margin:0;
}

.update-duration-ip input,
.update-duration-ip .edit-calender > input{
	height:auto !important;
	padding:4px 30px 4px 6px !important;
	margin:0;
	width: 130px !important;
    min-width: 90px;
}

.update-duration-ip .edit-calender > svg{
	width:14px;
	height: 14px;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	right:10px;
}

.update-duration-ip .upto-after-edit::before{
	top:9px;
	z-index: 1;
}

.update-duration-ip .upto-after-edit::after{
	bottom:7px
}	
/*DTV-1979-r Style starts*/
.reorder-popup .popup-content{
	max-width:65%;
}
.quetion-reorder-wrap .question-reorder-title p,
.quetion-reorder-wrap li p{
	font-size: 14px;
	color:#666565;
	flex:auto;
}
.quetion-reorder-wrap .question-reorder-title p{
	font-size: 11px;
	line-height: 16px;
	color:#b4b4b4;
}
.quetion-reorder-wrap .question-reorder-title{
	margin: 15px 0 10px 0;
}
.quetion-reorder-wrap li{
	margin-bottom:20px;
}
.quetion-reorder-wrap li p:not(:last-child){
	flex: 0 0 90%;
	width:90%;
}
.quetion-reorder-wrap li p input{
	border:1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
    min-width: 40px !important;
	width: 40px !important;
	height:36px !important;
}
/*DTV-5744-r*/
.line-height-none > li{
	line-height: 0;
}
.choose-metric > label .text-primary{
	text-decoration: underline;
}
.phi-protected{
	padding-bottom: 0;
}
.phi-protected > li{
	list-style: disc !important;
	font-size: 14px;
	color:#000;
}
/*DTV-5805-r*/
.small-progress .mid-size{
	font-size: 1.5em !important;
}
.small-progress .label strong,
.small-progress .label span{
	font-size: 9px;
}
/*DTV-5705-opaque-r*/
.cross-tab-box .segments-metric .cross-tab-opaque{
	position: relative;
	padding:20px 0;
}
.textfield-number{
	-moz-appearance: textfield !important;
	-webkit-appearance: none;
	appearance: none;
}
/*DTV-5978-r*/
.metricnps-item{
	padding:3px;
	min-width: 36px;
}

/*DTV-2958-r*/
.add-description-wrap {
	margin-bottom:20px;
}

.add-description-wrap > a{
	color: #563e9b;
	font-size: 14px;
	font-weight: 600;
	display: inline-flex;
}

.add-description-wrap > a > .action-plus{
display: inline-block;
opacity: 1;
}

.add-description-wrap > .testarea-wrap,
.add-description-wrap.after-clicked-a > a{
	display: none;
}

.testarea-wrap > textarea{
	font-size: 14px;
}

.add-description-wrap.after-clicked-a > .testarea-wrap{
	display: block;
}

/*DTV-2960-r Style starts*/
.date-created-wrap{
	position: relative;
}
.date-created-ul,
.date-created-sub-drop{
	border:1px solid #D7DAE2;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	padding:6px 0;
	background-color: #fff;
	min-width:175px !important;
	width:100% !important;
	position: absolute;
	z-index:1;
	top:100%;
}
.date-created-ul li{
	padding:6px 8px !important;
	font-size: 16px;
	color:#4D4F5C;
	line-height: 20px;
	cursor: pointer;
	float:none !important;
	position: relative;
}
.date-created-ul li:hover{
	background-color: rgba(156, 143, 196, 10%);
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
}
.date-created-sub-drop{
	position: absolute;
	top:0;
	left:100%;
	width:100px !important;
	display: none;
}
.date-created-ul li:hover .date-created-sub-drop{
	display: block;
}
#dashboard_ul_dateCreated > li:nth-child(2):hover #dashboard_ul_dateCreated-sub-drop,
.date-created-ul > li:nth-child(2) i{
display: none;
}
/*DTV-3337-r*/
.ip-selector-wrap{
	width: 240px;
}
.ip-selector-wrap + .prefered-dropper,
.new-sentiment .show-hide-drop{
	min-width: initial;
}
.new-sentiment .show-hide-drop{
	top:100%;
}
.new-sentiment .show-hide-drop > li{
	margin: 12px 0;
	padding:0;
}
.new-wrap-sentiment{
	overflow: unset !important;
}
/*DTV-6018-tooltip-alignment*/
.bottom-segment-tooltip,
.top-segment-tooltip{
    min-width: 380px;
    top: -8px !important;
    right: 5px !important;
}
.bottom-segment-tooltip{
    right: -27px !important;
}
.segments-metric sup{
	top:0 !important;
	cursor: pointer;
}
/*DTV-6069-r*/
.market-icon{
	width:88px;
	height:88px;
	background-color: transparent;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
}
.market-icon, .market-icon > .hubspot-cursor{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.market-app-wrap > ul > li{
    margin-bottom: 50px;
    width: auto;
    /* margin-right: 10px; */
    width: 126px;
}
.chat-bot-image{
	width: 64px;
	height: 64px;
	background: url(../../assets/images/chatbot.png) no-repeat center;
	background-size: cover;
	min-width: 64px;
}
/*workflows hubspot*/
.trigger-client-card-item .market-icon{
	width: 32px;
	height: 32px;
	/* background:#FF704D url(../images/hub-spot.png) no-repeat center; */
	background-size: cover;
	min-width: 32px;
}
.dt-img{
	background:#4B3694 url(../images/dt.png) no-repeat center !important;
	background-size: cover !important;
}
.fresh-img{
	background:#4B3694 url(../images/freshdesk-logo.svg) no-repeat center !important;
	background-size: cover !important;
}
.desk-zen{
	background:url(../images/zendesk-logo.svg) no-repeat center !important;
	background-size: cover !important;
}
.hide-me {
	display:none;
}
.inline{
	display: inline !important;
}
/* .accor-inner-wrap.inner{
	overflow: hidden;
	display: none;
} */
/*Header re-arrangement*/
.header-row .tab-link li.active:after{
	bottom: -6px;
}
/*DTV-6114 warn margin */
.margin-top-warn-questions{
	margin-top: 20px;
}

/*DTV-3337-r*/
.ip-selector-wrap{
	width: 240px;
}
.ip-selector-wrap + .prefered-dropper,
.new-sentiment .show-hide-drop{
	min-width: initial;
}
.new-sentiment .show-hide-drop{
	top:100%;
}
.new-sentiment .show-hide-drop > li{
	margin: 12px 0;
	padding:0;
}
.new-wrap-sentiment{
	overflow: unset !important;
}

/*DTV-3337-createcustom-editfilter-popup-r*/
.ip-selector-wrap.new-ip{
	width: 175px;
}
#create-filter-subdrop-0{
	width: calc( 283px + 52px) !important;
}

/*DTV-5286-r*/
.generated-sublink-newiteration.parking .prefered-dropper{
	min-width: auto;
}
.generated-sublink-newiteration.parking .sublink-wraper > li{
	padding:6px 10px !important;
}
.generated-sublink-newiteration.parking .prefered-dropper > li{
	padding: 0 !important;
 }
/*DTV-global-respondents-r*/
.settings-account-wrap li.open{
	background-color: #F5F4F9;
	padding:20px 25px;
}
.settings-account-wrap li.open div.flex-1-50,
.repo-text-details,
.respondent-face-text,
li.open .after-edit-wrap-email,
li.open .edit-bt,
li.theme-li.open .settings-item-head{
	display: none !important;
}
.settings-account-wrap li.open .repo-text-details
.settings-account-wrap li.open .respondent-face-text,
.bf-edit-wrap .inner-li-wrap.open .before-edit-section,
li.open .cancel-bt,
li.open .save-bt,
li.open .before-edit-section,
li.theme-li.open .after-theme{
	display: block !important;
}
.side-clamp::before{
	width:4px;
	height: 18px;
	background-color: rgba(0, 0, 0, .3);
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-ms-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
	position: absolute;
	content: "";
	left:0;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.time-line-item{
	position: relative;
	padding-top:24px
}
.time-line-item::before{
	position: absolute;
    width: 2px;
    height: 101%;
    content: '';
    top: 0;
    left: -34px !important;
    background: #EAE5E5;
	z-index: 1;
}
.time-line-item:last-child > .survey-status{
	z-index: 2;
}
.time-line-outer:last-child .time-line-item:last-child::after{
    position: absolute;
    content: '';
    width: 10px;
    height: calc(100% - 40px);
    top: 40px;
    left: -40px;
    background-color: #fff;
    z-index: 1;
}
.time-line-outer:first-child .time-line-item:first-child .survey-status{
	top:0;
}
.timeline-wrap .time-line-outer:first-child .time-line-item:first-child{
	padding-top: 0;
}
.survey-status{
	background-color: #F5FBF4;
	border:1px solid #5EC352;
	position: absolute;
    top: 25px;
    left: -54px;
	z-index: 2;
}
.survey-status.danger-survey,
.danger-survey-not-sent{
	border-color:#CA404A;
	background-color: #FDF5F6;
}
.survey-status.warning-survey{
	border-color: #F5AD47;
}
.survey-status.not-access-survey{
	border-color:#C4BAE3;
}
.g-respondent-left .active-boxes > h5,
.word-break{
	word-break: break-all;
}
/*Popup*/
.remote-audience-popup .popup-content{
	max-width: 760px;
}
.answers-wrap > li{
	line-height: 1;
}
.answers-wrap > li:last-child{
	border:0 !important;
}
.oops-popup .modal-popup-wrap{
	width:640px !important;
}
.trigger-people-r .upto-after-edit input,
.respondent-trigger .upto-after-edit input{
	width: 48px !important;
}
/*DTV-DTV-global-respondent-settingup-section-r*/
/* .after-edit-wrap-email .wordbreak{
	max-width: 50%;
} */
.repo-width{
	width:calc(24% - 14px);
}
/*DTV-5596-r*/
.time-picker.display-flex > input{
	width: 60px;
}
.expire-wrap .smsdetails-date span:before{
	top:-2px;
}
.expire-wrap .smsdetails-date span:after{
	top:1px;
}
.expire-wrap .mt-12 .survey-radio span:after{
	top:7px;
}
.expire-wrap .mt-12 .survey-radio span:before{
	top:4px;
}
.sendsms .select{
	max-width: 150px;
}
.three-col .tracking-item-details{
	width:  calc(33.33% - 10px) !important;
	margin-right: 10px;
}
/*DTV-3342-r*/
.date-w-wrap{
	width: 160px !important;
}
.no-absolute{
	position: relative !important;
	right: -3px;
}
/*DTV-6192-r*/
.textAnalytics{
	position: absolute !important;
}
.textAnalytics > p{
	position: fixed;
	padding-top:200px;
}
/*DTV-6333-r*/
#rem1-time,
#rem1-date,
#rem2-time,
#rem2-dat{
	padding-right: 32px !important;
}
#rem1-dtic-calendar,
#rem2-dtic-calendar{
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	top:50%;
	right:10px;
}
.pipe-symbol{
	width: 2px;
	height:16px;
}
/*DTV-6379-r*/
.profiler-desc-wrap .wid-4{
	width: calc(25% - 1%);
}
/*DTV--6396-r*/
.gr-popup-pagination > a{
	padding: 8px;
}
#questionTypeDropdown > li > a,
#questionTypeDropdown > li > a i,
.drop-rating- > li > a,
.drop-rating- > li > a i{
	position: initial !important;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	left:0 !important;
	top:0 !important;
}
#questionTypeDropdown > li > a i,
.drop-rating- > li > a i{
	margin-right: 10px !important;
	width: 18px !important;
}
/*DTV-6414-r*/
.new-color-wh,
.company-logo-wh{
	border:2px solid #DDD6F5;
}
.company-logo-wh{
	border-width: 8px;
}
.themee-- > label{
	min-width: 134px;
}
.company-logo-wh{
	width: 130px;
	height: 130px;
	min-width: 130px;
}
.after-theme .color-wheel,
#edit-triggers-did-not-count,
#edit-triggers-did-not-percentage,
#edit-triggers-did-percentage,
#globalrespondent_select_border-count-operator-options,
#globalrespondent_select_pr-20-percentage-operator,
#globalrespondent_select_border-radius-count-operator,
#globalrespondent_select_percentage-operator-selected{
	min-width: 130px;
}
.after-theme .color-wheel-wrap{
	align-self: flex-start;
}
.after-theme .color-wheel-wrap  div{
	width: 236px;
}
/*DTV-6463-r*/
.line-height-adj{
	line-height: 30px;
	padding-right: 2px;
}
.expancollaspe{
    min-width: 90px;
}
/*DTV-5936-r*/
.Hubspot-logo > h2.action-email-title > span img{
		min-width: 35px;
	 }
	 /*DTV-5938-r*/
.T-hub{
	background: url(../images/T-hub.png) no-repeat center !important;
	background-size: cover;
}
.huubspoT{
	position: absolute;
	top:0;
	right: 0;
	left: 0;
	bottom: 0;
}
.workflow-trig .market-icon{
	width: 20px;
	height: 20px;
	background:#FF704D url(../images/H-20.png) no-repeat center;
	background-size: cover;
	min-width: 20px;
}
.workflow-trig .dt-img{
	background:#4B3694 url(../images/dt-20.png) no-repeat center !important;
}
.workflow-trig .logo-24-7-small{
	background:url(../images/247_software.svg) no-repeat center !important;
	background-size: contain !important;
}
.workflow-trig ul.disabledtrig li > .bg-white {
	background-color: #D1CCC7 !important;
	opacity: .5;
	cursor: not-allowed;
}

.workflow-trig ul.disabledtrig li > .bg-white > h4{
	color:#fff !important;
 }

 /*DTV-5488-new-r*/
.g-filters-wrap .filter-apply-ul li .radio-btn span{
	padding-left: 23px;
}
.g-respondent-header .filters-textarea > li > a::after{
	display: none;
}
.g-respondent-header .filters-textarea > li{
	padding-right: 35px;
}
/*DTV-6714-r*/
#global_ul_filterdropdown .upto-after-edit > input{
	padding:8px !important;
}
/*DTV-6638-r*/
#navigation_a_active-tabs6 > i{
	font-size: 28px;
}
/*DTV-6548-r*/
.profile-pic > i{
	font-size: 56px;
}
/*DTV-6604-r*/
.sessionout-img{
	width: 64px;
}
.session-out-pop .modal-popup-wrap{
	width: 720px !important;
}
/*DTV-5648-r*/
.respondent-trigger .upto-after-edit input{
	padding:0 6px;
}
/*DTV-5764-r*/
.respondent-temp-card-item:hover i{
	color: #a493c7 !important;
}
.respondent-temp-card-item{
	width: calc(50% - 12px);
	padding: 16px 6px;
}
/*DTV-dynamic-QR-r*/
.vh-content{
	min-height: calc(100vh - 120px) !important;
    padding-bottom: 90px;
}
.dynamic-QR-actions .filter-apply-ul{
	min-width: auto;
	width: 286px;
	right: 30px;
	left: auto;
	top:0;
}
.dynamic-QR-wrap .prefered-droper-wrap{
	width: 320px !important;
}
.color-less-table .table-select{
	position: absolute;
	left: 0;
	top:0;
	bottom:0;
}
/*DTV-6679-r*/
/* .microsoft-dynamic{
	background:#000 url(../../assets/images/CRM-Dynamic.png) no-repeat center !important;
} */
.dt-img-bg-small{
	background-size: 60% !important;
	min-width: 24px;
}
/*DTV-6580-new-r*/
.tab-panel-container{
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}
.pad-10{
	padding-top:10px !important;
	padding-bottom:10px !important;
}
.dynamic-collector-wrap + .prefered-label-wrap{
	width: 320px;
}
.opacity-applied .check-btn,
.opacity-applied .QR-options a{
	opacity: .2;
	cursor: not-allowed;
}
.opacity-applied .QR-options .use-this{
	display: block !important;
	cursor: pointer;
	opacity: 1;
}
.opacity-applied .QR-options .dont-Use{
	display: none !important;
}
.session-out-pop .max-900{
	width: 900px !important;
}
/*DTV-6926-r*/
.app-box::after{
	position: absolute;
	content: '';
	width: 2px;
	height: 100%;
	background-color: rgba(0, 0, 0, 21%);
}
.app-box{
	min-width: 71px;
}
#distribution-component_div_tab-content-new-publish-page .wickedpicker{
	position: absolute !important;
	top:100% !important;
	left: 0 !important;
}
/* #distribution-component_div_sms-details-date-program .wickedpicker{
	left: 190px !important;
} */
/*DTV-6967-r*/
/* #choice-dropdown li > a{
	padding:8px 14px
} */
#choice-dropdown li > a i{
	top: inherit !important;
	margin-right: 0;
}
.count-dynamic{
	min-width: 100px;
}
.min-w-125{
	width: 125px;
}
/*DTV-6582-r*/
.dynamic-collector-Sort .date-created-ul{
	min-width: 225px !important;
	left:0;
}
/* DTV-6593-r */
.list-tab-select thead tr th{
	visibility: hidden;
	opacity: 0;
}
.list-tab-select .table-select{
	display: block !important;
}
/*DTV-6847-r*/
#overview-component_div_chart-area{
	position: relative;
    width: 100%;
    height: calc(100% - (39px + 18px));
}
.responses-avatar-wrap{
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	background-color: #fff;
}
#workatoId{
	height: calc(100vh - 200px) !important;
	overflow-x:hidden !important;
}
#workatoId_temp{
	height: calc(100vh - 200px) !important;
	overflow-x:hidden !important;
}
.connect-Now-hub .popup-body-wrap{
	padding: 0 20px;
}
/*DTV-6590-r*/
.QR-loader .popup-content > img{
	width: 220px;
	margin:0 auto;
}
/*DTV-6701-r*/
.microsoft-minimage,
.sales-minimage{
	background: url(../images/microsoft-dynamics-logo.jpg) no-repeat center top;
	background-size: contain;
	height: 35px;
}
.map-content .select::after{
	top:12px;
}
.map-content .color-less-table td{
	padding:8px 12px;
}
 /*DTV-6590-r*/
 .QR-loader .popup-content > img{
	width: 220px;
	margin:0 auto;
 }
/*DTV-6989-r*/
.sales-minimage{
	background: url(../images/salesforce-logo.jpg) no-repeat center top !important;
	background-size: contain !important;
}
.h-100-vh{
	height: calc(100vh - 70px) !important;
}
/**/
#edit-triggers-component_ul_filters-textarea > li{
	min-width: auto;
	width: auto;
}
/*popup-error-message-on-login-r*/
.session-out-pop{
	z-index: 11;
}	
/*DTV-7396-r*/
.auto-save-load{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
/*DTV-7022-r*/
.text-coding{
	align-self: center !important;
	max-width: 60px;
}
.autosavePopup{
    position: fixed;
    top: 22px;
    right: 120px;
}
.dropdown-selectionPgee i{
	transform: initial !important;
	margin: 0 8px 0 0 !important;
}



/* AMD-64 */
.chatgpt-chatbot-image{
	width: 32px;
	height: 32px;
	margin-left: 17px;
	background: url(../../assets/images/ChatGPT_350x350.png) no-repeat center;
	background-size: cover;
	min-width: 32px;
}
