/* [project]/node_modules/react-medium-image-zoom/dist/styles.css [app-client] (css) */
[data-rmiz-ghost] {
  pointer-events: none;
  position: absolute;
}

[data-rmiz-btn-zoom], [data-rmiz-btn-unzoom] {
  color: #fff;
  outline-offset: 2px;
  touch-action: manipulation;
  appearance: none;
  background-color: #000000b3;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 9px;
  box-shadow: 0 0 1px #ffffff80;
}

[data-rmiz-btn-zoom]:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  pointer-events: none;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

[data-rmiz-btn-zoom] {
  cursor: zoom-in;
  position: absolute;
  inset: 10px 10px auto auto;
}

[data-rmiz-btn-unzoom] {
  cursor: zoom-out;
  z-index: 1;
  position: absolute;
  inset: 20px 20px auto auto;
}

[data-rmiz-content="found"] img, [data-rmiz-content="found"] svg, [data-rmiz-content="found"] [role="img"], [data-rmiz-content="found"] [data-zoom] {
  cursor: zoom-in;
}

[data-rmiz-modal]::backdrop {
  display: none;
}

[data-rmiz-modal][open] {
  pointer-events: all;
  background: none;
  border: 0;
  width: 100dvw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  position: fixed;
  overflow: hidden;
}

[data-rmiz-modal-overlay] {
  transition: background-color .3s;
  position: absolute;
  inset: 0;
}

[data-rmiz-modal-overlay="hidden"] {
  background-color: #fff0;
}

[data-rmiz-modal-overlay="visible"] {
  background-color: #fff;
}

[data-rmiz-modal-content] {
  width: 100%;
  height: 100%;
  position: relative;
}

[data-rmiz-modal-img] {
  cursor: zoom-out;
  image-rendering: high-quality;
  transform-origin: 0 0;
  transition: transform .3s;
  position: absolute;
}

@media (prefers-reduced-motion: reduce) {
  [data-rmiz-modal-overlay], [data-rmiz-modal-img] {
    transition-duration: .01ms !important;
  }
}

/*# sourceMappingURL=node_modules_react-medium-image-zoom_dist_styles_1epjg4n.css.map*/