.nk-sidebar{display: none;}
.nav-header {
    display: none;
}
a.nav-link.user-img {
    padding-top: 0;
}

footer.main-footer p {
    margin-bottom: 0;
}

.ctry-view-list{height: 335px; overflow: auto; list-style:none; padding: 0}
.ctry-view-list li{border-bottom: 1px solid rgba(0, 0, 0, 0.125); display: flex; padding: 5px 10px;}
.ctry-view-list li .count{width: 90px;}
.ctry-view-list li strong{margin-left: 5px;}

.ctry-view-list li:nth-child(even) {
    background: #f8f8f8;
}