.pep-modal{
 display:none;
 position:fixed;
 inset:0;
 background:rgba(0,0,0,.6);
 z-index:9999;
}
.pep-content{
 background:#fff;
 max-width:460px;
 margin:5% auto;
 padding:20px;
 border-radius:10px;
}
.pep-close{
 float:right;
 font-size:22px;
 cursor:pointer;
}
.pep-content input,
.pep-content textarea,
.pep-content select,
.pep-content button{
 width:100%;
 margin-bottom:10px;
 padding:8px;
}
