.bx-help-survey-block
{
	font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
}

.bx-help-survey-error-cnr
{

}

.bx-help-survey-error-text
{

}

.bx-help-survey-success-cnr
{

}

.bx-help-survey-success-text
{

}

.bx-help-survey-info-block
{
	margin-top: 20px;
	margin-bottom: 20px;
}

.bx-help-survey-info-cnr
{

}

.bx-help-survey-info-title-cnr
{

}

.bx-help-survey-info-title
{
	font-size: 26px;
	line-height: 30px;
}

.bx-help-survey-info-description-cnr
{

}

.bx-help-survey-info-description-text
{

}

.bx-help-survey-questions-block
{

}

.bx-help-survey-questions-list
{

}

.bx-help-survey-questions-item
{
	margin-top: 18px;
}

.bx-help-survey-questions-item:nth-child(1)
{
	margin-top: 0;
}

.bx-help-survey-questions-item-cnr
{

}

.bx-help-survey-questions-item-field-cnr
{

}

.bx-help-survey-questions-item-value-cnr
{
	margin-top: 12px;
	display: flex;
	flex-direction: column;
}

.bx-help-survey-questions-item-value-cnr.bx-help-survey-questions-item-value-cnr--inline
{
	flex-direction: row;
}

.bx-help-survey-questions-checkbox-label,
.bx-help-survey-questions-radio-label
{
	cursor: pointer;
}

.bx-help-survey-questions-checkbox-label {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.bx-help-survey-questions-radio-label {
	display: flex;
    text-align: center;
	flex: 0 0 auto;
	margin-top: 2px;
	margin-bottom: 2px;
	align-items: center;
}

.bx-help-survey-questions-item-value-cnr.bx-help-survey-questions-item-value-cnr--inline .bx-help-survey-questions-radio-label + .bx-help-survey-questions-radio-label
{
	margin-left: 12px;
}

.bx-help-survey-questions-checkbox-label,
.bx-help-survey-questions-textarea-block
{
	margin-top: 6px;
}

.bx-help-survey-questions-checkbox-label:nth-child(1),
.bx-help-survey-questions-textarea-block:nth-child(1)
{
	margin-top: 0;
}

.bx-help-survey-questions-radio-label:nth-child(1) {
	margin-left: 0;
}

.bx-help-survey-questions-checkbox-input,
.bx-help-survey-questions-radio-input
{
	display: none;
}

.bx-help-survey-questions-checkbox-icon
{
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	border: 2px solid #d5dde0;
	box-sizing: border-box;
	margin-right: 4px;
	position: relative;
	z-index: 1;
}

.bx-help-survey-questions-checkbox-icon:before,
.bx-help-survey-questions-checkbox-icon:after
{
	display: none;
	content: '';
	background-color: #2fc6f7;
	height: 3px;
	border-radius: 2px;
	position: absolute;
	z-index: 2;
	transform-origin: left bottom;
}

.bx-help-survey-questions-checkbox-label:hover .bx-help-survey-questions-checkbox-icon,
.bx-help-survey-questions-checkbox-input:checked + .bx-help-survey-questions-checkbox-icon
{
	border-color: #9be7ff;
}

.bx-help-survey-questions-checkbox-input:checked + .bx-help-survey-questions-checkbox-icon:before,
.bx-help-survey-questions-checkbox-input:checked + .bx-help-survey-questions-checkbox-icon:after
{
	display: block;
}

.bx-help-survey-questions-checkbox-icon:before
{
	width: 8px;
	left: 8px;
	top: 7px;
	transform: rotate(-135deg);
}

.bx-help-survey-questions-checkbox-icon:after
{
	width: 10px;
	left: 7px;
	top: 8px;
	transform: rotate(-45deg);
}

.bx-help-survey-questions-checkbox-text
{
	flex: 0 0 auto;
	line-height: 18px;
	font-size: 16px;
}

.bx-help-survey-questions-textarea-block
{

}

.bx-help-survey-questions-textarea-message
{

}

.bx-help-survey-questions-textarea-cnr
{

}

.bx-help-survey-questions-textarea,
.bx-help-survey-questions-text
{
	border-radius: 5px;
	border: 2px solid #d5dde0;
	background: #fff;
	box-sizing: border-box;
	padding: 5px;
	font-size: 16px;
	font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	color: #6a828c;
}

.bx-help-survey-questions-textarea,
.bx-help-survey-questions-text
{
	min-width: 350px;
}

.bx-help-survey-questions-textarea
{
	min-height: 100px;
}

.bx-help-survey-questions-text
{

}

.bx-help-survey-questions-textarea:hover,
.bx-help-survey-questions-textarea:focus,
.bx-help-survey-questions-text:hover,
.bx-help-survey-questions-text:focus
{
	box-shadow: 0 0 5px rgba(47, 199, 247, 0.75);
	border-color: #9be7ff;
}

.bx-help-survey-questions-text-block
{

}

.bx-help-survey-questions-text-message
{

}

.bx-help-survey-questions-text-cnr
{

}

.bx-help-survey-questions-radio-label
{

}

.bx-help-survey-questions-radio-input
{

}

.bx-help-survey-questions-radio-icon
{
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	border: 2px solid #d5dde0;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

.bx-help-survey-questions-radio-icon:after
{
	content: '';
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #9be7ff;
}

.bx-help-survey-questions-radio-label:hover .bx-help-survey-questions-radio-icon,
.bx-help-survey-questions-radio-input:checked + .bx-help-survey-questions-radio-icon
{
	border-color: #9be7ff;
}

.bx-help-survey-questions-radio-input:checked + .bx-help-survey-questions-radio-icon:after
{
	display: block;
}

.bx-help-survey-questions-radio-text
{
	margin-left: 4px;
}

.bx-help-survey-questions-captcha-block
{

}

.bx-help-survey-footer-block
{
	margin-top: 20px;
}

.bx-help-survey-submit-btn,
.bx-help-survey-reset-btn
{
	border-radius: 30px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	min-width: 100px;
	padding: 10px 30px;
	text-align: center;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	cursor: pointer;
}

.bx-help-survey-submit-btn
{
	background: #2ec6f7;
	border: none;
	margin: 0;
	color: #fff;
}

.bx-help-survey-reset-btn
{
	margin-left: 20px;
	border: 2px solid #2ec6f7;
	background-color: #fff;
	color: #2ec6f7;
}

.bx-help-survey-submit-btn:hover,
.bx-help-survey-reset-btn:hover
{
	opacity: 0.8;
}

.bx-help-survey-questions-radio-label.nps
{
	flex-direction: column-reverse;
	padding: 5px;
}

.bx-help-survey-questions-radio-label.nps .bx-help-survey-questions-radio-text
{
	margin-left: 0;
}

.bx-help-survey-questions-item-value-cnr.nps
{
	flex-direction: row;
}

@media screen and (max-width: 576px)
{
	.bx-help-survey-questions-radio-label.nps
	{
		flex-direction: row;
		padding: 0;
	}

	.bx-help-survey-questions-item-value-cnr.nps
	{
		flex-direction: column;
	}

	.bx-help-survey-questions-radio-label.nps .bx-help-survey-questions-radio-text
	{
		margin: auto;
		padding: 3px;
		width: 80%;
		background-color: #eef2f4;
	}

	.bx-help-survey-questions-radio-label.nps .bx-help-survey-questions-radio-text.near-min,
	.bx-help-survey-questions-radio-label.nps .bx-help-survey-questions-radio-text.near-max
	{
		width: fit-content;
	}
}