html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.theme-dark {
  background-color: #0f1115;
}

.theme-dark .card,
.theme-dark .card-header,
.theme-dark .card-footer {
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  border-color: var(--bs-border-color);
}

.theme-dark .table {
  --bs-table-bg: transparent;
  --bs-table-striped-bg: rgba(255, 255, 255, 0.05);
  --bs-table-hover-bg: rgba(255, 255, 255, 0.075);
  --bs-table-border-color: var(--bs-border-color);
  color: var(--bs-body-color);
}

.theme-dark .table th,
.theme-dark .table td {
  border-color: var(--bs-border-color);
}

.theme-dark .table thead th {
  color: var(--bs-secondary-color);
  background-color: #141920;
}

.theme-dark .admin-dashboard .card,
.theme-dark .admin-dashboard .card-header,
.theme-dark .admin-dashboard .card-footer,
.theme-dark .admin-dashboard .list-group-item {
  background-color: #151a20;
  color: #e6e9ee;
  border-color: #2b3139;
}

.theme-dark .admin-dashboard .list-group-item-action:hover,
.theme-dark .admin-dashboard .list-group-item-action:focus {
  background-color: #1c232c;
}

.theme-dark .admin-dashboard .text-muted {
  color: #9aa3ad !important;
}

.sso-container {
  max-width: 520px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}
