html.minimenu .nxl-navigation .logo-lg {
    display: block !important;
}

.nxl-navigation .navbar-content .nxl-micon {
    margin-right: 6px;
}

.nxl-navigation .navbar-content .nxl-navbar>.nxl-item.active>.nxl-link,
.nxl-navigation .navbar-content .nxl-navbar>.nxl-item:hover>.nxl-link {
    background-color: #ffd57a;
}

.nxl-navigation .navbar-content .nxl-item.active>.nxl-link,
.nxl-navigation .navbar-content .nxl-item:hover>.nxl-link {
    background-color: #ffd57a;
}

input::placeholder,
textarea::placeholder {
    color: #313131;
    /* your desired color */
    opacity: 1;
    /* prevents lighter default look in some browsers */
}

/* Chrome, Edge, Safari */
::-webkit-input-placeholder {
    color: #313131;
}

/* Firefox */
::-moz-placeholder {
    color: #313131;
    opacity: 1;
}

/* Internet Explorer */
:-ms-input-placeholder {
    color: #313131;
}

/* Standard */
::placeholder {
    color: #313131;
}

#projectList {
    /*display: inline-table;*/
}

@media only screen and (min-width: 1025px) {

    .table td,
    .table th {
        font-size: 13px;
        line-height: 21px;
    }

    .student-info-table table {
        width: max-content;
        /* or a fixed width like 1200px */
        border-collapse: collapse;
    }

    .student-info-table th {
        white-space: nowrap;
    }

    .student-info-table td {
        white-space: nowrap;
        padding: 6px 10px !important;
    }

    .student-info-table .table-scroll {
        width: 100%;
        overflow-x: auto;
    }

    .student-info-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .table-scroll::-webkit-scrollbar {
        height: 6px;
    }

    .table-scroll::-webkit-scrollbar-track {
        background: #e0e0e0;
    }

    .table-scroll::-webkit-scrollbar-thumb {
        background-color: #595959;
        border-radius: 5px;
    }

    .table-scroll::-webkit-scrollbar-thumb:hover {
        background-color: #111111;
    }
}

/* @media only screen and (min-width: 1025px) { */

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.h3,
h3 {
    font-size: 20px;
    line-height: 30px;
}

img.responsive {
    width: auto;
    max-width: 100%;
}

.dropdown-header>.d-flex>div {
    white-space: normal;
}

/* Register Page CSS @start */
/* .report-overview-cards .card-body {padding: 25px 10px !important;} */
.nxl-container .nxl-content .main-content {
    /*background: #ff8e35;*/
}

.green-light-bg {
    background-color: #f4fff4 !important;
    border: 1px solid #03fb6f;
}

.blue-light-bg {
    background-color: #f4f9ff !important;
    border: 1px solid #03c4fb;
}

.red-light-bg {
    background-color: #fff9f9 !important;
    border: 1px solid #ff91c0;
}

.white-text {
    color: #ffffff !important;
}

.orange-color {
    color: #faa801 !important;
}

.text-capitalise {
    text-transform: capitalize;
}

.color-red {
    color: red;
}

.color-black {
    color: #000;
}

.bg-primary,
.bg-danger {
    background-color: #fbad03 !important;
}

.nxl-navigation .m-header {
    justify-content: center;
    height: auto;
}

.nxl-header .header-wrapper {
    background: #fbad03;
}

.nxl-header .header-wrapper .dropdown.nxl-h-item h3 {
    color: #000000 !important;
}

.nxl-header .header-wrapper .nxl-navigation-toggle i {
    color: #000000 !important;
}

.nxl-header .header-wrapper h3 {
    color: #fff !important;
    font-weight: 500;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 500;
}

.nxl-header .header-wrapper h6 {
    font-size: 13px;
    line-height: 21px;
    word-break: break-word;
    white-space: normal;
    margin: 0;
}

.nxl-header .header-wrapper h6 a {
    font-weight: 500 !important;
}

