.dropzone.dz-clickable * {
    cursor: pointer;
}

.multiple-item .dz-new {
    width: 103%;
}

.dz-new {
    padding: 0px !important;
    border-radius: 14px;
    width: 95%;
    position: relative;
    right: -15px;
    margin-bottom: 29px;
    margin-top: 30px;
    border: 3px dashed silver !important;
    background-color: rgb(248, 242, 216) !important;
}

@media screen and (max-width: 800px) {
    .dz-new {
        right: 0px;
    }
}

.dz-new .dz-preview.dz-image-preview {
    background: transparent !important;
}

.select-images-button {
    padding: 9px;
    background-color: rgb(221, 219, 219);
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9em;
    width: 34%;
    margin: 0 auto;
    margin-top: 15px;
}

@media screen and (max-width: 800px) {
    .dropzone {
        width: 95%;
        margin: auto;
    }
}

.multiple-item .dz-new {
        width: 95%;
}
