﻿@charset "UTF-8";

.table-ranking-teacher table.table.ranking {
    border-collapse: collapse;
}

.table-ranking-teacher .tb-nav .tb-nav-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 15px -10px;
}

    .table-ranking-teacher .tb-nav .tb-nav-wrap .nav-item {
        padding: 10px 15px;
        width: calc((100%/4) - 15px);
        margin: 0 10px;
        font-size: 24px;
        text-align: center;
        text-decoration: none;
        color: #fff;
    }

        .table-ranking-teacher .tb-nav .tb-nav-wrap .nav-item.week {
            background: #f57893;
        }

        .table-ranking-teacher .tb-nav .tb-nav-wrap .nav-item.month {
            background: #ffe395;
        }

        .table-ranking-teacher .tb-nav .tb-nav-wrap .nav-item.quy {
            background: #29ceff;
        }

        .table-ranking-teacher .tb-nav .tb-nav-wrap .nav-item.year {
            background: #4aad64;
        }

.table-ranking-teacher .table.ranking tr td,
.table-ranking-teacher .table.ranking tr,
.table-ranking-teacher .table.ranking th {
    border-bottom: 1px solid #e1e1e1;
    vertical-align: middle;
    position: relative;
    text-align: center;
}

    .table-ranking-teacher .table.ranking tr th:first-child {
        padding-left: 15px;
        text-align: left;
    }

    .table-ranking-teacher .table.ranking tr td:first-child {
        width: 50px;
    }

    .table-ranking-teacher .table.ranking tr td.rank {
        position: relative;
        padding-left: 30px;
        padding-right: 30px;
    }

.table-ranking-teacher .table.ranking .icon-rank {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    border: 2px solid rgba(0, 0, 0, 0.2);
    position: relative;
}

    .table-ranking-teacher .table.ranking .icon-rank.first {
        border-color: #ffe395;
    }

        .table-ranking-teacher .table.ranking .icon-rank.first:after {
            background: #ffe395;
        }

    .table-ranking-teacher .table.ranking .icon-rank.second {
        border-color: #29ceff;
    }

        .table-ranking-teacher .table.ranking .icon-rank.second:after {
            background: #29ceff;
        }

    .table-ranking-teacher .table.ranking .icon-rank.third {
        border-color: #f57893;
    }

        .table-ranking-teacher .table.ranking .icon-rank.third:after {
            background: #f57893;
        }

    .table-ranking-teacher .table.ranking .icon-rank:after {
        content: '';
        width: 25px;
        height: 25px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: rgba(0, 0, 0, 0.2);
        border-radius: 50%;
    }

