.toast-progress {
    height: 2px;
    background: rgba(255, 255, 255, .25);
    overflow: hidden
}

.toast-progress-bar {
    height: 100%;
    width: 100%;
    background: currentColor;
    transform-origin: left;
    transform: scaleX(1)
}