.vfpepoup {
    position: relative;
    top: 0px;
    width: 50%;
    display: inline-block;
    background: #fff;
    padding: 20px;
    margin-left: 21%;
    justify-content: center;
    z-index: 9;
    height: 100%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    border-radius: 8px;
    margin-bottom:100px;
}
.vfpepoup h3{
    text-align: center;
    font-size: 22px;
}
.vfpepoup input {
    width: 47%;
    height: 40px;
    margin-bottom: 15px;
    margin-right: 2%;
    margin-top: 8px;
}
.vfpepoup select {
    width: 47%;
    height: 40px;
    margin-bottom: 20px;
    margin-right: 2%;
    margin-top: 8px;
}
.vfpepoup input[type="checkbox"] {
    width: auto;
    height: 18px;
    margin: auto;
}
.vfpephide{
    display: none;
}
.crnttime{
    text-align: center;
    font-size: 20px;
    margin: 20px;
}
.vfpepoup small {
    width: 50%;
    float: left;
}
.vfepe_add{
/* width: 46.5%; */
margin-bottom: 20px;
}
.vfpepoup textarea {
    width: 47%;
    float: left;
    margin-right: 3%;
    margin-top: 8px;
}
.vfepe_add {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, #f7d65f, #f1c232);
    color: #333 !important;
    border-radius: 6px;
    border: 1px solid #d1a63d;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    transition: 0.25s;
}

.vfepe_add:hover {
    background: linear-gradient(135deg, #ffdf73, #f3c948);
    transform: translateY(-1px);
}

.vfpepoup{
    display: none;
}
#goaddcampaignvfpep{
    width: 20%;
}
#vfpep_comingsooncont{
    max-width: 1320px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

#vfpep_comingsooncont .col-showcaseplugins {
    -webkit-box-shadow: 11px 0 38px 0 rgb(0 0 0 / 10%);
    box-shadow: 11px 0 38px 0 rgb(0 0 0 / 10%);
    padding: 20px;
    width: 42.8%;
    float: left;
    margin: 2%;
}


.showvfpepcampaigns {
    background: #fff;
    padding: 25px;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.showvfpepcampaigns ul {
    background: #f8f9fa;
    padding: 15px 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    border-left: 4px solid #2271b1;
}
.showvfpepcampaigns ul li {
    line-height: 1.7;
}
.vfpep-badge {
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 12px;
    background: skyblue;
    color:#fff;
}