.pageination_bs4 {
  display: inline-block;
}

.pageination_bs4 a {
  color: #05a4e8;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid #ddd;
}

.pageination_bs4 a.active {
  background-color: #05a4e8;
  color: white;
  border: 1px solid #05a4e8;
}

.pageination_bs4 a:hover:not(.active) {background-color: #ddd;}

.pageination_bs4 a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pageination_bs4 a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}