.nxl-header .header-wrapper h6 a i {
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.nxl-header .header-wrapper h6 .orange-color {
    color: #ea4d4d !important;
}

.nxl-header .header-wrapper .nxl-h-dropdown .dropdown-header {
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 0px solid #e5e7eb;
}

input[type="checkbox"]:disabled {
    accent-color: #000000;
}

.checkbox {
    width: 15px;
    height: 15px;
    accent-color: black;
}

.form-control.uppercase {
    text-transform: uppercase;
}

.title-case {
    text-transform: capitalize;
}

.personal-details a {
    color: #faa801;
}

.personal-details a:hover {
    color: #000;
}

#specialization-page small.form-text {
    margin-bottom: 6px !important;
    display: inherit;
    font-size: 12px;
    margin: 0;
    color: #f5a800 !important;
}

span.small-font {
    font-size: 12px;
    line-height: 18px;
    color: #2a2a2a;
    display: inline-block;
    margin-top: 15px;
}

a.btn.btn-danger {
    display: inline-block;
}

.bg-white {
    background-color: #ffffff !important;
    border: 1px solid #fbad03;
}

.inline-block {
    display: inline-block !important;
}

.btn-danger,
.btn.bg-soft-danger:focus,
.btn-secondary {
    color: #fff !important;
    border-color: #4b4b4b !important;
    background-color: #4b4b4b !important;
    font-size: 14px;
    border-radius: 5px !important;
    padding: 4px 10px;
}

.btn {
    padding: 4px 10px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    text-transform: capitalize !important;
    border-radius: 5px;
}

.btn-danger:hover,
.btn.bg-soft-danger:hover {
    color: #fff !important;
    border-color: #c38600 !important;
    background-color: #ffb615 !important;
}

.assessment-page h3 {
    font-size: 20px;
    line-height: 36px;
}

.normal-button {
    border: 1px solid #4b4b4b;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 18px;
    display: inline-block !important;
    margin-bottom: 0;
    border-radius: 5px;
}

.normal-button:hover {
    background: #4b4b4b !important;
    color: #fff !important;
}

.assessment-page .normal-button {
    font-size: 14px;
    line-height: 16px;
    padding: 3px 10px 6px;
    border-radius: 4px;
    margin-left: 10px !important;
    display: inline-block !important;
}

.btn-danger.margin-auto {
    margin: auto;
}

.list-unstyled strong,
.list-unstyled b {
    color: #ea4d4d;
}

.nxl-header .header-wrapper .nxl-lavel-mega-menu-toggle i,
.nxl-header .header-wrapper .nxl-navigation-toggle i {
    color: #fff;
}

.btn-primary,
.btn-primary:hover,
.btn.bg-soft-primary:focus,
.btn.bg-soft-primary:hover {
    color: #fff !important;
    border-color: #eb5834 !important;
    background-color: #eb5834 !important;
}

.login-page {
    margin: 0 50px !important;
}

.login-page h2 {
    font-size: 20px;
    line-height: 30px;
}

@media only screen and (max-width: 1370px) {
    .login-page {
        margin: 0 0px !important;
    }
}

.login-page .card-body {
    padding: 0px;
    margin: 0px;
    border-radius: 15px;
    border: 1px solid #ef8736;
}

.main-content ol li,
.main-content ul li {
    font-size: 13px;
    line-height: 22px;
    color: #313131;
    margin-bottom: 12px;
}

p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 12px;
    color: #313131;
}

.table.table-bordered th {
    background: #4b4b4b;
    padding: 15px 10px;
    color: #f9f9f9;
}

.table.table-bordered th span {
    color: #313131;
    font-size: 14px;
    line-height: 21px;
    padding-right: 6px;
    display: inline-block;
}

.login-image-1 {
    border-radius: 0 0 50px 50px;
}

