.qbank_questionbank{
    max-width: 100% !important;
}

.qbank_option {
    margin: 10px 0px;
    padding: 5px;
    border-radius: 9px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 19%);
}

.qbank_correct_option{
    border: 2px solid #38df38;
}