.open-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: block;
 }

/* .pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 3;
    color: #979918da;
    background-color: rgb(10, 181, 56);
    border-color: #ddd;
}

.page-link {
   position: relative;
   display: block;
   padding: .5rem .75rem;
   margin-left: -1px;
   line-height: 1.25;
   color: #fff !important;
   background-color: #fff !important;
   border: 1px solid rgb(134, 110, 110) !important;
}
.page-link:hover {
       z-index: 2;
       color: #fff !important;
       text-decoration: none;
       background-color: #fff !important;
       border-color: #dee2e6;
}
.page-item.active .page-link {
   z-index: 3;
   color: #fff;
   background-color: #979918da !important;
   border-color: #fff;
} */
