.ays_quiz_rect_light .ays-quiz-answers .ays-field {
    text-align: left;
    border: 1px solid;
    border-radius: 3px;
    margin-bottom: 5px;
}

.ays_quiz_rect_light .ays-field label[for^="ays-answer"]:before {
    content: url('../images/traditional-checkbox-no.jpg') !important;
    margin-bottom: 8px;
    border: none;
    background: none !important;
    background-color: transparent!important;
    position: relative;
    top: 2px;
    display: inline;
}

.ays_quiz_rect_light .rect_answer_correct_before:before {
    content: url('../images/traditional-checkbox-ok.jpg') !important;
    border: none;
    margin-bottom: 8px;
}
.ays_quiz_rect_light .rect_answer_wrong_before:before {
    content: url('../images/traditional-checkbox-no.jpg') !important;
    border: none;
    margin-bottom: 8px;
}
.ays_quiz_rect_light .ays-field input:checked + label:before {
    content: url('../images/traditional-checkbox-ok.jpg') !important;
    border: none;
    margin-bottom: 8px;
}
.ays_quiz_rect_light .ays-field input:checked~label.answered.wrong:before,
.ays_quiz_rect_light .ays-field input:checked~label.answered.correct:before {
    border: none;
    background: none !important;
    background-color: transparent!important;    
}
.ays_quiz_rect_light .ays-field input:checked ~ label[for^=ays-answer].ays_answer_image:before{
    content: none !important;
}
.ays_quiz_rect_light label[for^=ays-answer].ays_answer_image:before{
    content: none !important;
}
.ays_quiz_rect_light .ays-field input:checked~label.answered.wrong:before {
    border-color: none!important;
    background: none!important;
    background-color: none!important;
    background-clip: none!important;
}

.ays_quiz_rect_light label[for^="ays-answer-"], .ays_quiz_rect_light p, .ays_quiz_rect_light.ays_message {
    color: #fff;
    font-size: 16px;
}
.ays_quiz_rect_light {
    min-height: 600px;
    width: 100%;
    background-color: #2C2C2C;
}
.ays_quiz_rect_light label[for^="ays-answer-"], .ays_quiz_rect_light p, .ays_quiz_rect_light.ays_message {
    color: #fff;
    font-size: 16px;
}
.ays_quiz_rect_light .ays-field {
    text-align: left;
    margin-bottom: 10px;
}
.ays_quiz_rect_light .ays-field label{
    padding: 8px 0;
    padding-left: 10px;
    padding-right: 10px;
}

.ays_quiz_rect_light .ays-field label:hover{
    background:none !important;
}
.ays_quiz_rect_light .ays_quiz_question{
    font-size: 25px !important;
    margin: 5px 0;
    font-family: 'Signika Negative Bold', sans-serif !important;
    font-weight: 400;
}
.ays_quiz_rect_light #ays_finish_quiz_6 .action-button {
    background: none;
    border: 1px solid #333;
    color: #fff;
}

.ays_quiz_rect_light .ays_message{
    font-size:20px;
}

.ays_quiz_rect_light .correct_div.checked_answer_div{    
    background-color: rgba(39,174,96,0.4) !important;
}
.ays_quiz_rect_light .correct_div{
    background-color: rgba(39,174,96,0.2);
    border-color:green !important;
    opacity: 1 !important;
}

.ays_quiz_rect_light .wrong_div.checked_answer_div{
    background-color: rgba(243,134,129,0.4) !important;       
}

.ays_quiz_rect_light .wrong_div{
    border-color:red !important;
    opacity: 1 !important;
}
.ays_quiz_rect_light .correct_div .correct{
    color:green !important;
}

.ays_quiz_rect_light .wrong_div .wrong{
    color:red !important;
}

.ays_quiz_rect_light .action-button {
    background: none;
    border: 1px solid;
}
.ays_quiz_rect_light .ays-quiz-answers .ays-field {
    opacity: 0.6;
}

.ays_quiz_rect_light .checked_answer_div{
    opacity: 1 !important;
}
.ays_quiz_rect_light .ays_arrow {
    border: none;
}

.ays_quiz_rect_light label[for^=ays-answer]:last-child:before{
    content: none;
}

.ays-field.ays-select-field {
    padding: 0;
}


.ays-quiz-container.ays_quiz_rect_light .select2-container .select2-selection--single,
.ays-quiz-container.ays_quiz_rect_light .select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 40px;
	line-height: 40px;
	font-size: 17px !important;
    width: 100%;
    color: #fff;
    display: inline-block;
}

.ays-quiz-container.ays_quiz_rect_light .ays-field .select2-container--default,
.ays-quiz-container.ays_quiz_rect_light .ays-field .select2-container--default .selection,
.ays-quiz-container.ays_quiz_rect_light .ays-field .select2-container--default .select2-selection {
    display: inline-block;
    width: 100%;
    background-color: #444;
    height: 40px;
}
.ays-quiz-container.ays_quiz_rect_light .select2-container--default .select2-selection--single {
	background: transparent;
	border: none;
	border-radius: unset;
}
.ays-quiz-container.ays_quiz_rect_light .select2-container--default .select2-selection--single:focus {
	outline: none;
	box-shadow: none;
}
.ays-quiz-container.ays_quiz_rect_light .select2-container .select2-selection--single .select2-selection__arrow b[role="presentation"] {
	border: none;
}
.ays-quiz-container.ays_quiz_rect_light .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 0;
	right: 10px;
}

.ays-quiz-container.ays_quiz_rect_light .select2-container--default .select2-results__option--highlighted[aria-selected] {
	color: #fff !important;    
}
.ays-quiz-container.ays_quiz_rect_light .select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: #aaa;
}
.ays-quiz-container.ays_quiz_rect_light .select2-container--default .select2-results__option {
	list-style-type: none;
    text-align: left;
	color: #000 !important;
}
