        /* เปลี่ยนสี progress bar */
        .swal2-timer-progress-bar {
            background: #00c853 !important;
            /* เขียว */
        }

        /* ถ้าอยากแยกสีตามประเภท */
        .swal2-toast.swal2-icon-success .swal2-timer-progress-bar {
            background: #00c853 !important;
            /* success */
        }

        .swal2-toast.swal2-icon-error .swal2-timer-progress-bar {
            background: #ff1744 !important;
            /* fail/error */
        }