/*
Theme Name: BioMarin Medical
Theme URI: https://www.kangahealth.com/
Author: Simon.Wiffen@kangahealth.com
Author URI: https://www.kangahealth.com/
Template: biomarin-master
Description: The BioMarin Medical WordPress theme.
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-menu
Text Domain: biomarin-medical
*/

.pdfjs-modal {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pdfjs-modal iframe {
  width: 95vw;
  max-width: 1400px;
  height: 90vh;
  border: none;
  border-radius: 8px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.4);
  background: #fff;
}

.mfp-bg {
	background: rgba(0,0,0,0.9);
}
.mfp-wrap .mfp-container .mfp-content .pdfjs-modal .mfp-close {
	font-size: 40px;
	color: #fff;
	top: -40px;
	right: 0px;
}