/* /Components/AskQuestion.razor.rz.scp.css */
img.tokenStackQuestion[b-5pbnrpbvsq] {
    width: 150px;
    text-align: center;
    position: relative;
}

p.tokenStackCountQuestion[b-5pbnrpbvsq] {
    position: relative;
    top: -83px;
    font-size: 32px;
    left: -37px;
    color: #935b12;
    font-weight: bold;
}

.tokenStackQuestionDiv[b-5pbnrpbvsq] {
    text-align: center;
    background: #ffffff;
    padding:20px;
    border-radius: 10px;
}

.mt-60[b-5pbnrpbvsq]{
    margin-top:-60px;
}

h2[b-5pbnrpbvsq]{
    font-weight:900;
}

.UploadTitle p[b-5pbnrpbvsq] {
    font-size: 14px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.asked-question img[b-5pbnrpbvsq] {
    width: 100%;
    border-radius: 10px;
}

.asked-question[b-5pbnrpbvsq]{
    border-radius:10px;
    cursor:pointer;
    padding:0px;
}
.asked-question p[b-5pbnrpbvsq] {
   font-size:14px;
   padding-bottom:0;
   margin-bottom:0;
}
    .asked-question em[b-5pbnrpbvsq] {
        font-size: 12px;
        font-weight: 700;
        color: #ffffff;
        font-style: normal;
        position: relative;
        top: -50px;
        text-align: right;
        float: right;
        /* margin-right: 20px; */
        right: 5px;
        background: #0c57f0;
        padding: 2px 10px;
        border-radius: 10px;
        z-index: 10;
    }

em.QNotAnswered[b-5pbnrpbvsq] {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    font-style: normal;
    position: relative;
    top: -50px;
    text-align: right;
    float: right;
    /* margin-right: 20px; */
    right: 5px;
    background: #d12828 !important;
    padding: 2px 10px;
    z-index:10;
    border-radius: 10px;
}

.VideoAnswer[b-5pbnrpbvsq]{
    border-radius:10px;
    border:1px solid #eeeeee;
}

.image-container[b-5pbnrpbvsq] {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
}
.gridView[b-5pbnrpbvsq]{
    background:#ffffff;
    border-radius:10px;
    padding:20px;
}
.viewAnswer[b-5pbnrpbvsq]{
    background:#ffffff;
    border-radius:10px;
    padding:20px;
}
.questionImage[b-5pbnrpbvsq] {
    width: 100%;
    height: auto;
    display: block;
}

.overlay[b-5pbnrpbvsq] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius:10px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); /* Black with 60% opacity */
    transition: opacity 0.3s ease-in-out;
    opacity: 1; /* Fully visible initially */
    z-index: 1;
    cursor:pointer;
}

.image-container:hover .overlay[b-5pbnrpbvsq] {
    opacity: 0; /* Invisible when hovered */
    z-index: -1; /* Send overlay behind image */
}
/* /Components/Loaders/Loader.razor.rz.scp.css */
.loader-container[b-ge1mozsemi] {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top:30px;
}

