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;
}





table.telemetry-table th {
    position: sticky;
    top: 0;
    background-color: #f8f9fa;
    white-space: nowrap;
    vertical-align: top;
}

table.telemetry-table td {
    white-space: nowrap;
}

.table-responsive {
    max-height: 75vh;
}

.column-note {
    font-size: 0.75em;
    font-weight: normal;
    display: block;
}

.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 75vh;
}

.login-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 2rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 300px;
}

.login-box form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}