.react-pdf__Page {
    background-color: #efefef !important;
    padding: 15px;
}

.pdf-preview {
    background-color: transparent !important;
    padding: 0px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow:none !important;
    box-shadow: none !important;
}

/* add css module styles here (optional) */

._1mIwz {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    gap: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
  }
  
  ._1mIwz ._2RIhS {
    position: relative;
    max-width: 1024px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  ._1mIwz ._2RIhS ._28N4a {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #f3f3f3;
    justify-content: center;
  }
  
  ._1mIwz canvas {
    max-width: 100%;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    max-height: 700px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  
  ._1mIwz ._2Is-l {
    padding: 0.4rem 2rem;
    border: none;
    border-radius: 0.25rem;
    background-color: #141414;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
  }
  
  ._1mIwz ._2Is-l:disabled {
    background-color: #ccc !important;
    cursor: not-allowed !important;
  }
  
  ._1mIwz ._MiYlF {
    margin: 0 16px;
    font-size: 1rem;
    font-weight: 500;
    color: #aaa;
    width: 100px;
    display: inline-block;
    text-align: center;
  }
  
  ._1mIwz ._MBibI button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-color: #141414;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    z-index: 99;
    padding: 5px 12px;
  }
  
  ._1mIwz ._MBibI button:nth-child(1) {
    left: 5%;
  }
  
  ._1mIwz ._MBibI button:nth-child(2) {
    right: 5%;
  }
  
  ._1mIwz button {
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) all;
  }
  
  ._1mIwz button:not(:disabled):hover {
    background-color: #000;
    opacity: 0.8 !important;
  }
  
  ._1mIwz ._WjK3h {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  
  ._1mIwz ._2rroI,
  ._1mIwz ._1QhHM {
    border: none;
    color: #141414;
    cursor: pointer;
    padding: 4px 12px;
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  
  ._1mIwz ._2rroI:hover,
  ._1mIwz ._1QhHM:hover {
    color: #fff;
  }
  
  ._1mIwz ._WjK3h svg {
    width: 14px;
    height: 14px;
  }
  