.loader[b-ge1mozsemi] {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid var(--KsolBlue);
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin-b-ge1mozsemi 2s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin-b-ge1mozsemi {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Components/TokenDisplay.razor.rz.scp.css */
img.tokenStackQuestion[b-u5ltxudhzj] {
    width: 150px;
    text-align: center;
    position: relative;
}

p.tokenStackCountAsk[b-u5ltxudhzj] {
    position: relative;
    top: -96px;
    font-size: 32px;
    left: 111px;
    color: #935b12;
    font-weight: bold;
}

p.tokenStackCountAskPage[b-u5ltxudhzj] {
    position: relative;
    top: -96px;
    font-size: 32px;
    left: -34px;
    color: #935b12;
    font-weight: bold;
}

.fade-in[b-u5ltxudhzj] {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.fade-in.show[b-u5ltxudhzj] {
        opacity: 1;
 }

.tokenStackAsk1[b-u5ltxudhzj] {
    width: 200px;
    text-align: center;
    position: relative;
    left: 34px;
    margin: 0 auto;
}

p.tokenStackCountAsk1[b-u5ltxudhzj] {
    position: relative;
    top: -96px;
    font-size: 32px;
    color: #935b12;
    font-weight: bold;
}

.tokenPlayer[b-u5ltxudhzj]{
    text-align:center;
    margin:0 auto;
    margin-top:-70px;
}

.tokenStackDiv[b-u5ltxudhzj] {
    position: relative;
}
.tokenStackAskDiv[b-u5ltxudhzj] {
    text-align: center;
    /* background: #ffffff; */
    padding: 20px;
    /*    margin-top: -60px;
*/ border-radius: 10px;
}

.tokenStackAsk[b-u5ltxudhzj] {
    width: 100%;
    text-align: center;
    /* position: relative; */
    margin: 0 auto;
}

.mt-60[b-u5ltxudhzj] {
    margin-top: -60px;
}

h2[b-u5ltxudhzj] {
    font-weight: 900;
}

.panel h3[b-u5ltxudhzj] {
    font-size: 18px;
    font-weight: 900;
}

.panel[b-u5ltxudhzj] {
    width: 93% !important;
}

.UploadTitle p[b-u5ltxudhzj] {
    font-size: 14px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.asked-question img[b-u5ltxudhzj] {
    width: 100%;
    border-radius: 10px;
}

.asked-question[b-u5ltxudhzj] {
    border-radius: 10px;
    cursor: pointer;
    padding: 0px;
}

    .asked-question p[b-u5ltxudhzj] {
        font-size: 14px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .asked-question em[b-u5ltxudhzj] {
        font-size: 12px;
        font-weight: 700;
        color: #ffffff;
        font-style: normal;
        position: relative;
        top: -50px;
        text-align: right;
        float: right;
        /* margin-right: 20px; */
        right: 5px;
        background: #0c57f0;
        padding: 2px 10px;
        border-radius: 10px;
        z-index: 10;
    }

em.QNotAnswered[b-u5ltxudhzj] {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    font-style: normal;
    position: relative;
    top: -50px;
    text-align: right;
    float: right;
    /* margin-right: 20px; */
    right: 5px;
    background: #d12828 !important;
    padding: 2px 10px;
    z-index: 10;
    border-radius: 10px;
}

.VideoAnswer[b-u5ltxudhzj] {
    border-radius: 10px;
    border: 1px solid #eeeeee;
}

.image-container[b-u5ltxudhzj] {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
}

.gridView[b-u5ltxudhzj] {
    background: #ffffff;
    border-radius: 10px;
    padding: 0px 20px
}

h4.notesExpert[b-u5ltxudhzj] {
    font-size: 18px;
    margin-top: 20px;
}

.viewAnswer[b-u5ltxudhzj] {
    background: #ffffff;
    border-radius: 10px;
    padding: 0px 20px;
}

.questionImage[b-u5ltxudhzj] {
    width: 100%;
    height: auto;
    display: block;
}

.overlay[b-u5ltxudhzj] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 10px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); /* Black with 60% opacity */
    transition: opacity 0.3s ease-in-out;
    opacity: 1; /* Fully visible initially */
    z-index: 1;
    cursor: pointer;
}

.image-container:hover .overlay[b-u5ltxudhzj] {
    opacity: 0; /* Invisible when hovered */
    z-index: -1; /* Send overlay behind image */
}
/* /Components/Welcome.razor.rz.scp.css */

.tour-overlay[b-hfncfcsdj3] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    /* Use flex to center the message box */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* The instructional message box */
.tour-message[b-hfncfcsdj3] {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    max-width: 300px;
    text-align: center;
}

/* Container for the video */
.video-container[b-hfncfcsdj3] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2001;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-ujnkv882vt] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ujnkv882vt] {
    flex: 1;
}

.sidebar[b-ujnkv882vt] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ujnkv882vt] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ujnkv882vt]  a, .top-row[b-ujnkv882vt]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ujnkv882vt]  a:hover, .top-row[b-ujnkv882vt]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ujnkv882vt]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ujnkv882vt] {
        justify-content: space-between;
    }

    .top-row[b-ujnkv882vt]  a, .top-row[b-ujnkv882vt]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ujnkv882vt] {
        flex-direction: row;
    }

    .sidebar[b-ujnkv882vt] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ujnkv882vt] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ujnkv882vt]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ujnkv882vt], article[b-ujnkv882vt] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/AskMe.razor.rz.scp.css */
img.tokenStackQuestion[b-b22jt0sqgz] {
    width: 150px;
    text-align: center;
    position: relative;
}

p.tokenStackCountAsk[b-b22jt0sqgz] {
    position: relative;
    top: -96px;
    font-size: 32px;
    left:-34px;
    color: #935b12;
    font-weight: bold;
}

