html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  hyphens: auto;
  overflow-x: hidden;
}

h1, h2, h3 {
    font-weight: bold;
}

.container--individual {
    border: 1px solid #dee2e6;
    padding: 15px;
    background: white;
    box-shadow: 0px 0px 19px -13px rgba(0, 0, 0, 0.75);
}

hr {
    border-top: 1px solid #dee2e6;
    opacity: 1;
}

.dark-mode .container {
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
    color: white;
}

.dark-mode .accordion-button {
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
    color: white;
}

.dark-mode .accordion-button:hover {
    background-color: white !important;
    color: black !important;
}

.dark-mode .btn-outline-dark {
    background-color: rgb(248, 249, 250);
}

.dark-mode .accordion-item {
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
    color: white;
}

.dark-mode .link-dark {
    color: white !important;
}

.dark-mode .list-group-item {
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
     color: white;
}

.timer-container {
    font-family: "Orbitron", monospace;
}

.input-time-patch {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  white-space: nowrap;
}