#showingImage {
  position: relative;
}
#showingImage .survey-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.25s;
}
#flashes {
  position: fixed;
  top: 5px;
  left: calc(50% - 160px);
  width: 320px;
  text-align: center;
  height: 0;
  z-index: 99999;
}
#flashes .alert {
  display: inline-block;
  width: 320px;
}
textarea {
  max-height: 300px;
}
.btn.btn-primary {
  background-color: #6F8992;
  border-color: #6F8992;
  color: #fff;
}
.btn.btn-primary:hover {
  background-color: #5a7b85;
  border-color: #5a7b85;
  color: #fff;
}
#noImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  flex-direction: column;
  gap: 30px;
  background: rgba(255, 255, 255, 0.25);
}
#noImage > div {
  width: auto;
  margin: auto auto 5px 5px;
  background: rgba(255, 255, 255, 0.75);
  padding: 10px 20px;
  /* border: 1px solid #ccc; */
  border-radius: 3px;
  text-align: left;
}
#noImage small {
  font-size: 0.75em;
  color: #aaa;
}
#log {
  margin: 15px 0;
  font-family: monospace;
  padding: 10px;
  background: #000;
  color: #fff;
  font-size: 0.75em;
  max-height: 300px;
  overflow-y: auto;
}
#log:empty {
  display: none;
}
/*# sourceMappingURL=survey.css.map */