.lb-box-wrapper {
  background-color: transparent;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 9999;
  outline: none;
}
.lb-box-wrapper.ready {
  opacity: 1;
}
@media print {
  .lb-box-wrapper {
    display: none;
  }
}

#lexboxHook {
  line-height: 20px;
}

.lb-box-wrapper {
  padding: 0.75em 10px 1.5em;
}

.lb-dialog-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}
.lb-dialog-overlay .lexbox-spinner {
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border: 4px solid #888;
}

.lb-modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  transition: opacity 0.2s linear;
}
.lb-modal-wrapper.pre-init {
  display: none;
}
.lb-modal-wrapper.css-loaded {
  opacity: 1;
}
.lb-modal-wrapper + .lb-modal-wrapper {
  background-color: transparent;
}
/*# sourceMappingURL=lb-content-script.css.map */