.page-heading {
    padding: 10px 15px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #ef8736 !important;
    border-radius: 10px 10px 0px 0px;
    border-bottom-width: 0px;
    background-color: #ef8736 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 24px !important;
}

.page-heading h2 {
    color: #fff;
    font-weight: 500 !important;
    margin: 0 !important;
    font-size: 18px;
    line-height: 30px;
}

/* Page Details CSS */
.orange-color {
    color: orange;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.col-md-6.mb-3 {
    margin-bottom: 50px !important;
}

#register .form-control:focus {
    border: 2px solid #ef8736 !important;
}

#register .form-control {
    border-width: 2px !important;
}

#register {
    text-align: left;
    padding: 15px 15px 15px;
}

#register .custom-file,
#register .custom-select,
#register .form-control,
#register .form-select,
#register input {
    margin-bottom: 10px;
    padding: 5px 35px 5px 5px;
}

#register .form-select {
    border-width: 2px !important;
}

#register .form-select:focus {
    border: 2px solid #ef8736 !important;
}

#register p {
    margin-bottom: 0px;
}

#register label {
    font-size: 12px !important;
    line-height: 22px !important;
    font-weight: 600;
    color: #313131;
    margin-top: 0 !important;
    margin-bottom: 5px;
}

#register textarea {
    min-height: 120px;
}

#register .btn-lg {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 30px;
    border-radius: 5px;
}

#login p.error {
    color: red !important;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 10px !important
}

/* Register Page CSS @nd */

/* PDF preview container used on student_details.php */
.main-content .btn-primary,
.main-content .btn-primary:hover,
.main-content .btn.bg-soft-primary:focus,
.main-content .btn.bg-soft-primary:hover {
    color: #fff !important;
    border-color: #fb4903 !important;
    background-color: #fb4903 !important;
}

.main-content .btn-primary {
    display: inline-block !important;
    padding: 4px 12px 5px !important;
    border-radius: 5px !important;
    font-size: 12px !important;
    border: 0px;
    letter-spacing: 0px;
}

.main-content .btn-primary:hover,
.main-content .btn.bg-soft-primary:focus,
.main-content .btn.bg-soft-primary:hover {
    border-color: #b93704 !important;
    background-color: #fb4903 !important;
}

.pdf-preview {
    border: 1px solid #e9ecef;
    background: #ffffff;
    padding: 5px;
    border-radius: 5px;
    margin-top: 0px;
    min-height: 150px;
    max-height: 520px;
    overflow: auto;
    max-width: 100%;
}

.pdf-preview object,
.pdf-preview iframe {
    width: 100%;
    height: 350px;
    border: none;
    display: block;
}

/* Document thumbnails (images) */
.document_thumbnail {
    max-width: 300px;
    height: auto;
    object-fit: contain;
    margin-top: 15px !important;
}

.document_thumbnail.student_thumbnail {
    max-width: 100%;
}

/* PHP notice/warning wrapper generated by config.php (classed so it can be hidden) */
.php-notice,
.php-warning {
    display: none;
    /* hidden by default; remove or change to show during debugging */
    background: #fff3cd;
    border: 1px solid #ffeeba;
    color: #856404;
    padding: 8px 12px;
    margin: 8px 0;
    border-radius: 4px;
    font-family: monospace;
    font-size: 13px;
}

h3.title {
    background: #FFF;
    color: #313131 !important;
    border: 1px solid #FFF;
    display: math;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
    width: fit-content;
    padding: 10px 25px;
    border-radius: 15px 15px 0 0;
    border-bottom: 4px solid #fbad03;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
}
h3.title.greenbar {
    border-bottom: 4px solid #01c785;
}

.center-documents-section h4 {
    margin-bottom: 30px;
}

.center-documents-section h4 a {
    float: right;
}

.document-viewer-section {
    padding: 20px;
    border: 1px solid #dfdfdf;
    background: #f9f9f9;
    border-radius: 20px;
    border-left: 10px solid #cccccc;
    min-height: 220px;
}

