/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.ays-quiz-container form span {
    margin-top: 0;
    margin: 0;
}
 .ays-field {
	text-align: left;
	/* padding: 0 10px; */
	/* line-height: 30px; */
}
.ays-field input[type='checkbox'],
.ays-field input[type='radio']{
	display: none!important;
}
.ays-field input+label {
	font-size: 15px !important;
	font-weight: 600;
	color: #484848;
	margin-bottom: 0;
	width: 100%;
	transition: all .3s;
	cursor: pointer;
	display: block !important;
  padding-left: 10px;
}
.ays-field input+label:before {
	content: "";
	display: inline-block;
	background: #ddd;
	background-clip: content-box;
	width: 20px;
	height: 20px;
	border: 3px solid #ccc;
	padding: 3px 3px 3px 3px;
	box-sizing: border-box;
	transition: all .4s linear;
	vertical-align: middle;
	margin-right: 10px;
}
.ays-field input[type="radio"]+label:before {
	border-radius: 50%;
}
.ays-field input+label:hover:before {
	background: #ddd;
	color: #ddd;
	background-clip: content-box;
}
.ays-field .select2-container {
	display: block;
	width: 100%!important;
}
.ays-field .select2-container .select2-selection--single,
.ays-field .select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 40px;
	line-height: 40px;
	font-size: 17px !important;
    width: 100%;
    color: white;
    display: inline-block;
}
.ays-field .select2-container--default,
.ays-field .select2-container--default .selection,
.ays-field .select2-container--default .select2-selection {
    display: inline-block;
    width: 100%;
    background-color: #444;
    height: 40px;
}
.ays-field .select2-container--default .select2-selection--single {
	background: transparent;
	border: none;
	border-radius: unset;
}
.ays-field .select2-container--default .select2-selection--single:focus {
	outline: none;
	box-shadow: none;
}
.ays-field .select2-container .select2-selection--single .select2-selection__arrow b[role="presentation"] {
	border: none;
}
.ays-field .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 0;
	right: 10px;
    color: #fff!important;
}

*[id^="ays-quiz-container-"] {
	width: 96%;
	margin: 10px auto;
	text-align: center;
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
	position: relative;
}

*[id^="ays_finish_quiz_"] div.step {
	display:  flex;
	justify-content:  center;
	align-items:  center;
	border: 0 none;
	width: 100%;
	position: relative;
}


*[id^="ays_finish_quiz_"] div.step div.ays-abs-fs {
	width: 90%;
}
*[id^="ays_finish_quiz_"] div.step div.ays-abs-fs.information_form {
	padding: 30px 0;
}

/*Hide all except first div.step*/

*[id^="ays_finish_quiz_"] div.step:not(:first-of-type) {
	display: none;
}

/*inputs*/

*[id^="ays_finish_quiz_"] input:not(input[type="button"]),
*[id^="ays_finish_quiz_"] textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	color: #2C3E50;
	font-size: 13px !important;
}

/*buttons*/

*[id^="ays_finish_quiz_"] .action-button {
	max-width:150px;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px !important;
	cursor: pointer;
	padding: 10px 20px;
	margin: 10px 5px;
    line-height: 20px;
    outline: none !important;
    
}

/*headings*/