.tokenStackAsk1[b-b22jt0sqgz] {
    width: 200px;
    text-align: center;
    position: relative;
    left: 34px;
    margin: 0 auto;
}
p.tokenStackCountAsk1[b-b22jt0sqgz] {
    position: relative;
    top: -96px;
    font-size: 32px;
    
    color: #935b12;
    font-weight: bold;
}



.tokenStackAskDiv[b-b22jt0sqgz] {
    text-align: center;
    /* background: #ffffff; */
    padding: 20px;

    border-radius: 10px;
}

.tokenStackAsk[b-b22jt0sqgz] {
    width: 200px;
    text-align: center;
    /* position: relative; */
    margin: 0 auto;

}
.mt-60[b-b22jt0sqgz] {
    margin-top: -60px;
}

h2[b-b22jt0sqgz] {
    font-weight: 900;
}
.panel h3[b-b22jt0sqgz] {
    font-size: 18px;
    font-weight: 900;
}
.panel[b-b22jt0sqgz]{
    width:93% !important;
}
.UploadTitle p[b-b22jt0sqgz] {
    font-size: 14px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.asked-question img[b-b22jt0sqgz] {
    width: 100%;
    border-radius: 10px;
}

.asked-question[b-b22jt0sqgz] {
    border-radius: 10px;
    cursor: pointer;
    padding: 0px;
}

    .asked-question p[b-b22jt0sqgz] {
        font-size: 14px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .asked-question em[b-b22jt0sqgz] {
        font-size: 12px;
        font-weight: 700;
        color: #ffffff;
        font-style: normal;
        position: relative;
        top: -50px;
        text-align: right;
        float: right;
        /* margin-right: 20px; */
        right: 5px;
        background: #0c57f0;
        padding: 2px 10px;
        border-radius: 10px;
        z-index: 10;
    }

em.QNotAnswered[b-b22jt0sqgz] {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    font-style: normal;
    position: relative;
    top: -50px;
    text-align: right;
    float: right;
    /* margin-right: 20px; */
    right: 5px;
    background: #d12828 !important;
    padding: 2px 10px;
    z-index: 10;
    border-radius: 10px;
}

.VideoAnswer[b-b22jt0sqgz] {
    border-radius: 10px;
    border: 1px solid #eeeeee;
}

.image-container[b-b22jt0sqgz] {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
}

.gridView[b-b22jt0sqgz] {
    background: #ffffff;
    border-radius: 10px;
    padding: 0px 20px
}
h4.notesExpert[b-b22jt0sqgz]{
    font-size:18px;
    margin-top:20px;
}

.viewAnswer[b-b22jt0sqgz] {
    background: #ffffff;
    border-radius: 10px;
    padding: 0px 20px;
}

.questionImage[b-b22jt0sqgz] {
    width: 100%;
    height: auto;
    display: block;
}

.overlay[b-b22jt0sqgz] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 10px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); /* Black with 60% opacity */
    transition: opacity 0.3s ease-in-out;
    opacity: 1; /* Fully visible initially */
    z-index: 1;
    cursor: pointer;
}

.image-container:hover .overlay[b-b22jt0sqgz] {
    opacity: 0; /* Invisible when hovered */
    z-index: -1; /* Send overlay behind image */
}
/* /Pages/DigitalExam/DigitalExam.razor.rz.scp.css */
body[b-d0wne2uo7b] {
    background: #e7f0f6 !important;
}

.de-border[b-d0wne2uo7b] {
    border: 1px solid #eeeeee;
    border-radius: 10px;
    background: #ffffff;
}

.de-border[b-d0wne2uo7b] {
    background: #ffffff;
}

.e-border[b-d0wne2uo7b] {
    padding: 0;
}

em.candidateNumber[b-d0wne2uo7b] {
    font-style: normal;
    font-weight: 300;
}

/* For candidateName: normal font style with a grey underline spanning at least 400px */
.candidateName[b-d0wne2uo7b] {
    font-style: normal;
    display: inline-block;
    width: 400px;
    border-bottom: 1px solid #eeeeee;
    margin-left: 10px;
    font-style: normal;
    font-weight: 300;
}

