/* ========================================
   PROGRESS
======================================== */

.nc-progress{

    width:100%;

    height:10px;

    background:#E8EDF3;

    border-radius:50px;

    overflow:hidden;

}

.nc-progress-bar{

    height:100%;

    width:0;

    background:var(--nc-primary);

    transition:.4s;

}