.pswp__pdf-container {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.pswp__pdf-container object {
  background: #444;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
}

.thumbnail-container {
    position: relative;
}

.thumbnail-container img {
    display: block;
    width: 100%; /* Ensures the image fits the container */
}

.status-icon-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  background-color: white;
}

.status-icon {
  color: black;
  opacity: 1;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.title-text {
  color: #00796B;
  text-decoration: none;
}

.title-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px;
    background-color: rgb(128, 203, 196, 0.8);
    text-align: center;
}

.title-overlay .title-text {
    display: block;
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
}