.table-ranking-teacher .table.ranking .rank-change {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .table-ranking-teacher .table.ranking .rank-change.up {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 15px 15px 15px;
        border-color: transparent transparent #19e326 transparent;
    }

    .table-ranking-teacher .table.ranking .rank-change.down {
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #f00;
    }

.table-ranking-teacher .table.ranking th {
    background: #F5F6FA;
    z-index: 2;
    color: #001737;
}

.tableFixHead {
    overflow-y: auto;
    max-height: 600px;
}

.tableFixHead {
    border-top: 1px solid #e1e1e1;
}

    .tableFixHead th {
        -webkit-transition: translateY .1s ease;
        transition: translateY .1s ease;
    }

    .tableFixHead tbody tr:last-child td {
        border-bottom: 0;
    }

.filter-time.active > span.rounded {
    background-color: #0168fa;
}

.filter-time {
    cursor: pointer;
}

.date-filter {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

    .date-filter .input-group {
        padding: 0 0.5rem;
    }

.df-logo {
    max-width: 300px;
}

    .df-logo img {
        width: 100%;
    }

@media screen and (max-width: 1024px) {
    .df-logo {
        max-width: 250px;
    }
}

@media screen and (max-width: 480px) {
    .df-logo {
        max-width: 140px;
    }
}

@media (min-width: 992px) {
    .navbar-menu {
        max-width: 960px;
        -webkit-box-pack: center;
        justify-content: center;
        margin-top: 0;
    }
}

.course-info {
    font-size: 12px;
    color: #002635;
}

    .course-info > span {
        line-height: 28px;
        font-size: 18px;
        white-space: nowrap;
    }

    .course-info svg {
        width: 18px;
        height: 18px;
        vertical-align: middle;
        padding-right: 3px;
    }

.course-list-wrap {
    margin-left: -10px;
    margin-right: -10px;
}

    .course-list-wrap > .average {
        padding: 10px;
    }

    .course-list-wrap .start-date > span:first-child {
        font-size: 11px;
        color: #3462c8;
        font-weight: 500;
    }

    .course-list-wrap .start-date > p {
        font-size: 14px;
        margin-bottom: 0;
    }

.btn-primary {
    color: #fff;
    background-color: #fca228;
    border-color: #c47d1d;
}

.marker-primary.marker-ribbon {
    background-color: #3462C8;
}

.course-item .card-body {
    padding-bottom: 10px;
}

.course-item .course-info > a {
    color: #3562c8;
}

.content {
    min-height: calc(100vh - 110px);
}

.course-price {
    color: #ab0202;
    font-weight: 500;
}

    .course-price p {
        margin-bottom: 0;
    }

.btn.transparent {
    background: transparent;
}

.transparent.btn-primary {
    border: 1px solid #3462C8;
    color: #3462C8;
}

    .transparent.btn-primary:hover {
        background: #3462C8;
        color: #fff;
    }

.page-item.active .page-link {
    background-color: #3462C8;
    border-color: #3462C8;
}

.navbar-menu .nav-item.active .nav-link {
    color: #3462C8;
}

.rate-block .icon-rate {
    -webkit-box-flex: 0;
    flex: 0 0 38px;
}

.rate-block .right-rate {
    -webkit-box-flex: 0;
    flex: 0 0 70px;
}

.rate-block .left-rate {
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.rate-block a:not(.btn) {
    color: #001737;
}

    .rate-block a:not(.btn):hover {
        color: #3462C8;
    }

.date-filter .btn {
    width: 100px;
}

.table-ranking-teacher {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 4px;
}

    .table-ranking-teacher table tr th {
        padding: 15px 5px;
    }

    .table-ranking-teacher .avatar img {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .table-ranking-teacher > .card-body {
        max-height: 600px;
        overflow: auto;
    }

    .table-ranking-teacher .media-body {
        text-align: left;
    }

.point-level {
    display: -webkit-box;
    display: flex;
}

    .point-level .level-block {
        padding: 0 15px;
        text-align: center;
    }

        .point-level .level-block .label {
            color: #001737;
            white-space: nowrap;
        }

        .point-level .level-block .value {
            color: #8392a5;
        }

.rank-wrap .card-body {
    overflow: auto;
}

.card.rank-teacher.rank-wrap .media-body {
    min-width: 100px;
}

.card.rank-teacher.rank-wrap .avatar {
    min-width: 38px;
}

.course-item {
    position: relative;
    border: 0;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}

    .course-item .course-image {
        width: 100%;
        height: 120px;
        overflow: hidden;
    }

        .course-item .course-image img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .course-item .marker-ribbon {
        position: static;
        display: inline-block;
        margin-left: 0;
        line-height: 24px;
        white-space: nowrap;
    }

        .course-item .marker-ribbon:after {
            display: none;
        }

    .course-item .top-info {
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        align-items: flex-start;
        margin-top: -18px;
        padding-left: 5px;
    }

        .course-item .top-info .rounded-circle {
            border: 2px solid #fff;
        }

    .course-item .course-info-block .block .lb {
        width: 100px;
        display: inline-block;
        font-weight: normal;
    }

        .course-item .course-info-block .block .lb + span {
            font-weight: 500;
        }

    .course-item .course-info-block .block p {
        margin-bottom: 5px;
        font-weight: 500;
    }

.navigator .list-menu {
    padding-left: 0;
    list-style: none;
}

.schedule-calendar {
    min-height: calc(100vh - 170px);
}

    .schedule-calendar .fc-content {
        padding: 3px 5px;
        background: #ffffff;
        color: #000000;
    }

    .schedule-calendar .box-info {
        padding: 5px;
    }

        .schedule-calendar .box-info .txt {
            color: #000;
            margin-bottom: 5px;
            margin-top: 5px;
        }

        .schedule-calendar .box-info .subject {
            background: #dcdcdc;
            padding: 3px 5px;
            color: #1d1d1d;
            display: inline-block;
            font-weight: 500;
            border-radius: 2px;
        }

    .schedule-calendar .fc-event-container {
        padding: 3px;
    }

.fc-view-container .fc-view {
    background: #fdfdfd;
}

.fc-view-container .fc-day-header {
    background: #f5f6fa;
    padding: 5px;
}

.fc-view-container .fc-event {
    border-radius: 0;
    border: 0;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}

.fc-agendaDay-view .fc-content {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}

.fc-agendaDay-view .box-info {
    padding: 10px;
}

    .fc-agendaDay-view .box-info .txt {
        color: #000;
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 14px;
    }

.fc-list-view .box-info {
    padding: 0;
}

    .fc-list-view .box-info .txt {
        margin-top: 0;
        margin-bottom: 10px;
    }

.menu-item {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .menu-item:hover, .menu-item.active {
        background: #f5f6fa;
    }

        .menu-item:hover a, .menu-item.active a {
            color: #001737;
            -webkit-transform: none;
            transform: none;
        }

a.menu-link {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 10px 10px;
    display: inline-block;
    color: #001737;
    line-height: 24px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

    a.menu-link svg {
        margin-right: 5px;
    }

.schedule-group .schedule-item {
    display: block;
    padding: 10px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
    color: #1b2e4b;
    transition: all 0.2s ease-in-out;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .schedule-group .schedule-item:hover {
        background: #f5f6fa;
    }

    .schedule-group .schedule-item:last-child {
        margin-bottom: 0;
    }

.schedule-calendar {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    .schedule-calendar {
        -webkit-transition: none;
        transition: none;
    }
}

@media (min-width: 992px) {
    .schedule-calendar {
        left: 280px;
    }
}

.schedule-calendar .fc-toolbar.fc-header-toolbar {
    height: 55px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
}

.schedule-calendar .fc-toolbar .fc-button-group button:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.schedule-calendar .fc-toolbar .fc-button-group button:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.schedule-calendar .fc-toolbar button {
    height: 32px;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(72, 94, 144, 0.16);
    color: rgba(27, 46, 75, 0.7);
    box-shadow: none;
    padding: 0 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 12px;
    text-transform: capitalize;
    outline: none;
    text-shadow: none;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .schedule-calendar .fc-toolbar button {
        -webkit-transition: none;
        transition: none;
    }
}

.schedule-calendar .fc-toolbar button:hover,
.schedule-calendar .fc-toolbar button:focus {
    border-color: #8392a5;
    color: #1b2e4b;
    position: relative;
    z-index: 5;
}

.schedule-calendar .fc-toolbar button:active {
    background-color: #f5f6fa;
}

.schedule-calendar .fc-toolbar button.fc-prev-button,
.schedule-calendar .fc-toolbar button.fc-next-button {
    padding: 0;
    width: 34px;
    -webkit-box-pack: center;
    justify-content: center;
}

    .schedule-calendar .fc-toolbar button.fc-prev-button span,
    .schedule-calendar .fc-toolbar button.fc-next-button span {
        margin: 0;
    }

.schedule-calendar .fc-toolbar button.fc-state-active {
    background-color: #f5f6fa;
    border-color: #c0ccda;
    color: #1b2e4b;
}

.schedule-calendar .fc-toolbar button.fc-today-button {
    border-radius: 0.25rem;
    color: rgba(27, 46, 75, 0.7);
    background-color: #fff;
    display: none;
}

@media (min-width: 768px) {
    .schedule-calendar .fc-toolbar button.fc-today-button {
        display: block;
    }
}

.schedule-calendar .fc-toolbar button.fc-today-button:hover,
.schedule-calendar .fc-toolbar button.fc-today-button:focus {
    border-color: #8392a5;
    color: #1b2e4b;
}

.schedule-calendar .fc-toolbar button.fc-today-button:active {
    background-color: #f5f6fa;
}

.schedule-calendar .fc-toolbar button.fc-today-button.fc-state-disabled {
    border-color: rgba(72, 94, 144, 0.16);
    background-color: #f5f6fa;
    color: #8392a5;
    font-weight: 400;
    cursor: default;
}

.doc-item-wrap {
    overflow: hidden;
    position: relative;
}

    .doc-item-wrap:hover .doc-link {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .doc-item-wrap .doc-image {
        width: 100%;
    }

        .doc-item-wrap .doc-image img {
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .doc-item-wrap .doc-link {
        padding: 10px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

        .doc-item-wrap .doc-link a {
            color: #fff;
        }

.docs-list {
    margin: 0 -10px;
}

    .docs-list .col-12 {
        padding: 0 10px;
    }

.docs-wrap {
    height: 100%;
}

    .docs-wrap > .card {
        height: 100%;
    }

.excer-item .bd-action {
    padding-top: 12px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
}

.excer-item .bd-content {
    padding-top: 20px;
}

    .excer-item .bd-content img {
        width: 100%;
    }

span.score {
    padding: 0px 5px;
    border-radius: 4px;
    color: #3462c8;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
}

.nav-tabs .nav-link {
    background-color: #f5f6fa;
}

.tn-block {
    border: 0;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    background: #f5f6fa;
}

    .tn-block .right-col {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: justify;
        justify-content: space-between;
        text-align: right;
    }

    .tn-block .tn-item {
        -webkit-box-align: center;
        align-items: center;
    }

    .tn-block .txt {
        margin-bottom: 5px;
    }

        .tn-block .txt.title {
            font-size: 16px;
            font-weight: 500;
            display: block;
            color: #001737;
        }

        .tn-block .txt.number {
            color: #8392a5;
        }

        .tn-block .txt svg {
            width: 15px;
        }

.select2-container {
    display: block;
}

    .select2-container .select2-search--dropdown .select2-search__field:focus {
        outline: 0;
    }

.quiz-answer-ul {
    padding-left: 0;
}

    .quiz-answer-ul > li {
        display: block;
        counter-increment: li;
        padding: 10px 15px;
        margin-top: -1px;
        padding-left: 50px;
    }

    .quiz-answer-ul.circlestyle > li:before {
        border-radius: 50%;
    }

    .quiz-answer-ul > li:before {
        content: counter(li, upper-alpha);
        font-size: 18px;
        font-weight: 600;
        line-height: 30px;
        background-color: #f5f6fa;
        display: inline-block;
        min-width: 30px;
        text-align: center;
        padding: 0 2px;
        margin-right: 10px;
        margin-left: -40px;
    }

    .quiz-answer-ul .checklb,
    .quiz-answer-ul .radiolb,
    .quiz-answer-ul .radiolb {
        display: block;
        overflow: hidden;
        margin: -10px 0;
        padding: 10px 0;
        padding-left: 40px;
        border-bottom: solid 1px #e1e1e1;
        line-height: 30px;
    }

.checklb input,
.radiolb input {
    display: none;
}

.quiz-answer-ul .radiolb .ip-avata {
    padding: 5px;
}

.checklb input:checked + .ip-avata:before,
.radiolb input:checked + .ip-avata:before {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.quiz-answer-ul label p {
    margin: 0;
}

.quiz-answer-ul .checklb .ip-avata,
.quiz-answer-ul .radiolb .ip-avata,
.quiz-answer-ul .radiolb .ip-avata {
    margin-left: -40px;
    float: left;
    width: 30px;
    height: 30px;
    border-width: 1px;
    border-color: #e1e1e1;
    border-style: solid;
}

.quiz-answer-ul .radiolb .ip-avata {
    padding: 5px;
}

.radiolb .ip-avata {
    border-radius: 50%;
    padding: 3px;
}

.checklb .ip-avata,
.radiolb .ip-avata {
    width: 24px;
    height: 24px;
    border: solid 1px #e1e1e1;
    margin-right: 10px;
    background-color: white;
    position: relative;
    overflow: hidden;
}

    .radiolb .ip-avata:before {
        border-radius: 50%;
        content: '';
        width: 100%;
        height: 100%;
        margin: 0;
        background: #3462C8;
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
    }

    .checklb .ip-avata:before,
    .radiolb .ip-avata:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f00c";
        display: block;
        margin-left: 5px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        width: 10px;
        height: 10px;
        text-align: center;
        margin-top: 0;
        color: #3462C8;
        transform: scale(0) translate(0, -40px);
        -webkit-transform: scale(0) translate(0, -40px);
        -moz-transform: scale(0) translate(0, -40px);
        -ms-transform: scale(0) translate(0, -40px);
        -o-transform: scale(0) translate(0, -40px);
    }

    .radiolb .ip-avata:before {
        border-radius: 50%;
        content: '';
        width: 100%;
        height: 100%;
        margin: 0;
        background: #3462C8;
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
    }

.quiz-answer-ul .checklb .ip-avata:before,
.quiz-answer-ul .radiolb .ip-avata:before,
.quiz-answer-ul .radiolb .ip-avata:before {
    font-size: 14px;
}

.quiz-group {
    margin-bottom: 10px;
    box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.18);
}

.quiz-question {
    display: block;
    background-color: #d1e6fa;
    line-height: 20px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
}

.quiz-answer {
    margin-top: -1px;
    padding: 0px 0px 15px;
}

.quiz-fill-word {
    padding: 15px;
}

    .quiz-fill-word + .quiz-answer {
        border-top: 0;
    }

    .quiz-fill-word p {
        margin-bottom: 0;
    }

.student-course {
    display: table;
    table-layout: fixed;
}

    .student-course > .txt {
        display: table-row;
    }

        .student-course > .txt:first-child > span {
            padding-top: 0;
        }

        .student-course > .txt > span {
            display: table-cell;
            padding: 5px 0;
        }

            .student-course > .txt > span.value {
                padding-left: 10px;
            }

            .student-course > .txt > span.lb {
                font-weight: 500;
            }

.quiz-index .index-link {
    display: inline-block;
    padding: 5px 0;
    width: calc(100% / 3);
    color: #001737;
}

    .quiz-index .index-link svg {
        display: none;
    }

    .quiz-index .index-link.checked svg {
        display: inline-block;
        color: #00a200;
        width: 20px;
    }

.left-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 75px;
}

@media screen and (max-width: 992px) {
    .left-sticky {
        position: static;
    }
}

.note-block {
    padding: 15px;
    border: 1px solid rgba(72, 94, 144, 0.16);
    background: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .note-block .name {
        font-weight: 500;
    }

    .note-block .record-list {
        text-align: center;
    }

    .note-block .txt-content {
        margin-bottom: 0;
    }

    .note-block.active .comment-content .txt-content {
        display: none;
    }

    .note-block.active .comment-content .inline-edit {
        display: block;
    }

    .note-block.active .record-action {
        display: block;
    }

    .note-block .comment-content .inline-edit {
        display: none;
    }

    .note-block .record-action {
        display: none;
        margin-top: 15px;
    }

    .note-block:last-child {
        margin-bottom: 0;
    }

    .note-block:hover {
        box-shadow: rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
        border-color: transparent;
    }

    .note-block textarea {
        overflow: hidden;
        box-sizing: inherit;
        height: auto;
    }

        .note-block textarea:focus {
            box-shadow: none;
            border: 2px solid #7cb2fe;
        }

.question-wrap img {
    width: 100%;
}

.raw-txt:focus {
    outline: 0;
}

audio.valign-center {
    height: 38px;
}

    audio.valign-center:focus {
        outline: 0;
    }

.far.fa-comment-dots {
    font-weight: 400;
    font-family: "Font Awesome 5 Free";
}

.audio-result {
    padding: 5px;
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
    padding-bottom: 10px;
}

    .audio-result:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

.note-content .dropdown-icon {
    position: absolute;
    top: 0;
    right: 0;
}

.comment-info .avatar {
    -webkit-box-flex: 0;
    flex: 0 0 38px;
}

.comment-info .meta {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 0 0;
}

.comment-info .dropdown-menu {
    min-width: auto;
}

.comment-info .dropdown-icon a {
    color: #001737;
}

.btn-record > * {
    pointer-events: none;
}

.note-ps {
    max-height: calc(100vh - 118px);
    position: relative;
    background: #f8f8f8;
}

.ct-comment {
    background: #FCF0B9;
    color: #001737;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.txt-content {
    white-space: pre-wrap;
}

a#scroll-to-top {
    position: fixed;
    right: 30px;
    bottom: 50px;
    border: 1px solid #e1e1e1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: #3461c8;
    color: #fff;
}

    a#scroll-to-top i {
        line-height: inherit;
    }

.teacher-score .action {
    position: absolute;
    right: 20px;
}

    .teacher-score .action svg {
        color: #3462C8;
    }

.teacher-score .row-flex input.form-control {
    border-color: transparent transparent #c0ccda transparent;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
}

    .teacher-score .row-flex input.form-control:focus {
        border-bottom: 2px solid #c0ccda;
    }

.teacher-score .row-flex .label input.form-control {
    padding-left: 0;
}

.teacher-score .row-flex .label .txt {
    font-weight: 500;
}

#tab-notification table th {
    white-space: nowrap;
}

#tab-notification table tr td {
    vertical-align: middle;
}

    #tab-notification table tr td:nth-child(4) {
        white-space: nowrap;
    }

    #tab-notification table tr td:nth-child(1) {
        max-width: 300px;
    }

    #tab-notification table tr td:nth-child(3) {
        max-width: 350px;
    }

.no-wrap {
    white-space: nowrap;
}

.checkbox-field .custom-checkbox {
    white-space: nowrap;
}

.thead-light tr th {
    background-color: #F5F6FA;
}

.btn-loadmore {
    border-radius: 0;
}

.reply-block {
    border-top: 1px solid rgba(72, 94, 144, 0.16);
}

.reply-header {
    position: relative;
}

    .reply-header .status-rep {
        background: #a9a6a6;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        padding: 3px 10px;
        color: #fff;
        border-radius: 0.25rem;
        margin-left: 15px;
        cursor: pointer;
    }

        .reply-header .status-rep:hover {
            background: #868686;
        }

        .reply-header .status-rep svg {
            width: 15px;
            margin-left: 5px;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        .reply-header .status-rep .txt:before {
            content: 'Show';
        }

        .reply-header .status-rep.show .txt:before {
            content: 'Hide';
        }

        .reply-header .status-rep.show svg {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.ql-editor.ql-blank::before {
    left: 20px;
    right: 20px;
}

.icon-action svg {
    pointer-events: none;
}

.icon-action.active svg {
    fill: #3462c8;
    color: #fff;
    width: 20px;
    height: 20px;
    stroke-width: 1px;
}

.mail-compose-dialog .mail-compose-header {
    background-color: #fd5e8e;
}

.rating {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.rating-0 {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.rating > input {
    display: none;
}

.rating > label {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    -webkit-transition: .3s;
    transition: .3s;
}

.rating > input:checked ~ label,
.rating > input:checked ~ label ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.rating > input:not(:checked) ~ label:hover,
.rating > input:not(:checked) ~ label:hover ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.emoji-wrapper {
    width: 100%;
    text-align: center;
    height: 100px;
    overflow: hidden;
    position: static;
    top: 0;
    width: 45px;
    right: 0;
}

    .emoji-wrapper:before,
    .emoji-wrapper:after {
        content: "";
        height: 15px;
        width: 100%;
        position: absolute;
        left: 0;
        z-index: 1;
    }

    .emoji-wrapper:before {
        top: 0;
    }

    .emoji-wrapper:after {
        bottom: 0;
    }

.emoji {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-transition: .3s;
    transition: .3s;
}

    .emoji > svg {
        margin: 30px 0;
        width: 40px;
        height: 40px;
        flex-shrink: 0;
    }

#rating-1:checked ~ .emoji-wrapper > .emoji {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}

#rating-2:checked ~ .emoji-wrapper > .emoji {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
}

#rating-3:checked ~ .emoji-wrapper > .emoji {
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px);
}

#rating-4:checked ~ .emoji-wrapper > .emoji {
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
}

#rating-5:checked ~ .emoji-wrapper > .emoji {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
}

.feedback {
    max-width: 270px;
    width: 100%;
    border-radius: 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
}

.rate-block {
    background: rgba(52, 98, 200, 0.0313725);
}

.rate-confirm.hide {
    display: none !important;
}

.app-mail .footer {
    display: none;
}

.student-course + div.w-100 {
    padding-top: 15px;
    border-top: 1px solid #e1e1e1;
}

.comment-item {
    display: -webkit-box;
    display: flex;
    padding: 10px 0;
}

    .comment-item .comment-avatar .avatar img {
        width: 32px;
        height: 32px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .comment-item .comment-avatar .avatar {
        border-radius: 50%;
        overflow: hidden;
        width: auto;
        height: auto;
        display: block;
        margin-right: 10px;
    }

    .comment-item .comment-content {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
    }

        .comment-item .comment-content .cmt-area {
            margin-bottom: 15px;
        }

        .comment-item .comment-content .form-control:focus, .comment-item .comment-content .form-control:active {
            box-shadow: none;
        }

.comment-wrap textarea {
    overflow: hidden;
    height: 38px;
    border-radius: 18px;
    line-height: 1.5;
    min-height: 38px;
}

    .comment-wrap textarea:focus {
        outline: 0;
        box-shadow: none;
    }

.comment-lists {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .comment-lists .comment-info {
        padding: 5px 10px;
        background: #EEF1F3;
        border-radius: 16px;
        line-height: inherit;
    }

        .comment-lists .comment-info > a {
            color: #3462C8;
            font-weight: 600;
        }

        .comment-lists .comment-info .content-cmt {
            color: #1d2129;
        }

.media.blog {
    padding: 20px 0;
    border-top: 1px solid #e1e1e1;
}

    .media.blog:first-child {
        padding-top: 0;
        border-top: 0;
    }

    .media.blog:last-child {
        padding-bottom: 0;
    }

    .media.blog h5 a {
        color: rgba(0, 0, 0, 0.84);
        fill: rgba(0, 0, 0, 0.84);
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .media.blog h5 a:hover {
            color: #3462C8;
        }

    .media.blog .summary {
        color: rgba(0, 0, 0, 0.54);
        fill: rgba(0, 0, 0, 0.54);
        font-size: 14px;
        line-height: 18px;
    }

    .media.blog + .loadmore {
        margin-bottom: -10px;
        margin-top: 10px;
    }

    .media.blog .meta-time {
        font-size: 13px;
    }

li.block-blog {
    margin-bottom: 15px;
}

    li.block-blog .media-body {
        line-height: 1.2;
        font-size: 12px;
    }

        li.block-blog .media-body a {
            font-size: inherit;
            line-height: inherit;
        }

.loadmore svg {
    width: 15px;
}

.course-pf .course-name {
    font-size: 1.1rem;
    line-height: 1.25;
    color: #001737;
    font-weight: 600;
}

.hasVerifiedBadge:after {
    font-family: 'Font Awesome 5 Free';
    color: #2477c6;
    content: '\f058';
    margin-left: 5px;
}

img {
    width: 100%;
}

.post-img-cover {
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -30px;
}

    .post-img-cover img {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        max-height: 56.25vh;
    }

.content-blog {
    border: 1px solid rgba(72, 94, 144, 0.16);
    background: #fff;
}

    .content-blog .thread_title {
        color: black;
        padding: 15px 15px;
        font-size: 1.5rem;
    }

    .content-blog .author {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        padding: 0 15px 15px;
        z-index: 9;
    }

        .content-blog .author .avatar {
            border-radius: 50%;
            overflow: hidden;
        }

            .content-blog .author .avatar img {
                height: 100%;
            }

        .content-blog .author .author-info {
            margin-left: 10px;
        }

    .content-blog .date-comment-view {
        color: #7a7a7a;
        font-size: 0.8rem;
    }

.comment-wrap {
    border-top: 1px solid rgba(72, 94, 144, 0.16);
    margin: 0 -15px;
}

    .comment-wrap .nav-link {
        padding: 10px;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .comment-wrap .comment-block {
        padding: 15px;
    }

.blog-detail .profile-sidebar {
    width: 300px;
}

@media screen and (max-width: 992px) {
    .blog-detail .profile-sidebar {
        width: 100%;
    }
}

.date-comment-view .comment:before {
    content: '•';
    margin-right: 5px;
    padding-left: 0px;
}

.blog-list {
    margin-top: -20px;
}

    .blog-list .card.card-event {
        height: 100%;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .blog-list .card.card-event:hover {
            box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.14);
        }

        .blog-list .card.card-event .card-body {
            border: 0;
        }

    .blog-list .author {
        font-weight: 600;
        margin-right: 5px;
    }

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #c6d7ff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3462C8;
}

#customers tr.hd th {
    background-color: #f5f6fa;
    color: #001737;
    text-align: center;
}

#customers tr:not(.hd) td,
#customers tr:not(.hd) th {
    width: 100px;
    height: 100px;
    font-size: 11px;
}

#customers tr:not(.hd) th {
    font-size: 16px;
    width: 50px;
}

#customers td,
#customers th {
    vertical-align: middle;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #f1f1f1;
    color: #001737;
    text-align: center;
}

