/* Bootstrap overrides */
a {
  color: inherit;
  text-decoration: inherit;
}

:root {
  --bs-focus-ring-color: rgba(101, 211, 247, 0.35);
  --bs-tertiary-bg: #f4f5f6; 
  /* --bs-tertiary-bg: #f8f9fa; */
  /* --bs-secondary-bg:#e9ecef; */
}

.form-control:focus,
.form-select:focus {
  border-color: #0066aa;  /* 65d3f7; */   /* 2266ff */
  box-shadow: 0 0 0 0.2rem rgba(101, 211, 247, 0.25);
}


/* .form-check-input {
  width: 24px;
  height: 24px;
} */
