/* SweetAlert2 Z-Index Fix */
/* Auth modal z-index: 10000, SweetAlert2 onun üstünde olmalı */

.swal2-container {
    z-index: 20000 !important;
}

.swal2-popup {
    z-index: 20001 !important;
}

/* SweetAlert2 Theme Customization */
.swal2-popup {
    border-radius: 16px;
    padding: 20px;
}

.swal2-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #111827;
}

.swal2-html-container {
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.6;
}

.swal2-confirm {
    border-radius: 8px;
    padding: 10px 24px;
    font-weight: 600;
}

.swal2-icon {
    border-width: 3px;
}