div.psdm-modal {
display: none; position: fixed; z-index: 199999; left: 0;
top: 0;
width: 100%; height: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.5); }
.psdm-inline-block {
display: inline-flex;
width: 100%;
align-self: center;
}
.psdm-inline-edit {
width: 100%;
align-self: center;
padding-right: 10px;
}
.psdm-inline-right {
margin-left: auto;
flex-shrink: 0;
align-self: center;
}
.psdm-inline {
width: 100%; height: 100%; } .psdm-modal-content {
background-color: #fefefe;
font-size: medium;
margin: 15% auto; padding: 5px 25px 10px;
border: 2px solid #000000;
border-radius: 10px;
width: 40%; }
.psdm-inline-email {
display: flex;
gap: 10px;
align-items: center;
justify-content: right;
}
.psdm-modal-title {
font-family: sans-serif;
font-weight: bold;
font-size: large;
}
.psdm-modal-body {
font-family: sans-serif;
} .psdm-close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.psdm-close:hover,
.psdm-close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
.psdm-title {
margin-top: 0.25em;
margin-bottom: 0.25em;
font-weight: bold;
font-size: 2em;
}
.psdm-padding-text {
margin-bottom: 0.5em;
}
input[type="email"].psdm-input,
input[type="text"].psdm-input {
width: 100%;
padding: 6px 20px;
line-height: 30px;
margin: 4px 0;
box-sizing: border-box;
border-radius: 3px;
border: 1px solid gray;
}
p.psdm_dialog_p {
margin-bottom: 0.5em;
}
input[type="email"].psdm-inline-input,
input[type="text"].psdm-inline-input {
width: 100%;
padding: 6px 20px;
line-height: 30px;
margin: 4px 0;
text-indent: 10px;
box-sizing: border-box;
border-radius: 3px;
border: 1px solid gray;
}
button.psdm-button {
background: mediumblue;
border: none;color: white;
padding: 10px 15px;
text-align: center;
text-decoration: none;
font-size: 12px;
}
button.psdm-button:focus {
opacity: 0.5;
}
button.psdm-button-download {
width: 100%;
font-size: medium;
}
button.psdm-inline-button-download {
font-size: medium;
width: 100%;
}
button.psdm-button:hover {
opacity: 0.75;
}
.blocker {
z-index: 2000;
}
.modal {
z-index: 2001;
}
.psdm_error {
color: red;
font-weight: bold;
}
.psdm_no_visual {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
clip: rect(0, 0, 0, 0);
overflow: hidden;
}