.iframe {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1042;
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  align-items: center;
  position: fixed;
  /* Stay in place */
  z-index: 10;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  display: none;
}

.modal-container {
  background-color: #fefefe;
  margin: 30px auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 80%;
}

/* The Close Button */
.close {
  color: #afafaf;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-right: -40px;
  margin-top: -45px;
  border: 1px solid #afafaf;
  border-radius: 50%;
  width: 44px;
  text-align: center;
  background: #fff;
}

.close:hover,
.close:focus {
  color: #01377b;
  border-color: #01377b;
  text-decoration: none;
  cursor: pointer;
}

.modal-text {
  overflow: auto;
  max-height: 80vh;
}

.body-overflow {
  overflow: hidden;
}

/*# sourceMappingURL=photo-uploader-public.css.map */
