body {
    background-color: #f8f9fa;
}

.navbar {
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

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

.table-hover tbody tr:hover {
    background-color: rgba(78, 115, 223, 0.05);
}

.progress {
    background-color: #e9ecef;
    border-radius: 20px;
}

.progress-bar {
    border-radius: 20px;
}

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

.form-control:focus, .form-select:focus {
    border-color: #4e73df;
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

.badge {
    font-weight: 500;
    padding: 0.5em 0.8em;
}