select {
  background-image: none !important;
}

.page-item2 {
  display: none;
}

.page-item {
  display: inline-block;
}
/* .page-item a.active{ */
/* background-color: #0b0b28; */
/* } */

.page-link:hover {
  background-color: #101a4d !important;
  color: white !important;
}

.active_button {
  background-color: #0b1237 !important;
  color: white !important;
}
.btn-pagination {
  border: none;
  background-color: #0c3eff;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  font-size: 16px;
  margin-left: 2px;
  padding: 6px 7px;
  border-radius: 2px;
  outline: none;
}

.btn-pagination:active {
  outline: none;
  border: none;
}

.btn-pagination:hover {
  background-color: #0b1237;
}
.Pagination {
  padding: 0px 0 0 0;
}
.Pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.dispPopup {
  display: block;
  width: 35%;
  right: 0px;
}

.clrgrn {
  color: green;
}

.clrrd {
  color: red;
}

.showdrpdown {
  position: absolute;
  transform: translate3d(5px, 222px, 0px);
  top: 0px;
  left: 0px;
  will-change: transform;
}
