#pcgpPortalWrapper{
direction:rtl;
max-width:1450px;
margin:40px auto;
padding:20px;
font-family:tahoma;
}

/* sections */

.parsacgp_up_section{
background:#f5f6fa;
padding:30px;
margin-bottom:25px;
border:0 solid #fff;
border-radius:25px;
}

/* inputs */

.parsacgp_up_input{
width:100%;
background:#fff;
border:0 solid #fff;
border-radius:25px;
padding:15px;
margin-bottom:15px;
}

/* upload box */

#uploadBox{
background:#fff;
border:2px dashed #ccc;
padding:40px;
text-align:center;
border-radius:25px;
cursor:pointer;
}

#uploadBox.parsacgp_up_drag{
background:#f2f6ff;
border-color:#5b7cff;
}

/* file row */

.parsacgp_up_fileRow{
display:flex;
align-items:center;
gap:15px;
margin-top:10px;
background:#fff;
padding:10px 15px;
border-radius:25px;
}

.parsacgp_up_fileInfo{
flex:1;
font-size:14px;
}

/* progress */

.parsacgp_up_progress{
flex:1;
background:#eee;
height:20px;
border-radius:20px;
overflow:hidden;
}

.parsacgp_up_bar{
background:#82d051;
height:100%;
width:0%;
text-align:center;
color:#fff;
font-size:12px;
line-height:20px;
border-radius:20px;
transition:width .3s;
}

/* remove */

.parsacgp_up_remove{
background:#ff5b5b;
color:#fff;
border:none;
border-radius:50%;
width:28px;
height:28px;
cursor:pointer;
}

/* submit */

.pcgp-submit-btn{
background:#82d051;
color:#fff;
border:0 solid #fff;
border-radius:25px;
padding:15px 60px;
font-size:18px;
cursor:pointer;
display:block;
margin:20px auto;
}

/* modal */

.pcgp-modal{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.7);
z-index:10000;
align-items:center;
justify-content:center;
}

.pcgp-modal-content{
background:#fff;
padding:30px;
border-radius:25px;
max-width:600px;
width:90%;
}

/* حذف تایتل پیش فرض وردپرس */
.page-template-default .entry-title,
.page-header,
.post-title{
display:none !important;
}

/* زمینه سفید زیر کل محتوا */
#pcgpPortalWrapper{
background:#fff;
border:0 solid #fff;
border-radius:25px;
}

.pcgp-header h1{
display: flex;
justify-content: center;
}