body{
  font-family: 'Outfit', sans-serif;
  background-color: #f4f5f6;
  padding-bottom: 3rem;
}

a{
  color: #FC6C0F;
  text-decoration: none;
}

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

.form-control:focus {
  border-color: #FC6C0F;
  outline: 0;
  box-shadow: none;
}

.form-select:focus {
  border-color: #FC6C0F;
  outline: 0;
  box-shadow: none;
}

.pagination{
  --bs-pagination-font-size: 0.9rem;
}

.active > .page-link, .page-link.active {
  color: white !important;
  background-color: #FC6C0F;
  border-color: #FC6C0F;
}

.active > .page-link, .page-link, .active > .page-link, .page-link:hover {
  color: #FC6C0F;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