.col-sm-2 .document-viewer-section {
    min-height: 420px;
    padding: 15px 10px;
}

.document-viewer-section h4 {
    font-size: 18px !important;
    line-height: 30px !important;
}

.document-viewer-section h4 a {
    margin-top: 10px;
    border-radius: 10px !important;
    font-size: 12px !important;
    padding: 8px 20px !important;
}

.document-viewer-section h4 a:hover {
    border-radius: 10px !important;
    font-size: 12px !important;
    padding: 8px 20px !important;
    background: #0d910d !important;
    border-color: #015701 !important;
}

.student-card {
    max-width: 100%;
    background: #ffffff;
    border-radius: 12px;
    padding: 20px 24px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-left: 10px solid #fbad03;
    margin-bottom: 30px;
}

.card {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08) !important;
}

.card .card-header {
    border-bottom: 0px solid #e5e7eb;
}

.student-card h4 {
    margin: 0 0 16px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #1f2937;
}

.student-card h4 span {
    color: #313131;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 26px;
}

.student-info p {
    margin: 8px 0;
    font-size: 0.95rem;
    color: #374151;
    display: flex;
    gap: 6px;
}

.student-info strong {
    min-width: 70px;
    color: #313131;
    font-weight: 600;
}

/* List Pages */
ul.list-unstyled {}

ul.list-unstyled li {
    font-size: 13px;
    line-height: 20px;
    color: #313131;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
    text-transform: capitalize !important;
}

ul.list-unstyled-1 {
    margin: 0px;
    padding: 0 0 0 0px;
}

ul.list-unstyled-1 li {
    display: inline-block;
    padding-right: 30px;
}

.text-muted {}

.border-bottom {
    border-bottom: 1px solid #dbdbdb !important;
}

.border-bottom-0 {
    border-bottom: 0px solid #fbad03 !important;
}

.border-top {
    border-top: 1px solid rgb(251, 173, 3) !important;
}

.table-responsive .table tfoot th:first-child,
.table-responsive .table thead th:first-child {
    padding-left: 10px !important;
}

.table-responsive .table tr td:first-child {
    padding-left: 10px !important;
}

.table-responsive .table tr td {
    padding: 5px 10px !important;
    text-transform: capitalize;
}

.table-responsive .parents-table.table tr td {}

.text-truncate-1-line {}

.table-responsive .table thead th {
    font-weight: 700;
}

.table-responsive .table thead th,
.text-truncate-1-line {
    font-size: 13px !important;
    line-height: 20px !important;
    text-transform: capitalize;
}

#projectList thead th,
#projectList .text-truncate-1-line {
    font-size: 12px !important;
    line-height: 18px !important;
    /*text-transform: capitalize;*/
}

#projectList tbody td .card-text a {
    font-size: 12px !important;
    line-height: 18px !important;
}

#projectList .badge.result {
    font-size: 8px;
    font-weight: 600;
    padding: 5px 5px;
    border-radius: 3px;
}

.table-responsive .table thead th {
    color: #ffffff;
}

.table> :not(caption)>*>* {
    padding: 6px 10px;
    color: #121212;
}

.text-truncate-2-line.width-200 {
    width: 350px;
}

.avatar-md * {
    font-size: 8px;
}

.avatar-md {
    width: 25px;
    height: 25px;
    max-width: 25px;
    max-height: 25px;
    min-width: 25px;
    min-height: 25px;
}

.avatar-text.avatar-md.btn-danger {
    padding: 10px 10px !important;
    border-color: #b5b5b5 !important;
    background-color: #b5b5b5 !important;
}

.orange-link a {
    color: #fbad03 !important;
}

.orange-link a:hover {
    color: #313131 !important;
}

.assessment-page h3 {
    margin-bottom: 0px;
    padding-right: 0px;
}

.assessment-page .btn-danger {
    padding: 10px 30px !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000 !important;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 500 !important
}

