.swal2-container {
    z-index: 99999 !important;
}
.swal2-toast-custom {
    padding: 15px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3) !important;
    margin-top: 60px !important;
}
.swal2-toast-custom.swal2-icon-success {
    background: #28a745 !important;
    color: white !important;
}
.swal2-toast-custom.swal2-icon-error {
    background: #dc3545 !important;
    color: white !important;
}
.swal2-toast-custom .swal2-title {
    color: white !important;
    font-size: 16px !important;
}
.swal2-toast-custom .swal2-timer-progress-bar {
    background: rgba(255,255,255,0.3) !important;
}
.swal2-toast-custom .swal2-success-ring {
    border-color: rgba(255,255,255,0.3) !important;
}
.swal2-toast-custom .swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: white !important;
}
.swal2-toast-custom .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    background-color: white !important;
}
