/* Font Face */
@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Th';
    src: url('../fonts/ProximaNova-Thin.woff2') format('woff2'),
        url('../fonts/ProximaNova-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova bd';
    src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Medium.woff2') format('woff2'),
        url('../fonts/ProximaNova-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
/*-----*/
.notification-center-container{
	width:87%;
	max-width:100%;
	margin: 0px auto;
	padding: 0px 15px 50px;
	position: relative;
}
.notification-center-container h2{
	margin-bottom: 20px;
}
.content{
	/* margin-top: 30px; */
}
.mCSB_inside > .mCSB_container{
	margin-right: 15px;
}
.sidebar-menu{
	/* width:142px; */
	width:158px;
	padding: 43px 0px;
	box-shadow:0px 3px 6px rgba(0,0,0,0.16);
}
.sidebar-menu li{
	padding: 9px 0px;
	display:flex;
	justify-content:center;
	margin-bottom:26px;
	border-left:4px solid transparent;
	border-right:4px solid transparent;
}
.sidebar-menu a{
	text-align:center;
}
.sidebar-text{
	display: block;
	font-family: Proxima Nova;
	font-weight:500;
	font-size:15px;
	color:#9e9d9d;
}
.sidebar-menu [class*="icon-"]{
	width:31px;
	margin-bottom:7px;
}
.icon-survey{
	background-position: 0 -40px;
	height:29px;
}
.icon-compaign{
	background-position: -31px -40px;
	height:35px;
}
.icon-list{
	background-position: -62px -40px;
	height:26px;
}
.icon-access{
	background-position: -93px -40px;
	height:33px;
}
.icon-settings{
	background-position: -124px -40px;
	height:30px;
}
.sidebar-menu{
	position: fixed;
	margin-top: 62px;
	left: 0;
	top: 0;
	height:calc(100vh - 63px);
	height:-webkit-calc(100vh - 63px);
	height:-moz-calc(100vh - 66px);
	float: left;
	z-index:3;
	background-color: #fff;
}
.sidebar-menu li:hover .sidebar-text{
	color:#4B3693;
}
.sidebar-menu li:hover [class*="icon-"]{
	background-position-y: -80px;
}
.active .sidebar-text{
	color:#4B3693;
}
.active [class*="icon-"]{
	background-position-y: -80px;
}
.survey-sec{
	width: calc(100% - 123px);
	width: -webkit-calc(100% - 123px);
	width: -moz-calc(100% - 123px);
	float: right;
}
.survey-header{
	padding: 29px 38px 0px 28px;
	position: fixed;
	width: calc(100% - 123px);
	width: -webkit-calc(100% - 123px);
	width: -moz-calc(100% - 123px);
	background:#fff;
	z-index:2;
}
.survey-share{
	display: flex;
	justify-content:space-between;
	margin-bottom:15px;
}
.survey-share ul{
	display: flex;
	    padding:2px 3px;
}
.survey-share li{
	font-size:21px;
	color:#060105;
	font-family: 'Proxima Nova';
	font-weight:500;
	margin-right:29px;
	position: relative;
}
.survey-share li:last-child{
	margin-right:0;
}
.survey-share a{
	font-size:16px;
	color:#4C3794;
	font-family: 'Proxima Nova';
	font-weight:500;
}
.icon-separator{
	position:absolute;
	width:9px;
	height:15px;
	top:50%;
	transform:translateY(-50%);
	background-position: -68px 0px;
	right:-18px;
}
.share-wrapper [class*="icon-"]{
	width:22px;
	height:22px;
	font-size:0;
}
.survey-hamburger,.message-hamburger{
	display:none;
}
.hamburger-lines,.message-lines{
	font-size:0;
}
.icon-location{
	background-position: -84px 0px;
	margin-right:16px;
}
.icon-download{
	background-position: -106px 0px;
	margin-right:20px;
}
.icon-share{
	background-position: -128px 0px;
}
/* notification-center */

.notification-center{
    position:relative;
	/* width: -webkit-calc(100% - 87px); */
	width: -webkit-calc(100% - 158px);
	/* width: calc(100% - 87px); */
	width: calc(100% - 158px);
	float: right;
    padding: 45px 0px;
}

.survey-menu{
	border-bottom:1px solid #D9D9D9;
	padding:0px 5px 4px;
	margin-bottom:15px;
}
.survey-menu li{
	float:left;
	margin-right:42px;
	padding:4px 0px 6px;
	position: relative;
}
.survey-menu li:last-child{
	margin-right:0;
}
.survey-menu a{
	font-size:15px;
	color:#BDC4C9;
	font-family: 'Proxima Nova';
	font-weight:500;
	text-transform:uppercase;
	font-size: 16px;
}
.survey-menu li:hover a,.active a{
	color:#4B3693;
}
.alert-message{
	background-color: #efeffc;
	border-radius: 3px;
	padding: 10px 20px 8px 15px;
	color:#584B71;
	font-size: 15px;
	position: relative;
	margin-bottom: 31px;
	display:flex;
}
.alert-message span{
	padding-left:8px;
}
.alert-heading{
	padding-left: 5px;
	margin-right: 30px;
	border-bottom: 1px solid #ebebeb;
}
.icon-alert{
	display: inline-block;
	width: 15px;
	height: 15px;
	background-position: -100px -145px;
	position: absolute;
	top: 10px;
	left: 14px;
}
.alert-wrap{
	margin-bottom: 20px;
}
.alert-email{
	margin-bottom: 4px;
}
.heading{
	font-size: 18px;
	color:#020202;
	font-family: 'Proxima Nova Rg';
	width: 29%;
	float: left;
}
.alert-enable{
	float: left;
	font-size: 16px;
	font-family: 'Proxima Nova Rg';
	color:#202F45;
	margin-top: -2px;
}

.subheading{
	font-size: 14px;
	color:#a5a5a5;
	font-family: 'Proxima Nova';
}
/* switch */
.switch {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 11px;
  margin-right: 11px;
  margin-left: 8px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #afafaf;
  -webkit-transition: .4s;
  transition: .4s;
   border-radius: 34px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: -2px;
  bottom: -4px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
  box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
input:checked + .slider {
  background-color: #c7bbe9;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(11px);
  -ms-transform: translateX(11px);
  transform: translateX(11px);
  background-color: #6f5ba7;
}
/* active-programs */
.active-programs{
	padding-top: 27px;
	padding-left: 5px;
}
.active-programs .heading{
	display: block;
	width: 100%;
	margin-bottom: 9px;
}
.active-programs .subheading{
	display: block;
	font-size: 16px;
	margin-bottom: 27px;
}
/*custom checkbox*/
/* .check-bar {
  text-align: left;
} */
/* .check {
  margin-bottom: 10px;
	text-align: left;
} */
.checkmark {
  position: relative;
  padding-left: 25px;
  color: #000;
  padding-top: 3px;
  font-size: 14px;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.checkmark:before {
  content: "";
  top: 2px;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  height: 18px;
  width: 18px;
  background-color: #ffffff;
  border: 1px solid #c1c0c0;
  border-radius:3px;
}
.checkmark:after {
  content: "";
  top: 3px;
  right: auto;
  bottom: auto;
  left: 6px;
  position: absolute;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}

/* .checkmark:after {
  content: "";
  top: 4px;
  right: auto;
  bottom: auto;
  left: 6px;
  position: absolute;
  width: 3px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
} */
.custom-checkbox {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 10px;
  line-height: 1.1;
  -webkit-tap-highlight-color: transparent;
}
.custom-checkbox:hover {
  -webkit-tap-highlight-color: transparent;
}
.custom-checkbox:focus {
  -webkit-tap-highlight-color: transparent;
  background-color: red;
}
.custom-checkbox input {
  top: 5px;
  right: auto;
  bottom: auto;
  left: 5px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 1px;
  width: 1px;
}

.custom-checkbox input:checked + .checkmark:before{
	background-color:#4b3693;
	border:none;
}
.image-half:before {
	/* background: url(assets/images/Minus-button.svg) center top no-repeat; */
	background-color: #b5aece !important; 
	width: 15px;
	height: 15px;
}
.custom-checkbox input:checked + .checkmark:after{
  display: block;
}
.program-alert{
	padding-left: 29px;
	display: none;
}
.program-alert .heading{
	width: 29%;
	font-size: 16px;
	color:#020202;
	font-family: Proxima Nova Rg;
}
/* .program-alert .alert-wrap{
	margin-bottom: 23px;
} */
.active-programs .program-alert > .subheading{
	font-size: 14px;
	margin-bottom: 18px;
}
.open-alert{
	display: block;
}
.program-name > .check-bar .check{
	margin-bottom: 5px;
}
.metrics-feedback{
	padding-left: 21px;
	padding-top: 2px;
}
.question{
	width: 42%;
	display: inline-block;
	float: left;
	text-align:left;
	padding-right:10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.threshold-dropdowns{
	float: left;
	width: calc(100% - 42%);
	display: flex;
	justify-content: flex-start;

}
.question-row{
	margin-bottom: 5px;
}
.feedback-rating{
	margin-bottom: 16px;
}
.price-feedback{
	padding-top: 8px;
}
.price-feedback .question-row{
	margin-bottom: 10px;
}
.active-programs .checkmark{
	font-size: 16px;
	color:#020202;
	font-family: Proxima Nova Rg;
}
.program-alert .alert-enable{
	font-size: 16px;
	color:#202E45;
	font-family: Proxima Nova Rg;
}
.question-row span{
	font-size: 15px;
	font-family: Proxima Nova;
	color:#020202;
}
.question .checkmark{
	font-size: 15px;
	padding-left: 28px;
}
.question .checkmark:before{
	width: 15px;
	height: 15px;
}
.question .checkmark:after{
	width: 5px;
	height: 9px;
	top: 4px;
	left: 5px;
}
/* .question .checkmark:after{
	width: 3px;
	height: 7px;
	top: 4px;
	left: 5px;
} */
.operator-dropdown{
	/* width: 105px; */
	width: 110px;
	margin-right: 17px;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
}

.operator-dropdown select{
	border: none;
}

.range-dropdown{
	/* width: 62px; */
	/* width: 110px; */
	border: 1px solid #e2e2e2;
	border-radius: 5px;
}

.range-dropdown select{
	border: none;
}

.program-name .switch{
	margin-left: 10px;
}
/* select */
.sbHolder{
	background-color: #fff;
	width: 100%;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	height: 29px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color:#000;
}
.sbOptions a:link, .sbOptions a:visited{
	color:#000;
}
.sbSelector{
	width: 100%;
	font-size: 15px;
	font-family: Proxima Nova Rg;
	line-height: 1.8;
}
.sbOptions{
	width: 102%;
	background-color: #fff;
	top: 27px !important;
	border:1px solid #e2e2e2;
	border-radius:2px;
}
.sbOptions li{
	padding: 0;
}

.sbOptions li:hover{
	background-color: #F2F2F8;
}

.sbOptions a{
	border-bottom: 1px solid #f1f0f0;
	font-size: 15px;
	font-family: Proxima Nova Rg;
	padding-left: 12px;
	padding-right: 5px;
}
.sbOptions li:last-child a{
	border-bottom: none;
}
.sbToggle:after{
	position: absolute;
	content:"";
	top: 0;
	right: 0;
  /* background: url(../../../assets/images/dropdown-icon.svg) center top no-repeat; */
	width: 8px;
	height: 12px;
	top: 7px;
	right: 6px;
	pointer-events:none;
}
.question-row .sbHolder{
	pointer-events:none;
	opacity: .5;
}
.active-question-row .sbHolder{
	pointer-events:all;
	opacity: 1;
}
.program-name{
	margin-bottom: 25px;
}
.metrics-open{
	display: none;
}
.question-open{
	display: block;
}
.all-questions{
	/* display: none; */
	margin-bottom: 23px;
}
/* .question-open{
	display: block;
} */
.account-content{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.7);
	z-index: 199;
}
.account-wrap{
	border:1px solid #dedede;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
	min-width:300px;
	max-width:534px;
	padding: 50px 45px 32px 47px;
	position: absolute;
	margin:0 auto ;
	z-index: 55;
	background-color: #fff;
}
.account-close{
	display: none;
}
.close-account{
	position: absolute;
	top: 26px;
	right: 30px;
	width: 15px;
	height: 15px;
	display: inline-block;
}
.icon-close{
	width: 15px;
	height: 15px;
  /* background: url(../../../assets/images/close-icon.svg) center top no-repeat; */
}

.account-wrap p{
	font-size: 16px;
	color:#020202;
	font-family: Proxima Nova Rg;
	line-height: 1.6;
	display: inline-block;
	margin-bottom: 25px;
}
.btn-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.btn-cancel{
	color:#4B3693;
	font-size: 15px;
	color:#4B3693;
	font-family: Proxima Nova;
}
.btn-cancel:hover{
	color:#4B3693;
}
.btn-go{
	color:#fff;
	background-color: #d58c67;
	border-radius:2px;
	display: inline-block;
	padding: 6px 22px 7px;
	font-size: 15px;
	font-family: Proxima Nova;
}
.btn-go:hover{
	color:#fff;
}

.column-heading{
	margin-bottom:13px;
}

.column-heading .checkmark{
	font-weight:600;
	font-size:16px;
}

.column-heading .threshold-dropdowns{
	/* font-weight:600; */
	font-size:16px;
	padding-top:3px;
}

.select{
	color: #000;
	font-size: 14px;
	-moz-appearance: none;
}
.select:disabled{
	color: #c7bbe9;
	font-size: 14px;
}


/**
* Responsive CSS 
**/

/*
 Table Of Contents
 1.) Media Query for Handheld Devices
 2.) Media Query for mobile
 ===============================================*/
/*
 1.) Media Query for Handheld Devices
 ===============================*/
 @media only screen and (max-width : 1250px) {
	.sidebar-menu{
		width:110px;
	}
	.notification-center{
		width: calc(100% - 110px);
		width: -webkit-calc(100% - 110px);
		width: -moz-calc(100% - 110px);
		padding-bottom: 15px;
	}
}
/*
 2.) Media Query for mobile
 ===============================*/
@media only screen and (max-width : 767px){
	.body-slider1 .wrapper,.body-slider .wrapper{
		overflow: hidden;
        height: 100vh;
	}
	.body-slider1 .wrapper{
		opacity: 0.3;
	}
	.header{
		padding: 20px 17px 13px 17px;
	}
	.logo{
		margin-left: 40px;
	}
	.header-right{
		width:65px;
	}
	.hamburger-menu{
		display:block;
		width:20px;
		height:20px;
		position:absolute;
		left:15px;
		top:25px;
	}
	.hamburger,.hamburger-lines,.message-lines{
	  width: 100%;
	  height: 2px;
	  border-radius:1px;
	  font-size:0;
	  background-color: #fff;
	  position: absolute;
	  margin: auto;
	  top: 0;
	  right: 0;
	  left: 0;
	  bottom: 0;
	  -webkit-transition: all 0.3s ease-in-out;
	  -moz-transition: all 0.3s ease-in-out ;
	  -ms-transition: all 0.3s ease-in-out ;
	  -o-transition: all 0.3s ease-in-out ;
	  transition: all 0.3s ease-in-out;
	}
	.hamburger:before, .hamburger:after,.hamburger-lines:before,.hamburger-lines:after,.message-lines:before,.message-lines:after{
	  content: ' ';
	  position: absolute;
	  width: 100%;
	  height: 2px;
	  border-radius:1px;
	  background-color: #fff;
	  -webkit-transition: all 0.3s ease-in-out;
	  -moz-transition: all 0.3s ease-in-out ;
	  -ms-transition: all 0.3s ease-in-out ;
	  -o-transition: all 0.3s ease-in-out ;
	  transition: all 0.3s ease-in-out;
	}
	.hamburger:before,.hamburger-lines:before,.message-lines:before{
	  top: -7px;
	}
	.hamburger:after,.hamburger-lines:after,.message-lines:after{
	  top: 7px;
	}
	.sidebar-menu {
	  z-index:3;
	  padding:15px 0px 15px 5px;
	  width: 100px;
	  left:-100%;
	  -webkit-transition: left 0.5s ease-in-out;
	  -moz-transition: left 0.5s ease-in-out ;
	  -ms-transition: left 0.5s ease-in-out ;
	  -o-transition: left 0.5s ease-in-out ;
	  transition: left 0.5s ease-in-out;
	  background:#fff;
	}
	/*for toggle*/
	.menu-active{
	  background: none;
	}
	.menu-active:before{
	  top: 0;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
	.menu-active:after{
	  top: 0;
	  -webkit-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}
	.hamburger, .hamburger:before, .hamburger:after{
	   pointer-events: none;
	}
	.show-side .sidebar-menu {
	 left:0;
	}
	/*toggle css end here*/
/* notification-center */
	.notification-center{
		width:100%;
		padding: 20px 0px;
	}
	.alert-heading{
		margin-right: 0;
	}
	.alert-email{
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	.alert-enable{
		width: 100%;
		float: none;
	}
	.heading{
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	.program-alert .heading{
		width: 100%;
	}
	.program-alert{
		padding-left: 0;
	}
	.metrics-feedback{
		padding-left: 0;
	}
	.account-wrap{
		width: 250px;
	}
	.question-row{
		margin-bottom:15px;
	}
	.question .checkmark{
		font-size:13px;
	}
	.custom-checkbox{
		/* width:85%; */
	}
	.column-heading .threshold-dropdowns {
		padding-top:6px;
    font-size: 13px;
		color:#020202;
	}
	
	
}
@media only screen and (min-width : 768px) {
	.heading{
		min-width: 292px;
		}
	.threshold-dropdowns{
		width:auto;
	  }
	/* .question{
		min-width: 385px;
	} */
	}

