verdocs-pagination {
  gap: 8px;
  display: flex;
  flex-direction: row;
  font-family: "Inter", "Barlow", sans-serif;
}
verdocs-pagination .page-button {
  height: 38px;
  display: flex;
  flex: 0 0 38px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  color: #33364b;
  border: 1px solid #654dcb;
}
verdocs-pagination .page-button svg {
  width: 18px;
  height: 18px;
}
verdocs-pagination .page-button.selected {
  cursor: default;
  color: #ffffff;
  background: #654dcb;
}
verdocs-pagination .ellipsis {
  width: 38px;
  height: 38px;
  display: flex;
  flex: 0 0 38px;
  line-height: 32px;
  justify-content: center;
  color: #33364b;
}