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;
}

.file-drop-zone {
  border: 2px dashed #adb5bd;
  border-radius: 0.375rem;
  padding: 1rem;
  background: #f8f9fa;
  cursor: pointer;
}

.file-drop-zone.file-drop-active {
  border-color: #0d6efd;
  background: #e7f1ff;
}

.file-drop-zone .form-control {
  cursor: pointer;
}

.note-block {
  border-left: 3px solid #dee2e6;
  padding-left: 0.75rem;
  margin-bottom: 0.75rem;
}

.note-meta {
  font-size: 0.85rem;
  color: #6c757d;
}