/* For signatureBox: a box 150px high with a grey border (using 400px width for consistency) */
.signatureBox[b-d0wne2uo7b] {
    display: inline-block;
    width: 400px;
    border-bottom: 1px solid #eeeeee;
    margin-left: 10px;
    vertical-align: middle; /* Ensures alignment with surrounding text if needed */
    cursor: pointer;
    font-family: Dekko, cursive;
    font-size: 24px;
    font-weight: 300;
    background: #eee;
    padding: 20px;
    border-radius: 10px;
}

.candidateInformation[b-d0wne2uo7b] {
    margin-left: 10px;
    padding-top: 20px;
}

p.declaration[b-d0wne2uo7b] {
    font-size: 12px;
    margin-left: 200px;
    margin-top: 10px;
}

.titles[b-d0wne2uo7b] {
    background: #fafafa;
    border-radius: 10px;
    border: 1px solid #eeeeee;
}

.examTitles[b-d0wne2uo7b] {
    margin: 10px;
    font-size: 70px;
    margin-top: 20px;
    border-bottom: 5px solid #eeeeee;
}

    .examTitles h5[b-d0wne2uo7b] {
        font-size: 42px !important;
    }

    .examTitles p[b-d0wne2uo7b] {
        font-size: 24px;
        font-weight: 200;
    }

    .examTitles h4[b-d0wne2uo7b] {
        font-size: 86px;
        font-weight: 200;
    }


h5[b-d0wne2uo7b] {
    font-size: 18px;
}

.examInformation[b-d0wne2uo7b] {
    margin: 10px;
    margin-top: 20px;
    border-bottom: 2px solid #eeeeee;
}

    .examInformation ul[b-d0wne2uo7b] {
        padding-left: 20px;
    }

.candidateCode[b-d0wne2uo7b] {
    font-family: "Libre Barcode 39", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
}

.examSubHeader[b-d0wne2uo7b] {
    background: #f5f5f5;
    border-bottom-left-radius: 10px;
    padding: 0px 10px;
    border-bottom-right-radius: 10px;
}

.examHeader[b-d0wne2uo7b] {
    padding: 5px 10px;
}

.examSubHeader h2[b-d0wne2uo7b] {
    font-size: 20px !important;
    padding: 5px;
    font-weight: bold;
}

.examSubHeader h5[b-d0wne2uo7b] {
    padding-right: 10px;
}

.ExamQuestion[b-d0wne2uo7b] {
    border-radius: 10px;
    border: 1px solid #eeeeee;
    padding: 10px;
}

.ExamQuestionNumber h5[b-d0wne2uo7b] {
    font-size: 18px;
}

.ExamQuestionNumber[b-d0wne2uo7b] {
    float: left;
    width: 70px;
}

.ExamQuestionNavigation[b-d0wne2uo7b] {
    padding: 0;
    margin-top: 20px;
}

.ExamQNumber[b-d0wne2uo7b] {
    padding-right: 5px;
}

.ExamQ img[b-d0wne2uo7b] {
    max-width: 100%;
    height: auto;
    display: block;
}

.examQuestionArea[b-d0wne2uo7b] {
    padding: 20px;
}

.list-group-item.active[b-d0wne2uo7b] {
    z-index: 2;
    color: #fff;
    background-color: #0b5ed7 !important;
    border-color: #0b5ed7;
}

.list-group-item[b-d0wne2uo7b] {
    cursor: pointer;
}

.ExamMarks[b-d0wne2uo7b] {
    clear: both;
    display: block;
    text-align: right;
    margin-top: 20px;
}

.ExamAnswerArea[b-d0wne2uo7b] {
    margin-top: 30px;
}


.QuestionQr[b-d0wne2uo7b] {
    float: right;
    float: right;
    border: 1px solid #eee;
    border-radius: 10px;
}

.UploadWorking p[b-d0wne2uo7b] {
    font-size: 10px;
    font-weight: 900;
    text-align: center;
}

.modalUpload[b-d0wne2uo7b] {
    padding: 20px;
}

.list-group-item[b-d0wne2uo7b] {
    text-align: center;
}

.ck-powered-by[b-d0wne2uo7b] {
    display: none !important;
}

.wrs_modal_title[b-d0wne2uo7b] {
    display: none !important;
}


.wrs_modal_button_accept[b-d0wne2uo7b], .wrs_modal_button_accept:active[b-d0wne2uo7b], .wrs_modal_button_accept:focus[b-d0wne2uo7b], .wrs_modal_button_accept:hover[b-d0wne2uo7b], .wrs_modal_button_accept:visited[b-d0wne2uo7b] {
    background: #0b5ed7 !important;
}

