ul.pagination {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 32px;
  display: table;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #009ef7 ;
  margin-right: 0;
}

ul.pagination:before {
  display: table;
  content: ' ';
}

ul.pagination:after {
  display: table;
  clear: both;
  content: ' ';
}

ul.pagination > li {
  float: left;
  margin: 0 2px;
  padding: 0;
}

ul.pagination > li > a {
  background-color: #e9e9e9;
  color: #343434;
  margin: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
}

ul.pagination > li > a:hover {
  background-color: #009ef7;
}

ul.pagination > li > span {
  display: inline;
  padding: 7px 10px;
  cursor: default;
  text-align: center;
  color: #009ef7 !important;
}

ul.pagination > li.active > a,
ul.pagination > li.active > a:hover,
ul.pagination > li.active > a:focus {
  cursor: default;
  color: #ffffff;
  border: 1px solid #009ef7 !important;
  outline: none;
  background-color: #009ef7 !important;
}

ul.pagination > li.disabled > a,
ul.pagination > li.disabled > a:hover,
ul.pagination > li.disabled > a:focus {
  /* cursor: not-allowed !important; */
  /* color: #999;
  border: 1px solid #ccc;
  outline: none;
  background-color: #e9e9e9; */
  pointer-events: none;
}

li.disabled{
cursor: not-allowed;
}

#pagination {
  display: flex;
  align-items: center;
  justify-content: end !important;
}

.box-pagination{
  height: 100%;
  width: 100%;
}