
.cdp-wrapper{
    background:#fff;
    padding:20px;
    border-radius:8px;
    box-shadow:0 2px 8px rgba(0,0,0,.08);
}

#drop_zone {
    border: 2px dashed #1a73e8;
    padding: 40px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
    width: 100%;
    display: block;
}

.cdp-file-list{
list-style:none;
padding:0;
}

.cdp-file-list li{
display:flex;
justify-content:space-between;
padding:10px;
border-bottom:1px solid #eee;
}

#progress_bar{
height:6px;
background:#eee;
margin-bottom: 15px;
}

#progress_bar div{
height:6px;
width:0;
background:#1a73e8;
}

#pdf_preview{
margin-top:20px;
}

.cdp-delete-file {
    background: red;
    color: #fff;
    border: 0px;
}

.cdp-back {
    margin-bottom:15px;
    display:inline-block;
    padding:6px 12px;    
    background:#f1f1f1;
    border-radius:4px;
    text-decoration:none;
    font-weight:600;
}

.cdp-breadcrumb{

margin-bottom:15px;
font-size:14px;

}

.cdp-breadcrumb a{

text-decoration:none;
color:#2271b1;
font-weight:500;

}

.cdp-breadcrumb a:hover{

text-decoration:underline;

}