/* [project]/node_modules/react-inner-image-zoom/lib/styles.min.css [app-client] (css) */
.iiz {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  max-width: 100%;
  margin: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.iiz--drag .iiz__zoom-img--visible {
  cursor: -webkit-grab;
  cursor: grab;
}

.iiz__img {
  opacity: 1;
  pointer-events: none;
  visibility: visible;
  max-width: 100%;
  height: auto;
  display: block;
}

.iiz__img--hidden {
  opacity: 0;
  visibility: hidden;
}

.iiz__img--abs {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.iiz__img--abs, .iiz__zoom-img {
  display: block;
  position: absolute;
}

.iiz__zoom-img {
  -webkit-touch-callout: none;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  width: auto !important;
  max-width: none !important;
}

.iiz__zoom-img--visible {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  opacity: 1;
  pointer-events: auto;
  -ms-touch-action: none;
  touch-action: none;
  visibility: visible;
}

.iiz__zoom-portal {
  z-index: 10000;
  position: fixed;
  inset: 0;
}

.iiz__btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fffc;
  border: none;
  outline: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}

.iiz__btn:before {
  content: " ";
  background-position: 50%;
  background-repeat: no-repeat;
  display: block;
}

.iiz__hint {
  pointer-events: none;
  bottom: 10px;
  right: 10px;
}

.iiz__hint:before {
  content: " ";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.9 19.9'%3E%3Cpath d='M13.9 7.4C13.9 3.8 11 .9 7.4.9S.9 3.8.9 7.4s2.9 6.5 6.5 6.5 6.5-2.9 6.5-6.5zm5.3 12.5-6.7-7.2c-1.4 1.3-3.2 2.1-5.1 2.1-4.1 0-7.4-3.3-7.4-7.4S3.3 0 7.4 0s7.4 3.3 7.4 7.4c0 1.7-.6 3.4-1.7 4.7l6.8 7.2-.7.6z' fill='%23000222'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
}

.iiz__close {
  opacity: 0;
  visibility: hidden;
  top: 10px;
  right: 10px;
}

.iiz__close--visible {
  cursor: pointer;
  opacity: 1;
  visibility: visible;
}

.iiz__close:before {
  content: " ";
  background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(#222)), -webkit-gradient(linear, left top, left bottom, from(#222), to(#222));
  background-image: -o-linear-gradient(#222, #222), -o-linear-gradient(#222, #222);
  background-image: linear-gradient(#222, #222), linear-gradient(#222, #222);
  background-size: 100% 1px, 1px 100%;
  width: 29px;
  height: 29px;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*# sourceMappingURL=node_modules_react-inner-image-zoom_lib_styles_min_a03892e3.css.map*/