/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 29 2025 | 17:59:48 */
.custom-popup {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.custom-popup.active {
  display: flex;
}

.popup-content.pdf-popup {
  background: #fff;
  padding: 20px;
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
  position: relative;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

.popup-content.pdf-popup iframe {
  width: 100%;
  height: 80vh;
  border: none;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 26px;
  cursor: pointer;
  color: #333;
}
