#popup_frame.hide {
    display: none;
}

#popup_frame.active {
    position: absolute;
    top: 0;
    background-color:#ffffff;
}

.no-scrollable {
    overflow: hidden;
}

.main-content {
    height: calc(100vh - 128px);
}



.nav-tabs {
    align-items: flex-end;
}

.nav-tabs .nav-item {
  margin-right: 6px;
}

.nav-tabs .nav-item .nav-link.active {
    font-size: 1.4rem;
}

.nav-tabs .nav-item.lv1 .nav-link {
    background-color: #eee4ff;
    border-color: #eee3ff;
}
.nav-tabs .nav-item.lv2 .nav-link {
    background-color: #cef4e8;
    border-color: #cef4e8;
}
.nav-tabs .nav-item.lv3 .nav-link {
    background-color: #e4f7c1;
    border-color: #e4f7c1;
}
.nav-item.lv4 .nav-link {
    background-color: #f9f4a1;
    border-color: #f9f4a1;
}
.nav-tabs .nav-item.lv5 .nav-link {
    background-color: #ffe0b6;
    border-color: #ffe0b6;
}
.nav-tabs .nav-item.lv6 .nav-link {
    background-color: #ffcfcf;
    border-color: #ffcfcf;
}
.nav-tabs .nav-btn-report {
    position: absolute;
    right: 14px;
    margin-bottom: 12px;
}



.tab-pane {
    padding-bottom: 2px;
    padding-right: 1px;
}
.tab-pane.lv1 {
    background-color: #eee4ff;
}
.tab-pane.lv2 {
    background-color: #cef4e8;
}
.tab-pane.lv3 {
    background-color: #e4f7c1;
}
.tab-pane.lv4 {
    background-color: #f9f4a1;
}
.tab-pane.lv5 {
    background-color: #ffe0b6;
}
.tab-pane.lv6 {
    background-color: #ffcfcf;
}


.tab-pane .btn-start {
    color: #fff;
    border-radius: 18px;
    padding: 2px 18px;
}


.tab-pane.lv1 .btn-start {
    background-color: #a97eed;
    border-color: #a97eed;
}

.tab-pane .fa.fa-list {
    padding-right: 4px;
}

.tab-pane .tab-body {
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100vh - 275px);
}

.category .title {
    font-size: 1.1rem;
    font-weight: bold;
}
.category .text {
    font-size: 1.1rem;
}

.btn-toggle-list {
    padding-top: 6px;
}
.btn-toggle-list .btn-toggle {
    background-color: #E5E5E5;
    color: #5B5B5B;
    border: 1pt solid #5B5B5B;
    border-radius: 18px;
    padding: 2px 18px;
    font-size: 0.9rem;
}
.btn-toggle-list .btn-toggle.active {
    background-color: #5B5B5B;
    color: #E5E5E5;
    border: 1pt solid #5B5B5B;
}

.btn-lessons, .btn-lessons:focus, .btn-lessons.active:focus {
    background-color: #316D8A;
    color: #ffffff;
    border-radius: 12px;
}
.btn-lessons:hover{ 
    background-color: #316D8A;
    color: #ffffff;
}

.btn-report, .btn-report.active {
    background-color: #CCEEED;
    color: #017197;
    border-radius: 12px;
    padding-left: 16px;
    padding-right: 16px;
}

.btn-report:hover{ 
    color: #017197;
    background-color: #CCEEED;
}
.btn-report .icon-report {
    height: 24px;
    margin-right: 8px;
    margin-bottom: 3px;
}

.card-right-panel {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.card-footer {
    background-color: #9E9E9E;
    border-top: 1px solid #9E9E9E;
}

.report-table .star-item {
    background-color: #9E9E9E;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 20px;
}

.card-footer .star  {
    padding-right: 2px;
    width: 16px;
}
.report-table .star {
    padding-right: 2px;
    width: 14px;
}

.card-footer .star.star-w, .report-table .star.star-w {
    content: url(../images/star_w.png);
}
.card-footer .star.star-r, .report-table .star.star-r {
    content: url(../images/star_r.png);
}
.card-footer .star.star-r-h, .report-table .star.star-r-h {
    content: url(../images/star_r_h.png);
}
.card-footer .star.star-y, .report-table .star.star-y {
    content: url(../images/star_y.png);
}
.card-footer .star.star-y-h, .report-table .star.star-y-h {
    content: url(../images/star_y_h.png);
}
.card-footer .star.star-g, .report-table .star.star-g {
    content: url(../images/star_g.png);
}
.card-footer .star.star-g-h, .report-table .star.star-g-h {
    content: url(../images/star_g_h.png);
}

.card-footer .score-result {
    color: #ffffff;
    font-size: 0.9rem;
    text-align: right;
}

.report-table .score-result {
    color: #ffffff;
    text-align: right;
    padding-left: 20px;
    font-size: 0.825rem;
}

.bg-main {
    background-image: url(../images/bg_main.png);
}

.main-img {
    height: 400px;
    width: auto;
}
@media (max-width: 960px) {
    .main-img {
        height: auto;
        width: 100%;
    }
}




.dropdown-report {
    max-height: 300px;
    overflow-y: scroll;
}

.report-table {
    font-size: 0.9rem;
}
.report-table td {
    padding: 6px 8px; 
}
.report-table .tb-header {
    font-size: 1.3rem;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
}
.report-table .tb-footer {
    height: 40px;
}
.report-table td:nth-child(1) {
    padding-top: 8px;
    padding-left: 12px;
    padding-right: 12px;
}
.report-table td:nth-child(3) {
    white-space: nowrap;
}

.report-table .first-category-item {
    border-top: 2pt solid #CCC3DA;
}
.report-table .first-category-text {
    font-size: 1.1rem;
}

.report-table .report-1A-tbody, .report-table .report-1B-tbody {
    background: linear-gradient(90deg, #eee4ff , #ffffff);
}
.report-table .report-2A-tbody, .report-table .report-2B-tbody {
    background: linear-gradient(90deg, #cef4e8 , #ffffff);
}
.report-table .report-3A-tbody, .report-table .report-3B-tbody {
    background: linear-gradient(90deg, #e4f7c1 , #ffffff);
}
.report-table .report-4A-tbody, .report-table .report-4B-tbody {
    background: linear-gradient(90deg, #f9f4a1 , #ffffff);
}
.report-table .report-5A-tbody, .report-table .report-5B-tbody {
    background: linear-gradient(90deg, #ffe0b6 , #ffffff);
}
.report-table .report-6A-tbody, .report-table .report-6B-tbody {
    background: linear-gradient(90deg, #ffcfcf , #ffffff);
}

.chart_item {
    height: 350px; 
    width: 100%;
}

.chart_bg{
    background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
}