html,
body {
  height: 100%;
}

.form-signin {
  max-width: 330px;
  padding: 1rem;
}

.add-form{
  max-width: 700px;
  margin: 0 auto;
  padding: 0.5rem;
}

.table{
  max-width: 900px;
  margin: 0 auto;
  padding: 1rem;
}

.card {
    cursor: pointer;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.card:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
}

.session-archived-wrapper {
    max-width: 900px;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.auth-link {
  color: #6c757d;
  font-size: 0.9rem;
  text-decoration: none;
}

.auth-link:hover {
  color: #343a40;
  text-decoration: underline;
}

.form-floating textarea.form-control {
  height: auto;
  min-height: 120px;
}

.table-row-link {
  cursor: pointer;
}

.tj-form-field {
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background: var(--bs-body-bg);
  height: 58px;
  padding: 0.75rem 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tj-form-field--switch .form-check-input {
  transform: scale(1.55);
}

.ts-wrapper .ts-control {
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background: var(--bs-body-bg);
  min-height: 58px;
  display: flex;
  align-items: center;
}

.ts-wrapper.focus .ts-control {
  border-color: #86b7fe;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}