 .okpud-pop-up {
  position: fixed;  
  z-index: 999; 
    padding-top: 3%;
  left:0;
  top: 0;
    width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto;
    background:#000000ad
}
.text-help-wrap .okpud-pop-up .Box {
    width: 50%;
    height: fit-content;
    margin:auto
    
}
.okpud-pop-up .header {
    background: #1d47a1;
    height: 50px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    display: flex;
    justify-content: center;
    color: white;
}

.okpud-pop-up .content {
    padding: 10px;
    border: 5px solid #3270c5;
    background: white;
	margin-top: 0px;
}

.okpud-pop-up .content p,
.okpud-pop-up .content a {
	text-shadow: none;
}

.okpud-pop-up .content p{ color:black;}

.okpud-pop-up .footer {
   background: #1d47a1;
   height: 50px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   display: flex;
   flex-direction: row-reverse;
}

.okpud-pop-up .footer button {
    margin: 10px;
    background:  #1d47a1;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    transition: all 0.5s ease;
}
.okpud-pop-up .footer button:hover {
    margin: 10px;
    background:  white;
    color: black;
    border: 1px solid white;
    border-radius: 5px;
}

.okpud-pop-up.readers .Box{
	width: 95%;
	margin: auto
}
