/* Load after AdminLTE CDN — table thead + breadcrumb overrides */
.content-wrapper .table thead th,
.content .table thead th {
  background-color: #fff !important;
  color: #212529 !important;
  font-weight: 600;
  border-color: #dee2e6;
  border-bottom: 2px solid #dee2e6;
  vertical-align: middle;
}

.content-wrapper .table.table-hover thead th:hover {
  background-color: #fff !important;
}

.content-header .breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
}

.content-header .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

.content-header .breadcrumb-item.active {
  color: #6c757d;
}

.content-header .breadcrumb-item a {
  color: #007bff;
}

.content-header .breadcrumb-item a:hover {
  color: #0056b3;
  text-decoration: none;
}

/* Sidebar treeview arrow — enforce AdminLTE (early overrides must not use float:right) */
.nav-sidebar .nav-item > .nav-link {
  position: relative;
}

.nav-sidebar .nav-link > .right,
.nav-sidebar .nav-link > p > .right {
  float: none !important;
  position: absolute !important;
  right: 1rem !important;
  top: 0.7rem !important;
}

.nav-sidebar .menu-open > .nav-link > i.right,
.nav-sidebar .menu-is-opening > .nav-link > i.right {
  transform: none !important;
}
