.scan-panel {
  background-color: #eee;
  border-radius: 12px;
  overflow: clip;
  width: 150px;
}
.scan-panel .image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.framed-img-lg {
  border-radius: 8px;
  border: 1px solid #888;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  overflow: clip;
}

.framed-img-sm {
  border-radius: 4px;
  border: 1px solid #888;
  box-shadow: 0px 1.5px 3px rgba(0, 0, 0, 0.1);
  overflow: clip;
}

table .image-lg {
  border-radius: 4px;
  border: 1px solid #888;
  box-shadow: 0px 1.5px 3px rgba(0, 0, 0, 0.1);
  overflow: clip;
}

#drop-container {
  position: relative;
  padding-top: 5em;
  padding-bottom: 5em;
}
#drop-container #drop-zone {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
#drop-container #select-files-btn {
  position: relative;
  z-index: 2;
}

.drop-zone-hover {
  box-shadow: 0px 0px 10px #0b0 inset;
}
