/* Custom style */
body { background-color: #f8f9fa; }
.content { min-height: 80vh; }
.sidebar .nav-link.active { background-color: #0d6efd; border-radius: .25rem; }
.sidebar .nav-link:hover:not(.active) { background-color: rgba(255,255,255,0.05); border-radius: .25rem; }
.sidebar .nav-link i { width: 1.25rem; text-align: center; }
.offcanvas .nav-link.active { background-color: #0d6efd; border-radius: .25rem; }