/*!
 * Bootstrap Utilities v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.btn span {
  float: right;
  margin-left: 7px;
  margin-top: 2px;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.btn:hover {
  background-color: #fff;
  border-color: #003370;
  border-width: 2px;
}

body .btn-primary {
  border-color: #003370;
  text-transform: uppercase;
}

body .btn-primary:hover {
  color: #003370;
  background-color: #fff;
}

body .btn-outline-primary {
  background-color: #fff;
  color: #003370;
}

.btn-light:hover {
  color: #fff !important;
}