.box__dragndrop,
.box__uploading,
.box__success,
.box__file,
.box__error {
    display: none;
}

.box.has-advanced-upload {
    background-color: white;
    /*outline: 2px dashed black;
    outline-offset: -10px;*/
}

/*.box.has-advanced-upload .box__dragndrop {
    display: inline;
}*/

.box.is-dragover {
    background-color: greenyellow;
}

.vich-image,
.form-group,
.custom-file,
#upload_image_multiImages {
    height: 100%;
}