/* Custom CSS overrides */


.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: unset;
  outline-offset: unset;
}
