
/*
 Eric Meyer's Reset
 ----------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: 'Proxima Nova', Avenir, Helvetica, sans-serif;
	line-height: normal;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	/* min-width: 1024px; */
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	cursor:pointer;
}
/*
 Global Typography
 ----------------------------------------*/
*, :before, :after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100%;
}
body {
	line-height: 1.2;
	color: #868686;
	position: relative;
	font-size: 12px;
	font-family: 'Proxima Nova', Avenir, Helvetica, sans-serif;
}
body {

	/*background: url(../images/black-bg.jpg) no-repeat center top;*/
	font-size: 24px;
	/*font-family: Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;*/
	/* font-family: "Avenir", Helvetica, Arial, sans-serif; */
	font-family: 'Proxima Nova', Avenir, Helvetica, sans-serif !important;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	background: #fff !important;
}
/*
 2.0.1) Font Face
 -----------------------------*/
 @font-face {
	font-family: 'Arial Rounded MT';
	src: url('../fonts/ArialRoundedMTBold.woff2') format('woff2'), url('../fonts/ArialRoundedMTBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

/*Put Your font face Styles here*/
@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 !important;
    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 Rg';
    src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold !important;
    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;
}

/*
/*
 Global headings
 ----------------------------------------*/
h1, h2, h3 {
	/* text-transform: capitalize; */
	font-weight: 500;
}
h1 {
	font-size: 24px;
	color: #1F344A;
}
h2 {
	/* font-size: 16px; */
	color: #4C3794;
	margin-bottom: 8px;
}
h3 {
	font-size: 17px;
	color: #4D4F5C;
	margin-bottom: 20px;
}
h4 {
	font-weight: 500;
	font-size: 13px;
	color: #334352;
}
a{
	text-decoration: none;
    outline: none;
    display: inline-block;
    transition: 0.3s ease;
}


h1, h2, h3, h4, h5, h6 {
	/* font-weight: normal; */
	/*color: #161e21;*/
	color: #444;
}
h1 {
	font-size: 32px;
	font-weight: 500;
}
h2 {

}
h3 {

}
h4 {

}
h5 {

}
h6 {

}
img {
	height: auto;
	max-width: 100%;
	width: auto;
}
textarea::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
textarea:-moz-placeholder {/* Firefox 18- */
	color: #000;
	opacity: 1;
}
textarea::-moz-placeholder {/* Firefox 19+ */
	color: #000;
	opacity: 1;
}
textarea:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}

textarea{
	color:#000;
}




/*
 Form Elements
 -----------------------------*/
select, textarea {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: inherit;
	background: #fff;
	border: 1px solid #ccc;
}
input {
	line-height: normal;
}
input[type="number"], input[type="text"], input[type="password"], input[type="email"], select, textarea {
	font-family: 'Proxima Nova', Avenir, Helvetica, sans-serif;
	width: 100%;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="text"], input[type="email"], input[type="password"], select {
	font-size: 18px;
	color: #000;
	border: none;
	padding: 10px 10px 10px;
	border-bottom: 1px solid #dadada;
	width: 100%;
	font-weight: 400;
	border-radius: 0px;
	height: 36px;
	/*font-family: 'Raleway', sans-serif;*/
	font-family: "Proxima Nova","Avenir", Helvetica, Arial, sans-serif;
}

input::placeholder {/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #8E8E8E;
	opacity: 1;
}

input:-ms-input-placeholder {/* Internet Explorer 10-11 */
	color: #8E8E8E;
	opacity: 1
}

input::-ms-input-placeholder {/* Microsoft Edge */
	color: #8E8E8E;
	opacity: 1;
}

select {
	padding-bottom: 4px;
	outline: none;
}

select::-ms-expand {
	display: none;
}

input:focus, select:focus, textarea:focus, button:focus {
	outline: 0;
}

input[type="checkbox"], input[type="radio"] {
	padding: 0;
	border: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"], input[type="file"] {
	-webkit-appearance: none;
	cursor: pointer;
	line-height: normal;
	overflow: visible;
	font-family: 'Proxima Nova', Avenir, Helvetica, sans-serif !important;
}
button[disabled], input[disabled] {
	cursor: default;
	color: #999;
	border-color: #ccc;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.form-field, .select .form-field {
	border: 1px solid #ADADAD;
	border-radius: 4px;
	height: 40px;
	font-size: 15px;
	padding: 0 15px;
	color: #000000;
}
label {
	/* display: block; */
	color: #000000;
	font-size: 14px;
	margin-bottom: 10px;
}
textarea {
	resize: none;
	height: 185px;
	padding: 3px 12px;
}
textarea.form-field {
	height: 78px;
}
input:focus, select:focus, textarea:focus, button:focus {
	outline: 0;
}
button {
	line-height: 1.2;
}
select::-ms-expand {
	display: none;
}
select:focus::-ms-value {
	background: #fff;
	color: #000000;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
	border: none;
}
input::-ms-clear {
	display: none;
}
::-webkit-input-placeholder {/* Chrome/Opera/Safari */
	color: #000000;
	opacity: 1;
}
::-moz-placeholder {/* Firefox 19+ */
	color: #000000;
	opacity: 1;
}
:-ms-input-placeholder {/* IE 10+ */
	color: #000000;
	opacity: 1;
}
:-moz-placeholder {/* Firefox 18- */
	color: #000000;
	opacity: 1;
}

