/* School Master Core 6 final integration — Dashboard, Admissions, Students, Staff, Fees, Attendance */
.sm-core-filter-bar{display:flex;align-items:end;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.sm-core-filter-bar label{display:flex;flex-direction:column;gap:5px;min-width:140px;margin:0;font-size:12px;font-weight:700}
.sm-core-filter-bar .form-control,.sm-core-filter-bar .form-select{min-width:140px}
.sm-core-filter-bar .sm-filter-search{min-width:220px}
.sm-core-count{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:800;opacity:.78}
.sm-core-permission-note{margin-top:12px}
.sm-core-attendance-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.sm-core-attendance-actions .btn{white-space:nowrap}
.sm-table tbody tr{transition:background-color .15s ease}
.sm-table tbody tr:hover{background:rgba(124,58,237,.045)}
[data-sm-theme='dark'] .sm-table tbody tr:hover{background:rgba(167,139,250,.08)}
@media (max-width:900px){.sm-core-filter-bar{justify-content:flex-start;width:100%}.sm-core-filter-bar label,.sm-core-filter-bar .sm-filter-search{min-width:min(100%,220px);flex:1 1 160px}}
@media (max-width:560px){.sm-core-filter-bar{display:grid;grid-template-columns:1fr 1fr;width:100%}.sm-core-filter-bar label,.sm-core-filter-bar .sm-filter-search{min-width:0;width:100%}.sm-core-filter-bar .sm-filter-wide{grid-column:1/-1}.sm-core-attendance-actions{width:100%}.sm-core-attendance-actions .btn{flex:1 1 44%}}
