.alertNotif{
    border: #ff9696 1px solid;
    border-radius: 15px;
    background: #fff0f0;
    box-shadow: 0 10px 40px -12px rgba(16, 24, 40, .1);
    color: #510000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    margin: 0 20px;
    right: 0;
    z-index: 99999;
    padding: 10px;
}

.alertValid{
    background: #eaffe4;
    border: #6bff50 1px solid;
    color: #033201;
}

.red-bold{
    color: #510000;
    /* font-weight: bold;*/
}

.green-bold{
    color: #033201;
    /* font-weight: bold;*/
}