﻿/* Fade-out animation */
#toast-container .toast {
    transition: opacity 0.5s ease-in-out;
}
