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;
}

.dashboard-action-card {
  transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-color 0.15s ease-in-out;
  border-radius: 0.75rem;
  border: 1px solid #dee2e6;
}

.dashboard-action-card:hover,
.dashboard-action-card:focus {
  transform: translateY(-2px);
  border-color: #0d6efd;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.12) !important;
}

.dashboard-icon {
  font-size: 2.75rem;
  line-height: 1;
}

.pdf-viewer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background-color: #f1f3f5;
  border-radius: 0.5rem;
  padding: 12px 8px;
  min-height: 200px;
}

.pdf-page-canvas {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  background-color: #fff;
}

.signature-pad-wrapper {
  background-color: #fff;
}

#signature-pad-canvas {
  width: 100%;
  height: 180px;
  display: block;
  touch-action: none;
}

.detail-list dt {
  color: #6c757d;
  font-weight: 600;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.detail-list dd {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  border-bottom: 1px solid #f1f3f5;
}

.detail-list dt {
  border-bottom: 1px solid #f1f3f5;
}