﻿.toast {
    transition: all 0.3s ease;
    transform: translateX(20px);
}

    .toast.show {
        transform: translateX(0);
    }