#customers tr:not(.hd) .th {
    text-align: center;
}

#customers .cl-sub {
    background: #3461c8;
    color: white;
    padding: 2px 7px;
    border-radius: 2px;
    margin-top: 5px;
    display: inline-block;
}

p.from-time:after {
    content: '\f0dd';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    left: 50%;
    position: absolute;
    top: 100%;
    margin-top: -4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

p.from-time {
    position: relative;
}

.off-day {
    text-align: center;
    position: relative;
}

.img-off {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: inline-block;
}

    .img-off img {
        width: 100%;
    }

.classTime + .select2 .select2-selection__rendered {
    white-space: normal !important;
    display: -webkit-box;
    display: flex;
}

    .classTime + .select2 .select2-selection__rendered .select2-selection__choice {
        white-space: nowrap;
    }

.select2-container--default .select2-selection--multiple {
    border-radius: 0.25rem;
}

.course-edit-wrap .date-filter .input-group .btn {
    width: 100%;
}

.top-filter .left-action {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

    .top-filter .left-action .input-group {
        padding: 0 0.5rem;
    }

.input-group.select-class {
    min-width: 300px;
}

table.table-vcenter tr td,
table.table-vcenter tr th {
    vertical-align: middle;
}

.list-student-course .table tr th:first-child {
    background: #eceff3;
}

.list-student-course .table tr td:first-child {
    background: #f3f4f7;
}

.btn-icon {
    white-space: nowrap;
}

.list-comment > .media > .media-body {
    position: relative;
}

    .list-comment > .media > .media-body:before {
        position: absolute;
        right: 100%;
        top: 10px;
        content: '';
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #f4f5f8;
        display: inline-block;
    }

.sticky-col {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
}

.study-time table td.hasVal {
    background: #fbfff1;
}

    .study-time table td.hasVal a {
        color: #001737;
    }

.study-time table .sticky-col {
    width: 50px;
}

.study-time table {
    table-layout: fixed;
}

    .study-time table th {
        background: #eceff3;
        text-align: center;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }

    .study-time table td:hover {
        outline: 1px solid #3462C8;
    }

    .study-time table td:not(.sticky-col) {
        width: 200px;
        font-size: 12px;
    }

.study-time .table-responsive {
    max-height: calc(100vh - 280px);
}

.table .dropdown [data-toggle="dropdown"] {
    display: inline-block;
    padding: 0 10px;
    color: #001737;
}

#test-register .form-fieldset .form-group:last-child {
    margin-bottom: 20px;
}

.search-number {
    position: absolute;
    right: 15px;
    bottom: 7px;
}

    .search-number svg {
        width: 20px;
    }

.detail-fixed {
    position: fixed;
    right: 0 !important;
    bottom: 0;
    opacity: 0;
    z-index: 3;
    top: 60px;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    float: none;
    background: #fff;
}

    .detail-fixed.show {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        padding: 0;
    }

        .detail-fixed.show .bg-overlay {
            -webkit-transform: none;
            transform: none;
        }

    .detail-fixed .bg-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: rgba(0, 0, 0, 0.6);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform: translateX(9999px);
        transform: translateX(9999px);
    }

    .detail-fixed .content-detail-wrapper {
        z-index: 4;
        position: relative;
        background: #fff;
    }

    .detail-fixed.no-fixheight {
        overflow-y: visible;
        max-height: 100%;
    }

    .detail-fixed.datepicker-modal {
        max-height: none;
    }

    .detail-fixed .modal-footer {
        height: auto;
        padding-bottom: 15px;
        padding-top: 15px;
        border-top: 1px solid #e1e1e1;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }

    .detail-fixed .modal-content {
        padding: 15px;
    }

        .detail-fixed .modal-content:before, .detail-fixed .modal-content:after {
            display: table;
            content: "";
            clear: both;
        }

@media (min-width: 992px) {
    .navbar-menu {
        max-width: 100%;
    }
}

.warning-content .mail-content-body,
.warning-content .mail-content-header {
    position: static;
}

.warning-content .mail-content-header {
    padding-left: 0;
    border-bottom: 0;
    height: auto;
}

.reply-block.teacher-first {
    border-top: 0;
}

.tox.tox-tinymce {
    border-radius: 0.25rem;
    border-color: #c0ccda;
}

.tox .tox-toolbar__group:not(:last-of-type) {
    border-right: 1px solid #ccc;
}

.tox .tox-tbtn:hover {
    background: #ececec;
}

.tox-statusbar__branding {
    display: none;
}

.email-form-template .form-fieldset .form-group:last-child {
    margin-bottom: 20px;
}

.docs-detail-wrap table td,
.docs-detail-wrap table th {
    text-align: center;
}

.docs-detail-wrap table .tr-lesson {
    counter-increment: docsNumb;
}

    .docs-detail-wrap table .tr-lesson select {
        max-width: 300px;
        -moz-text-align-last: center;
        text-align-last: center;
    }

    .docs-detail-wrap table .tr-lesson.odd {
        background: #f8f8f8;
    }

    .docs-detail-wrap table .tr-lesson .class-hour span:before {
        content: counter(docsNumb);
    }

.truncate {
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cur-answer .custom-control-label {
    width: 100%;
}

.create_notification #select-role {
    max-width: 200px;
}

.collapse-row > td {
    padding: 0;
    border: 0;
}

    .collapse-row > td .collapse-content {
        padding: 5px 10px;
        display: none;
    }

.form-template {
    display: none;
}

    .form-template.show {
        display: block;
    }

.table {
    margin-bottom: 0;
}

.navigation.mg-t-10 {
    margin-top: 30px;
}

.table.table-fixed-left tr th:first-child,
.table.table-fixed-left tr td:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
}

.table.table-fixed-right tr th:last-child,
.table.table-fixed-right tr td:last-child {
    position: -webkit-sticky;
    position: sticky;
    right: 0;
}

.course-horizental {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 15px;
}

    .course-horizental .list-wrap {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .course-horizental .cr-item {
        padding: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    }

        .course-horizental .cr-item:not(.hd):hover {
            background: #efefef;
        }

        .course-horizental .cr-item.hd {
            padding: 10px 20px;
        }

        .course-horizental .cr-item .badge {
            padding: 5px 10px;
            font-size: 12px;
            vertical-align: middle;
        }

.select-with-label {
    border: 1px solid rgba(0, 0, 0, 0.14);
    padding-left: 10px;
    border-radius: 0.25rem;
}

    .select-with-label select {
        border: 0;
    }

        .select-with-label select.custom-select:focus {
            outline: 0;
            box-shadow: none;
        }

    .select-with-label .feather-filter {
        width: 15px;
    }

.post-manager td.check-column {
    width: 50px;
}

.post-manager table.fixed td.author, .post-manager table.fixed td.visibility, .post-manager table.fixed td.date {
    width: 15%;
}

.post-manager table.fixed td.banner, .post-manager table.fixed td.display {
    width: 10%;
}

.post-manager table.fixed td.title-post strong a {
    text-transform: uppercase;
}

.post-manager table.fixed .row-actions {
    font-size: 13px;
    visibility: hidden;
}

    .post-manager table.fixed .row-actions span a {
        color: #4f8fea;
    }

.post-manager table.fixed tr:hover .row-actions {
    visibility: visible;
}

.fix-container {
    max-width: 768px;
    margin: 0 auto;
}

#calendar .event select {
    color: #000;
    margin: 0 4px;
    width: calc((100% / 2) - 8px);
    display: inline-block;
    margin-bottom: 10px;
}

    #calendar .event select:last-of-type {
        width: calc(100% - 8px);
    }

