/* ========================================
   BlazoredToasts OVERRIDES
   ======================================== */

.blazored-toast-container {
}

.blazored-toast-success {
    border-color: rgba(25, 238, 25, 1) !important;
    background-color: rgb(8, 71, 8) !important;
    color: white !important;
}

.blazored-toast-success .blazored-toast-icon i {
    color: rgb(25, 238, 25) !important;
}

.blazored-toast-info {
    border-color: rgba(13,202,240, 1) !important;
    background-color: rgb(4, 61, 72) !important;
    color: white !important;
}

.blazored-toast-info .blazored-toast-icon i {
    color: rgb(13,202,240) !important;
}

.blazored-toast-warning {
    border-color: rgba(255, 203, 49, 1) !important;
    background-color: rgb(102, 81, 20) !important;
    color: white !important;
}

.blazored-toast-warning .blazored-toast-icon i {
    color: rgb(255, 203, 49) !important;
}

.blazored-toast-error {
    border-color: rgba(255, 19, 19, 1) !important;
    background-color: rgb(77, 6, 6) !important;
    color: white !important;
}

.blazored-toast-error .blazored-toast-icon i {
    color: rgb(255, 19, 19) !important;
}

.blazored-toast-close-button {
}

.blazored-toast-progressbar span {
    background-image: linear-gradient(rgba(255, 255, 255, 0.2) 0 0) !important;
}
