﻿.box-quiz-item {
    color: rgba(0,0,0,.87);
    margin: 0;
    font-size: 16px;
    font-family: "Roboto",Arial,sans-serif;
    line-height: 23px;
    border-radius: 5px;
    margin-bottom: 16px;
   text-indent:-999999px;
    min-height: 370px;
    background: url(https://khoahoc.vn/themes/Default/images/loading.gif) no-repeat center;
    background-size:40px;
    
}

    .box-quiz-item.succe {
        opacity: initial;
        border: 1px solid #a9d9ff;
        min-height: initial;
        background: initial;
        text-indent: initial;
    }


    .box-quiz-item .divfoot {
        display: inline-block;
        vertical-align: top;
    }

.text-score {
    display: inline-block;
    position: relative;
    padding: 8px 0;
    font-weight: bold;
    color: #2196f3;
}

    .text-score:after {
        content: "";
        background: url(https://khoahoc.vn/themes/Default/images/star.png) no-repeat left;
        background-size: 40px;
        position: absolute;
        left: 0;
        width: 40px;
        height: 40px;
        left: -48px;
        top: -4px;
    }

.box-quiz-item .quiztitle {
    font-size: 18px;
    line-height: 27px;
    display: block;
    border-bottom: 1px solid #a9d9ff;
    text-align: center;
    padding: 8px;
    color: #2196f3;
    margin: 0;
    font-weight: bold;
    /*  text-transform: uppercase;*/
}

.box-quiz-item .item-action.idisabled {
    display: none;
}

.box-quiz-item .list-info li {
    padding: 6px 0;
    margin-left: 10px;
}

.box-quiz-item .conten-intro {
    padding: 24px 72px;
}

.box-quiz-item .list-info {
    list-style: decimal;
    font-weight: bold;
    max-width: 346px;
    margin: 0 auto 24px auto;
}

    .box-quiz-item .list-info span {
        font-weight: normal;
    }

.box-quiz-item .listQuiz {
    margin: 0;
    padding: 16px 0 16px 16px;
}

.box-quiz-item .item-action.quizres {
    text-align: center;
    display: block;
    max-width: 139px;
    margin: 16px auto;
}

.box-quiz-item .listQuiz li {
    margin-left: 0 !important;
}
/*.box-quiz-item .progress {
        display: -ms-flexbox;
        display: flex;
        height: 1rem;
        overflow: hidden;
        font-size: .75rem;
        background-color: #e9ecef;
        border-radius: 0.25rem;
    }
    .box-quiz-item .progress-bar {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        background-color: #007bff;
        transition: width .6s ease;
    }*/
.box-quiz-item .section-start {
    text-align: center;
    padding: 8px 32px;
    border-radius: 5px;
    background: #2196f3;
    margin: 0 5px;
    color: #fff;
    font-weight: bold;
    display: block;
    max-width: 99px;
    margin: 0 auto;
    cursor: pointer;
}

    .box-quiz-item .section-start:hover {
        opacity: .9;
    }

.box-quiz-item .sectioncontent {
    /* padding: 16px 16px 16px 16px;*/
    position: relative;
    height: 100%;
    min-height: 368px;
    display: block;
}

.box-quiz-item .quizbar {
    position: absolute;
    right: 0;
    top: 0px;
    padding: 0 8px 0 16px;
    display: block;
    width: 142px;
    height: 100%;
    border-left: 1px solid #a9d9ff;
}

.box-quiz-item .item-quizbar {
    padding: 16px 0;
    display: block;
    font-size: 15px;
}

.box-quiz-item .titlebar {
    display: block;
}

/* .box-quiz-item .item-bar {
        font-weight: bold;
    }*/

.box-quiz-item .totalquiz a {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    background: #fff;
    margin-right: 2px;
    vertical-align: top;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.totalquiz a.iactive {
    background: #ccc;
}
.box-quiz-item .liSection.noevent .section-content {
    pointer-events: none;
    margin-bottom: 68px;
}
.text-total {
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 15px;
    /* margin-left: 2px;*/
}

/*.box-quiz-item .totalquiz a:hover {
    opacity: .87;
}*/


.box-quiz-item .totalquiz {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    height: 12px;
}



.box-quiz-item .box-liSection::-webkit-scrollbar {
    width: 6px;
    /*background: #fff;*/
    /* border: 1px solid #a9d9ff;*/
    border-radius: 2px;
}

.box-quiz-item .box-liSection::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #ccc;
}

.totalquiz::-webkit-scrollbar {
    display: none
}

.totalquiz::-webkit-scrollbar-thumb {
    display: none
}




.box-quiz-item .statusquiz {
    position: relative;
}

    .box-quiz-item .statusquiz a {
        display: block;
        font-size: 13px;
        position: relative;
        padding-left: 16px;
        color: initial;
        cursor: initial;
    }

        .box-quiz-item .statusquiz a::after {
            content: "";
            width: 8px;
            height: 8px;
            border-radius: 4px;
            background: #2196f3;
            position: absolute;
            left: 0;
            top: 8px;
        }

        .box-quiz-item .statusquiz a.items0::after {
            background: #ccc;
        }

        .box-quiz-item .statusquiz a.items-1::after {
            background: #FFDC2B;
        }

        .box-quiz-item .statusquiz a.items-2::after {
            background: #FE5050;
        }

.box-quiz-item .item-quizbar.barscore {
    color: #2196f3;
}



.box-quiz-item .quiz-stt {
    margin-bottom: 16px;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
}

.box-quiz-item .section-name {
    font-size: 18px;
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.box-quiz-item .item-desc {
    margin-bottom: 16px;
}

.box-quiz-item .quiz-value {
    position: absolute;
    top: 9px;
    left: 0;
    height: auto;
    width: 16px;
    height: 16px;
    margin: 0;
    box-shadow: initial;
}

    .box-quiz-item .quiz-value.type-radio {
        position: absolute;
        top: 9px;
        left: 4px;
        height: auto;
        width: 16px;
        height: 16px;
        margin: 0;
        cursor: pointer;
        appearance: none;
        border-radius: 50%;
        background-color: #fff;
        border: 1px solid #babec2;
        outline: none !important;
        box-sizing: border-box;
        box-shadow: initial;
        flex-shrink: 0 !important;
    }

        .box-quiz-item .quiz-value.type-radio:checked {
            background-color: #2196f3;
            border: none;
            border-radius: 50%;
            box-shadow: inset 0px 0px 0px 2px white, 0 0px 0px 1px #2196f3;
        }

.box-quiz-item .list-item-quiz {
    list-style: none;
    margin-left: 0;
}

.box-liSection {
    height: 100%;
    display: block;
    max-height: 271px;
    overflow: hidden;
    overflow-y: auto;
}

.box-quiz-item .list-item-quiz {
    /* max-height: 247px;
    overflow: hidden;
    overflow-y: auto;*/
}

    .box-quiz-item .list-item-quiz::-webkit-scrollbar-thumb {
        background: #c1c1c1;
    }

    .box-quiz-item .list-item-quiz::-webkit-scrollbar {
        background: #ddd;
    }

    .box-quiz-item .list-item-quiz::-webkit-scrollbar {
        width: 5px;
    }

    .box-quiz-item .list-item-quiz::-webkit-scrollbar-thumb {
        border-radius: 3px;
    }



.box-quiz-item .item-quiz {
    position: relative;
    margin-bottom: 8px;
}

.box-quiz-item .Format .item-quiz {
    width: 48%;
    display: inline-block;
    margin-left: 0;
}

.box-quiz-item .boxcheck {
    display: block;
    padding: 6px 6px 6px 26px;
    margin: 0;
    border: 1px solid #fafafa0d;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 3px;
}

.box-quiz-item .answer-desc {
    /* color: #2196f3;*/
    position: relative;
    box-sizing: border-box;
}

    .box-quiz-item .answer-desc img[data-latex] {
        vertical-align: text-top;

    }
.box-quiz-item .item-quiz.selected .answer-desc img[data-latex] {
    filter: invert(58%) sepia(73%) saturate(4623%) hue-rotate(185deg) brightness(97%) contrast(96%);
}

.box-quiz-item .item-quiz.selected .answer-desc {
    color: #2196F3;
    font-weight: bold;
}

.box-quiz-item .footer-action {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    border-top: 1px solid #a9d9ff;
    padding: 8px 0;
    height: 33px;
    background: #fff;
    border-radius: 0 0 5px 5px;
}
    .box-quiz-item .footer-action.hidebor {
        border-top:0;
    }
    .box-quiz-item .box-footer-action {
        display: flex;
        flex-wrap: wrap;
        padding: 0 8px;
        justify-content: end;
    }

    .box-quiz-item .box-footer-action .footer-item {
        max-width: 30%;
        width: 30%;
        flex-grow: 1;
    }

        .box-quiz-item .box-footer-action .footer-item.footer-right {
           /* text-align: right;*/
            max-width: 70%;
            width: 70%;
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            justify-content: end;
        }
.box-quiz-item .admin-edit {
    position: absolute;
    right: 16px;
    top:-20px;
}
.box-quiz-item .item-action {
    padding: 4px 24px;
    border-radius: 5px;
    background: #2196F3;
    color: #fff;
    border: 1px solid #2196F3;
    cursor: pointer;
    width: 139px;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
}

    .box-quiz-item .item-action.replay {
        text-align: center;
    }

    .box-quiz-item .item-action.quiz-cane {
        background: initial;
        color: initial;
        border: 1px solid #a9d9ff;
    }

    .box-quiz-item .item-action:hover {
        opacity: .87;
    }

.box-quiz-item .not-active {
    pointer-events: none;
    border: 1px solid #ccc;
    background: #fff;
    color: initial;
    opacity: .87;
}

.box-quiz-item .viewnote, .box-quiz-item .viewtips {
    color: #2196f3;
    font-weight: bold;
    cursor: pointer;
}

.box-quiz-item .item-action.viewtips {
    margin-right: 16px;
    position: relative;
    padding: 6px 12px 6px 32px;
}

.box-quiz-item p:empty {
    display: none;
}

.box-quiz-item .item-action.viewtips::before {
    content: "";
    background: url(https://khoahoc.vn/service/Themes/Default/images/light.svg) no-repeat;
    position: absolute;
    left: 8px;
    top: 4px;
    background-size: 20px;
    display: block;
    width: 20px;
    height: 20px;
    opacity: .68;
}

.box-quiz-item .item-action.viewtips.ontip::before {
    filter: invert(76%) sepia(90%) saturate(2358%) hue-rotate(354deg) brightness(105%) contrast(101%);
    opacity: initial;
}
/* .box-quiz-item .item-action.checkresult{
        margin-left:8px;
    }*/
.box-quiz-item .noevent .item-quiz, .box-quiz-item .noevent .fill-value {
    pointer-events: none;
}
.box-quiz-item .liSection.ifalse.showanswer .item-quiz.true .answer-desc {
    color: #2196F3;
    font-weight: bold;
}
.box-quiz-item .liSection.itrue .item-quiz.true .answer-desc::after {
    content: "";
    background: url(https://khoahoc.vn/service/Themes/Default/images/done_black.svg) no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: -32px;
    bottom: 1px;
    filter: invert(21%) sepia(94%) saturate(3959%) hue-rotate(102deg) brightness(96%) contrast(104%);
}

.box-quiz-item .liSection.ifalse.showanswer .item-quiz.true .answer-desc::after {
    content: "";
    background: url(https://khoahoc.vn/service/Themes/Default/images/done_black.svg) no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: -32px;
    bottom: 1px;
    filter: invert(21%) sepia(94%) saturate(3959%) hue-rotate(102deg) brightness(96%) contrast(104%);
}

.box-quiz-item .liSection.ifalse .item-Choices .item-quiz.selected .answer-desc {
    text-decoration: line-through solid #607d8b 2px;
    position: relative;
    display: inline-block;
}

.box-quiz-item .liSection.ifalse .item-Checkboxes .item-quiz.selected .answer-desc {
    text-decoration: line-through solid #607d8b 2px;
    position: relative;
    display: inline-block;
    color: #607d8b;
}

.box-quiz-item .liSection.ifalse .fill-value {
    text-decoration: line-through solid #607d8b 2px;
    position: relative;
    display: flex;
}

.box-quiz-item .divnoti {
    position: absolute;
    bottom: 57px;
    border: 1px solid #ddd;
    background: #f6f9ff;
    padding: 8px;
    left: 8px;
    z-index:61;
    width: 340px;
    box-shadow: 0 1px 4px 0 #0000001a;
    border-radius: 5px;
    min-height: 48px;
}

    .box-quiz-item .divnoti:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -5px;
        left: 48px;
        width: 8px;
        height: 8px;
        background: #f6f9ff;
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

.box-quiz-item .box-result {
    padding-left: 56px;
    min-width: 250px;
}

.close-result {
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 4px;
    cursor: pointer;
}

    .close-result:after {
        content: "";
        background: url(https://khoahoc.vn/themes/Default/images/clear_black.svg) no-repeat center;
        background-size: 16px;
        width: 16px;
        height: 16px;
        display: block;
    }

.result-title {
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
}

.result-body {
    display: block;
    font-size: 14px;
}

.iconresult {
    position: absolute;
    left: 12px;
    background: url(https://khoahoc.vn/themes/Default/images/stars-ok.png) no-repeat center;
    background-size: 40px;
    width: 40px;
    height: 40px;
    display: block;
    top: 12px;
}

.result-body b {
    color: #2196F3;
}

.box-result.rcwai .iconresult {
    background: url(https://khoahoc.vn/themes/Default/images/reload.png) no-repeat center;
    background-size: 40px;
}

.box-result.rfalse .iconresult {
    background: url(https://khoahoc.vn/themes/Default/images/cancel.png) no-repeat center;
    background-size: 40px;
}

.box-quiz-item .colortrue {
    color: #2196F3;
}

.box-quiz-item .rnext, .rresult {
    color: #2196f3;
    font-weight: bold;
    cursor: pointer;
}

.box-quiz-item .totalquiz a.cfalse {
    /*background: #FE5050;*/
    background: url(https://khoahoc.vn/themes/Default/images/clear_black.svg) no-repeat center;
    background-size: 16px;
    border: 0;
    filter: invert(32%) sepia(29%) saturate(4657%) hue-rotate(342deg) brightness(103%) contrast(91%);
}

.box-quiz-item .totalquiz a.ctrue {
    /*    background: #2196F3;*/
    background: url(https://khoahoc.vn/themes/Default/images/check_black.svg) no-repeat center;
    background-size: 16px;
    border: 0;
    filter: invert(56%) sepia(30%) saturate(922%) hue-rotate(73deg) brightness(99%) contrast(82%);
}

.box-quiz-item .totalquiz a.cwai {
    background: #FFDC2B;
}

.box-quiz-item .liSection .fill.q-value {
    line-height: 25px;
    padding: 3px 8px;
    position: static;
    border: 1px solid #2196f3;
    border-radius: 5px;
    top: 12px;
    left: 10px;
    height: auto;
    margin: 0;
    font-size: 16px;
    margin-bottom: 8px;
}

.box-quiz-item .liSection .item-WordFill .q-input {
    height: 25px;
    min-width: 25px;
    display: inline-block;
    line-height: 25px;
    padding: 1px 8px;
    position: static;
    border: 1px solid #2196f3;
    border-radius: 5px;
    overflow: hidden;
    /* max-width: 81px; */
    white-space: nowrap;
    font-size: 16px;
    /* margin-bottom: 10px; */
    vertical-align: middle;
    margin-bottom: 0;
}
.box-quiz-item .liSection .item-WordFill .q-input.view-number {
    max-width: 59px;
}
    .box-quiz-item .liSection .fill.q-value:focus, .box-quiz-item .liSection .item-WordFill .q-input.q-fill:focus {
        outline: none;
        border: 1px solid #2196f3;
        -webkit-box-shadow: 0 0 3px #2196f3;
        box-shadow: 0 0 3px #2196f3;
    }

.box-quiz-item .sfill {
    display: inline-block;
    position: relative;
    margin-right: 40px;
}

    .box-quiz-item .sfill::after {
        content: "";
        background: url(https://khoahoc.vn/service/Themes/Default/images/done_black.svg) no-repeat;
        background-size: 24px;
        width: 24px;
        height: 24px;
        display: block;
        position: absolute;
        right: -24px;
        bottom: 1px;
        filter: invert(21%) sepia(94%) saturate(3959%) hue-rotate(102deg) brightness(96%) contrast(104%);
    }

.box-quiz-item .liSection.iactive.itrue .list-item::after {
    content: "";
    background: url(https://khoahoc.vn/service/Themes/Default/images/done_black.svg) no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: 8px;
    bottom: 6px;
    filter: invert(21%) sepia(94%) saturate(3959%) hue-rotate(102deg) brightness(96%) contrast(104%);
}

.box-quiz-item .list-item {
    position: relative;
}

.box-quiz-item .box-result .quiztitle {
    color: #2196F3;
    text-transform: none;
}

.box-quiz-item .conten-result {
    padding: 24px;
}

.box-quiz-item .ititle-head {
    display: block;
    margin-bottom: 16px;
}

.box-quiz-item .list-result {
    list-style: none;
    margin: 0 115px 16px 115px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.box-quiz-item li .iresult {
    min-width: 155px;
    display: inline-block;
}

.box-quiz-item .list-result li {
    padding: 4px 0;
    width: 50%;
}

.box-quiz-item .answer-desc p {
    padding: 0;
    width: initial;
    display: initial;
}

.box-quiz-item .itime .iresult {
    min-width: 152px;
}

/*.box-quiz-item .showTips .itemsec, .box-quiz-item .showNote .itemsec {
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
}*/
.tnote {
    font-weight: bold;
    display: block;
    margin: 8px 0;
}

.box-quiz-item .quiz-notec, .box-quiz-item .quiz-tipsc {
    /*  max-height: 150px;
        overflow: hidden;
        overflow-y: auto;*/
    border-top: 1px dashed #CFCFCF;
    background: #fff;
    /*  width: calc(100% - 216px);*/
    padding: 8px;
    margin-right: 16px;
    border-radius: 2px;
    display: none;
    margin-bottom: 16px;
    /*max-height: 212px;
    overflow: hidden;
    overflow-y: auto;*/
}

.box-quiz-item .showTips .itemsec:hover::-webkit-scrollbar-thumb, .box-quiz-item .showNote .itemsec:hover::-webkit-scrollbar-thumb {
    background: #c1c1c1;
}

.box-quiz-item .showTips .itemsec::-webkit-scrollbar, .box-quiz-item .showNote .itemsec::-webkit-scrollbar {
    width: 5px;
}

.box-quiz-item .showTips .itemsec::-webkit-scrollbar-thumb, .box-quiz-item .showNote .itemsec::-webkit-scrollbar-thumb {
    border-radius: 3px;
}

.box-quiz-item .showNote .quiz-notec {
    display: block;
}

.box-quiz-item .showTips .quiz-tipsc {
    display: block;
}

/*.box-quiz-item .showNote .list-item-quiz, .box-quiz-item .showTips .list-item-quiz {
    display: none;
}*/


.box-quiz-item .progress {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    background: initial;
    color: initial;
    float: initial;
}



.answer-desc img {
    display: inline-block;
    vertical-align: middle;
}
.box-quiz-item .quizlevel {
    margin-right: 0;
    font-size: 15px;
    background: #FFA726;
    padding: 1px 10px;
    color: #fff;
    position: absolute;
    right: -3px;
    text-align: center;
    border-radius: 0 3px 0 0;
}

    .box-quiz-item .quizlevel:after {
        content: "";
        position: absolute;
        height: 0;
        width: 0;
        border-top: 12.5px solid #ffa726;
        border-bottom: 12.5px solid #ffa726;
        border-left: 9px solid transparent;
        /* bottom: 0; */
        left: -9px;
        top: 0;
    }

    .box-quiz-item .quizlevel:before {
        content: "";
        position: absolute;
        height: 0;
        width: 0;
        border-top: 5px solid #ffa726;
        border-left: 3px solid transparent;
        right: 0;
        bottom: -4px;
        border-radius: 2px 0 0 0;
    }

    .box-quiz-item .quizlevel.leve2 {
        background: #4CAF50;
    }

        .box-quiz-item .quizlevel.leve2:after {
            border-top: 12.5px solid #4CAF50;
            border-bottom: 12.5px solid #4CAF50;
        }

        .box-quiz-item .quizlevel.leve2:before {
            border-top: 5px solid #4CAF50;
        }

    .box-quiz-item .quizlevel.leve3 {
        background: #2194F3;
    }

        .box-quiz-item .quizlevel.leve3:after {
            border-top: 12.5px solid #2194F3;
            border-bottom: 12.5px solid #2194F3;
        }

        .box-quiz-item .quizlevel.leve3:before {
            border-top: 5px solid #2194F3;
        }

    .box-quiz-item .quizlevel.leve4 {
        background: #E53935;
    }

        .box-quiz-item .quizlevel.leve4:after {
            border-top: 12.5px solid #E53935;
            border-bottom: 12.5px solid #E53935;
        }

        .box-quiz-item .quizlevel.leve4:before {
            border-top: 5px solid #E53935;
        }

.viewColor .icolor {
    background: #ffa726;
    border-radius: 3px;
    min-width: 16px;
    min-height: 16px;
    display: inline-block;
    margin-right: 2px;
    vertical-align: text-bottom;
}

    .viewColor .icolor.level-2 {
        background: #4CAF50;
    }

    .viewColor .icolor.level-3 {
        background: #2194F3;
    }

    .viewColor .icolor.level-4 {
        background: #E53935;
    }

.viewColor {
    font-size: 12px;
    margin-bottom: 16px;
}

.textColor {
    display: inline-block;
}

.viewColor > span {
    margin-right: 8px;
}

.mypiechart {
    margin-bottom: 8px;
}

.istartquiz .detail-title {
    margin-bottom: 16px;
    padding-bottom: 16px;
}
















.box-quiz-item .text-pram {
    display: block;
    text-align: center;
    padding: 4px 0;
    font-weight: bold;
}

.box-quiz-item .clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.box-quiz-item img[data-latex] {
    vertical-align: middle;
    max-width:100%;
}

.box-quiz-item .item-quizbar.barduration {
    position: absolute;
    top: -16px;
    left: 1px;
    right: 1px;
    max-width: 112px;
    margin: 0 auto;
    padding: 2px 0;
    background: #f6f9ff;
    border: 1px solid #a9d9ff;
    border-radius: 3px;
    text-align: center;
    text-indent: 24px;
    line-height: 24px;
}

#countdown {
    position: relative;
}

    #countdown::after {
        content: "";
        background: url(https://khoahoc.vn/themes/Default/images/alarm_black.svg) no-repeat;
        background-size: 20px;
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        top: -2px;
        left: -24px;
        opacity: .54;
    }

.totalquiz {
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 179px;
}

.divfoot.child-footer {
    display: block;
    height: 39px;
}

.box-quiz-item .select-dropdown, .box-quiz-item .r-dropdown {
    height: 33px;
    min-width: 69px;
    display: inline-block;
    line-height: 33px;
    padding: 3px 8px;
    position: static;
    border: 1px solid #2196f3;
    border-radius: 3px;
    font-size: 16px;
}
.box-quiz-item .r-dropdown {
    height: 25px;
    line-height: 25px;
    min-width: 50px;
    text-align: center;
    margin: 6px 0;
}
.box-resultLast {
    position: relative;
}









.box-quiz-item .listQuiz .list-item-sort li {
    cursor: all-scroll;
}

.box-quiz-item .listQuiz .list-item-sort.Horizontal {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 24px;
    list-style: none;
    margin-left: 0;
}

    .box-quiz-item .listQuiz .list-item-sort.Horizontal li {
        padding: 8px 11px;
        border: 1px solid #0000001f;
        margin-right: 4px;
        border-radius: 5px;
        margin-bottom: 4px;
    }

.box-quiz-item .listQuiz .list-item-sort.Vertical {
    border: 1px solid #0000001f;
    border-radius: 5px;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 16px;
}

    .box-quiz-item .listQuiz .list-item-sort.Vertical li {
        display: block;
        border-bottom: 1px solid #0000001f;
        padding: 8px 8px 8px 40px;
        margin-bottom: 0;
    }

        .box-quiz-item .listQuiz .list-item-sort.Vertical li:first-child {
            border-radius: 5px 5px 0 0;
        }

        .box-quiz-item .listQuiz .list-item-sort.Vertical li:last-child {
            border-radius: 0 0 5px 5px;
            border-bottom: 0;
        }

        .box-quiz-item .listQuiz .list-item-sort.Vertical li:after {
            content: "";
            background: url(https://khoahoc.vn/themes/Default/images/sort-24.svg) no-repeat center;
            background-size: 24px;
            width: 24px;
            height: 24px;
            display: block;
            position: absolute;
            left: 8px;
            top: 8px;
            opacity: .54;
        }

.box-quiz-item .sort-result {
    margin-top: 16px;
    border-top: 1px dashed #cfcfcf;
    padding: 16px 0;
    margin-right: 16px;
}
.box-quiz-item .listQuiz .list-item-sort.s-result.Vertical {
    margin-right:0;
}
.text-sort-result {
    margin-bottom: 16px;
    display: block;
    font-weight: bold;
}
.box-quiz-item .item-WordSort .quiz-notec {
    padding: 8px 0;
}



.box-quiz-item .boxunderline {
    line-height: 26px;
    margin-bottom: 16px;
}

    .box-quiz-item .boxunderline .q-underline {
        cursor: pointer;
        border: 1px solid rgba(0,0,0,0);
        padding: 2px 4px;
        width: 100%;
        display: inline;
        box-shadow: #cfcece 0 -2px 0 inset;
    }

        .box-quiz-item .boxunderline .q-underline.select {
            border: 1px solid #d3ebff;
            border-radius: 2px;
            box-sizing: border-box;
            background: #f5fbff;
        }

.box-quiz-item .boxfill.bview p {
    margin-bottom: 16px;
}

.box-quiz-item .boxfill.wordresult p {
    margin-bottom: 16px;
}

.box-quiz-item .boxunderline.wordresult .q-underline.correctAnswer {
    border: 1px solid #d3ebff;
    border-radius: 2px;
    box-sizing: border-box;
    background: #f5fbff;
    color: #ffa726;
}
.box-quiz-item .boxfill.bview {
    margin-bottom: 32px;
}
.box-quiz-item .boxfill-result {
    border-top: 1px dashed #cfcfcf;
    margin-right: 16px;
    padding: 16px 0;
}
.box-quiz-item .liSection.ifalse .fill-value.fillTrue {
    text-decoration: none;
}




.box-quiz-item .list-mat.pairingdrag {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

    .box-quiz-item .list-mat.pairingdrag .box-mat {
        max-width: 50%;
        width: 45%;
    }

    .box-quiz-item .list-mat.pairingdrag .item-pairingdrag {
        /* border: 1px solid #0000001f;*/
        border-radius: 5px 0 0 5px;
        text-align: center;
       /* margin-right: 32px;*/
        padding: 8px;
        background: #FFD362;
        margin-bottom: 16px;
        position: relative;
        /*cursor: grab;
        cursor: -moz-grab;
        cursor: -webkit-grab;*/
    }

    .box-quiz-item .list-mat.pairingdrag .pairingdrag-right .item-pairingdrag {
        background: #4caf50;
        cursor: all-scroll;
        border-radius: 0 5px 5px 0;
    }

    .box-quiz-item .list-mat.pairingdrag .pairingdrag-left .item-pairingdrag .pai-icon {
        width: 18px;
        height: 18px;
        position: absolute;
        top: 10.5px;
        right: -4px;
        border-radius: 50%;
        background-color: #fff;
    }

    .box-quiz-item .list-mat.pairingdrag .pairingdrag-right .item-pairingdrag .pai-icon {
        width: 18px;
        height: 18px;
        position: absolute;
        top: 10.5px;
        left: -14px;
        border-radius: 50%;
        background-color: #4caf50;
    }

.box-quiz-item .mat-result {
    border-top: 1px dashed #cfcfcf;
    margin-right: 16px;
    padding: 16px 0;
}

    .box-quiz-item .mat-result .list-mat.pairingdrag .item-pairingdrag {
        margin-right: 0;
    }

    .box-quiz-item .mat-result .list-mat.pairingdrag .box-mat {
        max-width: 50%;
        width: calc(45% - 8px);
    }






.box-quiz-item .grouphorizontal .item-horizontal {
    border: 1px solid #a9d9ff;
    display: inline-block;
   max-width:24%;
    border-radius: 5px;
    margin-right: 16px;
    background: #f6f9ff;
}

.box-quiz-item .grouphorizontal-left {
    display: inline-block;
    
    margin-bottom: 16px;
}

.box-quiz-item .grouphorizontal .box-mat {
    display: flex;
    flex-wrap: wrap;
    min-height: 100px;
}

    .box-quiz-item .grouphorizontal .box-mat.grouphorizontal-right {
        padding-bottom: 16px;
        margin-left: 12px;
    }

.box-quiz-item .grouphorizontal-right .item-horizontal.itemlatex, .box-quiz-item .grouphorizontal-right .item-horizontal.itemtext {
    height: 100%;
    padding: 6px 8px;
}

.box-quiz-item .horizontal-img img {
    max-width: 100% !important;
    height: auto;
    border-radius: 5px;
}

.box-quiz-item .grouphorizontal-right .item-horizontal {
    border: 1px solid #0000001f;
    background: initial;
    cursor: all-scroll;
    max-width: 100px;
}

.box-quiz-item .grouphorizontal-left .horizontal-img {
    margin: 0 auto 10px auto;
    border: 1px solid #a9d9ff;
    border-radius: 5px;
    background: #fff;
}
.box-quiz-item .answer-desc p:first-child {
    margin-left: 4px;
}
    .box-quiz-item .grouphorizontal-left .horizontal-img .horizontal-img {
        margin: 0;
        border: 0;
    }
.box-quiz-item .grouphorizontal .item-horizontal.litem {
    padding: 0 10px;
}
    .box-quiz-item .grouphorizontal-left .horizontal-img .item-horizontal {
        border: 0;
        background: initial;
        text-align: center;
        display: block;
        margin-right: 0;
        cursor: all-scroll;
        max-width:inherit;
    }

        .box-quiz-item .grouphorizontal-left .horizontal-img .item-horizontal.itemtext {
            padding: 6px 8px;
            max-width: inherit;
        }

.box-quiz-item .mat-result .item-horizontal.itemtext .horizontal-img .horizontal-itext {
    padding: 6px 8px;
    display: block;
    text-align: center;
}

.box-quiz-item .horizontal-img {
    display: block;
    width: 100px;
    height: 100px;
}

.box-quiz-item .horizontal-title {
    text-align: center;
    display: block;
    padding: 6px;
}





.box-quiz-item .item-pairing.selected .pai-icon {
    border: 1px solid #3ca1f5;
    background: #3ca1f5;
}

.box-quiz-item .list-mat.pairing {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-right:16px;
}
.box-quiz-item .mat-result .list-mat.pairing {
    margin-right: 0;
}
.quiztwo .box-quiz-item .list-mat.pairing {
    margin-right: 16px;
}

.box-quiz-item .list-mat.pairing .box-mat {
    max-width: 45%;
    width: 45%;
}

.box-quiz-item .item-pairing {
    border: 1px solid #2194F3;
    background: #F1F9FF;
}

.box-quiz-item .item-pairing {
    list-style-type: none;
    border-radius: 5px;
    text-align: center;
    background: #F1F9FF;
    position: relative;
    min-height: 32px;
    line-height: 32px;
    margin-bottom: 16px;
    padding: 4px;
    cursor: pointer;
}

.quiztwo .box-quiz-item .item-pairing {
    min-height: 28px;
    line-height: 28px;
    margin-bottom: 8px;
}

.box-quiz-item .item-pairing .pai-icon {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
    border-radius: 50%;
    /* border: 1px solid #2194F3;
        background: #D3EBFF;*/
}

.box-quiz-item .pairing-right .item-pairing .pai-icon {
    left: -5px;
}

#cvdraw {
    position: absolute;
}

.box-quiz-item .view-answers {
    display: inline-block;
    margin-top: 16px;
}

.boxdragtext.bview p {
    font-size: 18px;
}

.box-quiz-item .view-answers .drag {
    text-align: center;
    display: inline-block;
    cursor: move;
    border-radius: 5px;
    /* padding: 3px 5px; */
    min-width: 43px;
    margin-right: 10px;
    line-height: 34px;
    height: 34px;
    border: 1px solid #0000001f;
}

