.poll-status {
	display:block;
	position:fixed;
	height:12px;
	background:#d9d9d9;
	top:0;
	left:0;
	right:0;
	z-index:999;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.poll-status .status-inner {
	display:block;
	position:absolute;
	background:#ffde00;
	top:0;
	left:0;
	bottom:0;
	z-index:1;
	-webkit-transition:all .2s ease;
	transition:all .2s ease
}
.poll-status .status-nav {
	position:absolute;
	background:#f2f2f2;
	top:100%;
	left:0;
	right:0;
	z-index:1;
	font-size:14px;
	line-height:1em;
	color:#8f8f8f;
	padding-top:15px;
	padding-bottom:15px
}
.poll-status .status-nav>ul {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	margin:0;
	padding:0
}
.poll-status .status-nav>ul>li {
	position:relative;
	display:block;
	margin:0 15px 0 0;
	padding:0;
	list-style:none
}
.poll-status .status-nav>ul>li:last-child {
	margin-right:0
}
.poll-status .status-nav>ul>li>span {
	position:relative;
	display:block;
	padding-top:3px
}
.poll-status .status-nav>ul>li>a,
.poll-status .status-nav>ul>li>a:is(:hover,
:focus,
:active) {
	color:inherit;
	text-decoration:none;
	cursor:pointer
}
.poll-status .status-nav>ul>li>a i,
.poll-status .status-nav>ul>li>a:is(:hover,
:focus,
:active) i {
	font-size:24px
}
.poll-status .status-nav>ul>li>a[disabled],
.poll-status .status-nav>ul>li>a.disabled,
.poll-status .status-nav>ul>li>a:is(:hover,
:focus,
:active)[disabled],
.poll-status .status-nav>ul>li>a:is(:hover,
:focus,
:active).disabled {
	opacity:.25;
	cursor:default !important
}
.poll-content {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	position:relative;
	z-index:19;
	min-height:100vh;
	text-align:center;
	background-color:#f2f2f2
}
.poll-content .content-inner {
	position:relative;
	display:block;
	text-align:left;
	margin:65px auto;
	max-width:800px
}
.poll-content .content-inner .nkv4-btn {
	padding-left:30px !important;
	padding-right:30px !important;
	border-radius:5px !important
}
@media(max-width: 575.98px) {
	.poll-content .content-inner .nkv4-btn {
		width:100%;
		text-align:center
	}
}
.poll-content .content-inner .poll-output {
	position:relative;
	display:block
}
.poll-content .content-inner .poll-output h1,
.poll-content .content-inner .poll-output h2,
.poll-content .content-inner .poll-output h3 {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.poll-content .content-inner .poll-output .poll-info {
	position:relative;
	display:block;
	font-size:16px;
	line-height:22px;
	padding-top:15px;
	color:#8f8f8f;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.poll-content .content-inner .poll-output .poll-options {
	position:relative;
	display:block;
	padding:0 0 30px 0
}
.poll-content .content-inner .poll-output .poll-options .textarea-operator {
	position:relative;
	display:block
}
.poll-content .content-inner .poll-output .poll-options .textarea-operator.textarea-active::-webkit-input-placeholder {
	color:#000
}
.poll-content .content-inner .poll-output .poll-options .textarea-operator.textarea-active::-moz-placeholder {
	color:#000
}
.poll-content .content-inner .poll-output .poll-options .textarea-operator.textarea-active:-ms-input-placeholder {
	color:#000
}
.poll-content .content-inner .poll-output .poll-options .textarea-operator.textarea-active::-ms-input-placeholder {
	color:#000
}
.poll-content .content-inner .poll-output .poll-options .textarea-operator.textarea-active::placeholder {
	color:#000
}
.poll-content .content-inner .poll-output .poll-options .textarea-operator.textarea-active::after {
	display:block;
	font-family:FontAwesome;
	content:"";
	position:absolute;
	top:16px;
	right:15px;
	bottom:0;
	z-index:1;
	font-size:18px
}
.poll-content .content-inner .poll-output .poll-options .textarea-operator.textarea-active textarea {
	background:#ffde00 !important;
	border-color:#ffde00 !important;
	color:#000 !important;
	padding-right:40px !important
}
.poll-content .content-inner .poll-output .poll-options textarea {
	max-height:200px;
	cursor:text !important;
	padding:15px !important;
	font-size:16px;
	line-height:22px;
	color:#8f8f8f
}
.poll-content .content-inner .poll-output .poll-options textarea::-webkit-input-placeholder {
	color:#bbb
}
.poll-content .content-inner .poll-output .poll-options textarea::-moz-placeholder {
	color:#bbb
}
.poll-content .content-inner .poll-output .poll-options textarea:-ms-input-placeholder {
	color:#bbb
}
.poll-content .content-inner .poll-output .poll-options textarea::-ms-input-placeholder {
	color:#bbb
}
.poll-content .content-inner .poll-output .poll-options textarea::placeholder {
	color:#bbb
}
.poll-content .content-inner .poll-output .poll-options .form-ratings {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin-bottom:20px
}
.poll-content .content-inner .poll-output .poll-options .form-ratings .form-rating {
	position:relative;
	display:block;
	text-align:center;
	width:100%;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.poll-content .content-inner .poll-output .poll-options .form-ratings .form-rating input[type=checkbox],
.poll-content .content-inner .poll-output .poll-options .form-ratings .form-rating input[type=radio] {
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	z-index:-100
}
.poll-content .content-inner .poll-output .poll-options .form-ratings .form-rating:last-child>label>span {
	border-right:1px solid #ccc
}
.poll-content .content-inner .poll-output .poll-options .form-ratings .form-rating.active>label>span {
	background:#ffde00 !important;
	border-color:#ffde00 !important
}
.poll-content .content-inner .poll-output .poll-options .form-ratings .form-rating.active>label>span>i {
	-webkit-animation:active2 .3s linear;
	animation:active2 .3s linear;
	color:#000 !important
}
.poll-content .content-inner .poll-output .poll-options .form-ratings .form-rating.active>label>span>small {
	opacity:1
}
.poll-content .content-inner .poll-output .poll-options .form-ratings .form-rating.inactive>label>span>small {
	opacity:0
}
.poll-content .content-inner .poll-output .poll-options .form-ratings .form-rating>label {
	position:relative;
	display:block;
	text-align:center;
	margin:0;
	padding:0;
	cursor:pointer
}
.poll-content .content-inner .poll-output .poll-options .form-ratings .form-rating>label>span {
	position:relative;
	display:block;
	text-align:center;
	background:#fff;
	border:1px solid #ccc;
	border-right:none;
	padding:15px 0
}
.poll-content .content-inner .poll-output .poll-options .form-ratings .form-rating>label>span i {
	font-size:18px;
	line-height:1em
}
@media(max-width: 767.98px) {
	.poll-content .content-inner .poll-output .poll-options .form-ratings .form-rating>label>span i {
		font-size:16px
	}
}
.poll-content .content-inner .poll-output .poll-options .form-ratings .form-rating>label>span small {
	display:block;
	position:absolute;
	top:100%;
	left:0;
	right:0;
	margin-top:5px;
	text-align:center;
	padding-top:5px;
	font-weight:normal;
	font-size:12px;
	line-height:1em;
	color:#8f8f8f;
	-webkit-transition:all .2s ease;
	transition:all .2s ease
}
.poll-content .content-inner .poll-output .poll-options .form-ratings .form-rating>label input[type=radio]:checked+span {
	background:#ffde00 !important;
	border-color:#ffde00 !important
}
.poll-content .content-inner .poll-output .poll-options .form-ratings .form-rating>label input[type=radio]:checked+span>i {
	-webkit-animation:active2 .3s linear;
	animation:active2 .3s linear;
	color:#000 !important
}
.poll-content .content-inner .poll-output .poll-options .form-ratings .form-rating>label input[type=radio]:checked+span>small {
	opacity:1
}
.poll-content .content-inner .poll-output .poll-options .form-radios,
.poll-content .content-inner .poll-output .poll-options .form-checkboxes {
	position:relative;
	display:block;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.poll-content .content-inner .poll-output .poll-options .form-radios>.form-radio,
.poll-content .content-inner .poll-output .poll-options .form-radios>.form-checkbox,
.poll-content .content-inner .poll-output .poll-options .form-checkboxes>.form-radio,
.poll-content .content-inner .poll-output .poll-options .form-checkboxes>.form-checkbox {
	position:relative;
	display:block
}
.poll-content .content-inner .poll-output .poll-options .form-radios>.form-radio:last-child,
.poll-content .content-inner .poll-output .poll-options .form-radios>.form-checkbox:last-child,
.poll-content .content-inner .poll-output .poll-options .form-checkboxes>.form-radio:last-child,
.poll-content .content-inner .poll-output .poll-options .form-checkboxes>.form-checkbox:last-child {
	margin-bottom:0
}
.poll-content .content-inner .poll-output .poll-options .form-radios>.form-radio input[type=checkbox],
.poll-content .content-inner .poll-output .poll-options .form-radios>.form-radio input[type=radio],
.poll-content .content-inner .poll-output .poll-options .form-radios>.form-checkbox input[type=checkbox],
.poll-content .content-inner .poll-output .poll-options .form-radios>.form-checkbox input[type=radio],
.poll-content .content-inner .poll-output .poll-options .form-checkboxes>.form-radio input[type=checkbox],
.poll-content .content-inner .poll-output .poll-options .form-checkboxes>.form-radio input[type=radio],
.poll-content .content-inner .poll-output .poll-options .form-checkboxes>.form-checkbox input[type=checkbox],
.poll-content .content-inner .poll-output .poll-options .form-checkboxes>.form-checkbox input[type=radio] {
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	z-index:-100
}
.poll-content .content-inner .poll-output .poll-options .form-radios>.form-radio label,
.poll-content .content-inner .poll-output .poll-options .form-radios>.form-checkbox label,
.poll-content .content-inner .poll-output .poll-options .form-checkboxes>.form-radio label,
.poll-content .content-inner .poll-output .poll-options .form-checkboxes>.form-checkbox label {
	position:relative;
	display:block;
	font-weight:normal;
	margin:0;
	padding:0;
	cursor:pointer
}
.poll-content .content-inner .poll-output .poll-options .form-radios>.form-radio label>span,
.poll-content .content-inner .poll-output .poll-options .form-radios>.form-checkbox label>span,
.poll-content .content-inner .poll-output .poll-options .form-checkboxes>.form-radio label>span,
.poll-content .content-inner .poll-output .poll-options .form-checkboxes>.form-checkbox label>span {
	position:relative;
	display:block;
	background:#fff;
	margin-bottom:10px;
	border:1px solid #ccc;
	font-size:16px;
	line-height:22px;
	padding:15px 50px 15px 15px
}
.poll-content .content-inner .poll-output .poll-options .form-radios>.form-radio label input[type=radio]:checked+span,
.poll-content .content-inner .poll-output .poll-options .form-radios>.form-radio label input[type=checkbox]:checked+span,
.poll-content .content-inner .poll-output .poll-options .form-radios>.form-checkbox label input[type=radio]:checked+span,
.poll-content .content-inner .poll-output .poll-options .form-radios>.form-checkbox label input[type=checkbox]:checked+span,
.poll-content .content-inner .poll-output .poll-options .form-checkboxes>.form-radio label input[type=radio]:checked+span,
.poll-content .content-inner .poll-output .poll-options .form-checkboxes>.form-radio label input[type=checkbox]:checked+span,
.poll-content .content-inner .poll-output .poll-options .form-checkboxes>.form-checkbox label input[type=radio]:checked+span,
.poll-content .content-inner .poll-output .poll-options .form-checkboxes>.form-checkbox label input[type=checkbox]:checked+span {
	background:#ffde00 !important;
	border-color:#ffde00 !important;
	color:#000 !important;
	-webkit-animation:active .3s linear;
	animation:active .3s linear
}
.poll-content .content-inner .poll-output .poll-options .form-radios>.form-radio label input[type=radio]:checked+span::before,
.poll-content .content-inner .poll-output .poll-options .form-radios>.form-radio label input[type=checkbox]:checked+span::before,
.poll-content .content-inner .poll-output .poll-options .form-radios>.form-checkbox label input[type=radio]:checked+span::before,
.poll-content .content-inner .poll-output .poll-options .form-radios>.form-checkbox label input[type=checkbox]:checked+span::before,
.poll-content .content-inner .poll-output .poll-options .form-checkboxes>.form-radio label input[type=radio]:checked+span::before,
.poll-content .content-inner .poll-output .poll-options .form-checkboxes>.form-radio label input[type=checkbox]:checked+span::before,
.poll-content .content-inner .poll-output .poll-options .form-checkboxes>.form-checkbox label input[type=radio]:checked+span::before,
.poll-content .content-inner .poll-output .poll-options .form-checkboxes>.form-checkbox label input[type=checkbox]:checked+span::before {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	font-family:FontAwesome;
	content:"";
	position:absolute;
	top:0;
	right:15px;
	bottom:0;
	z-index:1;
	font-size:18px
}
.poll-note {
	display:block;
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	z-index:20;
	padding:15px 0;
	font-size:14px;
	line-height:22px;
	background:-webkit-gradient(linear, left bottom, left top, from(rgb(242, 242, 242)), to(rgba(242, 242, 242, 0)));
	background:linear-gradient(0deg, rgb(242, 242, 242) 0%, rgba(242, 242, 242, 0) 100%);
	color:#8f8f8f;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.poll-note p {
	margin-bottom:0
}
@-webkit-keyframes active {
	0% {
		-webkit-transform:scale(1);
		transform:scale(1)
	}
	50% {
		-webkit-transform:scale(1.05);
		transform:scale(1.05)
	}
	100% {
		-webkit-transform:scale(1);
		transform:scale(1)
	}
}
@keyframes active {
	0% {
		-webkit-transform:scale(1);
		transform:scale(1)
	}
	50% {
		-webkit-transform:scale(1.05);
		transform:scale(1.05)
	}
	100% {
		-webkit-transform:scale(1);
		transform:scale(1)
	}
}
@-webkit-keyframes active2 {
	0% {
		-webkit-transform:scale(1);
		transform:scale(1)
	}
	50% {
		-webkit-transform:scale(1.5);
		transform:scale(1.5)
	}
	100% {
		-webkit-transform:scale(1);
		transform:scale(1)
	}
}
@keyframes active2 {
	0% {
		-webkit-transform:scale(1);
		transform:scale(1)
	}
	50% {
		-webkit-transform:scale(1.5);
		transform:scale(1.5)
	}
	100% {
		-webkit-transform:scale(1);
		transform:scale(1)
	}
}
