html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

/* Noxy teal (#006b6c) — odak halkası */
.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 rgba(0, 107, 108, 0.4);
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Zorunlu alan etiketi */
.required-label::after {
  content: " *";
  color: #ef4444;
  font-weight: 600;
}

/* Validation hata border */
input.input-validation-error,
select.input-validation-error,
textarea.input-validation-error {
  border-color: #ef4444 !important;
}

/* Field validation error */
.field-validation-error {
  color: #ef4444;
  font-size: 0.78rem;
  display: block;
  margin-top: 0.25rem;
}