body {
    background-color: #f8f9fa;
}

.card {
    border: none;
    border-radius: 15px;
}

.card-header {
    border-radius: 15px 15px 0 0 !important;
}

.btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
    padding: 10px 25px;
    font-weight: 500;
}

.btn-primary:hover {
    background-color: #0b5ed7;
    border-color: #0b5ed7;
}

.form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.progress {
    height: 25px;
    border-radius: 10px;
}

.alert {
    border-radius: 10px;
    margin-top: 15px;
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
} 