/* ========================================
   ALERTS
======================================== */

.nc-alert{

    padding:18px;

    border-radius:12px;

    margin-bottom:20px;

    font-weight:500;

}

.nc-alert-success{

    background:#EAFBF3;

    color:#0F8A57;

}

.nc-alert-danger{

    background:#FCEBEC;

    color:#B71C1C;

}

.nc-alert-warning{

    background:#FFF8E7;

    color:#8A5A00;

}

.nc-alert-info{

    background:#EAF4FC;

    color:#1565C0;

}