body {
    background-color: #F8FAFC;
    font-family: 'Inter', sans-serif;
    color: #0F172A;
}

.bg-primary {
    background-color: #1E3A8A !important;
}

.navbar-brand {
    font-size: 1.1rem;
}

.card {
    border-radius: 12px;
    border: none;
}

.card-header {
    background: linear-gradient(90deg, #1E3A8A, #2563EB);
    color: #fff;
    border-radius: 12px 12px 0 0;
}

.btn-primary {
    background-color: #2563EB;
    border: none;
}

.btn-primary:hover {
    background-color: #1E3A8A;
}

.table thead {
    background-color: #1E3A8A;
    color: #fff;
}

.footer {
    background-color: #ffffff;
}
