:root {
  /* --bs-primary-bg-subtle: #F0F0EE;
  --bs-primary-text-emphasis: #60583E; */
  background: white;
}

.accordion {
  --bs-accordion-active-bg: #8C7D48;
  --bs-accordion-active-color: #FFF;
}

.accordion-button:not(.collapsed),
.accordion-button {
  --bs-accordion-active-color: #FFF;
}

.btn-primary {
  --bs-btn-bg: #60583E;
  --bs-btn-border-color: #60583E;
  --bs-btn-hover-bg: #9B730E;
  --bs-btn-hover-border-color: #9B730E;
  --bs-btn-active-bg: #60583E;
  --bs-btn-active-border-color: #60583E;
}

body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body.portrait #pageFlip {
  pointer-events: none;
}

#pageFlip {
  width: 100%;
  height: 100%;
  /* padding-top: 32px; */
  margin: 0 auto;
  height: calc(100vh - 56px - 40px);
}

#header {
  position: absolute;
  width: 100vw;
  height: 32px;
  z-index: 2;
  margin: 2px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #f5f5f5;
}

.footer input {
  width: 60px;
}

.footer-pagination {
  width: auto;
}

.pages {
  display: none;
}

.page img {
  max-width: 100%;
  max-height: 100%;
  animation: fadeIn .5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.page.--left img {
  float: right;
}

.bi {
  /* vertical-align: text-bottom; */
}

.qrcodejs {
  padding-bottom: 10px;
}

.accordion-button-link {}

.accordion-button-link::after {
  content: none;
}

#offcanvasMenu .offcanvas-body {
  overflow-y: scroll;
}

.modal-body h5 {
  padding-top: 1em;
  text-decoration: underline;
}

.stf__block {
  user-select: none;
}

.stf__block div {}

.stf__block div img {
  /* pointer-events: none; */
}

@media (max-aspect-ratio: 1) {
  .stf__block {
    pointer-events: none;
  }
}
