#brochure-download-popup {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.7);
  display: none;
  z-index: 9999;
}
.popup-inner {
  background: #fff;
  max-width: 500px;
  margin: 5% auto;
  padding: 20px;
  position: relative;
}
.popup-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}
.spinner-outer {
  text-align: center;
  padding: 2em;
}
.spinner {
  border: 4px solid #ccc;
  border-top: 4px solid #262745;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: auto;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  100% { transform: rotate(360deg); }
}
#casestudy-results li.page-item.active .page-link {
    background: #3F5EFF !important;
    color: #fff !important;
}

#casestudy-results .pagination {
    margin: 100px 0px;
}
#casestudy-results .pagination a.page-link {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 20px 50px 0px rgba(26, 42, 130, 0.08);
    border: none;
    color: #262745;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-right: 13px;
}
#casestudy-results .pagination a.page-link:hover{
   background: #3f5eff !important;
  color: #fff !important;
}
#casestudy-results .pagination a.page-link img,#brochures-results .pagination a.page-link img{
  height: 16px;
}
#casestudy-results .pagination a.page-link:hover img,#brochures-results .pagination a.page-link:hover img{
  filter: brightness(0) invert(1);
}
#selected-case-study-title {
    font-weight: 600;
    text-align: center;
    font-size: 18px;
}