.pageMainContent {
    padding-top: 20px;
}
.mcqindex_qtag {
    display: inline-block;
    position: relative;
    font-weight: bold;
    font-size: 0.8em;
    color: #198529;
}
#mcqindex_qtag_subject {
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px;
    background-image: url('/Assets/Images/Icons/fontawesome/solid/tag.svg');
}
.mcqindex_changever {
    display: inline-block;
    padding: 5px;
    border: 1px solid #fefefe;
}
.mcqindex_changever.active {
    background-color: #2e4781;
    color: white !important;
}

#mcqindex_questionbox {
    margin-bottom: 50px;
}
.version_eng, .version_beng {
    display: none;
}
.mcqindex_question {
    font-size: 1.3em;
    font-weight: bolder;
    color: #0071c6;
}
.mcqindex_answer_option {
    grid-template-columns: 50px 1fr;
    align-items: center;
    margin: 10px 0;
    opacity: 0.5;
}
.mcqindex_answer_option.correct {
    opacity: 1;
    font-weight: bolder;
}
.mcqindex_answer_option .optionLabel {
    display: inline-block;
    padding: 10px;
    background-color: #999;
    color: white;
}

.mcqindex_answer_option.correct .optionLabel {
    background-color: #2b9a16;
}

.mcqindex_solbox {
    margin-top: 20px;
    padding: 20px 10px;
    border: 1px dotted #999;
    border-radius: 10px;
}

@media only screen and (max-width: 601px) {
}
@media only screen and (min-width: 993px) {

}