﻿/* Success Notification */
#toast-container > .toast-success {
    background-color: rgba(45, 122, 62, 1) !important;
    box-shadow: none;
    /* border-left: 5px solid rgba(30, 91, 44, 1) !important; */
}

/* Error Notification */
#toast-container > .toast-error {
    background-color: rgba(178, 60, 65, 1) !important;
    box-shadow: none;
    /* border-left: 5px solid rgba(139, 46, 50, 1) !important; */
}

/* Info Notification */
#toast-container > .toast-info {
    background-color: rgba(45, 105, 135, 1) !important;
    box-shadow: none;
    /* border-left: 5px solid rgba(31, 76, 99, 1) !important; */
}

/* Warning Notification */
#toast-container > .toast-warning {
    background-color: rgba(255, 161, 80, 1) !important;
    box-shadow: none;
    /* border-left: 5px solid rgba(154, 121, 35, 1) !important; */
}
