/* Align text to the right */
body, html {
  direction: rtl;
  text-align: right;
}

/* Move the sidebar toggle button to the right */
.book .book-header .btn {
  float: right;
}

/* Move the TOC to the right */
.book .book-summary {
  float: right;
}

/* Make main title non-clickable */
.book .book-header h1 {
  pointer-events: none;
  cursor: default;
}


#toc-sidebar-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;  /* Adjust this value to raise or lower the image */
  left: 50%;
  transform: translateX(-50%);
}











