.error-msg{
    padding-left: 9%;
    color: #ff4081;
}

.errorMsg,.errorFileMsg,.choose-answer-error{
    color: #ff4081;
}

.textGreen{
    color: #43a047 !important;
    font-weight: bold !important;

}

.textRed{
    color: #d9534f !important;
    font-weight: bold !important;
}
.textBlue{
    color: #00bcd4 !important;
    font-weight: bold !important;
}
.alignCenter{
    text-align: center;
}

.answerCheckColor{
    color:#4caf50 !important;
    font-weight: bold !important;
}

.hideBlock{
    display:none !important;
}
.addQuestionBox,.questionbank,.random_selection,.examAddQuestionFormDiv,.questionButtonBlock,
#studentFormSection,.questionBankFormBox,#bulkRegisterFormSection,.cardAlertBulkError,#studentUpdateFormSection{
    display: none;
}

.mr-2 {
    margin-right: 10px;
}

.d-flex {
    display: flex !important;
    align-items: center;
}

.custom-btn {
    padding: 0px 10px !important;
}
.cross {
    cursor: pointer;
}
.btnHover:hover{
    background-color: transparent !important;
}

.custom-btn {
    padding: 0px 10px !important;
}
.cross {
    cursor: pointer;
}

.ql-container.ql-snow {
    height: 120px !important;
}

.qb-card .collapsible .collapsible-body {
    padding: 0 12px 0 12px !important;
}

.qb-card .collapsible {
    margin-top: 1rem !important;
}
.qb-card a {
    color: #6b6f82;
}
.questionUpload {
    display: flex;
    align-items: center;
    /* margin-right: 8px; */
}
.custom-dropper .dropify-wrapper {
    height: 90px !important;
    width: 90px !important;
    border: none !important;
}
.custom-dropper .dropify-wrapper .dropify-message p {
    display: none;
    border-bottom: 1px solid #000;
}
.custom-dropper .dropify-wrapper .dropify-message .file-icon {
    font-size: 30px !important;
    color: #0000ff;
    /* border: 1px solid #cdcdcd; */
}
.custom-dropper .dropify-wrapper .dropify-message .file-icon :hover {
}

.checkbox-blue[type="checkbox"].filled-in:checked + span:not(.lever):after {
    border: 2px solid #0000ff;
    background-color: #0000ff;
}

/* media */
@media only screen and (max-width: 600px) {
    .que-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }
}
@media only screen and (max-width: 900px) {
    .que-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }
}
.checkBoxDivMargin{
    margin-top: 7% !important;
}

.imgQuestion,.imgAnswer{
    display: none;
}

.iconBtn{
    background: transparent !important;
    border:none !important;
}

.questionAnsImage{
    width: 150px !important;
}
#main {
    padding-left: 0px !important;
}

.loader {
    position: fixed;
    /*left: 0;
    top: 0;*/
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../../images/loader.gif) center no-repeat
        rgba(255, 255, 255, 0.5);
}
.attempt:disabled {
    color:#f2f2f2 !important;
}


.successFont{
    font-size: 70px !important;
}