/* [project]/src/app/dashboard/sidebar.css [app-client] (css) */
.sidebar-menu-item {
  font-size: .875rem;
  transition: background-color .12s ease-in-out;
}

.sidebar-menu-item:hover {
  cursor: pointer;
  background-color: #f8f9fa;
}

.sidebar-menu-item i {
  line-height: 1;
}

/* [project]/src/components/Table/table.css [app-client] (css) */
.div-table {
  flex-direction: column;
  min-height: 0;
  margin-bottom: 1rem;
  display: flex;
  overflow: visible;
}

.div-tbody {
  flex: auto;
  min-height: 0;
  overflow: auto;
}

.div-thead .div-th {
  z-index: 2;
  position: sticky;
  top: 0;
}

.div-tr .div-td {
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.div-tr:hover {
  color: #000;
  background-color: #8ac4ff;
}

.div-tr:hover .card-header, .div-tr:hover .collapse {
  color: #000;
  background-color: #d9eafc;
}

.row-selected {
  color: #000;
  background-color: #7cbdfd;
  font-weight: bolder;
}

.clickable-menu a:hover {
  color: #fff;
  background-color: #bb7900;
}

.table-pagination {
  display: none;
}

.position-relative > .table-component > .table-pagination {
  display: flex;
}

/*# sourceMappingURL=src_201j9d5._.css.map*/