.btn-preview .circle-ntf {
    top: auto;
    bottom: 14px;
    border-color: rgba(225, 231, 253, 1);
    right: 13px;
    z-index: 1;
}
.btn-preview .btn-bg-icon .icon {
    position: relative;
}
.list-info-lesson-test {
    display: flex;
    gap: 0 36px;
    padding-left: 30px;
}

.list-info-lesson-test .item-info {
    display: flex;
    align-items: center;
    gap: 0 8px;
    position: relative;
}

.list-info-lesson-test .item-info .icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
                                                                                                        
.list-info-lesson-test .item-info .text {
    flex: 1;
    color: rgba(28, 43, 51, 1);
    font-size: 15px;
    font-weight: 400;
}

.list-info-lesson-test .item-info .text .bold {
    font-weight: 700;
}
.box-total-point {
    padding: 10px 0 4px 0;
    position: relative;
    top: 2px;
    background: #ebeff3;
    border-top-left-radius: 12px;
}

.box-total-point .layout-box {
    background: #006402;
    border-radius: 6px;
    text-align: center;
    padding: 8px;
}

.box-total-point .layout-box .name {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.box-total-point .flex-point {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.box-total-point .flex-point .number-bold {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}

.box-total-point .flex-point .number-small {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-left: 6px;
}
.item-number-question.answer-wrong {
    background: rgba(228, 68, 87, 1);
    border-color: rgba(228, 68, 87, 1);
}

.item-number-question.answer-correct {
    background: rgba(27, 189, 105, 1);
    border-color: rgba(27, 189, 105, 1);
}

.item-number-question.answer-correct .number {
    color: #fff;
}

.item-number-question.answer-wrong .number {
    color: #fff;
}
.topbar-gv-page {
    padding-bottom: 32px;
    display: flex;
    align-items: center;
}

.tab-show-part-ls {
    flex: 1;
    margin-right: 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 42px;
}

.item-tab-part-ls {
    color: rgba(28, 43, 51, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    transition: all .3s;
    position: relative;
}

.item-tab-part-ls:before {
    content: '';
    position: absolute;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: #218d20;
    transition: all .3s;
}

.item-tab-part-ls.active:before,.item-tab-part-ls:hover:before {
    width: 100%;
}

.item-tab-part-ls.active,.item-tab-part-ls:hover {
    color: #218d20;
}

.layout-view-report {
    display: inline-flex;
    align-items: center;
    border-radius: 100px;
    border: 1px solid rgba(221, 13, 58, 1);
    height: 32px;
    padding: 4px;
    cursor: pointer;
}
.layout-view-report:hover .text {
    color: #fff;
}

.layout-view-report:hover .icon img {
    filter: brightness(99);
}

.layout-view-report:hover .number {
    background: #fff;
    color:rgba(221, 13, 58, 1);
}

.layout-view-report:hover {
    background: rgba(221, 13, 58, 1);
}
.layout-view-report .icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.layout-view-report .text {
    font-size: 13px;
    color: rgba(221, 13, 58, 1);
    font-weight: 400;
    flex: 1;
    margin: 0 4px;
    transition: all .3s;
    position: relative;
    top: 1px;
}

.layout-view-report .number {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(221, 13, 58, 1);
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    transition: all .3s;
}

.layout-view-report .icon img {
    transition: all .3s;
}
.btn-point-gv {
    display: flex;
    align-items: center;
    gap: 0 8px;
}

.btn-point-gv .icon {
    background: #218d20;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-point-gv .text {
    font-size: 15px;
    color: #218d20;
    font-weight: 400;
}

.box-input-fill-point input {
    width: 58px;
    height: 28px;
    border: 1px solid #218d20;
    padding: 0 12px;
    border-radius: 6px;
    text-align: center;
    font-size:15px;
    background: transparent;
    color: #218d20;
    font-weight: 700;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

.btn-point-gv.btn-point-gv.btn-point-gv .number-point-small {
    color: rgba(28, 43, 51, 1);
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.btn-view-title-ls .layout-btn {
    display: inline-flex
    ;
        align-items: center;
        background: rgba(235, 239, 243, 1);
        border-radius: 6px;
        height: 40px;
        padding: 0 16px;
        gap: 0 12px;
        cursor: pointer;
        transition: all .3s;
}

.btn-view-title-ls .layout-btn .text {
    color: rgba(28, 43, 51, 1);
    font-size: 13px;
    font-weight: 400;
    transition: all .3s;
}

.btn-view-title-ls .layout-btn  .icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotateX(0);
    transition: all .3s;
}

.btn-view-title-ls.active .layout-btn .icon {
    transform: rotateX(-180deg);
}
.btn-view-title-ls .layout-btn:hover {
    background: rgb(218 226 234);
}
.group-title-view-ls.open {
    display: block;
}

.group-title-view-ls {
    display: none;
}

.btn-view-title-ls {
    margin-bottom: 20px;
}
.label-point-leson {
    display: inline-flex;
    align-items: center;
    height: 32px;
    padding: 0 8px;
    background: #218d20;
    border-radius: 6px;
    margin-right: 12px;
}

.label-point-leson p {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.box-question-sp .icon {
    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: relative;
    top: 2px;
}

.box-gt-exam .box-check-type.ct-checkbox-type {
    position: relative;
    top: 2px;
}

.box-gt-exam {
    display: flex;
    align-items: center;
    gap:  0 8px;
    padding-left: 12px;
}

.box-question-sp .icon svg path {
    transition: all .3s;
}

.box-question-sp .icon:hover svg path {
    fill: #218D20;
}

.box-gt-exam .txt {
    flex: 1;
    color: rgba(28, 43, 51, 1);
    font-size: 15px;
    font-weight: 400;
    position: relative;
    top: 2px;
}
@media (min-width:1400px) and (max-width:1599px){
    .list-info-lesson-test {
        gap: 0 16px;
        padding-left: 16px;
    }
}
@media (min-width:1200px) and (max-width:1399px){
    .list-info-lesson-test {
        gap: 0 10px;
        padding-left:4px;
    }
    .list-info-lesson-test .item-info .text {
        width: auto;
        max-width: 97px;
        line-height: 1.2;
    }
    .tab-show-part-ls {
        gap: 12px 16px;
    }
}
@media (min-width:992px) and (max-width:1199px){
    .tab-show-part-ls {
        gap: 18px 16px;
        align-items: flex-start;
    }
    
    .topbar-gv-page {
        align-items: flex-start;
    }
    .list-info-lesson-test {
        gap: 0 16px;
        padding-left: 4px;
    }
    .list-info-lesson-test .item-info .text {
        line-height: 1.2;
        max-width: 144px;
    }
    .ct-comment-ls .text {
        max-width: 80px;
        line-height: 1.2;
    }
    .ct-button-send-kq.ct-button-send-kq .btn-bg-icon.btn-purple .text {
        max-width: 118px;
        line-height: 1.2;
    }
    .ct-comment-ls .text {
        max-width: 80px;
        line-height: 1.2;
    }
    .ct-button-send-kq.ct-button-send-kq .btn-bg-icon.btn-purple .text {
        max-width: 118px;
        line-height: 1.2;
    }
    .list-info-lesson-test .item-info .text .text-small {
        display: none;
    }
}
@media (min-width:768px) and (max-width:991px){
    .tab-show-part-ls {
        gap: 18px 24px;
        flex-wrap: nowrap;
        margin-bottom: 12px;
        overflow-x: auto;
        padding-bottom: 10px;
    }
 
 .topbar-gv-page {
     display: block;
 }
 
 .item-tab-part-ls {
     white-space: nowrap;
 }
    .list-info-lesson-test {
        gap: 0 18px;
        padding-left: 10px;
    }
    .list-info-lesson-test .item-info {
        gap: 0 16px;
    }
    .list-info-lesson-test .item-info .text .text-small {
        display: none;
    }
}
@media (min-width:576px) and (max-width:767px){
    .tab-show-part-ls {
        gap: 18px 24px;
        flex-wrap: nowrap;
        margin-bottom: 12px;
        overflow-x: auto;
        padding-bottom: 10px;
    }
 
    .topbar-gv-page {
        display: block;
    }
    
    .item-tab-part-ls {
        white-space: nowrap;
    }
    .list-info-lesson-test .item-info .text .text-small {
        display: none;
    }
    .flex-progress-user-question .box-user-avatar .content {
        display: none;
    }
}
@media (max-width:575px){
    .list-info-lesson-test .item-info .text .text-small {
        display: none;
    }

    .bottom-form-setup-question.ct-bottom-gv .flex-progress-user-question {
        display: none;
    }

    .list-info-lesson-test {
        gap: 0 10px;
        padding: 0;
    }


    .tab-show-part-ls {
        gap: 18px 24px;
        flex-wrap: nowrap;
        margin-bottom: 12px;
        overflow-x: auto;
        padding-bottom: 10px;
    }
 
    .topbar-gv-page {
        display: block;
        padding-top: 10px;
    }
    
    .item-tab-part-ls {
        white-space: nowrap;
    }
}
@media (max-width:325px){
    .list-info-lesson-test .item-info .text {
        font-size: 13px;
    }
    
    .list-info-lesson-test .item-info {
        gap: 0 4px;
    }
}



/* GV xem chi tiết học sinh */
.label-student {
    padding: 0 6px;
    color: #fff;
    font-size: 12px;
    background: rgba(61, 67, 117, 1);
    border-radius: 100px;
    height: 18px;
    line-height: 1.3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    margin-right: 4px;
}
.box-select-all-lesson {
    background: #fff;
    text-align: center;
    position: relative;
}

.box-select-all-lesson .layout-title-tab {
    height: 50px;
}

.box-select-all-lesson .select-table select {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.td-table-site.w-flex-1 {
    width: 300px;
}
.block-detail-view-gv .ct-table-site .td-table-site:first-child {
    padding-left: 24px;
}

.block-detail-view-gv .ct-table-site .td-table-site:last-child {
    padding-right: 24px;
}

.block-detail-view-gv .ct-table-site .text-title-tb:first-child {
    padding-left: 24px;
}

.block-detail-view-gv .ct-table-site .text-title-tb:last-child {
    padding-right: 24px;
}
.block-table-learning-outcomes .item-table-category {
    height: auto;
    margin: 0;
}
.block-table-learning-outcomes .item-table-category .title-item {
    border-radius: 8px 8px 0 0;
}

.item-table-category.item-sl-lesson .tr-table:last-child .td-table-site {
    border: none;
}
.table-site.ct-table-detail-class .ct-table-site {
    margin: 0;
}
.block-detail-view-gv .block-table-learning-outcomes {
    width: 100%;
}
.filter-creat-class-popup {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom:24px;
}

.filter-creat-class-popup .form-select-aes {
    flex: 1;
}

.filter-creat-class-popup .btn-bg-icon {
    height: 52px;
}
@media (max-width:991px){
    .flex-kq-table {
        padding: 0 12px;
    }
    .block-detail-view-gv .ct-table-site .td-table-site:first-child {
        padding-left: 12px;
    }
    .block-detail-view-gv .ct-table-site .td-table-site:last-child {
        padding-right: 12px;
    }
    .block-detail-view-gv .ct-table-site .text-title-tb:first-child {
        padding-left: 12px;
    }
    .block-detail-view-gv .ct-table-site .text-title-tb:last-child {
        padding-right: 12px;
    }
}
@media (max-width:575px) {
    .filter-creat-class-popup .btn-bg-icon {
        height: 48px;
        display:flex;
    }
    .filter-creat-class-popup .form-select-aes {
        width: 100%;
        flex: none;
    }
    .filter-creat-class-popup .form-select-aes {
        width: 100%;
        flex: none;
    }
    .filter-creat-class-popup .btn-save {
        width: 100%;
    }
}