/* TABLE STYLES */
.treetable-expander {
   display: inline-block !important;
}

.tableFixHead {
  overflow-y: auto; 
  height: 250px; 
}

.tableFixHead thead th {
  position: sticky; 
  border-top: 1px solid #ccc;
  top: 0px; 
}

table .tableFixHead {
  border-collapse: collapse; 
  width: 100%;
}

/* .tableFixHead th, td {
  padding: 8px 16px;
  border: 1px solid #ccc;
} */

.tableFixHead th {
  background: #eee;
}

.table th {
  background: #eff0f2;
  font-size:  small;
  font-weight: 400;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.table td {
  font-size:  small;
  font-weight: 400;
}

.custom-header-class {
  background: #e6e6e6;
  /* Add any other desired styles */
}

/* BODY STYLES */
body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size:  small;
}

/* SIDE MENU STYLES */
.side-icon {
  color: #8F0012; 
}

.menu-item {
  color: #8F0012; 
}

/* DROPDOWN STYLES */
.dropdown-item:hover {
  background-color: #ebe8e8 !important;
  border-radius: 0rem !important;
}