﻿@keyframes toastProgress {
    from {
        width: 100%;
    }

    to {
        width: 0%;
    }
}
