/* ================================================================================== */
/* TOASTS */
/* ================================================================================== */

.toastsClose {
    text-align: right;
}

.toastsClose .btn-close {
    box-shadow: none !important;
}

.toastSI {
    background-color: #12A96E;
    color: #ECECEF;
}

.toastSI i {
    color: #000;
}

.toastNO {
    background-color: #F6465D;
    color: #ECECEF;
}

.toastNO i {
    color: #000;
}