.config-teacher {
    overflow: hidden;
}

    .config-teacher .table th {
        background: #eceff3;
    }

    .config-teacher td.class-name {
        width: 200px;
        min-width: 200px;
        max-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        background: #fff !important;
    }

    .config-teacher .select-td {
        min-width: 150px;
    }

    .config-teacher .teach {
        width: 60px;
        min-width: 60px;
        position: -webkit-sticky;
        position: sticky;
        left: 200px;
        background: #fff;
    }

    .config-teacher .table-responsive {
        margin-bottom: 15px;
        overflow-x: auto;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .config-teacher .table-responsive:last-child {
            margin-bottom: 30px;
        }

        .config-teacher .table-responsive ::-webkit-scrollbar {
            height: 4px;
            width: 4px;
            border: 1px solid #d5d5d5;
        }

.profile-sidebar {
    flex-shrink: 0;
}

#quick-chat-wrap .sidenav {
    left: auto;
    right: 0;
    width: 350px;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

    #quick-chat-wrap .sidenav.show {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

@media screen and (max-width: 480px) {
    #quick-chat-wrap .sidenav {
        width: 100%;
    }
}

#quick-chat-wrap .header-nav {
    padding: 15px 10px;
    border-bottom: 1px solid #e1e1e1;
}

    #quick-chat-wrap .header-nav .chat-action {
        float: left;
        margin-left: 15px;
    }

        #quick-chat-wrap .header-nav .chat-action svg {
            width: 25px;
            height: 25px;
        }

    #quick-chat-wrap .header-nav .title {
        text-align: center;
        padding-left: 35px;
        font-size: 20px;
        color: #000;
        margin-bottom: 0;
    }

#quick-chat-wrap .list-people {
    list-style: none;
    padding-left: 0;
    overflow: auto;
    height: calc(100vh - 56px);
}

    #quick-chat-wrap .list-people .people-item > .justify-content-end {
        margin-right: 15px;
    }

    #quick-chat-wrap .list-people .people-item .people-link {
        padding: 15px 20px;
        display: block;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        #quick-chat-wrap .list-people .people-item .people-link:hover {
            background: #ebebeb;
        }

    #quick-chat-wrap .list-people .people-item .info-people {
        margin-left: 10px;
    }

        #quick-chat-wrap .list-people .people-item .info-people .name {
            font-size: 16px;
            color: #000;
            font-weight: 600;
            margin-bottom: 5px;
        }

        #quick-chat-wrap .list-people .people-item .info-people .role {
            color: #707070;
            margin-bottom: 0;
            font-weight: 500;
        }

    #quick-chat-wrap .list-people .people-item .user-content {
        padding: 15px;
    }

        #quick-chat-wrap .list-people .people-item .user-content p {
            margin-bottom: 5px;
        }

            #quick-chat-wrap .list-people .people-item .user-content p.time {
                margin-bottom: 0;
            }

        #quick-chat-wrap .list-people .people-item .user-content hr {
            margin: 5px 0;
        }

        #quick-chat-wrap .list-people .people-item .user-content.bubble {
            position: relative;
            margin-left: 15px;
            border-radius: .3rem;
            background: #eceff1;
        }

            #quick-chat-wrap .list-people .people-item .user-content.bubble hr {
                border-color: #e1e1e1;
            }

            #quick-chat-wrap .list-people .people-item .user-content.bubble:after {
                position: absolute;
                top: 50%;
                left: -9px;
                width: 0;
                height: 0;
                margin-top: -20px;
                content: '';
                border: 10px solid transparent;
                border-right-color: #eceff1;
                border-left: 0;
            }

        #quick-chat-wrap .list-people .people-item .user-content.bubble-right {
            position: relative;
            margin-left: 1rem;
            color: #fff;
            border-radius: .3rem;
            background-color: #2196f3;
        }

            #quick-chat-wrap .list-people .people-item .user-content.bubble-right hr {
                border-color: #fff;
            }

            #quick-chat-wrap .list-people .people-item .user-content.bubble-right:after {
                position: absolute;
                top: 50%;
                right: 0;
                width: 0;
                height: 0;
                margin-top: -16px;
                margin-right: -8px;
                content: '';
                border: 10px solid transparent;
                border-right: 0;
                border-left-color: #2196f3;
            }

    #quick-chat-wrap .list-people .people-item .avatar-people {
        display: inline-block;
        position: relative;
    }

        #quick-chat-wrap .list-people .people-item .avatar-people.active:after {
            background: #60b767;
        }

        #quick-chat-wrap .list-people .people-item .avatar-people:after {
            content: '';
            width: 15px;
            height: 15px;
            display: inline-block;
            position: absolute;
            background: #ccc;
            border-radius: 50%;
            bottom: 0px;
            right: 0;
            border: 2px solid #fff;
        }

        #quick-chat-wrap .list-people .people-item .avatar-people img {
            width: 50px;
            height: 50px;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 50%;
        }

#chat-content-detail .list-people {
    height: calc(100vh - 125px);
}

    #chat-content-detail .list-people .people-item {
        margin-bottom: 15px;
        padding: 10px 15px;
    }

        #chat-content-detail .list-people .people-item .people-link:hover {
            background: #fff;
        }

#chat-content-detail .chat-type {
    border-top: 1px solid #e1e1e1;
    display: -webkit-box;
    display: flex;
}

    #chat-content-detail .chat-type input.form-control {
        padding: 15px;
        height: auto;
    }

        #chat-content-detail .chat-type input.form-control:focus {
            outline: 0;
            box-shadow: none;
        }

    #chat-content-detail .chat-type .btn-send {
        padding: 0 15px;
        border-left: 1px solid #e1e1e1;
        background: #eceff1;
    }

        #chat-content-detail .chat-type .btn-send svg {
            height: 50px;
            width: 30px;
        }

body {
    background-color: #f0f0f0;
}

.page-invoice-wrap {
    background: #fff;
    padding: 15px;
}

.page-invoice-top {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.barcode-wrap {
    width: 100px;
    height: 100px;
    margin-left: auto;
    text-align: center;
}

    .barcode-wrap img {
        border: 1px solid rgba(0, 0, 0, 0.3);
    }

table.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #fff;
}

.table tbody tr {
    background: #fff;
}

.table .tr-row + .collapse-row {
    background: rgba(142, 239, 231, 0.239216);
}

.profile-info-list.course svg {
    flex-shrink: 0;
    align-self: stretch;
}

nav div ul li a {
    background: #fff;
}

    nav div ul li a:hover {
        background: aliceblue;
    }

nav div ul li:not(:last-child) a {
    margin-right: 0px;
}

.media.blog img {
    min-height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
}

.blog__post .media.blog {
    -webkit-box-align: stretch;
    align-items: stretch;
}

    .blog__post .media.blog img {
        height: 100%;
        max-height: 100%;
    }

@media print {
    #scroll-to-top {
        display: none;
    }
}

.chart-on-table .table tr td,
.chart-on-table .table tr th {
    border: 0;
}

.chart-on-table .table tr.row-info {
    border-top: 1px solid #e1e1e1;
}

.chart-on-table .collapse-row > td {
    padding: 0 !important;
    border: 0 !important;
}

.chart-on-table .collapse-row .content-table {
    display: none;
    background: rgba(231, 244, 255, 0.3);
    padding: 10px;
}

.chart-on-table .collapse-row.expanded .content-table {
    display: block;
}

.chart-on-table .toggle-collapse.active .fa-plus-square:before {
    content: '\f146';
}

.chart-on-table .chart-wrap {
    height: 250px;
}

.chart-on-table .chart-type {
    margin-bottom: 15px;
    margin-top: 15px;
}

    .chart-on-table .chart-type .select-type {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }

        .chart-on-table .chart-type .select-type > span {
            color: #000;
            font-weight: bold;
        }

        .chart-on-table .chart-type .select-type .radio {
            margin: 0 10px;
        }

            .chart-on-table .chart-type .select-type .radio > label {
                margin-bottom: 0;
            }

.chart-on-table td.collapse-col {
    width: 50px;
    text-align: center;
}

.nowrap {
    white-space: nowrap;
}

