
.dz-drag-hover {
    font-weight: bold;
}

.dz-preview {
    display: inline-block;
    width: 300px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    padding: 3px;
}

.dz-preview .dz-success-mark {
    display: none;
}

.dz-preview .dz-error-mark {
    display: none;
}

.dz-preview .dz-progress {
    display: block;
    height: 5px;
    background-color: #efefef;
    position: relative;
}

.dz-preview .dz-progress span {
    display: block;
    position: absolute;
    height: 5px;
    left: 0;
    top: 0;
    background-color: #7EC15E;
}


.artworkPreview, .productPreview, .testerPreview {
    padding:15px;
    border-radius: 5px;
    border:1px solid #efefef;
    text-align: center;
}
.artworkPreview img, .productPreview img, .testerPreview img {
    display: inline-block;
}