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;
}

.alert pre, .toast pre {
  font-family: inherit;
  white-space: pre-wrap;
  word-break: break-word;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: inherit;
  display: inline;
}

.alert, .toast {
  white-space: pre-wrap;
  word-break: break-word;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
}

.toast-container {
  z-index: 9999;
  position: fixed !important;
  bottom: 1rem !important;
  right: 1rem !important;
  pointer-events: auto !important;
}

.toast {
  z-index: 9999;
  min-width: 350px;
  max-width: 600px;
  width: auto;
  margin-bottom: 0.5rem;
  pointer-events: auto !important;
  position: relative !important;
}

.toast.bg-danger pre {
  color: white;
}

.toast .toast-body {
  padding: 0.75rem 1rem;
  white-space: pre-wrap;
  word-break: break-word;
}
