
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

.container-scroller {
  flex: 1;
}

.main-panel {
  flex: 1;
}

.footer {
  background-color: #f8f9fa;
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
}

p {
  font-size: 16px; 
}

table {
  width: 100% !important;
  border-spacing: 0 !important;
  margin-top: 20px;
}

th, td {
  padding: 16px !important;
  text-align: left;
}

th {
  background-color: #f2f2f2; 
}

tr:hover {
  background-color: #f5f5f5;
}

thead {
  background-color: #4CAF50 !important;
  color: white !important;
}

tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

td:nth-child(1) {
  white-space: nowrap;
}

th, td {
  border: none !important;
}

.breadcrumb {
  padding: 10px 15px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb-item {
  display: inline-block;
}

.breadcrumb-item a {
  color: #0275d8;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #FF0000;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  padding: 0 5px;
  color: #FF0000;
}
