.toastify-info {
    background-color: rgba(41, 156, 219, .85)
}

.toastify-success {
    background-color: rgba(10, 179, 156, .85)
}

.toastify-warning {
    background-color: rgba(247, 184, 75, .85)
}

.toastify-danger, .toastify-error {
    background-color: rgba(240, 101, 72, .85)
}