.select-course-table thead tr th:nth-child(1) {
    width: 70%;
}

.select-course-table thead tr th:nth-child(2) {
    width: 30%;
    text-align: right;
    padding-right: 50px !important;
}

.select-course-table.select-course-table-with-cities thead tr th:nth-child(2) {
    width: auto;
    text-align: left;
    padding-right: 50px !important;
}

.col-form-label,
.form-label {
    color: #283c50 !important;
    font-size: 12px !important;
    line-height: 18px;
    font-weight: 500 !important;
}

.upload-document-section .form-label {
    line-height: 30px;
    min-height: 60px;
}

.select-course-table.select-course-table-with-cities .badge.bg-success {
    font-size: 10px !important;
}

/* Pagination */
.active>.page-link,
.page-link.active {
    background-color: #313131;
    border-color: #313131;
    s
}

.active>.page-link {
    background: #4b4b4b;
    color: #ffffff;
    border-color: #4b4b4b;
}

.page-link:hover {
    color: #313131;
}

.page-link {
    color: #313131;
}

li.active .page-link:hover {
    background: #fbad03;
    color: #ffffff;
    border-color: #fbad03;
}

textarea.form-control {
    min-height: 150px;
}

.webForm .custom-file,
.webForm .custom-select,
.webForm .form-control,
.webForm .form-select,
.webForm input {
    margin-bottom: 15px;
}

/*.webForm .form-select,*/
form.status-form {
    margin-bottom: 0px !important;
}

.webForm .form-control:focus {
    border-color: red !important;
}

#filterForm .custom-file,
#filterForm .custom-select,
#filterForm .form-control,
#filterForm .form-select,
#filterForm input {
    margin-bottom: 0px;
    padding: 5px 15px;
}

.form-select {
    padding: 5px 35px 5px 10px !important;
    font-size: 13px;
    line-height: 21px;
}

.form-control.search-input {
    padding: 5px 10px;
}

.btn.search-button {
    border-radius: 5px !important;
    background-color: #4b4b4b !important;
    border-color: #4b4b4b !important;
}

.btn.search-button:hover {
    border-radius: 5px !important;
    background-color: #fbad03 !important;
    border-color: #fbad03 !important;
}

/* Pagination */


@media only screen and (max-width: 1400px) {

    .h3,
    h3 {
        font-size: 20px;
    }

    .h4,
    h4 {
        font-size: 18px;
    }

    ul.list-unstyled li,
    ul.list-unstyled li strong,
    ul.list-unstyled li b {
        font-weight: 400 !important;
    }

    .table-responsive .table tr td {
        font-size: 13px;
    }

    .btn-danger,
    .btn.bg-soft-danger:focus,
    .btn-secondary {
        color: #fff !important;
        font-size: 12px;
        border-radius: 20px;
        padding: 5px 12px;
    }
}

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

@media only screen and (max-width: 767px) {
    .mobile-hide {
        display: none !important;
    }
}

/* Student Details */
.row.list-six-to-ten-days {}

.row.list-six-to-ten-days>div:nth-child(1) {
    display: none !important;
}

span.circle {
    background: #fbad03;
    display: inline-block;
    border-radius: 100px;
    padding: 4px 10px;
    color: #fff;
    min-width: 32px;
    text-align: center;
}

.text-center.view-documents a {
    display: inline-block;
    margin-bottom: 20px;
}

#student-documents {
    padding-bottom: 50px;
}

#center-documents-1 {
    padding-bottom: 50px;
}

#center-documents-6 {
    padding-bottom: 50px;
}

.nxl-content {
    position: relative;
}

#backToTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    cursor: pointer;
    transition: opacity 0.3s ease, transform 0.3s ease;
    text-align: center;
    vertical-align: middle;
}

#backToTop:hover {
    background-color: #555;
    transform: scale(1.1);
}

.address-line {
    min-height: 120px;
}

