.clock-wrapper {
  padding: 0.5rem 1rem;
  color: yellow;
}

table > tbody > tr > td.table__item-name {
  font-size: larger;
  font-weight: bold;
  padding: 1.2rem 0.5rem;
  background-color: #fcda7f;
  border-bottom: 3px solid #ccc;
}

.table-scrollable {
  max-height: 500px;
  overflow-y: auto;
}
.table-scrollable .table {
  width: 100%;
  margin-bottom: 0;
}
.table-scrollable thead th {
  position: sticky;
  padding: 1rem 0.5rem;
  top: 0;
  z-index: 10;
  background-color: var(--bs-table-bg, #212529); /* Fallback for table-dark */
}

.page-wrapper {
  margin-top: 70px;
}

.login-form-wrapper {
  max-width: 400px;
  padding: 1rem;
  background: #0c2d6b;
}

body {
  font-family: Arial, sans-serif;
  background-color: #777;
  font-size: 1rem;
}

/*# sourceMappingURL=app.output.css.map */
