@charset "UTF-8";
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
	--bs-primary: #00A5DB; /* Need to sync with --primary-light-blue-color defined in theme.css */
	--bs-primary-rgb: 3, 152, 220;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #00A5DB;
  --bs-btn-border-color: #00A5DB;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0094c5;
  --bs-btn-hover-border-color: #0094c5;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #02638f;
  --bs-btn-active-border-color: #02638f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #00A5DB;
  --bs-btn-disabled-border-color: #00A5DB;
}
