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;
  height: 100%;
  min-height: 100%;
}

body {
  margin: 0;
}

body.app-layout {
  min-height: 100vh;
  min-height: 100dvh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.app-layout-header,
.app-layout-footer {
  flex: 0 0 auto;
}

.app-layout-header .navbar {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
}

.app-layout-main {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.app-layout-content {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.app-layout-footer {
  font-size: 0.875rem;
}

.app-layout-footer .container {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  line-height: 1.1;
}

.navbar-theme-tools .form-select {
  min-width: 8.5rem;
}

.menu-icon {
  width: 0.9rem;
  height: 0.9rem;
  fill: currentColor;
  flex: 0 0 auto;
}

#app-alert {
  margin-bottom: 1rem;
}

.app-content {
  min-height: 20rem;
}

.app-modal-page .alert-validation-valid {
  display: none;
}

.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;
}

.audit-timeline {
  position: relative;
}

.audit-timeline-item {
  background-color: var(--bs-tertiary-bg);
  border-color: var(--bs-border-color) !important;
  color: var(--bs-body-color);
}

.audit-timeline-item-error {
  background-color: var(--bs-danger-bg-subtle);
  border-color: var(--bs-danger-border-subtle) !important;
}

.audit-entry-meta,
.audit-entry-details {
  color: var(--bs-secondary-color);
}
