﻿/*.toast-success::before {
    content: "\f058";*/ /* check-circle */
    /*font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.toast-info::before {
    content: "\f05a";*/ /* info-circle */
    /*font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.toast-warning::before {
    content: "\f071";*/ /* exclamation-triangle */
    /*font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.toast-error::before {
    content: "\f057";*/ /* times-circle */
    /*font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}*/