.main-content {
    min-height: 570px;
}

.student-details-menu.fixed {
    position: fixed;
    min-width: 180px;
    z-index: 1000;
}

.badge.badge-color-1 {
    background-color: #ae278b;
    color: #fff;
}

.yellow-light-bg {
    background-color: #fffbe7 !important;
    border: 1px solid #c4a300;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

h3.main-title {
    font-size: 18px;
    color: #000;
    font-weight: 600 !important;
}

.district-name {
    background-color: #fbad03;
    padding: 5px 10px;
    color: #000000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-weight: 500;
    border-left: 5px solid #996a03;
    border-right: 5px solid #9a9a9a;
}

.manager-name {
    background-color: #fff8f3;
    padding: 5px 10px;
    color: #000000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-weight: 600 !important;
    border-left: 5px solid #ff750d;
    border-right: 5px solid #565656;
    margin: 5px 5px 0;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
}

#progress_test_form .custom-file,
#progress_test_form .custom-select,
#progress_test_form .form-control,
#progress_test_form .form-select,
#progress_test_form input {
    padding: 5px 15px 5px 5px;
}

.mobile-text {
    padding: 0px 15px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    background: #4b4b4b;
    width: 100%;
    display: none !important;
}



@media only screen and (max-width: 991px) {
    .mobile-text { display: block !important; }
    #knowledge_table {}
    #performer_table {}

    #knowledge_table tr th,
    #performer_table tr th {
        display: none !important;
    }
 
    #knowledge_table tr td,
    #performer_table tr td {
        padding: 15px 10px !important;
        background: #ffffff;
        border: 6px solid #dcdcdc;
    }

    #student_documents,
    #one-to-five-days {
        font-size: 16px !important;
        line-height: 24px !important;
        margin-bottom: 24px;
        font-weight: 600 !important;
    }

    .student-details-menu.fixed {
        position: relative;
        margin-bottom: 25px;
    }

    .page-header h5 {
        font-size: 14px !important;
        font-weight: 700 !important;
        color: orange !important;
    }

    .student-card {
        border-left: 0px solid #fbad03;
        border-bottom: 10px solid #fbad03;
        padding: 15px !important;
    }

    .orangebar.document-viewer-section {
        border: 1px solid #e87537;
        border-left: 1px solid #e87537;
        border-bottom: 10px solid #e87537;
    }

    #progress_test_form {}

    #progress_test_form input,
    #progress_test_form select {
        font-size: 12px !important;
        line-height: 18px !important;
        height: 18px;
        min-height: 30px !important;
        margin-bottom: 10px !important;
    }

    #progress_test_form select {
        margin-top: 10px !important;
    }

    #progress_test_form .table-responsive .table {
        max-width: 100%;
        min-width: 100% !important;
    }

}

/* @media only screen and (max-width: 991px) { */

@media only screen and (max-width: 767px) {
    .googlecaptcha {
        width: 100%;
        overflow: hidden;
    }

    header.nxl-header .header-wrapper {
        min-height: 68px !important;
        padding: 0 0px !important;
    }

    header.nxl-header .header-right.ms-auto.center-logo-section {
        position: absolute;
        right: 6px;
        padding-left: 5px;
        background: #fbad03;
    }

    header.nxl-header .header-right.ms-auto.center-name-section {
        width: 90%;
        overflow: hidden;
        display: block !important;
        padding-left: 5px;
    }

    header.nxl-header .header-wrapper .hamburger.hamburger--arrowturn .hamburger-box {}

    header.nxl-header .header-wrapper .hamburger.hamburger--arrowturn .hamburger-box .hamburger-inner {
        position: relative;
    }

    header.nxl-header .header-right.ms-auto.center-logo-section .dropdown-menu.dropdown-menu-end {
        display: none !important;
    }

    header.nxl-header .header-right.ms-auto.center-name-section h3.main-title {
        width: 70%;
        display: block !important;
        max-width: 70%;
        position: relative;
        top: 10px;
    }

    .document-viewer-section {
        border-left: 1px solid #cccccc;
        border-bottom: 10px solid #cccccc;
    }

    .nxl-navigation.mob-navigation-active .nxl-menu-overlay {
        display: none;
    }

    .instructor_profile_image {
        margin-bottom: 10px;
    }

    .page-header .breadcrumb .breadcrumb-item:last-child {
        padding-left: 0px;
    }

    /* enrolled_student.php */
    .card.webForm {}

    .card.webForm .form-control,
    .webForm .form-select {
        height: 30px;
        margin-bottom: 10px !important;
    }

    .card.webForm .btn.search-button {
        border-radius: 0px !important;
        max-width: 81px !important;
        font-size: 13px !important;
        height: 30px;
        min-height: 30px !important;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        -ms-border-radius: 0px !important;
        -o-border-radius: 0px !important;
    }

    .enrolled_student_table {
        display: block !important;
        background: #fff1d1;
        padding: 10px 15px 5px;
        color: #000;
    }

    .enrolled_student_table nav {
        padding-top: 15px;
    }

    .orangebar.document-viewer-section.greenbar {
        border: 1px solid #2b2256;
        border-left: 1px solid #5342a3;
        border-bottom: 10px solid #5342a3;
    }

    .btn-danger,
    .btn.bg-soft-danger:focus,
    .btn-secondary,
    .main-content .btn.btn-primary {
        font-size: 12px !important;
        padding: 5px 12px !important;
        line-height: 20px !important;
        height: 30px;
        min-height: 30px !important;
        margin: 10px 0;
    }

    .normal-button {
        text-align: center;
    }

    .editbox h4.black-color {
        font-size: 15px !important;
        line-height: 22px !important;
    }

    .section-header h6 span {
        margin-bottom: 10px !important;
        display: inline-block !important;
    }
}