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;
}

.recent-point {
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  padding: 0.75rem;
  margin-bottom: 0.75rem;
  background-color: #ffffff;
}

#plotlyOutput {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#sidePanel {
  padding-left: 0rem;
  padding-right: 0rem;
}

#map {
  min-height: 275px;
}

.tooltip {
  margin: 0 !important;
}

/* Sortable table headers */
th.sortable:hover {
  background-color: #f8f9fa;
}

th.sortable::after {
  content: " ⇅";
  opacity: 0.3;
  font-size: 0.8em;
}

/* Sortable table headers */
th.sortable {
  user-select: none;
}

th.sortable:hover {
  background-color: #f8f9fa;
}

th.sortable::after {
  content: " ▲▼";
  opacity: 0.3;
  font-size: 0.7em;
  margin-left: 4px;
}

th.sortable.sort-asc::after {
  content: " ▲";
  opacity: 1;
}

th.sortable.sort-desc::after {
  content: " ▼";
  opacity: 1;
}
/* Page Header Styling */
.page-header {
  background: linear-gradient(135deg, #d3cec4 0%, #aaa59b 100%);

  padding: 1rem 0 0.5rem 0;
  margin-bottom: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #2c3e50;
  text-align: center;
  margin: 0 0 0.5rem 0;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.page-subtitle {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #2c3e50;
  text-align: center;
  margin: 0;
}
