#pdf-viewer-container {
  overflow-y: auto;
  overflow-x: hidden;
  /* height: 80vh; */
  height: calc(100vh - 280px);
  /* 40px is height of .sign-section */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
  /* padding-bottom: 10px; */
}

#scroller-container {
  /* overflow-x: hidden; */
  overflow-y: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.pdf-scroller-ui .action-button-container {
  display: flex;
  gap: 10px;
}

.pdf-scroller-ui .pdf-scroller-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  align-items: flex-end;
}