.search-saler {
    position: relative;
}

    .search-saler .search-saler-btn {
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .search-saler .search-saler-btn svg {
            color: #252525;
            stroke-width: 1px;
        }

.create-new-status .bg-overlay {
    display: none;
}

.create-new-status .status-wrap {
    color: #001737;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-size: cover;
    background-repeat: no-repeat;
}

    .create-new-status .status-wrap.active {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        font-size: 24px;
        text-align: center;
        min-height: 300px;
    }

        .create-new-status .status-wrap.active textarea {
            text-align: center;
        }

            .create-new-status .status-wrap.active textarea::-webkit-input-placeholder {
                color: inherit;
            }

            .create-new-status .status-wrap.active textarea::-moz-placeholder {
                color: inherit;
            }

            .create-new-status .status-wrap.active textarea:-ms-input-placeholder {
                color: inherit;
            }

            .create-new-status .status-wrap.active textarea::-ms-input-placeholder {
                color: inherit;
            }

            .create-new-status .status-wrap.active textarea::placeholder {
                color: inherit;
            }

            .create-new-status .status-wrap.active textarea:focus::-webkit-input-placeholder {
                color: inherit;
            }

            .create-new-status .status-wrap.active textarea:focus::-moz-placeholder {
                color: inherit;
            }

            .create-new-status .status-wrap.active textarea:focus:-ms-input-placeholder {
                color: inherit;
            }

            .create-new-status .status-wrap.active textarea:focus::-ms-input-placeholder {
                color: inherit;
            }

            .create-new-status .status-wrap.active textarea:focus::placeholder {
                color: inherit;
            }

.create-new-status textarea {
    resize: none;
    padding: 15px;
    background: transparent;
    color: inherit;
}

    .create-new-status textarea:focus {
        background: transparent;
        color: inherit;
    }

.create-new-status .action-icons > a {
    color: #b9b8b8;
    line-height: 28px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .create-new-status .action-icons > a:hover {
        color: #3462C8;
    }

.create-new-status .action-icons svg {
    width: 20px;
    height: 20px;
}

.background-demo {
    display: none;
}

    .background-demo .demo-bg {
        padding: 5px;
    }

        .background-demo .demo-bg img {
            width: 40px;
            height: 40px;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 4px;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .background-demo .demo-bg img:hover {
                opacity: .6;
            }

.image-demo {
    background: #f1f0f0;
    border-radius: 3px;
    display: none;
}

    .image-demo .list-preview {
        display: -webkit-box;
        display: flex;
        overflow: auto;
    }

        .image-demo .list-preview .image-box {
            padding: 10px;
            -webkit-box-flex: 1;
            flex: 1 1 calc(100% / 6);
            max-width: calc(100% / 6);
            position: relative;
        }

@media screen and (max-width: 992px) {
    .image-demo .list-preview .image-box {
        -webkit-box-flex: 1;
        flex: 1 0 calc(100% / 5);
        max-width: calc(100% / 5);
    }
}

.image-demo .list-preview .image-box .delete-image {
    position: absolute;
    right: 15px;
    top: 15px;
    background: #ccc;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    color: #3463c9;
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .image-demo .list-preview .image-box .delete-image:hover {
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
    }

.image-demo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

.search-post {
    border-radius: 3px;
    overflow: hidden;
}

    .search-post .search-form button {
        border: 0;
        border-radius: 0;
    }

        .search-post .search-form button:focus {
            outline: 0;
            box-shadow: none;
        }

    .search-post .search-form .form-control {
        border-radius: 0;
    }

    .search-post .share-status {
        background: #f1f1f1;
        line-height: 38px;
        padding: 0 15px;
        font-size: 14px;
        border-right: 1px solid #e1e1e1;
        color: #001737;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .search-post .share-status:hover {
            opacity: .8;
        }

        .search-post .share-status .write-status {
            color: #001737;
        }

        .search-post .share-status svg {
            width: 20px;
            height: 20px;
        }

.create-new-status {
    display: none;
}

.media.blog.status-post .media-header {
    margin-bottom: 15px;
}

.media.blog.status-post .media-body > h5 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #2f2f2f;
}

.media.blog.status-post .action-blog .dropdown-toggle {
    color: #001737;
}

    .media.blog.status-post .action-blog .dropdown-toggle:after {
        display: none;
    }

.media.blog.status-post.gradient .media-body {
    border-radius: 4px;
    min-height: 350px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
}

    .media.blog.status-post.gradient .media-body h5 {
        padding: 15px;
        font-size: 1.4rem;
        line-height: 1.6;
        text-align: center;
    }

.media.blog.status-post > a {
    display: none;
}

.media.blog.status-post .author {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 9;
}

    .media.blog.status-post .author .username {
        font-size: 0.85rem;
    }

    .media.blog.status-post .author .avatar {
        border-radius: 50%;
        overflow: hidden;
    }

        .media.blog.status-post .author .avatar img {
            height: 100%;
        }

    .media.blog.status-post .author .author-info {
        margin-left: 10px;
    }

.media.blog.status-post .date-comment-view {
    color: #7a7a7a;
    font-size: 0.8rem;
}

.media.blog.status-post .comment-wrap {
    margin: 15px 0 0;
}

.media.blog.status-post .comment-item .comment-avatar .avatar img {
    min-height: 32px;
    height: 32px;
    width: 32px;
}

.media.blog.status-post .comment-form-wrap .comment-item .comment-avatar .avatar {
    margin-top: 5px;
}

.media.blog.status-post .comment-block {
    display: none;
    padding: 15px 0;
}

.pf__schedule-test {
    margin-bottom: 20px;
}

    .pf__schedule-test:last-child {
        margin-bottom: 0;
    }

    .pf__schedule-test tbody {
        margin-bottom: 15px;
    }

    .pf__schedule-test .vertical-align {
        vertical-align: middle;
        background: #fff;
        min-width: 100px;
        position: -webkit-sticky;
        position: sticky;
        left: 0;
    }

    .pf__schedule-test td.hd {
        background: #e3e8ed;
        font-weight: 500;
        min-width: 100px;
    }

caption.title {
    caption-side: top;
    text-align: center;
    font-size: 16px;
    color: #252525;
    font-weight: 700;
}

.course-join {
    margin-bottom: 15px;
    border: 1px solid #e1e1e1e1;
}

    .course-join:last-child {
        margin-bottom: 0;
    }

    .course-join .tb-hd {
        background: aliceblue;
        padding: 5px 10px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .course-join .tb-hd .toggle-table.active {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .course-join h6 {
        margin-bottom: 0;
    }

        .course-join h6:focus {
            outline: 0;
        }

    .course-join .tab-content {
        padding: 15px;
        display: none;
    }

.chart-area-wrap {
    height: 350px;
}

.table__rank__wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%;
}

    .table__rank__wrap .table-ranking-teacher {
        position: relative;
        -webkit-box-flex: 1;
        flex: 1;
    }

        .table__rank__wrap .table-ranking-teacher .tableFixHead {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            max-height: 100%;
        }

.profile-info-list a.tx-primary {
    color: #3462C8;
}

    .profile-info-list a.tx-primary svg {
        color: #3462C8;
    }

.carousel-navigator {
    display: -webkit-box;
    display: flex;
    list-style: none;
    margin-top: 15px;
    padding: 15px 0;
    background: #f1f1f1;
    border-left: 0;
    border-right: 0;
    overflow: auto;
}

    .carousel-navigator > li {
        -webkit-box-flex: 1;
        flex: 1 0 25%;
        max-width: 25%;
        padding: 0 10px;
    }

        .carousel-navigator > li img {
            padding: 5px;
            background: #fff;
        }

.comment-item span.content-cmt-time {
    color: #707070;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 10px;
}

.comment-item .comment-info-hourt {
    margin-top: 5px;
}

.comment-item span.content-cmt-time .rep-cmt {
    margin-right: 10px;
}

.banner-page {
    height: 300px;
    position: relative;
}

    .banner-page .banner-overlay {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 1;
    }

    .banner-page img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .banner-page .box-info {
        position: absolute;
        bottom: 30px;
        left: 30px;
        color: #fff;
        z-index: 2;
    }

        .banner-page .box-info .group-title {
            color: #fff;
        }

.member-list {
    padding: 15px;
    background: #fff;
    display: -webkit-box;
    display: flex;
}

@media screen and (max-width: 600px) {
    .member-list {
        flex-wrap: wrap;
    }
}

.member-list .block {
    padding: 0 10px;
    border-right: 1px solid #e1e1e1;
}

@media screen and (max-width: 600px) {
    .member-list .block {
        -webkit-box-flex: 1;
        flex: 1;
    }

        .member-list .block:not(.member) {
            text-align: center;
        }

        .member-list .block:nth-child(2) {
            border-right: 0;
        }
}

.member-list .block .title {
    margin-bottom: 5px;
    font-weight: 500;
}

.member-list .block .number {
    margin-bottom: 0;
    line-height: 32px;
    color: #9a9a9a;
}

.member-list .block.member {
    -webkit-box-flex: 1;
    flex-grow: 1;
    border-right: 0;
}

@media screen and (max-width: 600px) {
    .member-list .block.member {
        -webkit-box-flex: 1;
        flex: 1 1 100%;
        margin-top: 15px;
    }

        .member-list .block.member .add-member {
            float: right;
        }
}

.member-list .members .avatar {
    border-radius: 50%;
    overflow: hidden;
    margin: 0 5px;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
}

.member-list .view-more {
    color: #9a9a9a;
}

    .member-list .view-more > .more-num {
        display: inline-block;
        width: 32px;
        height: 32px;
        background: #ccc;
        border-radius: 50%;
        text-align: center;
        line-height: 32px;
        color: #fff;
    }

.page-group-info {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
}

.add-member-select {
    -webkit-box-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 480px) {
    .add-member-select {
        flex-wrap: wrap;
    }

        .add-member-select .search-member {
            margin-bottom: 15px;
        }
}

.add-member-select > .btn {
    margin: 0 5px;
}

.add-member-select .search-member {
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin: 0 5px;
}

.view-list-member .modal-body {
    max-height: 80vh;
    min-height: 60vh;
    overflow: auto;
}

    .view-list-member .modal-body .member-list-wrap {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        top: 15px;
        padding: 15px;
        overflow: auto;
    }

@media screen and (max-width: 480px) {
    .banner-page .box-info {
        bottom: 15px;
        left: 15px;
        right: 15px;
    }

        .banner-page .box-info .group-title {
            font-size: 1.5rem;
        }
}

.audio-volumn .irs {
    width: 100px;
}

.audio-volumn .irs--flat {
    height: 20px;
}

    .audio-volumn .irs--flat .irs-bar {
        background-color: #3462C8;
        margin-left: 1px;
    }

    .audio-volumn .irs--flat .irs-bar,
    .audio-volumn .irs--flat .irs-line {
        top: 4px;
        margin-left: 1px;
    }

    .audio-volumn .irs--flat .irs-handle {
        top: 1px;
        width: 18px;
        background: #f9f9f9;
        border-radius: 15px;
        border: 1px solid #e0e0e0;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    }

        .audio-volumn .irs--flat .irs-handle i:first-child {
            display: none;
        }

    .audio-volumn .irs--flat .irs-bar--single {
        border-radius: 4px;
    }

.test__wrap {
    display: none;
}

    .test__wrap .card-footer {
        position: relative;
    }

.testing header,
.testing footer,
.testing #scroll-to-top {
    display: none;
}

.testing .container {
    max-width: 100%;
}

.testing .content.content-fixed {
    margin-top: 0;
    padding: 10px;
}

.clock-time {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .clock-time > label {
        margin: 0;
    }

    .clock-time .hidden {
        display: none;
    }

.bold {
    font-weight: 600;
}

.qz-wrap {
    margin-bottom: 30px;
}

    .qz-wrap .qz-question {
        margin-bottom: 5px;
    }

        .qz-wrap .qz-question .bold {
            font-weight: bold;
        }

    .qz-wrap .qz-answer {
        margin-top: 15px;
    }

        .qz-wrap .qz-answer .audio-result {
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
            align-items: center;
            padding: 0;
            margin-bottom: 10px;
            padding-bottom: 10px;
        }

            .qz-wrap .qz-answer .audio-result > audio {
                max-width: 450px;
            }

            .qz-wrap .qz-answer .audio-result > a {
                font-size: 20px;
                display: inline-block;
                padding: 5px;
            }

        .qz-wrap .qz-answer .qz-answer-ul {
            list-style: none;
            padding-left: 0;
            margin-bottom: 0;
        }

            .qz-wrap .qz-answer .qz-answer-ul > li {
                margin-bottom: 15px;
            }

                .qz-wrap .qz-answer .qz-answer-ul > li > label {
                    display: -webkit-box;
                    display: flex;
                    margin-bottom: 0;
                }

                    .qz-wrap .qz-answer .qz-answer-ul > li > label .ip-avata {
                        flex-shrink: 0;
                    }

                    .qz-wrap .qz-answer .qz-answer-ul > li > label .val {
                        margin-top: 2px;
                    }

        .qz-wrap .qz-answer p {
            margin-bottom: 0;
        }

    .qz-wrap.collapse-toggle {
        display: -webkit-box;
        display: flex;
        box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
        padding: 10px 30px 10px 10px;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(37.27008%, #e2e2e2), color-stop(51.45041%, #e2e0e0), color-stop(51.75211%, #dedede));
        background: linear-gradient(180deg, #e2e2e2 37.27008%, #e2e0e0 51.45041%, #dedede 51.75211%);
        cursor: pointer;
        position: relative;
    }

        .qz-wrap.collapse-toggle:hover {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(37.27008%, #bdbdbd), color-stop(51.45041%, #c1c1c1), color-stop(51.75211%, #c3c3c3));
            background: linear-gradient(180deg, #bdbdbd 37.27008%, #c1c1c1 51.45041%, #c3c3c3 51.75211%);
        }

        .qz-wrap.collapse-toggle.active:after {
            content: '\f106';
        }

        .qz-wrap.collapse-toggle:after {
            content: '\f107';
            font-family: 'Font Awesome 5 Free';
            font-size: 18px;
            color: #000;
            position: absolute;
            right: 10px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            font-weight: bold;
        }

        .qz-wrap.collapse-toggle .qz-number {
            padding-right: 10px;
            display: inline-block;
            white-space: nowrap;
        }

.collapse-qz .collapse-row {
    display: none;
}

.question-nav {
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 0 30px;
}

    .question-nav .btn {
        height: 25px;
        line-height: 23px;
        padding: 0 10px;
        font-size: inherit;
        border-radius: 0;
        outline: 0;
        box-shadow: none;
    }

        .question-nav .btn.btn-disabled {
            background: #eaeaea;
            border-color: #eaeaea;
            color: #9c9c9c;
            pointer-events: none;
        }

    .question-nav ul {
        list-style: none;
        display: -webkit-box;
        display: flex;
        list-style: none;
        overflow: auto;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        padding: 0 10px;
        flex-wrap: wrap;
        margin: 0;
    }

        .question-nav ul li {
            width: 25px;
            height: 25px;
            line-height: 25px;
            margin: 3px;
            text-align: center;
            display: inline-block;
            border-radius: 4px;
            transition: all 0.2s ease;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
        }

            .question-nav ul li a {
                color: #001737;
                -webkit-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
                display: block;
            }

                .question-nav ul li a:hover {
                    color: #fff;
                    background: #a4bffb;
                }

                .question-nav ul li a.flag {
                    color: #fff;
                    background: #f95858;
                    border-radius: 50%;
                }

                .question-nav ul li a.checked {
                    border-radius: 50%;
                    background: #28b759;
                    color: #fff;
                }

                .question-nav ul li a.active {
                    background: #3462C8;
                    color: #fff;
                }

.check-flag .custom-checkbox {
    margin-bottom: 0;
}

    .check-flag .custom-checkbox input {
        display: none;
    }

        .check-flag .custom-checkbox input:checked + span:before {
            background: #3462C8;
            border-color: #3462C8;
        }

        .check-flag .custom-checkbox input:checked + span:after {
            color: #fff;
            opacity: 1;
        }

    .check-flag .custom-checkbox span {
        padding-left: 35px;
        position: relative;
        white-space: nowrap;
    }

        .check-flag .custom-checkbox span:before {
            content: '';
            width: 25px;
            height: 25px;
            border: 1px solid #e1e1e1;
            display: inline-block;
            vertical-align: middle;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        .check-flag .custom-checkbox span:after {
            content: "\f00c";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            left: 5px;
            top: 0;
            color: #3462C8;
            opacity: 0;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

.testing .test__wrap .card {
    height: calc(100vh - 80px);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.testing .test__wrap .card-body {
    -webkit-box-flex: 1;
    flex-grow: 1;
}

    .testing .test__wrap .card-body .row {
        height: 100%;
    }

        .testing .test__wrap .card-body .row > .left-col,
        .testing .test__wrap .card-body .row .right-col {
            height: 100%;
            overflow: auto;
        }

.testing .test__wrap .tab-container {
    -webkit-box-flex: 1;
    flex-grow: 1;
}

    .testing .test__wrap .tab-container .tab-question {
        height: 100%;
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

        .testing .test__wrap .tab-container .tab-question.show {
            display: -webkit-box;
            display: flex;
        }

.table-checkmark {
    border-collapse: collapse;
}

    .table-checkmark tr td,
    .table-checkmark tr th {
        border: 1px solid #909090;
    }

    .table-checkmark thead tr {
        background: aliceblue;
    }

        .table-checkmark thead tr th:not(:first-child) {
            text-align: center;
        }

    .table-checkmark tbody tr:hover {
        background: #d8e5ff;
    }

    .table-checkmark tbody tr td {
        position: relative;
        min-width: 55px;
    }

        .table-checkmark tbody tr td:first-child .number {
            display: inline-block;
            white-space: nowrap;
            padding: 0 20px 0 10px;
            font-weight: bold;
            font-size: 1rem;
        }

        .table-checkmark tbody tr td:not(:first-child) {
            text-align: center;
        }

.tb-checkmark {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-bottom: 0;
}

    .tb-checkmark:hover span::after {
        display: block;
        opacity: 0.3;
    }

    .tb-checkmark:hover input:checked + span:after {
        opacity: 1;
    }

    .tb-checkmark input {
        display: none;
    }

        .tb-checkmark input:checked + span:after {
            display: block;
            opacity: 1;
        }

    .tb-checkmark span:after {
        content: '\f00c';
        display: inline-block;
        font-size: 24px;
        font-family: 'Font Awesome 5 Free';
        color: #10b759;
        font-weight: 900;
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1;
    }

@media screen and (max-width: 768px) {
    .check-flag,
    .test-action {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .question-nav {
        padding: 0;
        -webkit-box-ordinal-group: 2;
        order: 1;
        margin-bottom: 15px;
    }

    .test__footer {
        flex-wrap: wrap;
    }

    .ready-for-test .steps-lg .step-title span {
        white-space: normal;
    }

    .ready-for-test .step-item {
        -webkit-box-flex: 1;
        flex: 1;
    }

    .testing .test__wrap .card {
        height: auto;
    }

    .clock-time {
        position: static;
        -webkit-transform: none;
        transform: none;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
}

.slot__wrap {
    margin-bottom: 30px;
    overflow: hidden;
}

    .slot__wrap:last-child {
        margin-bottom: 0;
    }

    .slot__wrap .slot__item {
        display: -webkit-box;
        display: flex;
        background: #ebebeb;
    }

        .slot__wrap .slot__item .item__info {
            text-align: center;
            padding: 10px;
            border-right: 1px solid #fff;
            display: -webkit-box;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
            -webkit-box-pack: center;
            justify-content: center;
            width: 170px;
            flex-shrink: 0;
            background: #061737;
        }

        .slot__wrap .slot__item .item__info-name {
            margin-bottom: 0;
            font-size: 18px;
            color: #fff;
            text-align: center;
            text-transform: uppercase;
        }

        .slot__wrap .slot__item .item__info-quantity {
            color: #fddd64;
            margin-bottom: 0;
            font-weight: 500;
            font-size: 14px;
            margin-bottom: 5px;
        }

        .slot__wrap .slot__item .item__info-price {
            color: #fb6b50;
            font-weight: 600;
            font-size: 20px;
            margin-bottom: 0;
        }

        .slot__wrap .slot__item .item__list {
            padding: 15px 5px;
            display: -webkit-box;
            display: flex;
            overflow: auto;
            position: relative;
        }

            .slot__wrap .slot__item .item__list .test__kit__wrap {
                padding: 0 10px;
                -webkit-box-flex: 1;
                flex: 1;
                min-width: 250px;
            }

                .slot__wrap .slot__item .item__list .test__kit__wrap.test__kit__empty {
                    white-space: nowrap;
                    padding: 30px 10px;
                    flex-shrink: 0;
                }

                    .slot__wrap .slot__item .item__list .test__kit__wrap.test__kit__empty .add-set {
                        font-size: 26px;
                        color: #ccc;
                        display: -webkit-box;
                        display: flex;
                        -webkit-box-flex: 1;
                        flex-grow: 1;
                        -webkit-box-align: center;
                        align-items: center;
                        -webkit-box-pack: center;
                        justify-content: center;
                    }

                    .slot__wrap .slot__item .item__list .test__kit__wrap.test__kit__empty .test__kit__action {
                        -webkit-box-flex: 1;
                        flex-grow: 1;
                    }

            .slot__wrap .slot__item .item__list .test__kit {
                height: 100%;
                box-shadow: 0px 0px 6px 0px rgba(255, 255, 255, 0.3);
                border-radius: 4px;
                display: -webkit-box;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                flex-direction: column;
                -webkit-box-pack: center;
                justify-content: center;
                background: #fff;
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                -webkit-box-pack: justify;
                justify-content: space-between;
            }

                .slot__wrap .slot__item .item__list .test__kit:hover {
                    -webkit-transform: translateY(-5px);
                    transform: translateY(-5px);
                    background: #fff;
                    box-shadow: 4px 4px 8px 0px rgba(255, 255, 255, 0.5);
                }

            .slot__wrap .slot__item .item__list .test__kit__type {
                width: 100%;
                display: block;
                text-align: center;
                padding: 10px;
                border-bottom: 1px solid #e1e1e1;
            }

            .slot__wrap .slot__item .item__list .test__kit__type-name {
                display: block;
                color: #ccc;
                text-transform: uppercase;
                font-weight: 500;
                font-size: 11px;
            }

            .slot__wrap .slot__item .item__list .test__kit__action {
                display: -webkit-box;
                display: flex;
                padding: 10px;
                -webkit-box-pack: center;
                justify-content: center;
            }

                .slot__wrap .slot__item .item__list .test__kit__action .btn-action {
                    display: inline-block;
                    -webkit-box-flex: 1;
                    flex: 1;
                    text-align: center;
                    padding: 5px 10px;
                    background: #fff;
                    white-space: nowrap;
                    border: 1px solid #3462C8;
                    color: #3462C8;
                    border-radius: 0px;
                    margin-right: 10px;
                    -webkit-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                }

                    .slot__wrap .slot__item .item__list .test__kit__action .btn-action:last-child {
                        margin-right: 0;
                    }

                    .slot__wrap .slot__item .item__list .test__kit__action .btn-action:hover {
                        background: #3462C8;
                        color: #fff;
                    }

                    .slot__wrap .slot__item .item__list .test__kit__action .btn-action.btn-info {
                        color: #fff;
                        background-color: #00b8d4;
                        border-color: #00b8d4;
                    }

                    .slot__wrap .slot__item .item__list .test__kit__action .btn-action.btn-do-test {
                        background: #ffc107;
                        color: #000;
                        border-color: #ffc107;
                    }

            .slot__wrap .slot__item .item__list .test__kit .test__kit__info {
                text-align: center;
                padding: 10px;
                -webkit-box-flex: 1;
                flex-grow: 1;
            }

            .slot__wrap .slot__item .item__list .test__kit .test__kit__info-name {
                font-size: 16px;
                text-align: center;
                line-height: 1.3;
                margin-bottom: 10px;
                -webkit-box-flex: 1;
                flex-grow: 1;
                display: -webkit-box;
                display: flex;
                -webkit-box-align: center;
                align-items: center;
                color: #252525;
                font-weight: 600;
            }

            .slot__wrap .slot__item .item__list .test__kit .test__kit__info-set {
                padding: 5px;
                border: 1px solid #e1e1e1;
                text-align: left;
            }

                .slot__wrap .slot__item .item__list .test__kit .test__kit__info-set .set__group {
                    margin-bottom: 0;
                }

                    .slot__wrap .slot__item .item__list .test__kit .test__kit__info-set .set__group .set__type {
                        display: -webkit-box;
                        display: flex;
                        -webkit-box-pack: justify;
                        justify-content: space-between;
                    }

            .slot__wrap .slot__item .item__list .test__kit .test__kit__info-status {
                margin-bottom: 0;
            }

            .slot__wrap .slot__item .item__list .test__kit .test__kit__info-grade {
                margin-bottom: 15px;
            }

.test-slot-card {
    min-height: 500px;
}

@media screen and (max-width: 600px) {
    .test-slot-card {
        min-height: initial;
    }
}

.set-test {
    background: #fff;
}

.set-image img {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

.package-plan .average {
    padding: 0 10px;
}

    .package-plan .average:focus {
        box-shadow: none;
        outline: 0;
    }

.package-plan .plan-section {
    text-align: justify !important;
    text-justify: distribute-all-lines;
    font-size: 0 !important;
}

    .package-plan .plan-section > * {
        text-align: left;
        font-size: medium;
    }

    .package-plan .plan-section:after {
        content: '';
        display: inline-block;
        width: 100%;
    }

    .package-plan .plan-section > .average {
        vertical-align: top;
        display: inline-block;
        width: 100%;
        width: 32.02614379085%;
        margin-bottom: 1.9%;
    }

@media only screen and (max-width: 100px) {
    .package-plan .plan-section > .average {
        width: 100%;
        margin-bottom: 1.9%;
    }
}

.package-plan .plan-section > .average.all-plans {
    width: 100%;
    margin-bottom: 1.9%;
}

.package-plan .price-package {
    padding-top: 25px;
    margin-bottom: 10px;
    text-align: center;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
}

    .package-plan .price-package .package-name h2 {
        font-size: 1.4rem;
    }

@media only screen and (max-width: 529px) {
    .package-plan .price-package {
        padding-top: 1rem;
    }
}

.package-plan .price-package .package-price {
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    margin-top: 25px;
}

@media only screen and (max-width: 529px) {
    .package-plan .price-package .package-price {
        margin-top: 1rem;
    }
}

.package-plan .price-package .package-price .price {
    position: relative;
    display: inline-block;
}

    .package-plan .price-package .package-price .price sup {
        font-size: 1.6rem;
        position: absolute;
        top: 6px;
        left: -12px;
    }

    .package-plan .price-package .package-price .price span {
        font-size: 3.5rem;
    }

.package-plan .price-package .package-price .term {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-top: 6px;
}

    .package-plan .price-package .package-price .term sup {
        font-size: 1.5rem;
        display: block;
        padding: 0;
    }

    .package-plan .price-package .package-price .term span {
        font-size: 1rem;
        display: block;
        margin-top: -3px;
    }

.package-plan .price-package .package-features {
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    margin-top: 16.666666666667px;
}

    .package-plan .price-package .package-features ul {
        font-size: 1.3rem;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .package-plan .price-package .package-features ul li {
            margin: 15px auto;
            padding: 0;
        }

.package-plan .price-package .sign-up {
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    padding: 16.666666666667px 0;
    margin-top: 16.666666666667px;
    width: 100%;
    outline: none;
    border: none;
    cursor: pointer;
}

.package-plan .price-package .package-arrow {
    width: 0;
    height: 0;
    margin: 0 auto 12.5px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid;
}

.package-plan .all-plans .all-plans-features {
    display: table;
    width: 100%;
}

    .package-plan .all-plans .all-plans-features text {
        display: table-cell;
        font-size: 1.6rem;
        vertical-align: middle;
        width: 33%;
    }

@media only screen and (max-width: 529px) {
    .package-plan .all-plans .all-plans-features text {
        display: block;
        margin: 10px auto;
    }
}

.package-plan .average .price-package {
    background-color: #4169c3;
}

    .package-plan .average .price-package .package-name {
        color: white;
    }

    .package-plan .average .price-package .package-price {
        background-color: #5c7bc3;
        color: white;
    }

    .package-plan .average .price-package .package-features {
        background-color: #f0f4ff;
        color: #4169c4;
    }

    .package-plan .average .price-package .sign-up {
        background-color: #3462C8;
        color: white;
        -webkit-transition: background-color 0.5s ease;
        transition: background-color 0.5s ease;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

        .package-plan .average .price-package .sign-up:hover {
            background-color: #5c7ac3;
        }

        .package-plan .average .price-package .sign-up:active {
            background-color: #5c7ac3;
        }

    .package-plan .average .price-package .package-price .package-arrow {
        border-top-color: #009a86;
    }

    .package-plan .average .price-package .package-features .package-arrow {
        border-top-color: #66CAA6;
    }

    .package-plan .average .price-package .sign-up .package-arrow {
        border-top-color: #e0f2ed;
    }

.package-plan .special .price-package {
    background-color: #8654ff;
}

    .package-plan .special .price-package .package-name {
        color: white;
    }

    .package-plan .special .price-package .package-price {
        background-color: #b191ff;
        color: white;
    }

    .package-plan .special .price-package .package-features {
        background-color: #efe9fc;
        color: #8654ff;
    }

    .package-plan .special .price-package .sign-up {
        background-color: #8654ff;
        color: white;
        -webkit-transition: background-color 0.5s ease;
        transition: background-color 0.5s ease;
    }

        .package-plan .special .price-package .sign-up:hover {
            background-color: #b191ff;
        }

        .package-plan .special .price-package .sign-up:active {
            background-color: #efe9fc;
        }

    .package-plan .special .price-package .package-price .package-arrow {
        border-top-color: #8654ff;
    }

    .package-plan .special .price-package .package-features .package-arrow {
        border-top-color: #b191ff;
    }

    .package-plan .special .price-package .sign-up .package-arrow {
        border-top-color: #efe9fc;
    }

.package-plan .superduper .price-package {
    background-color: #00b9f2;
}

    .package-plan .superduper .price-package .package-name {
        color: white;
    }

    .package-plan .superduper .price-package .package-price {
        background-color: #7dd4fe;
        color: white;
    }

    .package-plan .superduper .price-package .package-features {
        background-color: #e0f2fa;
        color: #00b9f2;
    }

    .package-plan .superduper .price-package .sign-up {
        background-color: #00b9f2;
        color: white;
        -webkit-transition: background-color 0.5s ease;
        transition: background-color 0.5s ease;
    }

        .package-plan .superduper .price-package .sign-up:hover {
            background-color: #7dd4fe;
        }

        .package-plan .superduper .price-package .sign-up:active {
            background-color: #e0f2fa;
        }

    .package-plan .superduper .price-package .package-price .package-arrow {
        border-top-color: #00b9f2;
    }

    .package-plan .superduper .price-package .package-features .package-arrow {
        border-top-color: #7dd4fe;
    }

    .package-plan .superduper .price-package .sign-up .package-arrow {
        border-top-color: #e0f2fa;
    }

.package-plan .all-plans .price-package {
    background-color: #646c7f;
}

    .package-plan .all-plans .price-package .package-name {
        color: white;
    }

    .package-plan .all-plans .price-package .package-price {
        background-color: #8b94ab;
        color: white;
    }

    .package-plan .all-plans .price-package .package-features {
        background-color: #e5ebf4;
        color: #646c7f;
    }

    .package-plan .all-plans .price-package .sign-up {
        background-color: #646c7f;
        color: white;
        -webkit-transition: background-color 0.5s ease;
        transition: background-color 0.5s ease;
    }

        .package-plan .all-plans .price-package .sign-up:hover {
            background-color: #8b94ab;
        }

        .package-plan .all-plans .price-package .sign-up:active {
            background-color: #e5ebf4;
        }

    .package-plan .all-plans .price-package .package-price .package-arrow {
        border-top-color: #646c7f;
    }

    .package-plan .all-plans .price-package .package-features .package-arrow {
        border-top-color: #8b94ab;
    }

    .package-plan .all-plans .price-package .sign-up .package-arrow {
        border-top-color: #e5ebf4;
    }

.package-plan .all-plans .package-features .package-arrow {
    border-top-color: #646c7f !important;
}

.package-plan .all-plans .package-features {
    padding-bottom: 20px;
}

.package-plan .plan-section {
    text-align: justify !important;
    text-justify: distribute-all-lines;
    font-size: 0 !important;
}

    .package-plan .plan-section > * {
        text-align: left;
        font-size: medium;
    }

    .package-plan .plan-section:after {
        content: '';
        display: inline-block;
        width: 100%;
    }

    .package-plan .plan-section > .average {
        vertical-align: top;
        display: inline-block;
        width: 100%;
        width: 32.02614379085%;
        margin-bottom: 1.9%;
    }

@media only screen and (max-width: 100px) {
    .package-plan .plan-section > .average {
        width: 100%;
        margin-bottom: 1.9%;
    }
}

.package-plan .plan-section > .average.all-plans {
    width: 100%;
    margin-bottom: 1.9%;
}

.package-plan .price-package {
    padding-top: 25px;
    margin-bottom: 10px;
    text-align: center;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
}

    .package-plan .price-package .package-name {
        font-size: 1.4rem;
    }

@media only screen and (max-width: 529px) {
    .package-plan .price-package {
        padding-top: 1rem;
    }
}

.package-plan .price-package .package-price {
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    margin-top: 25px;
}

@media only screen and (max-width: 529px) {
    .package-plan .price-package .package-price {
        margin-top: 1rem;
    }
}

.package-plan .price-package .package-price .price {
    position: relative;
    display: inline-block;
}

    .package-plan .price-package .package-price .price sup {
        font-size: 1.6rem;
        position: absolute;
        top: 6px;
        left: -12px;
    }

    .package-plan .price-package .package-price .price span {
        font-size: 2.5rem;
    }

.package-plan .price-package .package-price .term {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-top: 6px;
}

    .package-plan .price-package .package-price .term sup {
        font-size: 1.7rem;
        display: block;
        padding: 0;
    }

    .package-plan .price-package .package-price .term span {
        font-size: 1rem;
        display: block;
        margin-top: -3px;
    }

.package-plan .price-package .package-features {
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    margin-top: 16.666666666667px;
}

    .package-plan .price-package .package-features ul {
        font-size: 1.6rem;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .package-plan .price-package .package-features ul li {
            margin: 20px auto;
            padding: 0;
        }

.package-plan .price-package .sign-up {
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    padding: 16.666666666667px 0;
    margin-top: 16.666666666667px;
    width: 100%;
    outline: none;
    border: none;
    cursor: pointer;
}

.package-plan .price-package .package-arrow {
    width: 0;
    height: 0;
    margin: 0 auto 12.5px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid;
}

.package-plan .all-plans .all-plans-features {
    display: table;
    width: 100%;
}

    .package-plan .all-plans .all-plans-features text {
        display: table-cell;
        font-size: 1.6rem;
        vertical-align: middle;
        width: 33%;
    }

@media only screen and (max-width: 529px) {
    .package-plan .all-plans .all-plans-features text {
        display: block;
        margin: 10px auto;
    }
}

.package-plan .average .price-package {
    background-color: #009a86;
}

    .package-plan .average .price-package .package-name {
        color: white;
    }

    .package-plan .average .price-package .package-price {
        background-color: #66CAA6;
        color: white;
    }

    .package-plan .average .price-package .package-features {
        background-color: #e0f2ed;
        color: #009a86;
    }

    .package-plan .average .price-package .sign-up {
        background-color: #009a86;
        color: white;
        -webkit-transition: background-color 0.5s ease;
        transition: background-color 0.5s ease;
    }

        .package-plan .average .price-package .sign-up:hover {
            background-color: #66CAA6;
        }

        .package-plan .average .price-package .sign-up:active {
            background-color: #e0f2ed;
        }

    .package-plan .average .price-package .package-price .package-arrow {
        border-top-color: #009a86;
    }

    .package-plan .average .price-package .package-features .package-arrow {
        border-top-color: #66CAA6;
    }

    .package-plan .average .price-package .sign-up .package-arrow {
        border-top-color: #e0f2ed;
    }

.package-plan .special .price-package {
    background-color: #8654ff;
}

    .package-plan .special .price-package .package-name {
        color: white;
    }

    .package-plan .special .price-package .package-price {
        background-color: #b191ff;
        color: white;
    }

    .package-plan .special .price-package .package-features {
        background-color: #efe9fc;
        color: #8654ff;
    }

    .package-plan .special .price-package .sign-up h3 {
        background-color: #8654ff;
        color: white;
        -webkit-transition: background-color 0.5s ease;
        transition: background-color 0.5s ease;
    }

    .package-plan .special .price-package .sign-up:hover {
        background-color: #b191ff;
    }

    .package-plan .special .price-package .sign-up:active {
        background-color: #efe9fc;
    }

    .package-plan .special .price-package .package-price .package-arrow {
        border-top-color: #8654ff;
    }

    .package-plan .special .price-package .package-features .package-arrow {
        border-top-color: #b191ff;
    }

    .package-plan .special .price-package .sign-up .package-arrow {
        border-top-color: #efe9fc;
    }

.package-plan .superduper .price-package {
    background-color: #00b9f2;
}

    .package-plan .superduper .price-package .package-name {
        color: white;
    }

    .package-plan .superduper .price-package .package-price {
        background-color: #7dd4fe;
        color: white;
    }

    .package-plan .superduper .price-package .package-features {
        background-color: #e0f2fa;
        color: #00b9f2;
    }

    .package-plan .superduper .price-package .sign-up {
        background-color: #00b9f2;
        color: white;
        -webkit-transition: background-color 0.5s ease;
        transition: background-color 0.5s ease;
    }

        .package-plan .superduper .price-package .sign-up:hover {
            background-color: #7dd4fe;
        }

        .package-plan .superduper .price-package .sign-up:active {
            background-color: #e0f2fa;
        }

    .package-plan .superduper .price-package .package-price .package-arrow {
        border-top-color: #00b9f2;
    }

    .package-plan .superduper .price-package .package-features .package-arrow {
        border-top-color: #7dd4fe;
    }

    .package-plan .superduper .price-package .sign-up .package-arrow {
        border-top-color: #e0f2fa;
    }

.package-plan .all-plans .price-package {
    background-color: #646c7f;
}

    .package-plan .all-plans .price-package .package-name {
        color: white;
    }

    .package-plan .all-plans .price-package .package-price {
        background-color: #8b94ab;
        color: white;
    }

    .package-plan .all-plans .price-package .package-features {
        background-color: #e5ebf4;
        color: #646c7f;
    }

    .package-plan .all-plans .price-package .sign-up {
        background-color: #646c7f;
        color: white;
        -webkit-transition: background-color 0.5s ease;
        transition: background-color 0.5s ease;
    }

        .package-plan .all-plans .price-package .sign-up:hover {
            background-color: #8b94ab;
        }

        .package-plan .all-plans .price-package .sign-up:active {
            background-color: #e5ebf4;
        }

    .package-plan .all-plans .price-package .package-price .package-arrow {
        border-top-color: #646c7f;
    }

    .package-plan .all-plans .price-package .package-features .package-arrow {
        border-top-color: #8b94ab;
    }

    .package-plan .all-plans .price-package .sign-up .package-arrow {
        border-top-color: #e5ebf4;
    }

.package-plan .all-plans .package-features .package-arrow {
    border-top-color: #646c7f !important;
}

.package-plan .all-plans .package-features {
    padding-bottom: 20px;
}

.package-plan .package-name h2 {
    color: #fff;
}

.slider-navi .fas {
    font-size: 60px;
    color: #299a86;
    position: absolute;
    opacity: .2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

    .slider-navi .fas.fa-chevron-circle-left {
        left: 45px;
    }

    .slider-navi .fas.fa-chevron-circle-right {
        right: 45px;
    }

    .slider-navi .fas:hover {
        opacity: .5;
    }

.set-information .set-img {
    margin-bottom: 30px;
}

    .set-information .set-img img {
        width: 100%;
    }

.answer-area {
    height: calc(100% - 55px);
}

    .answer-area .answer-content {
        height: 100%;
        padding: 15px;
        border: 1px solid #e1e1e1;
        border-radius: 3px;
        margin: 5px;
        overflow: auto;
    }

        .answer-area .answer-content:focus {
            box-shadow: 0px 0px 0px 2px #3462C8;
            outline: 0;
        }

.bar-time {
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 10px;
    background: #bfd2fd;
    width: 100%;
}

    .bar-time span {
        height: 100%;
        display: block;
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
        background-image: linear-gradient(48.18232deg, #3462c8 29.78385%, #5dadff 64.88802%);
        background-size: 200%;
        background-position: right 100%;
        -webkit-animation: lighting 5s infinite ease;
        animation: lighting 5s infinite ease;
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

@-webkit-keyframes lighting {
    0% {
        background-position: right 100%;
    }

    25% {
        background-position: center 150%;
    }

    50% {
        background-position: left 200%;
    }

    75% {
        background-position: center 150%;
    }

    100% {
        background-position: right 100%;
    }
}

@keyframes lighting {
    0% {
        background-position: right 100%;
    }

    25% {
        background-position: center 150%;
    }

    50% {
        background-position: left 200%;
    }

    75% {
        background-position: center 150%;
    }

    100% {
        background-position: right 100%;
    }
}

.checkout-box {
    background: #fff;
    padding: 30px;
    box-shadow: 2px 4px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

    .checkout-box .plan-section .average {
        width: 100%;
        padding: 0;
    }

.select-word {
    height: 100%;
}

.dropzone, .type-answer {
    display: inline-block;
    min-width: 100px;
    background: #ebebeb;
    min-height: 31px;
    text-align: center;
    padding: 5px;
    vertical-align: text-bottom;
    cursor: pointer;
    margin: 5px;
}

    .dropzone.wrong-question, .wrong-question.type-answer {
        background: #ffc2c2 !important;
    }

.type-answer {
    min-height: auto;
    padding: 3px 5px;
    vertical-align: initial;
}

.choose-answer {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 15px 0;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

    .choose-answer.draggable-dropzone--active {
        background: #fdfbe4;
        border: 1px dashed #ccc;
    }

.question__wrap.active {
    outline: 2px solid #3462C8;
}

.drop-answer .dropwrap {
    display: inline-block;
    min-width: 100px;
    background: #ebebeb;
    min-height: 31px;
    text-align: center;
    padding: 0;
    vertical-align: text-bottom;
    cursor: pointer;
}

    .drop-answer .dropwrap .dropzone, .drop-answer .dropwrap .type-answer {
        margin-bottom: 0;
        display: block;
    }

    .drop-answer .dropwrap.draggable-dropzone--occupied {
        background: none;
        padding: 0;
        margin: 0;
    }

        .drop-answer .dropwrap.draggable-dropzone--occupied .dropzone, .drop-answer .dropwrap.draggable-dropzone--occupied .type-answer {
            margin: 0;
        }

.drop-answer .draggable-dropzone--occupied {
    background: #ccd5f1;
    min-height: auto;
}

.drop-answer .draggable-dropzone--active {
    background: #f9f8bd;
    border: 1px dashed #000;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
    width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.drop-answer .draggable-mirror {
    width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.drop-answer .draggable-source--is-dragging + .draggable--original {
    display: none !important;
}

.drop-answer .draggable--original {
    display: inherit !important;
}

    .drop-answer .draggable--original + .draggable-source--is-dragging {
        display: none;
    }

.dropwrap .draggable-dropzone--active {
    border: 1px dashed #000;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
}

.drop-container {
    outline: 0;
}

    .drop-container * {
        outline: 0;
    }

.drop-container {
    outline: 0;
    outline: 0;
}

    .drop-container > * {
        outline: 0;
    }

.rating-star {
    position: relative;
}

.set-img {
    position: relative;
}

    .set-img .badge-wrap {
        position: absolute;
        left: 0;
        top: 15px;
    }

    .set-img .trust-badge {
        display: inline-block;
        position: relative;
        padding: 0 5px 0 10px;
        margin: 0 0 5px 0;
        font-weight: 300;
        border-radius: 0;
        height: 30px;
        line-height: 30px;
        color: white;
        white-space: nowrap;
        vertical-align: middle;
        font-size: 9px;
        font-weight: 600;
    }

    .set-img .trust-badge-top {
        position: absolute;
        top: 0;
        right: -30px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 30px 0 0;
    }

    .set-img .trust-badge-bottom {
        position: absolute;
        top: 0;
        right: -30px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 0 0 30px;
    }

    .set-img .trust-badge a {
        display: block;
        color: white;
        text-decoration: none;
        font-size: 18px;
    }

        .set-img .trust-badge a:hover {
            color: white;
        }

    .set-img .trust-badge-premium {
        background: linear-gradient(89.67751deg, #ed0043 19.08073%, #f24767 74.60156%, #f34868 74.60156%);
    }

        .set-img .trust-badge-premium .trust-badge-top {
            border-color: #ed4a68 transparent transparent transparent;
        }

        .set-img .trust-badge-premium .trust-badge-bottom {
            border-color: transparent transparent transparent #ed4a68;
        }

    .set-img .trust-badge-free {
        background: #2A3E87;
    }

        .set-img .trust-badge-free .trust-badge-top {
            border-color: #2A3E87 transparent transparent transparent;
        }

        .set-img .trust-badge-free .trust-badge-bottom {
            border-color: transparent transparent transparent #2A3E87;
        }

.my-package .set-img .trust-badge {
    line-height: 25px;
    height: 25px;
}

    .my-package .set-img .trust-badge .trust-badge-top {
        right: -25px;
        border-width: 25px 25px 0 0;
    }

    .my-package .set-img .trust-badge .trust-badge-bottom {
        right: -25px;
        border-width: 25px 0 0 25px;
    }

.tx-center-last {
    -moz-text-align-last: center;
    text-align-last: center;
}

.box__select {
    display: block;
}

    .box__select input[type="checkbox"] {
        display: none;
    }

        .box__select input[type="checkbox"]:checked + .set__pack {
            background: rgba(52, 98, 200, 0.17);
            box-shadow: 0px 0px 6px 0px rgba(52, 98, 200, 0.1);
        }

            .box__select input[type="checkbox"]:checked + .set__pack .option-icon {
                color: rgba(52, 98, 200, 0.56);
            }

            .box__select input[type="checkbox"]:checked + .set__pack .option-name {
                color: rgba(52, 98, 200, 0.86);
            }

    .box__select .set__pack {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        padding: 30px;
        border: 1px solid transparent;
        border-radius: 8px;
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.14);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .box__select .option-icon {
        font-size: 60px;
        color: #c7c7c7;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .box__select .option-name {
        font-size: 24px;
        vertical-align: middle;
        margin-left: 15px;
        font-weight: bold;
        color: #a2a2a2;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.thumbnail-preview {
    cursor: pointer;
}

    .thumbnail-preview:hover:after {
        z-index: 1;
    }

    .thumbnail-preview:hover .fa-upload {
        z-index: 2;
    }

    .thumbnail-preview:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.6);
        content: '';
    }

    .thumbnail-preview .fa-upload {
        font-size: 120px;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 0;
        color: rgba(52, 97, 200, 0.35);
    }

    .thumbnail-preview img {
        z-index: 1;
        position: relative;
        -o-object-fit: cover;
        object-fit: cover;
    }

.object-fit {
    -o-object-fit: cover;
    object-fit: cover;
}

.tb-set-manager .th-name {
    min-width: 150px;
}

.tb-set-manager .option-hd {
    border-bottom: 1px solid #e1e1e1 !important;
}

.tb-set-manager .thead-light .option-hd {
    border-bottom-color: rgba(72, 94, 144, 0.16) !important;
}

.tb-set-manager .thead-dark .option-hd {
    border-bottom-color: #49597b !important;
}

.set__box {
    position: relative;
}

    .set__box .set-edit {
        position: absolute;
        right: 10px;
        top: 10px;
        color: #000;
    }

    .set__box .option-info {
        text-align: left;
    }

    .set__box .option-name {
        color: #3462C8;
    }

    .set__box .option-icon {
        color: #3462C8;
        opacity: 0.5;
    }

.preview-audio {
    display: -webkit-box;
    display: flex;
}

.setting-audio .custom-file-label {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 75px;
    display: block;
}

.table-group-question thead tr th.th-name, .table-group-question thead tr th.th-title, .table-group-question thead tr th.th-description {
    min-width: 150px;
}

.off-canvas.question-canvas {
    width: 100%;
    max-width: 768px;
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    .line-clamp.clamp-2 {
        -webkit-line-clamp: 2;
    }

body.drop-answer {
    background: #fff;
}

    body.drop-answer .dropwrap {
        vertical-align: middle;
        margin: 0 5px;
    }

.noise-word,
.correct-answer {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

    .noise-word .action-icon,
    .correct-answer .action-icon {
        white-space: nowrap;
        margin-left: 10px;
    }

        .noise-word .action-icon svg,
        .correct-answer .action-icon svg {
            width: 20px;
            height: 20px;
        }

    .noise-word .highlight-box {
        background: rgba(253, 246, 246, 0.98);
        box-shadow: 0px 0px 0px 1px #ff7070;
    }

        .noise-word .highlight-box:focus, .noise-word .highlight-box:hover {
            background: rgba(253, 246, 246, 0.98);
            box-shadow: 0px 0px 0px 1px #ff7070;
        }

.highlight-box {
    background: rgba(241, 245, 255, 0.98);
    box-shadow: 0px 0px 0px 1px #3462C8;
}

    .highlight-box:focus, .highlight-box:hover {
        background: rgba(241, 245, 255, 0.98);
        box-shadow: 0px 0px 0px 1px #3462C8;
    }

.draggable--over.draggable-dropzone--wrong {
    outline: 5px solid red;
}

    .draggable--over.draggable-dropzone--wrong.draggable-dropzone--occupie {
        box-shadow: 4px 4px 8px 0px red;
    }

.dropwrap.draggable-dropzone--wrong {
    background: #f9e5e5;
}

.context-menu {
    width: 125px;
    z-index: 1;
    box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.2);
    background: #fff;
    position: fixed;
    display: none;
    -webkit-transition: 0.2s display ease-in;
    transition: 0.2s display ease-in;
}

    .context-menu .menu-options {
        list-style: none;
        padding: 0;
        z-index: 1;
        margin-bottom: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .context-menu .menu-options .menu-option {
            font-weight: 500;
            font-size: 14px;
            z-index: 1;
            padding: 15px 10px;
            cursor: pointer;
        }

            .context-menu .menu-options .menu-option:hover {
                background: #3462C8;
                color: #fff;
            }

                .context-menu .menu-options .menu-option:hover svg {
                    color: #fff;
                }

            .context-menu .menu-options .menu-option svg {
                color: #3462C8;
                margin-right: 5px;
            }

.highlight-word {
    background: #5c8df9;
    color: #fff;
    padding: 0 5px;
}

    .highlight-word.has-note {
        cursor: pointer;
        background: #3462C8;
    }

        .highlight-word.has-note:after {
            content: '\f15c';
            font-family: 'Font Awesome 5 Free';
            font-weight: 400;
            color: white;
            margin-left: 5px;
        }

    .highlight-word .dropwrap {
        color: #001737;
    }

.note-popup {
    width: 250px;
}

    .note-popup .header-popup {
        position: relative;
    }

    .note-popup .edit-note {
        position: absolute;
        right: 10px;
        font-size: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
    }

    .note-popup .popover-header {
        padding-right: 45px;
    }

    .note-popup .popover-body {
        background: beige;
        outline: 0;
        min-height: 100px;
    }

.time-remain {
    cursor: pointer;
    font-size: 20px;
    color: #3462C8;
}

    .time-remain .hour {
        display: none;
    }

    .time-remain .minute, .time-remain .hour {
        display: none;
    }

        .time-remain .minute:after, .time-remain .hour:after {
            content: ':';
            margin: 0 1px;
            display: none;
        }

    .time-remain .second {
        display: none;
    }

    .time-remain:after {
        content: ' minutes left';
        margin-left: 5px;
    }

    .time-remain:after {
        content: 'Click to show time';
    }

    .time-remain:hover .minute {
        display: initial;
    }

    .time-remain:hover:after {
        content: ' minutes left';
    }

#js-toggleTime:checked + .time-remain .hour {
    display: none;
}

    #js-toggleTime:checked + .time-remain .hour:after {
        display: none;
    }

#js-toggleTime:checked + .time-remain .minute {
    display: initial;
}

    #js-toggleTime:checked + .time-remain .minute:after {
        display: initial;
    }

#js-toggleTime:checked + .time-remain .second {
    display: initial;
}

#js-toggleTime:checked + .time-remain:after {
    content: ' left';
}
.table-fixed {
    table-layout: fixed
}
.shorter-text {
    display: inline-block!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 120px;
}