/* Yuzyilim Web - Custom styles */
:root {
    --yuzyilim-primary: #0d6efd;
    --yuzyilim-success: #198754;
}

.card-exam:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.alert-fixed {
    position: fixed;
    top: 80px;
    right: 20px;
    z-index: 1050;
    min-width: 300px;
}
