/* ========================================
   ICONS
======================================== */

.nc-icon{

    width:22px;

    height:22px;

    display:inline-flex;

    align-items:center;

    justify-content:center;

}

.nc-icon svg{

    width:100%;

    height:100%;

    fill:currentColor;

}