.placholder-gray::placeholder{
	color: #848A93 !important;
}

.light-field::-webkit-input-placeholder {/* Chrome/Opera/Safari */
	color: #989898;
}
.light-field::-moz-placeholder {/* Firefox 19+ */
	color: #989898;
}
.light-field:-ms-input-placeholder {/* IE 10+ */
	color: #989898;
}
.light-field:-moz-placeholder {/* Firefox 18- */
	color: #989898;
}
/*
 List Styles
 ---------------------------------*/
ul, ol, li {
	list-style: none;
}
ul, ol, dl {
	font-size: 100%;
	line-height: 1.5;
}
li, dt {
	line-height: 1.5em;
}
dl {
	margin: 0 0 1em 0;
}
dd {
	margin: 0 0 1em 0.8em;
}
ul {
	list-style-type: disc;
	margin: 0 0 0 0;
}
ol,
ol li {
	list-style-type: decimal;
	margin: 0 0 0 0;
}
ul ul, ol ul {
	list-style-type: circle;
	margin-top: 0;
}
ol ol {
	list-style-type: lower-latin;
	margin-top: 0;
}
/*
 General Text Formatting
 -----------------------------------*/
blockquote, cite, q, var, dfn {
	font-style: italic;
}
blockquote {
	background: transparent;
	color: #666666;
}
pre, code, kbd, tt, samp, var {
	font-size: 100%;
}
pre {
	font-size: 100%;
	line-height: 1.5;
	margin: 0 0 1.5em 0;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
pre, code {
	color: #880000;
}
kbd, samp, var {
	color: #666666;
	font-weight: bold;
}
acronym, abbr {
	border-bottom: 1px #aaa dotted;
	font-variant: small-caps;
	cursor: help;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.25em;
}
sub {
	bottom: -0.25em;
}
img {
	max-width: 100%;
	height: auto;
}
/* strong {
	font-weight: 500;
} */
a {
	color: inherit;
	text-decoration: none;
	outline: none;
	-webkit-transition: all ease 0.5s 0s;
	-moz-transition: all ease 0.5s 0s;
	-ms-transition: all ease 0.5s 0s;
	-o-transition: all ease 0.5s 0s;
	transition: all ease 0.5s 0s;
}
table,
.cent-percent{
	width: 100%;
}
/*
 2.0.6) Link style
 -------------------------*/
 a {
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
}
a:active {
	outline: none;
}
/*
2.0.7) Button Styles
 -------------------------*/
 .btn {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	background: #f38355;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 7px 17px;
	text-align: center;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn-grey,
.btn-orange {
	background-color: #eeeeee;
	font-size: 16px;
	color: #1e1e1e;
	min-width: 148px;
	padding: 13px;
	font-weight:400;
	font-family: 'Proxima Nova', Avenir, Helvetica, sans-serif;
}
.btn-grey:hover {
	background-color: var(--btn-hover-color);
	color: #fff;
}

/*.btn-orange {
	background-color: #f8ae19;
	font-size: 16px;
}*/

.btn-orange,
.purple-bg-btn {
	background-color: #EFA848 !important;
	font-size: 16px !important;
	color: #fff;
	min-width :inherit;
	padding: 7px 12px !important;
}

.btn-orange:hover {
	background-color: #f8ae19;
	color: #fff;
}

.btn-orange:disabled{
	background-color: #bebebf;
	color: #fff;
}

.btn-orange:disabled:hover {
	background-color: #bebebf;
	color: #fff;
}

.btn-purple {
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 7px 14px;
	border: 1px solid #4b3693;
	background-color: #fff;
	color: #4b3693;
}
.purple-bg-btn{
	background-color: #9C8FC4 !important;
}

.vertical-button{
    position:fixed;
    right:-80px;
    left:auto;
	top:50%;
	transform: translateY(-50%) rotate(270deg);
    -webkit-transform: translateY(-50%) rotate(270deg);
    -moz-transform: translateY(-50%) rotate(270deg);
    -ms-transform: translateY(-50%) rotate(270deg);
	-o-transform: translateY(-50%) rotate(270deg);
	padding: 0 !important;
    width: 190px;
    height: 36px;
    font-size: 16px !important;
}

.hidden-icon{
    width: 23px;
    height: 23px;
    background: url(../images/hide-white.svg) no-repeat left top;
    background-size: cover;
    display: block;
    transform: rotate(90deg);
    margin-left: 5px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*
 Sprite Icons
 -------------------------*/
 [class^="icon-"], [class*="icon-"] {
	background-image: url(../images/sprite.png);
	/* background-position: 0 0; */
	background-repeat: no-repeat;
	vertical-align: middle;
	display: inline-block;
    /* width: 68px;
    height: 68px; */
	border: none;
}
/*
 2.0.8) Sprite Icons
 -------------------------*/
 /* [class^="icon-"], [class*="icon-"] {
	background-image: url(../images/sprite.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 48px;
	width: 48px;
	border: none;
} */

/* Containers
 ----------------------------------------------------------------------------------------------------*/
 .survey-creation .container {
	padding-left: 105px;
	max-width: none;
	width: 100%;
}
.container {
	margin: 0 auto;
	/* max-width: 1100px; */
	/* width: 100%; */
	width: 90%;
	max-width: 1920px;
}
.container-fluid {
	width: 100%;
	padding: 0 25px;
}
.sub-container {
	margin: 0 auto;
	/* max-width: 1093px; */
	width: 100%;
}

.sub-container {
	margin: 0 auto;
	max-width: 1093px;
	width: 100%;
}
/*========common wrapper styles============*/
.content {
	min-width:850px;
	max-width:1920px;
}
.container {
	padding: 0 40px;
}
.container-md {
	padding-right: 0;
}
.container-md .page-header {
	padding-right: 40px;
}
.overlay,
.overlay-one{
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: rgba(255, 255, 255, 0.9);
	z-index:999;
}
/* `Clear Floated Elements
 ----------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:before, .clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */

/*
 The following zoom:1 rule is specifically for IE6 + IE7.
 Move to separate stylesheet if invalid CSS is a problem.
 */
/*
 3.) Site Wide Content
 ------------------------------*/
 .relative {
	position: relative;
}
.text-center {
	text-align: center;
}
.d-flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flex-align-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.flex-align-center {
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.flex-align-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.justify-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.justify-x-end{
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.justify-left {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: left;
}

.justify-content-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.d-block {
	display: block;
}
.flex-wrap{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*


/*
Margin Styles
 ------------------------------*/

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

.margin-bottom-10{
	margin-bottom:10px;
}

/*
Following are new global styles for survey creation pages
 ------------------------------*/
/* btn style */
.btn {
	font-size: 16px;
	font-weight:400;
	font-family: 'Proxima Nova', Avenir, Helvetica, sans-serif;
	color: #fff;
	padding: 5px 14px;
	text-align: center;
	display: inline-block;
	border: none;
	border-radius: 4px;
	background-color: #EFA848;
	text-transform: capitalize;
	cursor: pointer;
	-webkit-transition: all ease 0.5s 0s;
	-moz-transition: all ease 0.5s 0s;
	-ms-transition: all ease 0.5s 0s;
	-o-transition: all ease 0.5s 0s;
	transition: all ease 0.5s 0s;
}
.btn:hover {
	background-color: #da8a1d;
}
.btn-orange{
	background-color: #F38355;
}
.btn-browse {
	font-weight: 400;
	font-size: 16px;
	background-color: #8070A2;
	border-radius: 4px;
	padding: 5px 20px;
}
.btn-browse:hover {
	background-color: #725ba2;
}
.btn-orange:hover{
	background-color: rgb(214, 109, 67);
}
/*
 global classes
 ------------------------------*/
.text-upper {
	text-transform: uppercase;
}
.text-center {
	text-align: center;
}
.text-capital {
	text-transform: capitalize;
}
.text-transform-none{
	text-transform: none !important;
}
.d-flex {
	display: flex;
}
.align-center {
	align-items: center;
}
.justify-space {
	justify-content: space-between;
}
.justify-even{
	justify-content: space-evenly;
}
.justify-center {
	justify-content: center;
}
.justify-end {
	justify-content: flex-end;
}
.select {
	position: relative;
	width: 132px;
}
.select:after, .arrow-after::after {
	content: "";
	position: absolute;
	pointer-events: none;
	right: 8px;
	top: 15px;
	border-top: 5px solid #7b797a;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}
#selectionSalesforce.select:after{
	top: 45px;
}
.select select,
.rounded-ip > input[type="number"] {
	color: #060105;
	font-size: 14px;
	padding-left: 12px;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	height: 28px;
	padding-top: 3px;
}
.overlay {
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 9;
}
.popup-content {
	border-radius: 5px;
	top: 50%;
	left: 50%;
	position: absolute;
	width: 90%;
	max-width: 460px;
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display:flex;
	flex-direction:column;
	max-height:calc(100% - 30px);
	height:auto;
}
.radio-btn {
	position: relative;
	margin-bottom: 17px;
}
.radio-btn .radio {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
.radio-btn span {
	position: relative;
	/* display: inline-block; */
	padding-left: 27px;
}
.radio-btn span:after, .radio-btn span:before {
	content: '';
	position: absolute;
	border-radius: 50%;
}
.radio-btn span:before {
	width: 17px;
	height: 17px;
	border: 2px solid #7457D0;
	left: 0;
	top: -1px;
}
.radio-btn span:after {
	width: 7px;
	height: 7px;
	left: 5px;
	top: 4px;
	background-color: #7457D0;
	opacity: 0;
}
.radio-btn .radio:checked + span:before {
	border-color: #7457D0;
}
.radio-btn .radio:checked + span:after {
	opacity: 1;
}
.translate-Y-radio-btn::after,.translate-Y-radio-btn::before{
	top:50% !important;
	transform: translateY(-50%) !important;
}
/*check btn*/
.check-btn {
	position: relative;
}
.check-btn .check {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
.check-btn span {
	position: relative;
	display: inline-block;
	padding-left: 22px;
}
.check-btn span:after {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	left: 0;
	top: -1px;
	background: url(../images/icon-chk-blank.svg) center top no-repeat;
	background-size: 100% 100%;
}
.check-btn .check:checked + span:after {
	background: url(../images/icon-chk.svg) center top no-repeat;
	background-size: 100% 100%;
}
.form-group {
	margin-bottom: 57px;
}
.popup-body .form-group {
	margin-bottom: 25px;
}
.show-mobile {
	display: none;
}

 /*
 6.) Margin Styles
 ------------------------------*/
.margin-top-20{
	margin-top:20px;
}

.margin-bottom-10{
	margin-bottom:10px;
}


/*DT-alerts*/
.alerts-wrap{
	position: fixed;
	top:5%;
	left:0;
	right:0;
	margin: auto;
	max-width:80%;
	z-index:9;
}
.alerts,.ds-alerts{
	width:auto;
	padding:10px 16px;
	background-color: transparent;
	border:1px solid transparent;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	font-size: 16px;
	color:#006550;
}
.ds-alerts.primary-color{
	background-color: #F3F5F8;
	color:#0A0B0D;
}

.alerts.success{
	width:300px;
	background-color: #E6F6F3 !important;
	border-color:#B3E5DA !important;
	opacity: 0;
}

.alerts.success.visible{
	opacity: 1;
}

.alerts.success >svg{
	min-width: 12px;
}

.alerts.alerts.success > svg path,
.alerts.success >svg rect{
	stroke:rgba(0, 101, 80, .5);
}

.alerts svg{
	margin-left:60px;
	cursor: pointer;
}

/*Danger*/
.alerts.danger{
	background-color: #FFEEEF !important;
	border-color:#FECBCE !important;
	color:#CA404A !important;
}
/*DT-Trigger New popup style*/
.dt-new-modal-style.modal-popup-wrapper{
    height: 100%;
}

.dt-new-modal-style .modal-popup-wrap {
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.16);
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	flex-direction: column;
	width: auto;
	height: auto;
	max-height:calc(100% - 20px);
	position: absolute;
	left:50%;
	top: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%);
	width: 480px !important;
	display: flex;
    flex-direction: column;
    max-height: calc(100% - 20px);
}
.warning-modal .modal-popup-wrap{
	width:640px !important;
}

.dt-new-modal-style .popup-body-wrap p,
.dt-new-modal-style .popup-body-wrap p > strong{
	font-size: 14px;
    line-height: 18px;
    color: #000;
    margin-bottom: 3px;
	word-break: break-word;
} 

.dt-new-modal-style .mb-15{
	margin-bottom:15px !important;
}

.dt-new-modal-style .popup-body-wrap p > strong{
	font-weight: 700;
}

.dt-new-modal-style .popup-body-wrap p > a{
	color:#8d63f7;
	/* text-decoration: underline; */
	cursor: default;
}
.dt-new-modal-style .popup-header,
.dt-new-modal-style .popup-footer{
    padding: 32px 40px;
}

.dt-new-modal-style .popup-header > h2{
	font-size: 18px !important;
	font-weight: 500 !important;
	color: #000 !important;
	margin:0;   	
}

.dt-new-modal-style .popup-close{
	width: 14px;
	height:14px;
	position: absolute;
	top:24px;
	right:24px;
	z-index:4;
}

.dt-new-modal-style .popup-body-wrap{
	height: 100%;
	background: transparent;
	overflow: auto;
	padding: 0 40px;
}

/*Cancel button*/

.dt-new-modal-style .cancel-button,
.link-btn, .new-cancel-btn{
	/* box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1); */
	background-color: #fff;
	padding: 8px 0;
	color: #4C3794;
	font-size: 14px;
	line-height: 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border: 0;
	position: relative;
}

.modal-body-text, .blue-colored-text{
	font-size: 14px;
	color:#000;
	line-height: 20px;
}
.modal-body-text strong{
	font-weight: 600;
}

.modal-body-redtext{
	color:#CA404A;
}

.blue-colored-text,
.blue-colored-text > strong{
	color:#0e003e;
}

.dt-new-modal-style .cancel-button:after,
.link-btn::after{
	content: '';
	position: absolute;
	width:100%;
	height:2px;
	bottom:0;
	left:0;
	width:0;
	background-color: #4C3794 ;
	transition: .3s all;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
}

.dt-new-modal-style .cancel-button:hover:after,
.link-btn:hover::after{
	width:100%;
}

/*Checkbox not-allowed*/
.check-btn.not-allowed-lighter,
.check-btn.not-allowed-lighter > input[type="checkbox"] + span::after{
	cursor: not-allowed !important;
}
 .check-btn.not-allowed-lighter > input[type="checkbox"] + span::after{
	 opacity: .25;
 }
 .no-hover{
	opacity: .3;
}
.no-hover:hover{
	background-color: transparent !important;
}

/*Custom scroll*/

.custom-scroll{
	overflow-y: scroll !important;
	min-height: 50px !important;
	height:auto;
	/* scrollbar-width: thin;
	scrollbar-color: #e3e3e3 transparent; 	 	 */
}

.custom-scroll::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 6px;
	background-color: #F5F5F5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.custom-scroll::-webkit-scrollbar{
	width: 8px;
	background-color: #F5F5F5;
}

.custom-scroll::-webkit-scrollbar-thumb{
	border-radius: 6px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}
.form-label > label{
	font-size: 16px;
	font-weight: 600;
	margin:0;
}

.form-label > input[type="text"]{
	height:auto;
	border:1px solid #DCDFE2;
	padding:0 12px;
	height:32px;
	margin:0;
	font-size: 16px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
/*DTV-1262-r*/
.rating > li input.rating-label {
	background-color: transparent;
}

/*DTV-2413-r */

.alerts-text-gold{
	color:#EBA546;
	font-size: 16px;
	/* font-weight: 600; */
	line-height: 24px;
}

.modal-body-text a,
.alerts-text-a{
	color:#4C3794;
	text-decoration: underline;
}
.alerts-text-a:hover,
.modal-body-text a:hover{
	text-decoration: underline;
}
.multilingual-modal .modal-body-text:not(:last-child){
	margin-bottom:12px
}

.multilingual-title-icon{
	width:14px;
	height:18px;
	background: url(../images/lock.svg) no-repeat;
	background-size: cover;
	display: inline-flex;
	margin-right:9px;
}
.optional-count,
.optional-count > span{
	font-size: 12px;
	color:#a4a2a6;
}

.optional-count{
	margin-top:4px;
}

.optional-count > span{
	margin-left:4px;
}

/*DTV-2713-newprogramcard-r*/
.for-tooltip::after{
	text-transform: none;
    content: attr(data-tooltip);
    font-size: 14px;
    position: absolute;
    color: #fff;
    background: #282828;
    padding: 8px 12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 400px;
    opacity: 0;
    pointer-events: none;
    left: 50%;
    top: 0;
    border-radius: 4px;
    transform: translate3d(-50%, 0%, 0);
    transition: all .3s ease;
}

.for-tooltip::before{
	content: "";
	position: absolute;
	opacity: 0;
	pointer-events: none;
	left: 50%;
	transform: translate3d(-50%, calc(-80% - 20px), 0);
	transition: all .3s ease;
	/* transition-delay: 1.2s; */
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #282828 transparent transparent transparent;
	-webkit-transform: translate3d(-50%, calc(-80% - 20px), 0);
	-moz-transform: translate3d(-50%, calc(-80% - 20px), 0);
	-ms-transform: translate3d(-50%, calc(-80% - 20px), 0);
	-o-transform: translate3d(-50%, calc(-80% - 20px), 0);
}

.for-tooltip:hover::before,
.for-tooltip:hover::after {
	opacity: 1;
	transform: translate3d(-50%, calc(-90% - 16px), 0);
	-webkit-transform: translate3d(-50%, calc(-90% - 16px), 0);
	-moz-transform: translate3d(-50%, calc(-90% - 16px), 0);
	-ms-transform: translate3d(-50%, calc(-90% - 16px), 0);
	-o-transform: translate3d(-50%, calc(-90% - 16px), 0);
}

/*List-grid-icon*/

.listgrid-btn-wrap{
	margin-left:6px;
}

.listgrid-btn-wrap > button{
	width:28px;
	height:28px;
	border:1px solid #E3E3E3;
	background-color: #E3E3E3;
}

button.list-btn{
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

button.grid-btn{
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	margin-left:.5px;
}

.listgrid-btn-wrap > button.active,
.listgrid-btn-wrap > button:hover{
	background-color: #fff;
}

.listgrid-icon{
	width:14px;
	height:14px;
	background:url(../images/list-view.svg) no-repeat;
	background-size: 14px;
	min-width: 14px;
	display: block;
}

.grid-icon{
	background:url(../images/grid-view.svg) no-repeat;
	background-size: 14px;
}
.alert-wrap-ico{
    width: 18px;
    height: 18px;
    background: url(../images/lock-icon-warning.jpeg) no-repeat center;
    min-width: 16px;
    margin-right: 5px;
    display: inline-flex;
    background-size: cover;
}

.warn-questions span strong{
	font-weight: 600 !important;
	margin:0 4px;
}

.warn-questions.small-text{
	font-size: 14px;
}

.for-count-no{
	width:auto;
	display:inline-flex;
	margin:0 1px;
}

.flex-50{
	width: 50%;
	flex:0 0 50%;
}

/*DTV-3911-new-r*/

/*Quick fix container style's*/

.quick-fix-container .container{
	max-width:1200px !important;
	width:calc(100% - 95px) !important;
	padding:0 60px !important;
	margin:0 auto !important;
}

.quick-fix-container .container.container-md{
	padding:0 !important;
}

.quick-fix-container .program-sec{
	margin:0 !important;
}

.quick-fix-container .create-survey span{
	right:0;
}

#errorMsg{
	text-transform:initial;
}

@media screen and (max-width:1200px){
	.quick-fix-container .container{
		width: calc(100% - 130px) !important;
}

	.new-programcard-ul > li{
		width: 50% !important;
		padding-right: 65px !important;
		padding-left: 0 !important;
		flex: 0 0 50% !important;
	}

	.new-programcard-ul > li:nth-child(2n-2){
		padding-right: 65px !important;
    	padding-left: 0 !important;
	}

	.quick-fix-container.program-sec{
		margin:0 !important;
	}

}


/* @media screen and (max-width:1024px){

	.side-column{
		position: absolute !important;
		top:0 !important;
	}

} */

@media screen and (max-width:1160px){
	.min-wid-survey{
		min-width: 1160px !important;
	}

}

.hide-alert{
	max-width: 80%;
    top: 2%;
    width: auto !important;
}

.wordbreak{
	word-break:break-word;
}
.list-style-disc > li{
		list-style-type: disc !important;
}

.quill-editor{
	color: #000000;
	word-break: break-word;

}

.quill-editor [class^="icon-"], .quill-editor [class*="icon-"]{
	background-image: none;
}
.ql-color .ql-picker-options [data-value=custom-color] {
	background: none !important;
	width: 100% !important;
	height: 20px !important;
	text-align: center;
  }
  .ql-color .ql-picker-options [data-value=custom-color]:before {
	content: 'Custom Color';
  }
  .ql-color .ql-picker-options [data-value=custom-color]:hover {
	border-color: transparent !important;
  }
/*DTV-4065-r*/
/*Popup style*/
.cdk-overlay-pane{
	height: auto!important;
}

.mdc-dialog__footer{
	padding:0 !important;
}


quill-editor  strong{
	font-weight: bold !important;
}

/*New-form group design*/
.newguide-formgroup > label{
	font-size: 16px;
	font-family: 'Proxima Nova Lt';
	margin-bottom:8px !important;
}
.newguide-formgroup > input{
	border:1px solid #C7CAD1;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	width:100%;
	position: relative;
	transition: .3s ease-in;
	-webkit-transition: .3s ease-in;
	-moz-transition: .3s ease-in;
	-ms-transition: .3s ease-in;
	-o-transition: .3s ease-in;
}
.newguide-formgroup > input:focus,
.newguide-formgroup > input:active{
	border:2px solid #9C8FC4 !important;
}

/*Typography*/
.font-16{
	font-size: 16px !important;
}
.font-18{
	font-size: 18px !important;
}
.font-20{
	font-size: 20px !important;
}
.semibold{
	font-family: 'Proxima Nova Lt' !important;
}
/*color-less-table*/
.table-x-scroll{
	overflow-x: auto;
}
.color-less-table table{
	width:100%;
}
.color-less-table thead th,
.table-select{
	background-color: #F7F8FA;
	font-family: 'Proxima Nova Rg';
	width:auto !important;
}
.color-less-table thead th,
.table-select{
	padding:8px 12px;
	vertical-align: top;
}
.color-less-table tbody td{
	padding:12px;
}
.color-less-table tr th,
.color-less-table tr td{
	color:#0E003E;
	font-size: 15px;
	min-width: 160px;
}
.color-less-table tbody td{
	font-family: 'Proxima Nova Lt';
	font-size: 14px;
}
.color-less-table thead td:first-child{
	border-top-left-radius: 4px;
}
.color-less-table thead td:last-child{
	border-top-right-radius: 4px;
}
.normal-select{
	border:1px solid #E2E2E2;
	padding:6px 23px 6px 12px;
	color:#3A3A5C;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	min-width: 90px;
	height: auto;
	font-size: 14px;
}
.normal-select::after{
	right: 8px;
    top: 13px;
    border-top: 7px solid #7b797a;
}
.color-less-table .check-btn span{
	padding-left: 24px;
}
.color-less-table .check-wrap{
	margin-bottom: 0;
}
.arrow-after{
	width:180px;
}
.color-less-table tbody tr{
	box-shadow: 0px 1px 0px #e1e4eb;
}
.bd-warn{
    padding: 10px 12px !important;
    font-size: 14px !important;
    font-family: 'Proxima Nova Lt';
	line-height: 17px;
}
.new-back-btn{
	border:1px solid #D7DAE2 !important;
	background-color: #fff;
	font-size: 18px !important;
	color: #4C3794 !important;
	padding:8px 16px 8px 38px !important;
	position: relative;
}
.new-back-btn:hover{
	background-color: transparent !important;
}
.new-back-btn > img{
	transform: rotate(90deg);
	position: absolute;
	top: 12px;
	left: 16px;
	width: 14px;
	height: 14px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
/*DTV-5507-pagination-r*/
.new-pagination{
	display: inline-flex;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	margin:8px 0;
	border: 1px solid #f1eff1;
}
.pagination-link{
	position: relative;
    display: block;
    padding: 3px 6px;
    margin: 6px 6px;
    color: #625296;
    background-color: #fff;
    font-size: 14px;
	display: inline-flex;
}
.pagination-link.text-arrow{
	padding-left:0;
	padding-right:0;
}
.pagination-link:not(:disabled):not(.disabled-pg) {
    cursor: pointer;
}
.disabled-pg{
	color:#aaa8aa;
	cursor: no-drop;
}
.pagination-link svg path{
	fill: #625296;
}
.pagination-link svg{
	margin:0 2px;
	height:10px;
}
.disabled-pg svg path{
	fill:#aaa8aa;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination-link:not(.text-arrow):hover,
.pagination-link.active{
	background-color: #f0ecf9;
}
/* .medium-font{
	font-family: 'Proxima Nova';
} */
/*Text*/
.t-black-medium{
	font-family: 'Proxima Nova' !important;
	color:#060105;
}
.t-grey-medium{
	color:#A3A3A3;
	font-family: 'Proxima Nova' !important;
}
.t-bold{
	font-family: 'Proxima Nova Rg' !important;
}
.size-11{
	font-size: 11px;
}
/*Grid*/
.col-30{
	width:30%;
}
.col-70{
	width: 70%;
}
/*Spacing*/
.mt-30{
	margin-top:30px;
}
.mt-16{
	margin-top:16px;
}
.mt-14{
	margin-top:14px;
}
.mt-10{
	margin-top:10px
}
.mt-12{
	margin-top:12px;
}
.mt-8{
	margin-top:8px;
}
.mt-4{
	margin-top:4px
}
/*Gen hovr for tootlip*/
.sup-hover sup img + .right{
	left:6px;
}
.sup-hover sup img:hover + .right{
	visibility: visible;
	opacity: 1;
}
.sup-hover .right .text-content{
	padding:10px;
 }
 /*Flex width concept*/
.flex-1-25{
	flex: 1 25%;
	width: 25%;
}
.flex-20{
	flex: 0 0 20%;
}
.flex-33{
	flex:0 0 33.33%;
	width:33.33%;
}
.flex-1-33{
	flex: 1 33.33%;
	width: 33.33%;
}
.flex-35{
	flex:0 0 35%;
	width:35%;
}
.flex-40{
	flex: 0 0 40%;
	width: 40%;
}
.flex-1-50{
	flex: 1 50%;
	width: 50%;
}
.flex-60{
	flex:0 0 60%;
	width:60%;
}
.flex-1-60{
	flex: 1 60%;
	width: 60%;
}
.flex-1-65{
	flex:1 65%;
	width: 65%;
}
.flex-1-75{
	flex: 1 75%;
	width: 75%;
}
.list-decimal > li{
	list-style-type: decimal;
}
.list-disc > li{
	list-style-type: disc !important;
}
 /*dropdown btn*/
.date-created-btn{
	border:1px solid #E3E3E3;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
    height: 28px;
    min-width: 136px;
    padding: 0 25px 0 9px;
    font-size: 14px;
    color: #000;
    position: relative;
	display: block;
	background-color: transparent;
	text-align: left;
}

.date-created-btn::after{
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid #8E8E8E;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	position: absolute;
	right:6px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	top:50%;
 }
.ellisps-pre-wrap{
	white-space: pre-wrap;
	word-break: break-word;
}
.display-inline-flex{
	display: inline-flex !important;
}
/*Success color*/
.bg-success-100{
	background-color: #E6F6F3;
}
.bg-success-200{
	background-color: #B3E5DA;
}
.bg-success-300{
	background-color: #80D4C2;
}
.bg-success-400{
	background-color: #00876A;
}
.bg-success-500{
	background-color: #006550;
}
.bg-success-600{
	background-color: #004435;
}
.bg-success{
	background-color: #00A985;
}
.n-select::after{
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.n-select + .upto-after-edit > input{
	min-width: 48px !important;
	width: 48px !important;
}
.filter-btn-g .filter-subdrop > li,
.trigger-people-r .filter-subdrop > li{
	padding-left: 16px;
	padding-right: 16px;
}
.filter-btn-g .filter-subdrop,
.trigger-people-r .filter-subdrop{
	min-width: 320px !important;
	overflow: auto !important;
}
.last-mt-0 > div:last-child{
	margin-bottom: 0 !important;
}
.trigger-people-r .filter-subdrop{
	left: 100% !important;
    top: 0 !important;
}
#last-child-border-0{
	border-bottom-style: none !important;
    border-bottom-width: 0 !important;
    border-bottom-color: transparent !important;
}
.position-inherit{
	position: inherit !important;
}
.cursor-pointer{
	cursor: pointer;
}
.cursor-drop{
	cursor: no-drop;
	cursor: not-allowed;
}
.border-radius-25{
	border-radius: 25px !important;
	-webkit-border-radius: 25px !important;
	-moz-border-radius: 25px !important;
	-ms-border-radius: 25px !important;
	-o-border-radius: 25px !important;
}
.whitespace-nowrap{
	white-space: nowrap;
}
.max-640{
	max-width: 640px !important;
}
.max-540{
	max-width: 540px !important;
}
.min-450{
	min-width: 450px !important;
}
.max-240{
	max-width: 240px;
}
.w-120{
	width: 120px !important;
}
.text-none .modalHeader{
	text-transform: none;
}
.hubspot-cursor{
    cursor: pointer;
}
.after-bt-0.active:after{
	bottom:0 !important;
}
/*Text color*/
.T-primary-800{
	color:#2E2A3A !important;
}
.box-shadow{
	box-shadow: 0 0 10px rgba(0, 0, 0, 11%) !important;
}
/*Loader CSS*/
.loader-page{
	width: 40%;
	margin: 0 auto;
	position: absolute;
	left:0;
	right:0;
	bottom:0;
}
/*DTV-6860-r*/
.min-210{
	min-width: 210px;
}
/*DTV-7009-r*/
#globalrespondent_ul_filters-textarea > li > a > span,
#edit-triggers-component_div_respondents-wrap ul li a span{
	white-space: pre-line;
}
/*DTV-7050*/
/*DTV-table-scroll-r*/
.opacity-applied .check-btn,
.opacity-applied td:not(:last-child) label{
    opacity: .2;
    cursor: not-allowed;
}
.opacity-applied td:last-child .tools-ham{
    display: none;
}
.opacity-applied td:last-child .Reactivaate{
    display: block !important;
}
.line-height-20{
	line-height: 20px;
}
.tools-ham .dynamic-QR-actions > ul.filter-apply-ul{
	width: 230px !important;
}

/*New Login Screen*/
.bg_login{
    position: fixed;
    top:auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    /* background: url(../img/bg.svg) no-repeat bottom left transparent; */
    bottom:0px;
	background-color: #fafaff;
    background-attachment: fixed;
    /* display: none; */
}
.bg_login::before,
.bg_login::after{
    position: absolute;
    content: '';
    left:0;
    background: transparent url(../images/left-bg.svg) no-repeat bottom left;
    width:100%;
    height: 100%;
}
.bg_login::after{
    left:auto !important;
    right: 0;
    background: transparent url(../images/right-bg.svg) no-repeat bottom right;
}
.cel_block{
    min-height: 100vh;
}
.logo-container{
    width:380px;
    /* min-height: 500px; */
}
.login-form-wrapper{
    min-height: 430px;
    width:100%;
    height: auto;
}
.login-form-wrapper .login-form{
	text-align: left;
}
/*DTV-7437-r*/
.okta-primary-bg{
	background: #4c3794 !important;
}
.okta-primary-bg:hover{
	background-image: linear-gradient(hsla(0, 0%, 100%, 0.04) 0 0) !important;
}
/*DTV-6686-r*/
.w-60{
		width: 60px;
 }
 /*DTV-6981WrongIcon*/
 #survey-creation-component_i_text-icon-selected-text-length-short{
	top:20px !important;
 }
 #survey-creation-component_i_number-list-icon-small-text{
	top:11px !important;
 }
 .min-w-auto{
	min-width: auto !important;
 }
 .brand-logo > img {
	max-height: 250px;
}
.input-w-60-14px{
	width: 60px !important;
	font-size: 14px !important;
}
.transfer-pop .ng-select .ng-select-container{
    border-color: #ccc !important;
}