﻿.alert {
    border: none;
    border-radius: 0.75rem;
    padding: 1rem 1.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.alert-success {
    background: linear-gradient(160deg, rgb(7, 89, 97), rgb(7, 123, 151));
    color: #ffffff;
    border-left: 4px solid #0f5e67;
}

.alert-danger {
    background: linear-gradient(135deg, #fef2f2, #fef7f7);
    color: #991b1b;
    border-left: 4px solid #ef4444;
}
