.modal_transcribed_text {
  padding: 0em 2em 0 2em;
}
.row__search_bar {
  align-items: center;
  position:fixed;
  width:100%;
  z-index:99;
}
main {
  margin-top:3em;
}
.container_completed_documents {
  margin-top:10em;
}
#book {
  background-color: #f4f1ea; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
  border-radius: 5px; 
}

.hard {
  background-color: #f8f6f1; 
  box-shadow: inset 0 0 5px #ccc; 
}

img {
  border-radius: 4px; 
}

/* Button Styles */
#prevPage, #nextPage, #closeDialog {
  background-color: #88765c;
  color: white;
  border: none;
  padding: 10px 20px;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#prevPage:hover, #nextPage:hover {
  background-color: #b98a56;
}

#prevPage, #nextPage {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#bookViewDialog {
  border: none;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

#bookViewDialog::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}

#bookViewDialog h2 {
  color: #5a4a42;
  margin-bottom: 20px;
  text-align: center;
}

#book {
  box-shadow: 0 10px 20px rgba(0,0,0,0.25);
  width: 900px;
  height: 500px;
  margin: 0 auto;
  background-color: #f4f1ea;
}

#prevPage, #nextPage {
  display: inline-block;
  margin: 20px 10px;
}