.accordion .accordion-item .accordion-header .accordion-button {
    font-size: 20px !important;
}

.accordion .accordion-item .accordion-header .accordion-button {
    border-bottom: 2px solid #e5e7eb;
}

.accordion .accordion-item .accordion-body {
    border-bottom: 2px solid #e5e7eb;
}

.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: #fbad03 !important;
    color: #ffffff !important;
}

.accordion .accordion-item .accordion-header .accordion-button:after {
    width: 20px;
    height: 20px;
    background-size: 20px;
    filter: invert(0);
    font-size: 50px;
}

/*.accordion-header {
    margin-bottom: 0;
    border-top: 2px solid #c5c5c5;
    border-bottom: 0px;
    border-radius: 0px;
}*/

.drone-policy-documents-section {}

.drone-policy-documents-section label {}

/* drone-upload-field */
.drone-entry .document-viewer-section {
    background: #ffffff;
    margin-bottom: 40px;
}

.drone-upload-field {
    /*border-bottom: 1px solid #e1e1e1;*/
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.drone-policy-documents-section>.row>.drone-upload-field:last-child {
    border-bottom: 0px solid #e1e1e1 !important;
    margin-bottom: 0;
    padding-bottom: 0;
}

.drone-upload-field label {
    float: left;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 50px;
    min-width: 100%;
}

.drone-upload-field input {
    float: left;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0px !important;
}

.drone-upload-field .normal-button {
    padding: 5px 24px;
    border-radius: 5px;
    margin-left: 10px;
}

.normal-button.remove-button {
    padding: 5px 24px;
    border-radius: 5px;
    background: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
}

#addDroneBtn {
    /*padding: 10px 30px;
    font-size: 18px;
    border-radius: 30px;
    float: left;
    margin-right: 15px;
    border-radius: 5px;*/
}

#addDroneBtn:hover {
    background-color: green !important;
}

.policy-buttons {}

.policy-buttons .btn-danger.btn-sm {
    /*padding: 10px 30px;
    font-size: 18px;
    border-radius: 30px;
    float: left;
    margin-right: 15px;
    border-radius: 5px;*/
}


/* Drone Gallery button */
#gallery-section .table-responsive .table tr td {
    padding: 10px 10px;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #ffe1c2 !important;
}

#addGalleryBtn {
    padding: 10px 30px !important;
    font-size: 18px;
    border-radius: 30px;
    float: left;
    margin-right: 15px;
    border-radius: 5px;
    background: #17c666 !important;
    border-radius: 5px !important;
}

#addGalleryBtn:hover {
    background-color: green !important;
}

#backToCenterSummaryBtn {
    padding: 10px 30px !important;
    font-size: 15px;
    line-height: 18px;
    border-radius: 30px;
    float: left;
    margin-right: 15px;
    border-radius: 5px;
    background: #ffb615 !important;
    border-radius: 5px !important;
}

#backToCenterSummaryBtn:hover {
    background-color: #f1a600 !important;
    border-color: #ffb615 !important;
}

.form-control.focus {
    border: 2px solid #fb0703 !important;
}

#parents_guardian {}

#parents_guardian .custom-file,
#parents_guardian .custom-select,
#parents_guardian .form-control,
#parents_guardian .form-select,
#parents_guardian input {
    padding: 5px 10px;
    margin-bottom: 7px;
}

