
.wcpo-document-upload {

}

.wcpo-document-upload label a {
    cursor: pointer;
}

#wcpo-document-file {
    display: none;
}

.wcpo-document-preview {
    padding: 15px;
    border: 3px dashed #cacaca;
    border-radius: 7px;
    display: none;
}

.wcpo-remove {
    color: #fff;
    background-color: #ff0000;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    width: 18px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    height: 18px;
    line-height: 15px;
    transition: 300ms;
}

.wcpo-remove:hover {
    background-color: #8d0000;
}