/* SweetAlert2 özelleştirmeleri */
.app-swal-container {
    font-family: 'Arial', sans-serif; /* Projenizin fontu */
    width: auto !important;
    max-width: 400px;
}

.swal2-toast.swal2-show {
    animation: swal2-show 0.5s !important;
}