
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
}

h3, h5 {
    font-weight: 600;
}

.card {
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.btn {
    border-radius: 5px;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.85rem;
}

.table th, .table td {
    vertical-align: middle;
}

input.form-control, select.form-control {
    font-size: 0.95rem;
}

.list-group-item a {
    font-weight: 500;
    color: #0d6efd;
}

.list-group-item a:hover {
    text-decoration: underline;
}

.alert {
    margin-top: 1rem;
}


.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f2f2f2;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #ffffff;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table th {
    background-color: #0d6efd;
    color: white;
    font-weight: 600;
}

.table td, .table th {
    border: 1px solid #dee2e6;
    text-align: center;
    vertical-align: middle;
}


.school-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #333;
    font-family: 'Segoe UI', sans-serif;
}

input[type="number"] {
    text-align: center;
}

input[name="private_students"] {
    background-color: #fffaf0;
}

input:read-only {
    background-color: #f1f1f1;
}
