﻿#toast-container > .toast {
    background-position: 14px 18px;
}

.toast-success {
    background-color: #93C54B;
}

    .toast-success:hover {
        background-color: #93C54B !important;
        border-radius: 0.25rem !important;
    }

/* Add a right margin to each icon */
/*.fa {
    margin-left: -4px;
    margin-right: 4px;
}*/