#toast-container > .toast {
    background-image: none !important;
    font-size:0.85em;
}

    #toast-container > .toast:before {
        position: fixed;
        font-family: "Font Awesome 5 Free";
        font-size: 1.5em;
        font-weight: 600;
        float: left;
        margin-left: -1.5em;
        margin-top: -0.2em;
        color: #FFF;
        padding-right: 0.5em;
        margin-right: 0.5em;
    }

#toast-container > .toast-warning:before {
    content: "\f071";
}

#toast-container > .toast-error:before {
    content: "\f06a";
}

#toast-container > .toast-info:before {
    content: "\f05a";
}

#toast-container > .toast-success:before {
    content: "\f058";
}

#toast-container > div{
    opacity:1;
}