/*
Template Name: Admin Dashboard - custom css overrides
Version: 7.5.3
Author: Adam French
Website: https://howilisten.com
*/
.pace .pace-progress {
    top: 72px !important;
}
.app-header .navbar-brand {
    padding: 0px !important;
    height: 75px !important;
}
.app-header-fixed {
    padding-top: 75px !important;
}
.app-sidebar {
    padding-top: 75px !important;
}
.app-content {
    padding-top: 45px!important;
}
@media (min-width: 768px) {
    .app-header .navbar-header {
        width: 400px !important;
    }
}
.note {
	margin-bottom: 0px !important;
}
.no-underline a {
	text-decoration: none !important;
}