/* PLACE YOU CUSTOM STYLES IN THIS FILE */

/* Remove default bullet points from check lists - we use icons instead */
.nk-list-check {
    list-style: none;
    padding-left: 0;
}
.nk-list-check li {
    padding-left: 0;
}
