body.modal-open {
overflow: hidden;
}
.modal-btn-container {
width: 100%;
padding-top: 50px;
padding-bottom: 50px;
background: #2d3075;
display: flex;
justify-content: center;
align-items: center;
}
#whistleblowingModal {
z-index: 1000000;
}
button#whistleblowingBtn {
background: #fff;
color: #2d3075;
border: 1px solid #fff;
border-radius: 5px;
padding: 10px 25px;
transition: all 0.4s;
}
button#whistleblowingBtn:hover {
background: #2d3075;
color: #fff;
} .modal {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.8);
transition: opacity 0.4s ease;
opacity: 1;
padding: 5%;
}
@media (min-width: 768px) {
.modal {
padding: 10%;
}
}
.pdf_canvas {
background-color: #fefefe; padding: 20px;
border: none;
width: 100%;
height: 100%;
border-radius: 15px;
}
.close {
color: #2d3075;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
iframe {
width: 100%;
height: 90%;
border: 1px solid #2d3075;
border-radius: 5px; }