* {
    font-size: 13px;
}

body {
    background-color:#FFF;
    overflow: hidden;
}

.cmp {
    max-width: 80%;
    margin: 0 auto;
}

#dropzonePreview {
    border-style: dashed !important;
}

#form-download-zip {
    display:none;
    position: fixed;
    top: 40%;
    right: 36%;
    padding: 50px;
    background-color: #fff;
    z-index: 22;
}

.message_finished_upload {
    justify-content: center;
}

.layout {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(145, 152, 171, .3);
    position: absolute;
    z-index: 21;
}

.dropzone .dz-preview {
    min-height: 50px;
}

.dropzone .dz-preview .dz-image {
    width: 50px;
    height: 50px;
}

.dropzone .dz-preview .dz-details {
    padding: 0;
}