﻿.custom-toast {
    background: #ffffff !important;
    border-left: 6px solid #10b981 !important; /* green stripe */
    color: #333 !important;
    font-family: Arial, sans-serif;
    padding: 12px 16px !important;
    border-radius: 6px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

    .custom-toast .swal2-title {
        font-size: 16px !important;
        font-weight: bold !important;
        color: #10b981 !important; /* green title */
        margin: 0 !important;
    }

    .custom-toast .swal2-html-container {
        font-size: 14px !important;
        color: #555 !important;
        margin-top: 4px !important;
    }

    .custom-toast .swal2-icon.swal2-success {
        background: #10b981 !important;
        border-color: #10b981 !important;
    }
