/* CSS applicable to the Quiz Application */

.form-check-input[disabled]~.form-check-label, .form-check-input:disabled~.form-check-label{
    opacity:1;
}
/*.custom-control-input {
    background-color: #5fda0d;
}*/

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 1;
}

.form-check-label:disabled{
    opacity:1;
}

#form-check-correct {
    color:#1E8E3E;
    opacity:1;
    font-weight:700;
}

#form-check-incorrect {
    color:#D93025;
    opacity: 1;
    font-weight:700;
}