/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2024-2026 National Water Supply and Sanitation Council
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

 :root,
[data-bs-theme=light] {
  --bs-primary-100: #E6EEF6;
  --bs-primary-200: #C0D3E6;
  --bs-primary-300: #9AB8D6;
  --bs-primary-400: #5F89B5;
  --bs-primary-500: #396498;
  --bs-primary-600: #315885;
  --bs-primary-700: #294A70;
  --bs-primary-800: #213C5C;
  --bs-primary-900: #182D47;
  --bs-blue: #1d3b53;
  --bs-indigo: #151417;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #d6293e;
  --bs-orange: #fd7e14;
  --bs-yellow: #f7c32e;
  --bs-green: #0cbc87;
  --bs-teal: #20c997;
  --bs-cyan: #17a2b8;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #747579;
  --bs-gray-dark: #0b0a12;
  --bs-gray-100: #f5f5f6;
  --bs-gray-200: #dfdfe3;
  --bs-gray-300: #c5c5c7;
  --bs-gray-400: #96969a;
  --bs-gray-500: #85878a;
  --bs-gray-600: #747579;
  --bs-gray-700: #5e5e5f;
  --bs-gray-800: #0b0a12;
  --bs-gray-900: #0b0a12;
  --bs-primary: #FBC64C;
  --bs-white: #fff;
  --bs-secondary: #85878a;
  --bs-success: #0cbc87;
  --bs-info: #17a2b8;
  --bs-warning: #f7c32e;
  --bs-danger: #d6293e;
  --bs-light: #f5f5f6;
  --bs-dark: #0b0a12;
  --bs-orange: #fd7e14;
  --bs-mode: #fff;
}

a {
  color: #396498;
  text-decoration: none;
}
a:hover {
  color: var(--bs-primary-600);
}

.btn:hover {
  color: var(--bs-primary-600);
}

/* .btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
} */

.btn-primary:hover {
  color: #fff;
  background-color: var(--bs-primary-600);
  border-color: var(--bs-primary-600);
}

.form-control:focus {
    color: var(--bs-primary-900);
}