.title-header-br {
    font-size: 18px;
    font-weight: 600;
    margin: 30px 0 18px;
}

.main-content .student-filters.toc-filters {
    padding: 0px;
    border-radius: 6px;
    background-color: transparent;
}

.main-content .student-filters.toc-filters .row {
    margin: 0;
}

.main-content .student-filters.toc-filters [class*="col-sm-"] {
    padding: 0;
}

.main-content .student-filters.toc-filters .filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    padding: 18px;
    border-radius: 6px;
    background: #90afd7;
    border: 1px solid #d4e8f5;
    box-shadow: 0 2px 12px 0 rgba(0, 117, 188, .08), 0 1px 3px rgba(47, 43, 61, .07);
}

.main-content .student-filters.toc-filters .filters>.form-control {
    flex: 1 1 190px;
    min-width: 160px;
    max-width: 200px;
    width: 200px;
    min-height: 34px;
    height: 34px;
    padding: 5px 12px;
    border-radius: 6px;
    background-color: #ffffff;
    color: #8a9bb0 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .10) !important;
    transition: border-color .15s, box-shadow .15s, background .15s;
    font-size: 12px;
    font-weight: 500;
    appearance: none;
    border: none;
    /* Truncate overflowing selected text */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-content .student-filters.toc-filters .filters>select.form-control {
    padding-right: 36px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%234c6658' d='M1.2 0.8 5 4.3 8.8 0.8 10 2 5 6 0 2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 10px 6px;
    cursor: pointer;
}

.main-content .student-filters.toc-filters .filters>select.form-control::-ms-expand {
    display: none;
}



.main-content .student-filters.toc-filters .toc-filter-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 1 auto;
    min-height: 46px;
}

.main-content .student-filters.toc-filters .toc-filter-label {
    margin: 0;
    color: #4c6658;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.main-content .student-filters.toc-filters .toc-filter-check {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    min-height: 46px;
    padding: 0 16px;
    border: 1px solid #c8d8cd;
    border-radius: 6px;
    background-color: #ffffff;
    color: #284636;
    font-size: 1.3rem;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.main-content .student-filters.toc-filters .toc-filter-check input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: #3f8367;
}

.main-content .student-filters.toc-filters .filter-button {
    min-width: 100px;
    min-height: 34px;
    padding: 0px 18px;
    border: 0;
    border-radius: 6px;
    background-color: #0075BC;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
    transition: transform 140ms ease, box-shadow 140ms ease, filter 140ms ease;
}

.main-content .student-filters.toc-filters .filter-button:hover,
.main-content .student-filters.toc-filters .filter-button:focus {
    transform: translateY(-1px);
    filter: brightness(1.03);
    outline: 0;
}

.main-content #toc-dashboard-table.dataTable.no-footer,
.main-content #toc-table-reviews-submitted.dataTable.no-footer,
.main-content #toc-table-reviews-pending.dataTable.no-footer,
.main-content #toc-table-reviews-approved.dataTable.no-footer,
.main-content #toc-table-reviews-denied.dataTable.no-footer,
.main-content #toc-table-reviews-voided.dataTable.no-footer {
    border-bottom: 1px solid #dee8f5;
}

@media (max-width: 991px) {
    .main-content .student-filters.toc-filters .toc-filter-toggle {
        flex: 1 1 calc(50% - 7px);
    }
}

@media (max-width: 767px) {
    .main-content .student-filters.toc-filters {
        padding: 0px;
        border-radius: 6px;
    }

    .main-content .student-filters.toc-filters .filters {
        gap: 12px;
        padding: 14px;
        border-radius: 6px;
    }

    .main-content .student-filters.toc-filters .filters>.form-control,
    .main-content .student-filters.toc-filters .toc-filter-toggle,
    .main-content .student-filters.toc-filters .toc-filter-check,
    .main-content .student-filters.toc-filters .filter-button {
        flex: 1 1 100%;
        width: 100%;
        min-width: 0;
        max-width: none;
    }

    .main-content .student-filters.toc-filters .toc-filter-toggle {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .main-content .student-filters.toc-filters .toc-filter-label {
        padding-left: 2px;
    }

    .main-content .student-filters.toc-filters .filter-button {
        padding: 12px 18px;
    }
}

/* ── Filter bar: inline span labels & checkboxes ─────────────────────────── */

/* Hide the stray <br> DataTables inserts */
.main-content .student-filters.toc-filters .filters > br {
    display: none;
}

/* "View By:" labels */
.main-content .student-filters.toc-filters .filters > span {
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0 0 0 6px;
    white-space: nowrap;
}

/* checkbox-inline labels — reset Bootstrap 3 absolute-checkbox layout */
.main-content .student-filters.toc-filters .filters > .checkbox-inline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    /* reset Bootstrap's padding-left: 20px used for absolute-positioned checkbox */
    padding: 0 14px;
    height: 34px;
    border-radius: 6px;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.3);
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}

.main-content .student-filters.toc-filters .filters > .checkbox-inline input[type="checkbox"] {
    /* Bootstrap 3 sets position:absolute; margin-left:-20px — undo both */
    position: static;
    margin: 0;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    accent-color: #0075bc;
    cursor: pointer;
}

/* ── Table section cards box-shadow ──────────────────────────────────────── */

.main-content .row > .col-md-12 > .table-responsive {
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    border-radius: 8px;
    box-shadow: 0 0.115rem 0.3rem 0 rgba(47, 43, 61, 0.12);
    border: 1px solid #dee8f5;
    /* Do NOT set overflow:hidden here — it kills table-responsive scroll on mobile */
}

.main-content .row > .col-md-12 > .table-responsive:hover {
    scrollbar-width: thin;
    scrollbar-color: #a9bfd7 #eef4fa;
}

.main-content .row > .col-md-12 > .table-responsive::-webkit-scrollbar {
    height: 0;
}

.main-content .row > .col-md-12 > .table-responsive:hover::-webkit-scrollbar {
    height: 8px;
}

.main-content .row > .col-md-12 > .table-responsive::-webkit-scrollbar-track {
    background: transparent;
}

.main-content .row > .col-md-12 > .table-responsive:hover::-webkit-scrollbar-track {
    background: #eef4fa;
}

.main-content .row > .col-md-12 > .table-responsive::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 999px;
}

.main-content .row > .col-md-12 > .table-responsive:hover::-webkit-scrollbar-thumb {
    background: #a9bfd7;
}

/* DataTables wraps the table, so keep the wrapper wide enough to scroll instead of clipping it. */
.main-content .row > .col-md-12 > .table-responsive > table,
.main-content .row > .col-md-12 > .table-responsive > .dataTables_wrapper {
    border-radius: 8px;
}

.main-content .row > .col-md-12 > .table-responsive > .dataTables_wrapper {
    min-width: 980px;
    overflow: visible;
}

.main-content .row > .col-md-12 > .table-responsive > .dataTables_wrapper > table.dataTable {
    width: 100% !important;
}

.main-content .row > .col-md-12 > .table-responsive > .dataTables_wrapper > table.dataTable th,
.main-content .row > .col-md-12 > .table-responsive > .dataTables_wrapper > table.dataTable td {
    white-space: nowrap;
}