@media only screen and (max-width: 1024px) {
    .mobile-hide {
        display: none !important;
    }

    .page-header .page-header-right .page-header-right-open-toggle {
        display: none !important;
    }

    .select-course-table thead {
        display: none;
    }

    .select-course-table,
    .select-course-table tbody,
    .select-course-table tr,
    .select-course-table td {
        display: block;
        width: 100%;
    }

    .select-course-table tr.single-item {
        margin-bottom: 1rem;
        border: 1px solid #dee2e6;
        border-radius: 8px;
        padding: 12px;
        background-color: #fff;
    }

    .select-course-table td {
        border: none;
        padding: 8px 0;
    }

    /* Title row */
    .select-course-table td:first-child {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 8px;
    }

    /* Action button alignment */
    .select-course-table td:last-child {
        text-align: left;
    }

    .select-course-table .btn {
        width: 100%;
    }

    table.table {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    table.table table {
        min-width: 900px;
        /* adjust based on columns */
    }

    table.table::after {
        display: block;
        text-align: center;
        font-size: 12px;
        color: #999;
        margin-top: 5px;
    }

    .page-header {
        display: block;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .page-header .page-header-left {
        display: block !important;
    }

    .page-header .page-header-left .page-header-title {
        margin-bottom: 10px;
    }

    .view-current-button {
        float: left;
        margin-top: 15px;
        font-size: 14px;
        padding: 8px 25px;
    }
}

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


@media (max-width: 768px) {
    .responsive-table thead {
        display: none;
    }

    .responsive-table,
    .responsive-table tbody,
    .responsive-table tr,
    .responsive-table td {
        display: block;
        width: 100%;
    }

    .responsive-table tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 10px;
        background: #fff;
    }

    .responsive-table td {
        text-align: left;
        padding: 8px 10px;
        position: relative;
    }

    .responsive-table td::before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        color: #555;
        margin-bottom: 4px;
    }

    .main-content .btn-primary {
        padding: 12px 20px !important;
        font-size: 14px !important;
    }

    .assessment-page.p-5 {
        padding: 1rem !important;
    }

    .table> :not(caption)>*>* {
        padding: 20px 10px;
        width: 100%;
        max-width: 100%;
        display: block;
    }

    .center_batch_view-table td {
        width: 100% !important;
        word-break: break-word;
        white-space: normal !important;
        line-height: 24px;
    }

    #enrollmentList thead {
        display: none !important;
    }

    .center_batches .page-header-left {
        margin-bottom: 8px;
    }

    .table-responsive .table tr td:first-child {
        border-top: 1px solid #ddd;
    }

    .table-responsive .table tr td:last-child {
        border-bottom: 1px solid #ddd;
    }

    .student-card h4 {
        color: red !important;
    }

    .student-card h4 span {
        font-size: 22px;
        display: block;
        color: #39828f;
        margin-bottom: 25px;
        margin-top: 15px;
    }

    .student-info .btn-danger,
    .student-info .btn.bg-soft-danger:focus,
    .student-info .btn-secondary {
        font-size: 12px;
        border-radius: 10px;
        padding: 15px 18px;
        line-height: 24px;
    }
}

/* @media (max-width: 768px) { */










.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    border: 1px solid #ffe3d3;
}

.info-box {
    text-align: center;
    padding: 25px 15px;
    border-right: 1px solid #ffe3d3;
}

.info-box:last-child {
    border-right: none;
}

.info-box i {
    font-size: 32px;
    color: #ff6a00;
    margin-bottom: 10px;
}

.info-box h4 {
    font-size: 16px;
    font-weight: 600;
    color: #3b7a2a;
    margin: 5px 0;
}

.info-box p {
    font-size: 13px;
    color: #555;
    margin: 0;
}

/* Responsive tweak */
@media (max-width: 768px) {
    .info-box {
        border-right: none;
        border-bottom: 1px solid #ffe3d3;
    }
}

.center-details-page h2.border-bottom {
    color: #ff6b35;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    border-bottom: 1px solid #ff6b35;
    padding-bottom: 10px;
    margin-bottom: 20px;
    clear: both;
    float: none;
    display: inline-block;
}

.center-details-page h5 {
    font-size: 20px;
    font-weight: 500;
}

.btn.btn-sm.btn-info {
    margin-bottom: 10px;
    display: inline-block;
}

.nxl-navigation .navbar-content .nxl-submenu .nxl-link {
    text-transform: capitalize;
}

