/* Hilangkan border antar komponen */
.sidebar { border-right: none !important; }
.navbar { border-bottom: none !important; }
.table-header { border-bottom: none !important; }
.modal-header { border-bottom: 1px solid rgba(255,255,255,0.08) !important; }
.modal-footer { border-top: 1px solid rgba(255,255,255,0.08) !important; }
.pagination-custom { border-top: 1px solid rgba(255,255,255,0.06) !important; }

/* Beri separator lebih halus antara sidebar & navbar (opsional) */
.sidebar-header { border-bottom-color: rgba(255,255,255,0.06) !important; }
