.navbar-brand img, .footer-content img{max-width: 200px; margin-top: -15px; margin-left: -15px;}
.bg-light {background-color: #fff !important;}
img:focus, a:focus{ outline: none; border: none;}
.text-capitalize {text-transform: capitalize;}
.table>:not(:first-child){ border-top: none !important;}
table tr td{ vertical-align: middle;}
a{color: #ef4743; text-decoration: none;}
/* Custom pagination theme */
/* Base link style */
.page-link {
  color: #ef4743;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* Hover */
.page-link:hover {
  color: #fff;
  background-color: #ef4743;
  border-color: #ef4743;
}

/* Active page */
.page-item.active .page-link {
  color: #fff;
  background-color: #ef4743;
  border-color: #ef4743;
}

/* Disabled */
.page-item.disabled .page-link {
  color: #6c757d;
  background-color: #f8f9fa;
  border-color: #dee2e6;
}