/* Navigation */
@media only screen and (min-width: 1025px) {
    .nxl-navigation .navbar-content .nxl-link {
        padding: 10px 10px;
        font-size: 11px;
        color: #283c50;
        font-weight: 600;
    }

    html:not(.minimenu) .nxl-navigation .nxl-link {
        margin: 3px 0px;
        border-radius: 0px;
    }

    .nxl-navigation .navbar-content .nxl-submenu .nxl-link {
        font-size: 11px;
        padding: 10px 10px;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .nxl-navigation {
        width: 180px;
    }

    .nxl-container {
        top: 50px;
        margin-left: 180px;
    }

    .nxl-header {
        left: 180px;
        min-height: 40px;
        border-bottom: 1px solid #e5e7eb;
    }

    .nxl-header .header-wrapper .nxl-h-item {
        min-height: 50px;
        display: flex;
        align-items: center;
        position: relative;
    }

    .nxl-header .header-wrapper .user-avtar {
        width: 25px;
        margin-right: 0px !important;
        border-radius: 50%;
    }

    .nxl-container .nxl-content .main-content {
        padding: 10px 10px 10px;
    }

    /* Student Table */
    .table>tbody {
        vertical-align: middle;
    }
}

/* Navigation */

/* Student CSS */
.email-text {
    text-transform: lowercase;
}

.admin-forms {}

.admin-forms .custom-file,
.admin-forms .custom-select,
.admin-forms .form-control,
.admin-forms .form-select,
.admin-forms input {
    padding: 6px 10px !important;
    font-size: 12px !important;
}

.admin-forms .form-control,
.admin-forms .custom-select {
    appearance: auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
}

.page-header {
    min-height: 40px;
}

.document-viewer-section.height-auto {
    min-height: auto;
}

.document-viewer-section.height-auto h4 {
    font-size: 18px;
    line-height: 24px;
}

.report-overview-cards h4 {
    font-size: 16px;
    line-height: 24px;
}

.webForm .form-control.browse-field {
    width: 90%;
    max-width: 90%;
    margin-bottom: 15px !important;
    display: block;
}

.permision.no {
    display: block !important;
}

.permision.yes {
    display: none !important;
}

/* Student CSS */

.form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

/* ------------------------------------ */
.dashboardwrapper .report-overview-cards .card-body {
    padding: 10px !important;
}

.dashboardwrapper .document-viewer-section {
    background-color: #fff;
}

/* ----------------------------- */

.record-view {
    border-radius: 8px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    padding: 0px 15px;
}

.record-view h3 {
    background: #fbad03;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700 !important;
    margin: 0 0 15px 0;
    font-size: 20px !important;
    line-height: 1;
}

.record-view h4 {
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: center;
    margin: 0;
    font-weight: 600 !important;
}

.record-view h4 span {
    font-size: 12px;
    display: block;
    margin-top: 5px;
}

.record-view.blue-light-bg h3 {
    background: #03c4fb3d;
}

.record-view.green-light-bg h3 {
    background: #03fb6f3d;
}

.record-view.red-light-bg h3 {
    background: #ff91c045
}

.searchbar.document-viewer-section {
    padding: 20px;
    border: 1px solid #fbad03;
    background: #fbad0308;
    border-radius: 20px;
    border-left: 10px solid #fbad03;
}

.totalstudents-card h3 {
    font-size: 45px;
    color: #fbad03 !important;
    margin: 10px 0 20px;
}

#filterForm .btn-g {
    margin-top: 44px;
}

.text-orange {
    color: #f59e0b !important;
}

.resultcount {
    font-size: 16px !important;
}

.nxl-trigger {
    background: #f9f9f9;
}

@media (max-width: 768px) {
    .record-view {
        margin-bottom: 10px;
    }
}


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

.custom-file,
.custom-select,
.form-control,
.form-select,
input {
    padding: 5px 15px;
}
.reply_subject {
    text-transform: capitalize;
}