.stats {
    font-size: 10vh;
}

a.delayed-sent {
    background-size: 200% 100% !important;
    background: linear-gradient(to right, #007bff 50%, #dc3545 50%);
    background-position: right;
}

a.delayed-sent.activate {
    transition: all 2800ms ease;
    background-position: left !important;
}

.toast {
    position: absolute;
    bottom: 100px;
    min-width: 80%;
    max-width: 80%;
    margin-left: 10%;
}

.toast-error {
    color: red;
}

.toast-success {
    color: blue;
}
.toast-messages {
    list-style: none;
    padding: 0;
}