.question-mcq-text-read-diagnostic-tasks {
    display: flex;
    /*text-align: start;*/
    flex-wrap: wrap;
    /*line-height: 1.5;*/
    /*padding: 10px;*/
    /*align-items: center;*/
    /*font-size: 20px;*/
    /*border: 1px solid #e0e0e0;*/
    /*border-radius: 10px;*/
    text-align: left;
    line-height: 1.5;
    padding: 10px;
    align-items: center;
    font-size: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}

.question-image-read-diagnostic-tasks {
    background-image: url("../../images/generate/ozatKid.png");
    background-size: cover;
    width: 190px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    margin-left: 20px;
}

.question-mcq-answers-wrapper-read-diagnostic-tasks {
    display: flex;
    flex-flow: row;
    gap: 10px;
    height: min-content;
    text-align: left;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
}

.question-mcq-answer-wrapper-read-diagnostic-tasks {
    display: flex;
    flex-flow: row;
    flex: 1;
}

.question-mcq-answer-left-read-diagnostic-tasks {
    display: flex;
    align-items: center;
    font-size: 14px;
    background-color: #f1f1f1;
    color: black;
    padding: 5px 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 1px solid #ddd;
    border-right-width: 0;
}

.question-mcq-answer-right-read-diagnostic-tasks {
    text-align: left;
    line-height: 1.5;
    padding: 10px;
    align-items: center;
    font-size: 20px;
    width: 100%;
    border: 1px solid #ddd;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    cursor: pointer;
    border-left-width: 0;
    background: none;
}

.correct {
    /*border-color: #4caf50;*/
    color: #039f08;!important;
    background-color: rgb(92, 217, 96);!important;
}
.wrong {
    /*border-color: rgb(185, 13, 13);*/
    /*background-color: rgb(227, 46, 46);*/
    color: #FFFFFF;!important;
    background-color: rgb(229, 50, 50);!important;
}

.correct-mcq {
    border: 1px solid #7dd76b;
    background: #7dd76b;
    color: #fff;
}

.correct-mcq-text {
    border: 1px solid #7dd76b;
}

.wrong-mcq {
    border: 1px solid #ff9088 ;
    background: #ff9088 ;
    color: #fff ;
}

.wrong-mcq-text {
    border: 1px solid #ff9088;
}

.question-mcq-answer-right-read-diagnostic-tasks:hover,
.question-mcq-answer-right-read-diagnostic-tasks:focus {
    box-shadow: rgb(112 112 222 / 30%) 1px 0 2px 0;
    /*border-color: #041860;*/
    /*background-color: #f1f2f6;*/
}

.question-mcq-answer-text-read-diagnostic-tasks {
    text-align: left;
    font-size: 20px;
}

.question-mcq-answer-text-read-diagnostic-tasks img {
    height: 80px;
    width: auto;
}


@media (max-width: 767px) {
    .question-mcq-body-read-subjects img {
        width: 30%;
        height: auto;
    }

    .question-mcq-answers-wrapper-read-diagnostic-tasks {
        flex-flow: column;
        width: auto;
    }

    .solution-type-read-diagnostic-tasks,
    .theory-read-diagnostic-tasks {
        padding: 0;
        width: 80%;
        height: auto;
    }

    .solution-type-read-diagnostic-tasks a,
    .theory-read-diagnostic-tasks a {
        font-size: 12px;
        width: 100%;
        justify-content: center;
    }

    .solution-type-read-diagnostic-tasks img,
    .theory-read-diagnostic-tasks img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
    .question-mcq-text-read-diagnostic-tasks img {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 481px) {
    .question-mcq-text-read-diagnostic-tasks img {
        width: 50%;
        height: auto;
    }
}

/* Large devices (desktops, 769px and up) */
@media (min-width: 769px) {
    .question-mcq-text-read-diagnostic-tasks img {
        width: 30%;
        height: auto;
    }
}