.wrs_modal_button_cancel[b-d0wne2uo7b], .wrs_modal_button_cancel:active[b-d0wne2uo7b], .wrs_modal_button_cancel:focus[b-d0wne2uo7b], .wrs_modal_button_cancel:hover[b-d0wne2uo7b], .wrs_modal_button_cancel:visited[b-d0wne2uo7b] {
    background: #ffffff !important;
    border: 1px solid #0b5ed7 !important;
}

.wrs_linksContainer[b-d0wne2uo7b] {
    display: none !important;
}
/* Ensure the label is positioned relative so the pseudo-element can be absolutely positioned */
/* Ensure the label is positioned relative so the pseudo-element can be placed */
.hand-drawn-circle[b-d0wne2uo7b] {
    position: relative;
    padding: 5px;
    cursor: pointer;
}

/* Create the hand-drawn circle effect when the hidden checkbox is checked */
.form-check-input:checked + .hand-drawn-circle[b-d0wne2uo7b]::before {
    content: "";
    position: absolute;
    top: -8px; /* Adjust as needed */
    left: -8px;
    right: -8px;
    bottom: -8px;
    border: 2px solid #212121; /* Customize color and style */
    border-radius: 50%;
    pointer-events: none;
}

.noPadding[b-d0wne2uo7b] {
    padding-left: 0;
}

.modal-dialog[b-d0wne2uo7b] {
    max-width: max-content;
}

.modalUpload h3[b-d0wne2uo7b] {
    font-weight: 700;
}

.reviewContainer[b-d0wne2uo7b] {
    max-width: 95%;
}

.modalAnswerSection[b-d0wne2uo7b] {
    background: #FBE9E7;
    width: 57%;
}

.modalAnswerContainer[b-d0wne2uo7b] {
    margin-top: 20px;
}

#digitalExamQuestion[b-d0wne2uo7b]{
    padding:0px 10px;
}

.ml-20[b-d0wne2uo7b] {
    margin-left: 20px;
}

.studentWorkingOut[b-d0wne2uo7b] {
    border: 1px solid #0c57f0;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #fafafa;
}

img .studentsUploadedWork[b-d0wne2uo7b] {
    margin: 0 auto;
    text-align: center
}

.studentWorkingOut p[b-d0wne2uo7b] {
    font-size: 12px;
    color: #777777;
}

@media(max-width:576px) {
    p[b-d0wne2uo7b] {
        font-size: 14px;
        margin-bottom: 0;
    }

    .equations-container span[b-d0wne2uo7b] {
        font-family: "Inter", Arial, sans-serif !important;
        font-size: 14px !important;
    }

    .equations-container p[b-d0wne2uo7b] {
        font-family: "Inter", Arial, sans-serif !important;
        font-size: 14px !important;
    }

    .statistics h4[b-d0wne2uo7b] {
        font-size: 14px;
    }
    .equations-container[b-d0wne2uo7b]{
        font-size: 14px !important;
    }
    .bg-primary h3[b-d0wne2uo7b] {
        font-weight: 300;
        font-size: 14px;
    }

    .panel[b-d0wne2uo7b] {
        width: 100%;
        padding: 5px;
    }

    .container-lrg[b-d0wne2uo7b] {
        width: 100%;
    }

    .btn-primary[b-d0wne2uo7b] {
        font-size: 14px;
    }

    .btn-secondary[b-d0wne2uo7b] {
        font-size: 14px;
    }

    td[b-d0wne2uo7b] {
        font-size: 14px;
    }

    .test-panel[b-d0wne2uo7b] {
        margin-left: 0;
    }

    .mr-30[b-d0wne2uo7b] {
        margin-right: 0;
    }

    .btn-warning[b-d0wne2uo7b] {
        font-size: 14px;
    }

    .panel-lessons[b-d0wne2uo7b] {
        margin-left: 0;
    }

    .btn-outline-primary[b-d0wne2uo7b] {
        font-size: 14px;
    }
    .questionText p[b-d0wne2uo7b]{
        font-size:14px !important;
    }

    .examSubHeader h2[b-d0wne2uo7b] {
        font-size: 16px !important;
    }
    .examSubHeader h5[b-d0wne2uo7b]{
        font-size:16px;
    }
}
/* /Pages/DigitalExam/ExamIntroduction.razor.rz.scp.css */
body[b-eiywxndlbg] {
    background:#fafafa !important;
}
