/* Hide SweetAlert2 icons globally across all panels */
.swal2-icon {
    display: none !important;
}

/* Remove extra top padding/margin since the icon is gone */
.swal2-popup {
    padding-top: 1.25em !important;
}
.swal2-title {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
