body {
    background-color: #f8f9fa;
    min-height: 100vh;
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
}

.card {
    border: none;
    border-radius: 10px;
}

.card-title {
    color: #333;
    font-weight: 600;
}

.table {
    margin-bottom: 0;
}

.btn {
    border-radius: 5px;
}

.alert {
    border-radius: 5px;
}

.badge {
    padding: 0.4em 0.6em;
}

.modal-content {
    border-radius: 10px;
}

.form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.table-responsive {
    border-radius: 5px;
}
