/* .document-file.hover{
    background: #e9f8f8;
    color: #474747;
  }
  .pdf-viewer-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
  }
  .pdf-viewer-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    background: white;
    border-radius: 10px;
    overflow: hidden;
  }
  .pdf-viewer-iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  .pdf-viewer-close {
    position: absolute;
    top: 10px;
    right: 25px;
    background: #f0b668;
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10000;
    font-size: 18px;
    line-height: 1;
  }
  .document-file {
    cursor: pointer;
  }
  .view-only {
    color: #666;
    font-style: italic;
  } */