/* Réduire la taille du popup */
.swal-custom-popup {
width: 350px !important;
padding: 20px !important;
border-radius: 20px !important;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Style du titre */
.swal-custom-title {
font-size: 16px;
font-weight: 600;
color: #333;
}

/* Style de l'icône */
.swal-custom-icon {
font-size: 10px;
}