.pagination {
  display: flex;
}

.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: white;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.fixed-table-pagination .dropdown-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.fixed-table-pagination .dropdown-item {
  height: 34px;
  display: flex;
  align-items: center;
  padding: 0 5px;
}

.fixed-table-pagination .pagination-detail {
  padding-top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fixed-table-pagination .page-link {
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropup .dropdown-menu.active {
  display: block !important;
}

.page-list {
  position: relative;
  width: calc(100% / 3);
  justify-content: end;
  align-items: center;
  display: flex;
}

.float-left.pagination-detail {
  margin: 0 !important;
  padding: 0 !important;
}

.fixed-table-pagination {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.dropdown-toggle {
  margin-right: 10px;
}

.dropdown.dropup {
  position: relative;
}

/** Drop down */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
  display: none;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-menu {
  position: absolute;
  top: 0px;
  left: 0px;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropup .caret:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f077';
  margin-left: 5px;
  font-size: 10px;
}

.float-left.pagination-detail {
  width: calc(100% / 3);
}
