.pagination-controls {
  display: flex;
  gap: 10rem;
  align-items: center;
  margin-top: 20rem;
  position: absolute;
  bottom: 20rem;
}

.pagination-controls button {
  padding: 4rem;
  background-color: white;
  border: solid 1px #dcdfe6;
  cursor: pointer;
}

.pagination-controls .pageSizeWrap input {
  width: 50rem;
  outline: none;
}

.w-e-full-screen-container {
  z-index: 9999;
}

html {
  background-color: #f3f5f8;
}