
.Pagination_Holder{
  margin: 20px 0px;
}


.main-pagination {
  margin-bottom: 0px;
}

.main-pagination .page-link {
  border: 1px solid #3e82c9;
  background: #fff;
  border-radius: 50% !important;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3e82c9;
  font-size: 13px;
  font-weight: 500;
}

.main-pagination .page-link:hover {
    border: 1px solid #0a4c64;
    color: #0a4c64;
}
.main-pagination .active > .page-link {
    background: #0a4c64 0% 0% no-repeat padding-box;
    border-radius: 5px;
    border: none;
    color: #fff;
}
.main-pagination .page-link:focus {
  box-shadow: none;
}

.main-pagination .page-item {
  margin: 0px 2px;
  cursor: pointer;
}

.main-pagination .page-item:first-child .page-link {
  color: #000;
  transition: all 0.3s ease-in-out;
}

.main-pagination .page-item:first-child .page-link:focus {
  color: #fff;
  background-color: #000;
}

.main-pagination .page-item:last-child .page-link {
  color: #000;
  font-size: 14px;
}

.main-pagination .page-item.disabled .page-link {
    color: #072b39;
    font-size: 14px;
}