#modalform {
  z-index: 99999999;
}

#contact-form select {
  color: #7d858c;
}

#contact-form button {
  background-color: var(--msColor);
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  #contact-form .block-error {
    width: 100%;
  }
}

#modalform .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 16px;
}

#modalform .modal-header {
  padding: 10px 1rem;
}

#modalform .form-control {
  font-size: 13px;
  border-radius: 0;
}

#modalform .errorcontent {
  color: red;
  font-size: 14px;
  padding-top: 10px;
}

.book-group-status {
  position: fixed;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#canvas.is-book-initial-loading {
  opacity: 0;
}

.flipbook-group-snapshot {
  position: absolute;
  inset: 0;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  opacity: 1;
  transition: opacity 130ms ease-out;
}

.flipbook-group-snapshot.is-leaving {
  opacity: 0;
}

#canvas.is-book-group-switching
  :is(.toc-group-tab-link, .mobile-toc-group-trigger) {
  cursor: progress;
}

@media (prefers-reduced-motion: reduce) {
  .flipbook-group-snapshot {
    transition: none;
  }
}
