.ays_quiz_elegant_light label[for^="ays-answer-"],
.ays_quiz_elegant_light p,
.ays_quiz_elegant_light .ays_message {
    color: #fff;
    font-size: 16px;
}
.ays_quiz_elegant_light {
    min-height: 600px;
    width: 100%;
    background-color: #fff;
}
.ays_quiz_elegant_light label[for^="ays-answer-"],
.ays_quiz_elegant_light p,
.ays_quiz_elegant_light .ays_message {
    color: #fff;
    font-size: 16px;
	text-align: center;
}
.ays_quiz_elegant_light .ays-field {
    text-align: center;
    padding: 0;
	border-radius: 6px;
    transition: .1s ease-in-out;
    border: 1px solid;
}
.ays_quiz_elegant_light .ays-field label{
    padding: 8px 0;
    padding-left: 10px;
    padding-right: 10px;
}
.ays_quiz_elegant_light .ays-field label:before {
    content:none !important;
}
.ays_quiz_elegant_light .ays-field label:hover{
    background:none !important;
}
.ays_quiz_elegant_light .ays_quiz_question {
    display: flex;
    align-items: center;        /* vertical center for short text */
    justify-content: center;    /* horizontal safety */
    
    min-height: 180px;
    max-height: 200px;
    overflow-y: auto;

    padding: 5px 3px;
    font-size: 25px !important;
    font-weight: 800;

    border-radius: 6px;
    border: 3px solid blue;
}



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

.ays_quiz_elegant_light .correct_div{
    border-color:black !important;
	
    background-color: green;
}

.ays_quiz_elegant_light .wrong_div{
     border-color:black !important;
    opacity: 5 !important;
    background-color: red;   
}
.ays_quiz_elegant_light .correct_div .correct{
    color:white !important;
}

.ays_quiz_elegant_light .wrong_div .wrong{
    color:white !important;
}

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


.ays_quiz_elegant_light, 
.ays_quiz_elegant_light .ays-quiz-answers, 
.ays_quiz_elegant_light .ays-field {
    font-weight: normal !important;
}




.ays-quiz-container.ays_quiz_elegant_light .answered,
.ays-quiz-container.ays_quiz_elegant_light .checked_answer_div {
    opacity: 1 !important;
	
}

.ays_quiz_elegant_light .correct_div.checked_answer_div {
     opacity: 1 !important;
    background-color:green;
}

.ays_quiz_elegant_light .answered,
.ays_quiz_elegant_light .checked_answer_div {
    opacity: 1 !important;
	
}
.ays_quiz_elegant_light .ays_arrow {
    border: none;
}
.ays_quiz_elegant_light .ays-field.ays-select-field {
	
    padding: 0;
}

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

.ays-quiz-container.ays_quiz_elegant_light .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #000 !important;
}

.ays-quiz-container.ays_quiz_elegant_light .select2-container--default .select2-results__option--highlighted[aria-selected] {
	color: #fff !important;
    background-color: #444 !important;
}
.ays-quiz-container.ays_quiz_elegant_light .select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: #aaa;
}
.ays-quiz-container.ays_quiz_elegant_light .select2-container--default .select2-results__option {
	list-style-type: none;
    text-align: left;
	color: #000 !important;
}
.ays_quiz_elegant_light .ays-answer-image {
    width: 150px !important;
    height: 100px;
    object-fit: cover;
    object-position: center center;
}

.ays_quiz_elegant_light .ays-field label:last-child {
    margin-bottom: unset;
    border-radius: unset;
    box-shadow: unset; 
    overflow: hidden;
}

/* Remove top margin from question text itself */
.ays_quiz_elegant_light .ays_quiz_question p,
.ays_quiz_elegant_light .ays_quiz_question h1,
.ays_quiz_elegant_light .ays_quiz_question h2,
.ays_quiz_elegant_light .ays_quiz_question h3 {
    margin-top: 3px !important;   /* pull text upward */
    margin-bottom: 0 !important;
}