*[id^="ays_finish_quiz_"] .ays-fs-title {
	font-size: 21px !important;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
*[id^="ays_finish_quiz_"] .ays-fs-subtitle {
	font-weight: normal;
	font-size: 17px !important;
	color: #666;
	margin-bottom: 20px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	color: #fff !important;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: #aaa;
}
.select2-container--default .select2-results__option {
	list-style-type: none;
    text-align: left;
	color: #000 !important;
}

*[id^="ays_finish_quiz_"] p.ays_message{
	font-size: 20px !important;
}

*[id^="ays_finish_quiz_"] p.ays_score.ays_score_percent.ays_average{
	font-size: 18px !important;
}
.ays_average{
	display: none;
}
.ays-bar-wrap {
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-ms-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin-bottom: 10px;
    padding: 0px;
}

.ays-bar-fill {
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-ms-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-moz-animation: bar-fill 1s;
	-webkit-animation: bar-fill 1s;
	-ms-animation: bar-fill 1s;
	animation: bar-fill 1s;
	display: block;
	height: 15px;
	width: 0px;
    padding: 0px;
    margin: 0px !important;
}

.ays-quiz-social-shares{
	margin: 15px 0;
}

@font-face {
	font-family: 'share-buttons';
	src: url('https://cdn.rawgit.com/sunnysingh/share-buttons/v1.0.0/build/fonts/share-buttons.eot?gpra60');
	src: url('https://cdn.rawgit.com/sunnysingh/share-buttons/v1.0.0/build/fonts/share-buttons.eot?#iefixgpra60') format('embedded-opentype'), url('https://cdn.rawgit.com/sunnysingh/share-buttons/v1.0.0/build/fonts/share-buttons.woff?gpra60') format('woff'), url('https://cdn.rawgit.com/sunnysingh/share-buttons/v1.0.0/build/fonts/share-buttons.ttf?gpra60') format('truetype'), url('https://cdn.rawgit.com/sunnysingh/share-buttons/v1.0.0/build/fonts/share-buttons.svg?gpra60#share-buttons') format('svg');
	font-weight: normal;
	font-style: normal;
}
.ays-share-btn-icon {
	font-family: 'share-buttons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ays-share-btn-email .ays-share-btn-icon:before {
	content: "\e945";
}
.ays-share-btn-more .ays-share-btn-icon:before {
	content: "\ea82";
}
.ays-share-btn-googleplus .ays-share-btn-icon:before {
	content: "\ea88";
}
.ays-share-btn-facebook .ays-share-btn-icon:before {
	content: "\ea8c";
}
.ays-share-btn-twitter .ays-share-btn-icon:before {
	content: "\ea91";
}
.ays-share-btn-github .ays-share-btn-icon:before {
	content: "\eab4";
}
.ays-share-btn-tumblr .ays-share-btn-icon:before {
	content: "\eabb";
}
.ays-share-btn-reddit .ays-share-btn-icon:before {
	content: "\eac7";
}
.ays-share-btn-linkedin .ays-share-btn-icon:before {
	content: "\eac8";
}
.ays-share-btn-delicious .ays-share-btn-icon:before {
	content: "\eacc";
}
.ays-share-btn-stumbleupon .ays-share-btn-icon:before {
	content: "\eace";
}
.ays-share-btn-pinterest .ays-share-btn-icon:before {
	content: "\ead0";
}
.ays-share-btn,
.ays-share-btn * {
	box-sizing: border-box;
}
.ays-share-btn,
.ays-share-btn *,
.ays-share-btn *:before,
.ays-share-btn *:after {
	box-sizing: border-box;
}
.ays-share-btn {
	position: relative;
	display: inline-block;
	height: 24px;
	margin: 0;
	padding: 2px 8px;
	line-height: 1.53;
	letter-spacing: .04em;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, sans-serif !Important;
	color: #111;
	background: #e0e0e0;
	border: 1px solid #c7c7c7;
	border-radius: 2px;
	text-decoration: none;
	transition: all 0.2s ease;
}
.ays-share-btn:hover,
.ays-share-btn:focus {
	background: #d3d3d3;
	border-color: #bababa;
	text-decoration: none;
	color: #111;
}
.ays-share-btn:active {
	background: #c7c7c7;
	border-color: #adadad;
	text-decoration: none;
	color: #111;
}
.ays-share-btn.ays-share-btn-sm {
	height: 20px;
	font-size: 10px !important;
	padding: 0 8px;
	line-height: 1.6;
}
.ays-share-btn.ays-share-btn-lg {
	height: 28px;
	font-size: 16px !important;
	line-height: 1.4;
}
.ays-share-btn .ays-share-btn-text-sr {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.ays-share-btn.ays-share-btn-branded {
	color: #fff;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter {
	background: #55acee;
	border-color: #3ea1ec;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter:focus {
	background: #3ea1ec;
	border-color: #2795e9;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter:active {
	background: #2795e9;
	border-color: #1689e0;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook {
	background: #3b5998;
	border-color: #344e86;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook:focus {
	background: #344e86;
	border-color: #2d4373;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook:active {
	background: #2d4373;
	border-color: #263961;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-googleplus {
	background: #dd4b39;
	color: #fff;
	border-color: #d73925;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-googleplus:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-googleplus:focus {
	background: #d73925;
	border-color: #c23321;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-googleplus:active {
	background: #c23321;
	border-color: #ac2d1e;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-tumblr {
	background: #35465c;
	color: #fff;
	border-color: #2c3a4c;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-tumblr:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-tumblr:focus {
	background: #2c3a4c;
	border-color: #222d3c;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-tumblr:active {
	background: #222d3c;
	border-color: #19212b;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-reddit {
	background: #ff4500;
	color: #fff;
	border-color: #e63e00;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-reddit:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-reddit:focus {
	background: #e63e00;
	border-color: #cc3700;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-reddit:active {
	background: #cc3700;
	border-color: #b33000;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin {
	background: #0976b4;
	color: #fff;
	border-color: #08669c;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin:focus {
	background: #08669c;
	border-color: #075683;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin:active {
	background: #075683;
	border-color: #05466b;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-delicious {
	background: #3399ff;
	color: #fff;
	border-color: #198cff;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-delicious:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-delicious:focus {
	background: #198cff;
	border-color: #007fff;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-delicious:active {
	background: #007fff;
	border-color: #0073e5;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-stumbleupon {
	background: #eb4924;
	color: #fff;
	border-color: #e13b15;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-stumbleupon:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-stumbleupon:focus {
	background: #e13b15;
	border-color: #ca3412;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-stumbleupon:active {
	background: #ca3412;
	border-color: #b22e10;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-pinterest {
	background: #cc2127;
	color: #fff;
	border-color: #b61d23;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-pinterest:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-pinterest:focus {
	background: #b61d23;
	border-color: #a01a1f;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-pinterest:active {
	background: #a01a1f;
	border-color: #8a161a;
}
.ays-share-btn.ays-share-btn-inverse {
	color: #eeeeee;
	background: #1f1f1f;
	border-color: #050505;
}
.ays-share-btn.ays-share-btn-inverse:hover,
.ays-share-btn.ays-share-btn-inverse:focus {
	background: #121212;
	border-color: #000000;
	color: #eeeeee;
}
.ays-share-btn.ays-share-btn-inverse:active {
	background: #050505;
	border-color: #000000;
	color: #eeeeee;
}
.ays-share-btn.ays-share-btn-twitter .ays-share-btn-icon,
.ays-share-btn.ays-share-btn-googleplus .ays-share-btn-icon,
.ays-share-btn.ays-share-btn-tumblr .ays-share-btn-icon,
.ays-share-btn.ays-share-btn-linkedin .ays-share-btn-icon,
.ays-share-btn.ays-share-btn-pinterest .ays-share-btn-icon,
.ays-share-btn.ays-share-btn-stumbleupon .ays-share-btn-icon,
.ays-share-btn.ays-share-btn-delicious .ays-share-btn-icon,
.ays-share-btn.ays-share-btn-more .ays-share-btn-icon {
	position: relative;
	top: 1px;
}
@-moz-document url-prefix() {
	.ays-share-btn.ays-share-btn-twitter .ays-share-btn-icon,
	.ays-share-btn.ays-share-btn-googleplus .ays-share-btn-icon,
	.ays-share-btn.ays-share-btn-tumblr .ays-share-btn-icon,
	.ays-share-btn.ays-share-btn-linkedin .ays-share-btn-icon,
	.ays-share-btn.ays-share-btn-pinterest .ays-share-btn-icon,
	.ays-share-btn.ays-share-btn-stumbleupon .ays-share-btn-icon,
	.ays-share-btn.ays-share-btn-delicious .ays-share-btn-icon,
	.ays-share-btn.ays-share-btn-more .ays-share-btn-icon {
		top: 0;
	}
}
.ays-share-btn.ays-share-btn-more.ays-share-btn-lg .ays-share-btn-icon {
	top: 2px;
}
.ays-share-btn .ays-share-btn-text {
	padding-left: 2px;
}

.ays-question-counter{
	position: absolute;
	right: 7px;
	top: 2px;
	color: rgba(0,0,0,.6);
}
.ays-answer-image{
	width: 50%;
}
.ays_quiz_form_input{
	display: block !important;
}


@keyframes bar-fill {
	0% {
		width: 0;
	}
}
@-webkit-keyframes bar-fill {
	0% {
		width: 0;
	}
}
@-moz-keyframes bar-fill {
	0% {
		width: 0;
	}
}
@-o-keyframes bar-fill {
	0% {
		width: 0;
	}
}
.ays-field input+label:after{
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 10px;
}
.ays-field input+label.correct:after{
	background-image: url('../images/correct.png');
}

.ays-field input+label.wrong:after{
	background-image: url('../images/wrong.png');
}
.ays-field input:checked+label.wrong:before {
	border-color: #cc3700!important;
	background: #cc3700!important;
	background-clip: content-box!important;
}
.ays_question_result{
	pointer-events: none;
	opacity: 1 !important;
	display: flex !important;
	position:static !important;
	min-height: 0 !important;
	transform: scale(1) !important;
}
.ays-loader{
	display: none;
}
.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}
.lds-ellipsis div {
	position: absolute;
	top: 27px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
	left: 6px;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 6px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 26px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 45px;
	animation: lds-ellipsis3 0.6s infinite;
}

.ays_grid_view_container{
  display: flex;
  flex-wrap: wrap;
}
.ays_grid_view_item{
  width: 50%;
}
.ays_question_hint{
	position: absolute;
	top: -44px;
	left: 10px;
	font-size: 20px !important;
}
.ays_question_hint .ays_question_hint_text {
	visibility: hidden;
	width: 300px;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	transition: opacity 0.3s;
}


.ays_question_hint:hover .ays_question_hint_text {
	visibility: visible;
	opacity: 1;
}

.ays_question_result .ays_question_hint{
	display: none;
}
.ays_buttons_div{
	display: flex;
	justify-content: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.ays_buttons_div input{
	height: 40px;
}
.ays_display_none{
	display: none !important;
}
.active-step{
	-webkit-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	-o-transform: scale(1) !important;
	transform: scale(1) !important;
}
.ays_next.action-button,.ays_previous.action-button{
	margin: auto;
}
.ays-abs-fs input[name="ays_user_name"],.ays-abs-fs input[name="ays_user_email"],.ays-abs-fs input[name="ays_user_phone"]{
	margin: auto;
	margin-bottom: 5px;
    border-radius: 0px !important;
    outline: none !important;
    width: 80%;
}
.ays_red_border{
	border-color:red !important;
}
.ays_arrow{
	background: none !important;
	font-size: 40px !important;
}
.ays_arrow:hover{
	box-shadow:none !important;
}

.ays-quiz-container	.ays_quiz_image {
	max-width: 100%;
    margin: 0 auto;
}

.ays-quiz-container *:after{
	content: none;
}
.ays-quiz-container .ays-image-question-img{
	margin-bottom: 10px;
}

.ays-quiz-container .ays-image-question-img img{
	width:100%;
}
.ays-quiz-container .ays-quiz-answers label:empty{
	display: none;
}
.ays-quiz-container .ays-share-btn-text,.ays-share-btn-icon{
	color: #fff !important;
}
.ays-quiz-container .ays-field.ays-select-field {
    padding: 0;
    width: 100% !important;
}

.disable_social_buttons{
	display: none;
}
.ays_score_display_none{
	display:none;
}
@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}
@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(19px, 0);
	}
}

/*
 *  Font awsome icons style
 */

.ays_fa {    
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.ays_fa_flag_checkered::before {
    content: "\f11e";
    font-weight: 900;
}
.ays_fa_arrow_left::before {
    content: "\f060";
    font-weight: 900;
}
.ays_fa_arrow_right::before {
    content: "\f061";
    font-weight: 900;
}
.ays_fa_info_circle::before {
    content: "\f05a";
    font-weight: 900;
}
.ays_fa_chevron_up::before {
    content: "\f077";
    font-weight: 900;
}
.ays_fa_chevron_down::before {
    content: "\f078";
    font-weight: 900;
}

