﻿.toast-success {
    background-color: #1a5f4a;
}

.toast-info {
    background-color: #01A3FF;
}

#toast-container > div
{
    min-width: 200px;
    max-width: 280px;
}
