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;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

/* Stocktake table styling */
.stocktake-table {
    font-size: 0.85rem;
}

.stocktake-table th {
    background-color: #f8f9fa;
    font-weight: 600;
    position: sticky;
    top: 0;
    z-index: 10;
}

.stocktake-table input.form-control-sm {
    min-width: 60px;
    padding: 0.25rem 0.5rem;
}

.stocktake-table input[readonly] {
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.stocktake-table .bg-warning {
    background-color: #fff3cd !important;
    font-weight: bold;
}

.table-responsive {
    max-height: 600px;
    overflow-y: auto;
}
